5f3ee32ca2
Test setup tweaks ( #1415 )
...
* unused package cleanup
* make storybook use webpack 5
* see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#webpack-5
* bump react, cleanup
* button story tweaks
* add Alert stories
* bump Jest to v28.1.0
* try original storyshots initialization
* split up build & test CI jobs
* stop testing Node.js v14
* set jest coverage flag
* downgrade paambaati/codeclimate-action again
* move jest config files, remove coverageReporter override
* collect coverage from `src/` only
* another paambaati/codeclimate-action bump test
* create additional button markup test
* downgrade paambaati/codeclimate-action again
* more downgrade
* render default button without optional style prop
* ignore some folders for Jest
* full coverage for Alert
* more package updates
* add eslint-plugin-testing-library & eslint-plugin-jest-dom
* bump ESLint packages, follow new rules
* start storybook in quiet mode
* update docs
* test storybook build as part of CI
* more testing docs clarification
* add jest:watch command
* add body background colors switch in toolbar
* TypeScript voodoo
* test codeclimate-action@v2.7.3 for default coverageCommand
* downgrade codeclimate-action and running in debug mode
* make coverage artifacts OS agnostic
* subgraph typings as artifact for coverage job
* disable coverage sending job for now
Co-authored-by: Enzo Vezzaro <enzo-vezzaro@live.it>
2022-05-12 11:35:07 +01:00
mihaisc
aa54795c2b
add decimals to pool calls ( #1393 )
...
* add decimals to pool calls
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix lock
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix ssh
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update ocean
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update ocean
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove screen fixes
* update lib, contracts
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix package-lock
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-05-10 14:19:41 +03:00
EnzoVezzaro
89f2521025
Storybook and unit testing setup ( #1354 )
...
* install and config Storybook
* create basic component for initial setup
* added testing-library / jest for testing
* restore coverage for testing
* downgrade codeclimate-actions to fix viable formatter issue
* clean up - remove unnecessary components in stories
* update readme with storybook and testing
* remove unnecessary file extensions on stories config
* remove babel and moved jest-dom to devDependencies
* delete introduction stories
* change test to .tsx
* change testing description on docs
* added interface to button story
* added build phase and update test phase
* restore build in ci
* added storyshots (automate testing) to Storybook
* simplify and update codeclimate-action
* restore workable version of codeclimate-action
* test unified test action for CI
* Revert "test unified test action for CI"
This reverts commit 039cbf3485
.
* test documented solutions for CI
* fix error on coverage CI
* added codeCoverage on jest setup
* upload coverage report from jest
* added download artifact to coverage CI
* added upload artifact to coverage CI
* remove collectCoverageFrom
* moved test step on CI
* remove coverageLocations to allow default
* load Ocean typography into storybook
* skip all PRs coming from dependabot
* improve docs (Storybook)
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-05-09 14:33:44 +01:00
d6bc5a2b87
package updates ( #1355 )
...
* package updates, ocean.js v1.0.0-next.37
* activate portis components again
* console error fix
2022-04-25 14:50:20 +02:00
mihaisc
e4a8c0df64
update ocean ( #1348 )
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-04-14 18:49:12 +03:00
mihaisc
2985e1a45a
update ocean.js ( #1346 )
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-04-14 15:31:37 +01:00
mihaisc
dfc8af0d6c
update ocean.js ( #1307 )
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-04-04 17:56:18 +03:00
Bogdan Fazakas
8f93d9bc2f
bump oceanlib to 1.0.0-next.32 ( #1282 )
2022-03-30 14:06:40 +01:00
6e2e46d8ea
Disable pool fetching interval ( #1265 )
...
* disable pool fetching interval
* change requestPolicy
* trigger refetch on back button click for add/remove
* fix memory leak error
* refetch on refocus
* add manual refresh button
2022-03-29 14:32:45 +01:00
Bogdan Fazakas
ad09e2c99d
bump oceanjs to 1.0.0.next.29 ( #1228 )
...
* bump lib to 1.0.0.next.29
* add mising param to collectBT
2022-03-22 10:14:01 +02:00
ecad0ebb50
package updates ( #1191 )
...
Notable updates:
* ocean.js v1.0.0-next.28
* @walletconnect/web3-provider v1.7.5
* @portis/web3 v4.0.7
* urql v2.2.0
* web3 v1.7.1
* npm audit fix
2022-03-16 12:56:09 +00:00
mihaisc
4dad9b6f9a
update ocean.js ( #1181 )
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-03-14 16:19:56 +02:00
3ea832d270
update compute service options ( #1180 )
...
* bump ocean.js to v1.0.0-next.26
* update compute service options
2022-03-11 11:26:04 +00:00
a988b4d81f
bump ocean.js to v1.0.0-next.25 ( #1169 )
2022-03-09 14:12:26 +00:00
claudiaHash
8a5bddbf6e
Restore trade tab ( #1047 )
...
* get swap fee, max values
* use baseToken instead of ocean
* build fixes
* set form trade tx - WIP
* use pool info
* logs deleted
* merge fixes
* use local ocean.js, get spot price
* handle value changes, logs deleted
* fixes after v4 merge
* valid user liquidity displayed
* get correct token amount
* more fixes
* form trade fixes
* positive input values fix
* use proper swap functions
* use appConfig's marketFeeAddress
* remove redundant setters
* use consumeMarketPoolSwapFee
* use poolInfo, remove log
* code fixes
* some more fixes
* fees fix
* use poolInfo data
* various fixes
* fixes and cleanup
* fix build
* partial decimal fix
* add swap fee
* fix sub updates
* remove console
* fix package
* fix package-lock
* remove ssh
* fix blockies and package
* fix comments
* remove unused var
Co-authored-by: ClaudiaHolhos <claudia@oceanprotocol.com>
Co-authored-by: mihaisc <mihai@oceanprotocol.com>
2022-03-03 10:49:04 +00:00
dependabot[bot]
c038570cdd
Bump next from 12.0.9 to 12.1.0 ( #1126 )
...
Bumps [next](https://github.com/vercel/next.js ) from 12.0.9 to 12.1.0.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v12.0.9...v12.1.0 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 09:53:38 +00:00
mihaisc
677563d7c2
fix pool tab ( #1121 )
...
* query update
* fixes
2022-02-17 16:00:08 +00:00
mihaisc
d7ae4ae567
update lib ( #1111 )
2022-02-17 06:12:48 -08:00
mihaisc
60c5520548
update to ocean.js.next.20 ( #1099 )
...
* update and fix fees
* update lib
* update aquarius endpoint
* update lib and fix changes
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-02-16 18:42:35 +00:00
mihaisc
8d1782a800
Restore order ( #1068 )
...
* minor refactors
* minor refactors
* fixes
* buy dt
* consumePrice + estimation
* various fixes
* cleanup
* fix build
* fix ssh issue
* feedback
* build fix
* ssh fix
* remove console.log
* suggested fixes
* other fixes
* switch to decimal
* more fixes
* more fixes
* fix
* some fee refactors
* more fee refactoring
* lib update, fre rename
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* minor refactors
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* build fixes
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update + more refactoring
* calc price
* fix build
* restore accountId in effect
* fix order
* fix build and update lib
* fix order index
* fix comments
* pool fix
* remove console.log
* fix order fixed rate exchange
* fixed free order and messaging
* add comment
* minor type fix
* more type fixes
2022-02-14 08:27:36 -08:00
Moritz Kirstein
d688b81a80
Feature: SVG Generator ( #1032 )
...
* use smaller SVG for publishing test, siwtch to Buffer encoding/decoding
* shorter NFT name & symbol
* fix: fix small test svg
* feat: first draft random wave svg generation
* refactor: utilize join to remove unecessary ',' separator
* feature: add gas cost estimation for nft artwork
* refacotr: allow fillColor as array and adjust opacity
* refactor: adjust random wave generation
* refactor: change nft help text
* refactor: trying tooltip for nft image info
* feat: add custom algorithm to generate svg waves
* fix: use text colors for nft form field svgs
* refactor: code cleanup nft utils
* refactor: improve readability
* refactor: improve comment
* refactor: (re)move comments, cleanup
* refactor: remove console log
* refactor: adjust default svg wave values & remove logging
* refactor: tweak default SvgWave prop values
* fix: svg preview with disconnected wallet
* feat: show artwork gas fee estimation in user preferred currency
* refactor: extract gas fee estimation logic to new component
* cleanup: remove oceanWaves, remove d3
* icon visual weight tweak
Co-authored-by: Luca Milanese <luca.milanese90@gmail.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-02-14 12:16:29 +00:00
mihaisc
fc1f396c96
updates ( #1084 )
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-02-11 13:26:58 +02:00
mihaisc
463c850fc4
update ( #1065 )
2022-02-07 08:31:22 -08:00
mihaisc
57be62a6b1
Refactor pricing and various components that are involved ( #1046 )
...
* update
* merge pr #1012
* fix header
* fix
* abort controller
* up next.8
* build fix
* update lock
* fix
* another fix
* ssh fix
* another ssh fix
* remove optional
* order mock
* small cleanup
* fix package
* price updates
* finish getPrice
* fix consume
* fix consume
* getConsumeDetails comments
* restore functionality after consumeDetails
* fix some compute typings
* more price fetching updates
* 'minor' refactors and fixed build
* package-lock fix
* minor comments
* minor naming changes
* fix
* fix pool badge
* remove console.log
2022-02-03 03:29:39 -08:00
105919976d
package updates
2022-01-31 12:50:51 +00:00
cc03092d9e
package updates
2022-01-31 12:42:23 +00:00
1e4446116b
update and migrate to chart.js & react-chartjs new major versions
2022-01-31 12:42:22 +00:00
mihaisc
2345d16cfa
latest contracts ( #1034 )
2022-01-28 03:14:57 -08:00
mihaisc
487bcad8b4
Update ocean.js ( #1013 )
...
* update
* merge pr #1012
* fix header
* fix
* abort controller
* up next.8
* build fix
* update lock
* fix
* another fix
* ssh fix
* another ssh fix
* remove optional
2022-01-26 10:17:41 +00:00
3224e1cf9d
package updates
2022-01-17 15:37:20 +00:00
afe9127db9
Merge branch 'v4' into v4-subgraph
2022-01-14 14:25:54 +00:00
mihaisc
bf555038ce
up ( #997 )
2022-01-14 06:21:31 -08:00
1726fe1d0d
isolate apollo stuff into npm script, more generic folder name output
2022-01-13 23:50:47 +00:00
de87e16906
remove graphql-codegen stuff
...
* keep existing apollo-based generation as it just works
* can be put back from this commit when doing #722
2022-01-13 22:27:00 +00:00
mihaisc
598174084c
update ocean ( #991 )
2022-01-13 06:17:46 -08:00
mihaisc
c30d19e868
update lib ( #987 )
...
* update lib
* update lib
2022-01-13 01:37:05 -08:00
229870bd9a
Merge branch 'v4' into feature/publish
2022-01-11 21:36:49 +00:00
f9e5794aee
package updates
2022-01-11 21:35:28 +00:00
230a317133
bump ocean.js to v1.0.0-next.2
2022-01-11 18:26:35 +00:00
9b905209c9
bump ocean.js to v1.0.0-next.2
2022-01-11 18:24:38 +00:00
a6c732686c
switch to ocean.js next
2022-01-11 15:41:08 +00:00
e87bdfadfc
activate form validation
2022-01-11 13:13:13 +00:00
62567ccad7
merge fix
2022-01-11 10:26:41 +00:00
9a6ad13d84
package updates
2022-01-11 09:53:16 +00:00
mihaisc
b86ac219f3
interm
2021-12-20 16:38:54 +02:00
mihaisc
4caf72d0c9
Fix/old lib dep ( #959 )
...
* fixes
* change aqua url
* update future v4 url
2021-12-10 03:33:47 -08:00
d3810168aa
first go at randomly-generated ocean waves
2021-11-16 21:06:02 +00:00
8ce573b2a0
prepare publish flow in code
2021-11-11 11:28:03 +00:00
03073d6f16
package updates
2021-11-11 07:58:49 +00:00
3729c63581
migrate to Next.js ( #935 )
...
* migrate to Next.js
* migrate scripts
* generate markdown pages
* make all the markdown work
* fix profile, fix image loading
* git+ssh → git+https, again
* bump packages
* maybe windows build fix
* add public to gitignore
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* Next.js v12! Webpack 5! No build hacks anymore
* json import fixes
* fixes
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-10-27 11:30:32 +01:00
18fec31c09
minor package updates
2021-10-27 11:29:03 +01:00
f951910dc2
reorganize all the things
2021-10-27 11:28:59 +01:00
Moritz Kirstein
46a16a3043
GDPR Compliance ( #796 )
...
* add cookie utils
* add gdpr metadata for ppc
* add graphql typeDefs for GDPR metadata
* add ppc variable to app config
* add ppc user preference
* add switch component
* add ppc components
* add cookie consent provider
* add consent provider to wrapRootElement
* add ppc to app component
* add cookie button to footer component
* add ppc to site metadata query
* add styles for buttons in footer
* add switch component unit tests
* renewed siteMetadata json for testing
* add gdpr metadata for testing
* add cookie module unit test
* add cookie module tests
* add customizable format to time component
* add english privacy policy
* add privacy policy slugs to user preferences and appConfig
* add privacy policy components
* add autolink for policy md navigation
* only show language select for multiple policies
* add gatsby policy page creation
* use new privacy slug user preference
* add to top button styling for markdown pages
* add policies for de, es & fr
* add pointer events to toTop buttons css
* add privacy policy basic unit test
* outsource scroll button component
* import cleanup
* add customizable delay for debounce
* add scroll button unit tests
* add disclaimer component
* add disclaimer fields as optional fields in PublishJsonData
* add acces type disclaimer
* adjusted help for desc and author fields
* add disclaimer unit tests
* minor adjustment to test
* add print button to history page
* naming changes for better readability
* add cookies hash to policies
* ppc disabled per default
* fix react unknown prop for disclaimer
* minor adjustments to cookie utils
* add gdpr example file
* change exposed gdpr metadata scope by useConsent
* update README
* readme fixes
* emoji fix
* added imprint
* adjustments to gdpr.json structure and related graphql type
* add default values for ppc
* Update app.config.js
Fixed typo.
* change variable name for consistency, remove console logs
* readability
* adjust css selector order to be consistent
* Update fr.md
updated policy
* Update es.md
updated policy
* Update en.md
updated policy
* Update de.md
* fix type issue
* replace language select input with links
* remove scroll button from codebase
* change privacy policy route to /privacy
* remove Do Not Track detection
* add size to checkbox / radio inputs
* replace switch component with checkbox inputs
* fix plain text links
* remove console log
* refactor privacy policy pages to use PageMarkdown template
* setup useUserPreferences mock for unit tests
* unit tests forprivacy policy components
* setup discalimer to use alert component
* Apply .env suggestions from code review
Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
* move gdpr example to gdpr.json
* adjustments to address .env approach for appConfig.privacyPreferenceCenter
* update readme
* add small styling option to ppc
* update README
* add ppc unit tests
* update comments
* Update README.md
Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
* Merge print into profile history
* add inifiniteApproval to UserPreference fixture
* changed default styling of PPC to small
Co-authored-by: Frederic Schwill <41265505+fr-3deric@users.noreply.github.com>
Co-authored-by: MeikeMolitor <88214332+MeikeMolitor@users.noreply.github.com>
Co-authored-by: Jamie Hewitt <jamie.hewitt15@gmail.com>
2021-10-12 09:00:57 +01:00
Alex Coseru
6598071f81
add moonriver support ( #900 )
...
* add moonriver
* bump ocean.js to v0.19.2
* fix network display
* maybe fix that damn git+ssh problem
* specific detection for moonriver in Web3Provider too
* fix code comment link
* fix network switch button for Moonriver
* compute success message tweak
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-10-06 11:30:17 +02:00
Alex Coseru
72a447b3c5
Use latest ocean.js ( #898 )
...
* bump to latest ocean.js
* bump ocean.js
2021-10-04 16:12:14 +02:00
mihaisc
bf03a62f49
Bump aquarius version ( #837 )
...
* sort, update models/queries
* fix cancelation token
* remove console.log
* remove searchquery type
* fix canceltoken
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove aquarius2
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* bump lib
* fix type
* remove QueryString
2021-09-24 02:38:32 -07:00
212865110e
ENS names ( #860 )
...
* prototype getting ENS names
* get ENS name with subgraph
* ENS name for publisher line
* inject ENS name in profile page
* refactor to cover all use cases for profile URLs
* fixes for switching between own and other profiles
* remove testing ENS libraries
* more cleanup
* any solves everything
* build fix
* more profile switching tweaks
* link publisher line to ens name
* another profile switching fix
* show ENS link in meta line
2021-09-20 13:47:15 +02:00
Bogdan Fazakas
f8ffcbac75
Account metadata header ( #776 )
...
* get all neded data for the header from 3box, aqua and subgraph
* fix tvl display error
* WIP metadata header styling
* added more styling for the header
* make page title optional so we can remove it on account page
* stroke change for svg images and default values
* more styling added to the header
* fixed linter
* added ocean balance to tvl
* update styling for statistcs
* fixed eror for go to my account from another account page
* updated styling for mobile use
* wip show more on explorer links and description
* properly display read more for explorer links and description
* replaced show more with 3box redirect on description
* change accounts default picture and check links length before display element
* use optional on links
* grid cleanup, new number unit, split up stats
* rename all the things, more profile header styling
* visual hierarchy, improve image loading experience
* layout flow & visual tweaks
* more description
* replaced account route with profile when accesing a profile by the eth address
* use account id from url if exists when fetching data
* bump @oceanprotocol/art to v3.2.0
* styling, fallbacks, edge case fixes
* clean up Publisher atom, link to profile page
* fixed issue when switching to my profile from another profile
* output accountId, make it copyable, remove stats icons
* render tweaks, markup cleanup
* add 3box reference
* mobile tabs spacing tweaks
* text flow and spacing tweaks
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-09-01 13:56:34 +02:00
b717219592
Add support for Gaia-X Testnet ( #823 )
...
* limit to gaia-x
* hack in nodeUri
* hack in gaia-x network metadata
* network metadata tweaks
* bump packages
* rollback most hacks
* update values
* bump ocean.js to v0.17.3
Co-authored-by: mihaisc <mihai@oceanprotocol.com>
2021-08-31 16:56:48 +02:00
0227b4f084
Fix WalletConnect connection ( #764 )
...
* bump @walletconnect/web3-provider to v1.5.2
* bump web3 to v1.5.0
2021-08-02 11:49:12 +02:00
af3bb86073
publish form fixes ( #768 )
...
* fix publish form submit button
* directly use generateDatatokenName from ocean.js
* bump ocean.js to v0.17.0
* fix all the publish things
* wrap OceanProvider around publish page
* initiate Ocean from usePublish hook
2021-07-30 15:52:12 +02:00
ac1c1fd31a
Merge branch 'main' into feature/multinetwork
2021-07-26 15:45:53 +02:00
1c60322c53
bump ocean.js to v0.16.6 ( #750 )
2021-07-22 16:04:23 +02:00
37ea73d421
Merge branch 'main' into feature/multinetwork
2021-07-22 15:17:18 +02:00
4ec23c882f
WalletConnect updates ( #749 )
...
* bump @walletconnect/web3-provider to v1.5.0-rc.7
* bump web3 to v1.4.0
* proper wallet logout
* listen to chainChanged instead of networkChanged
* restores network switching for WalletConnect
* fix wallet switching
* get and set initial chainId
* walletconnect modal visual fixes
2021-07-22 15:16:15 +02:00
08ee32f105
Merge branch 'main' into feature/multinetwork
2021-07-14 11:28:50 +02:00
cdedfafca2
bump ocean.js to v0.16.5 ( #734 )
...
* bump ocean.js to v0.16.5
* manual package-lock fix
2021-07-14 10:58:23 +02:00
Bogdan Fazakas
11b7146812
added back apollo typings until we can get all of them using graphql codegen
2021-07-09 11:36:43 +03:00
Bogdan Fazakas
d250da3eab
update oceanJS to 0.16.4 replaced ddo type from any to DDO
2021-07-08 10:57:40 +03:00
Bogdan Fazakas
4fbac1e2e0
merged multinetwork into poc-urql
2021-07-07 11:08:39 +03:00
Kris Liew
675da0836f
bump ocean.js v0.16.2, ocean.assets.isConsumable implementation to disable buy button and display relevant message ( #463 )
...
* Implement ocean.assets.isConsumable
* Fix accountId from useWeb3() returning lower case on switching metamask account (allow/deny list)
* Update Ocean.js version v0.16.2 and package-lock.json
* Fix datePublished error on validate-remote
Co-authored-by: KIANLAU <kian_yee.lau@daimler.com>
Co-authored-by: Kris (SJ) <39853992+soonjing@users.noreply.github.com>
2021-07-06 14:51:37 +08:00
Bogdan Fazakas
3fe133e55f
remove not used scripts
2021-07-06 01:21:35 +03:00
Bogdan Fazakas
04b89ddd35
replaced introspection generation with graphql codegen
2021-07-06 01:09:51 +03:00
Bogdan Fazakas
8d50eb92c0
merged multinetwork into poc-urql
2021-07-05 14:27:43 +03:00
Bogdan Fazakas
5de2a6e330
remove apollo typings and generate schema using urql
2021-07-02 09:44:24 +03:00
da23e9f3a0
bump ocean.js, support more networks ( #701 )
...
* bump ocean.js
* fix frontpage empty views
* package-lock fix
* hook dependencies are fun
* bump ocean.js
* network tweaks
* add more chains to user preferences
2021-06-30 10:32:09 +03:00
Bogdan Fazakas
5e45fff361
wip replace apollo with urql
2021-06-22 08:52:49 +03:00
ece07927f6
more package updates
2021-06-04 11:51:13 +02:00
508564ec03
more package updates, lock graphql, fresh package-lock
2021-06-04 11:43:51 +02:00
de2e4e8fae
package cleanup and updates
2021-06-04 11:42:33 +02:00
Dimo Dzhurenov
49cd032274
using BigNumber instead of Number ( #570 )
...
* using BigNumber instead of Number
* remove wrong calculation of ocean ammount
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove calculateAmountOfOceansRemoved
* using decimal.js for remove
* bump to ocean.js v0.14.8
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-05-04 14:56:47 +02:00
Jamie Hewitt
0a739cbe93
Support for Moonbase Alpha ( #552 )
...
* upgrading to ocean.js 0.14.6
* proper ocean.js update
* make all explorer links work
* handle new moonbeamalpha config
* add moonbase alpha to chain user preferences
* more ocean.js v0.14 updates
* switch to grid
* upgrading ocean.js to 0.14.7
* lock to @oceanprotocol/contracts v0.5.16
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-04-29 14:48:57 +02:00
9f38bba69a
bump to ocean.js v0.14.4
2021-04-19 16:07:52 +02:00
mihaisc
545be24429
fix compute history duplication ( #530 )
...
* check provider compute address
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove console
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* lock file
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* lib update, lock file fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-04-16 15:23:09 +03:00
afca6cfdd3
npm audit fix
2021-04-16 11:32:46 +02:00
26a410a479
lock to ocean.js v0.14.1
2021-04-16 11:31:44 +02:00
79497adbab
package fix
2021-04-15 11:24:00 +02:00
a78988be67
Merge branch 'main' into feature/compute
2021-04-15 11:21:46 +02:00
Jamie Hewitt
2826df8287
Allowing urls without proceeding http or https ( #493 )
...
* allowing urls without proceeding http or https
* Installing package: valid-url-utf8
* removing pre-submit URL validation
* removing new package
* updating package-lock.json
2021-04-15 11:18:48 +03:00
claudiaHash
fc6b029118
Compute job history ( #462 )
...
* get compute orders query
* wip on getting compute jobs
* wip refcatoring
* get compute history refactored
* small refactor
* loop fixes
* display jobs refactor changes
* display jobs fix
* early output of assets
* query tweak
* quick fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* live update for testing
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix load time
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* temp refactor
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* cleanup
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* lib bump
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix status args
* remove metadata json
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix item duplication
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* check if wallet connected
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* debug logs
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* lib bump
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix service grouping
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* added sorting
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-04-14 12:01:37 +03:00
Bogdan Fazakas
b87d50aa09
Refactor compute methods calls ( #502 )
...
* prepare compute for oceanJs method refactor
* bump oceanjs to 0.14.0
2021-04-14 10:21:59 +03:00
Jamie Hewitt
7672d78aee
Refactoring Market for new Ocean.js build ( #481 )
...
* removing imports from utils folder
* lib bump
* update status args
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-04-13 15:13:55 +02:00
a5706d22eb
bump to ocean.js v0.12.1 ( #455 )
2021-03-25 08:48:13 +01:00
mihaisc
1599d74cfe
Update search and publish ( #444 )
...
* fix querys
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* lib bump, publish update
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* package-lock
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix searchquery
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-03-18 13:27:58 +02:00
bdccb0966f
Web3/Ocean splitup + full Polygon/Matic support ( #433 )
2021-03-17 11:44:26 +01:00
Bogdan Fazakas
a4f4de84fd
add sample file to edit metadata form ( #419 )
...
* add sample file to edit metada form
* bump oceanjs to 0.11.2
* retrigger checks
* added updated package-lock.json
* bump react hooks to 0.5.4
* bump ocean.js to 0.11.4 and react hooks to 0.5.5
2021-03-09 17:52:40 +01:00
a951f9bf3b
replace Travis with GitHub Actions workflow ( #358 )
...
* replace Travis with GitHub Actions workflow
* fix prettier on Windows
* remove PascalCasing bash one-liner for one use case
* use mkdirp to workaround Windows
* cache tweaks
* move s3 deploy to own workflow
* upload artifacts for debug
* path tweak
* debug
* apollo:codegen without folder pre-creation
* debug: activate s3 deploy for all branches
* pass env vars to deployment build
* more env var passing
* deploy main branch pushes only
2021-02-02 15:07:02 +02:00
a760935564
Add Portis wallet connection ( #291 )
...
* add portis
* library loading tinkering
* bump packages
* typings fix
* pip as addon
* remove setuptools
* revert typings fix
* modal styling
* show portis button
* provider name workaround
* for faulty getInjectedProviderName()
* fixes https://github.com/oceanprotocol/market/issues/332
* more usage of provider info object
* output respective wallet logos
* add network switcher for Portis
* add functionality
* prototype for portis network switching
* improve user experience when reconnecting to cached provider
* support mainnet only, leave networking switching code commented out
2021-01-29 13:40:54 +01:00
ad864cc249
Dev experience tweaks ( #354 )
...
* add VS Code workspace settings
* add everything required for auto-formatting on filesave
* add list of suggested extensions
* add pre-commit hook for `npm run format`
* update code style docs
* make pre-commit work
* update docs
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-01-28 17:28:32 +01:00
mihaisc
05035d3cdc
remove ga ( #345 )
...
* remove ga
* remove from package
2021-01-28 14:11:08 +02:00
mihaisc
095cf064c8
downgrade gatsby ( #339 )
...
* down gatsby
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-01-26 23:00:54 +02:00
mihaisc
79715df435
Pool tx history ( #307 )
...
* graphql
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* ignore generated
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* delete generated
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix fetch
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix fetch
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update readme
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* pool creator liquidit& statistics
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* graph with the graph
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* cleanup
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix query
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update poll interval
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update graph url
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* ocean bump
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* run apollo codegen before starting gatsby
* put back graph loading state
* typing fix
* graph tweak, add error state
* readme update
* remove unused functions, move graph provider
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix package-lock
* fix graph when switching tabs
* generate apollo files into one folder
* fix loading
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* graph query
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* tx query
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix titles
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix text issues
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix query
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* local pagination
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* return refreshInterval to 10 sec
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* add
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix data set column
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-01-22 18:05:02 +01:00
7b854e09dd
bump ocean libraries, vulnerability bumps ( #329 )
2021-01-21 17:04:49 +01:00
mihaisc
273769388c
Pool statistics from the graph ( #288 )
...
* graphql
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* ignore generated
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* delete generated
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix fetch
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix fetch
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update readme
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* pool creator liquidit& statistics
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* graph with the graph
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* cleanup
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix query
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update poll interval
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* update graph url
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* ocean bump
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* run apollo codegen before starting gatsby
* put back graph loading state
* typing fix
* graph tweak, add error state
* readme update
* remove unused functions, move graph provider
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix package-lock
* fix graph when switching tabs
* generate apollo files into one folder
* fix loading
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix codegen camelcase
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* bump apollo packages
* document subgraph usage, add example
* rewrite into Data Sources, add quick examples
* more data sources docs
* docs updates, typos
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-01-21 16:02:48 +01:00
b3b2ea9777
bump ocean.js & react hooks ( #327 )
...
* bump ocean.js
* adapt changes
* bump @oceanprotocol/react
* edit metadata tweaks
2021-01-19 14:34:52 +01:00
07f30108a7
package updates ( #319 )
...
* package updates
* bump lib & react
* 'fix' typing error
* seems Yup.SchemaOf does nos correctly handle Partial<Type>
2021-01-13 18:43:59 +02:00
de1bc11efe
add ropsten to network detection utilities ( #294 )
...
* add ropsten to network detection utilities
* mention ropsten in publish warning
* bump @oceanprotocol/lib
2020-12-11 18:30:51 +01:00
b2f1af6e87
package updates and fixes ( #296 )
...
* package updates and fixes
* yup update for edit form
2020-12-10 15:28:46 +01:00
c57731cd0b
restore WalletConnect ( #290 )
...
* restore WalletConnect
* bump @oceanprotocol/react
* visual fixes for walletconnect modal
2020-12-03 14:54:14 +01:00
mihaisc
54feaebc5a
fix consume ( #285 )
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-12-02 12:10:12 +02:00
mihaisc
dac47bf524
3Box publisher profiles ( #264 )
...
* install 3box
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* tinkering
* check tweak
* load library on init only
* add profile
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* get 3box profile
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix return type
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove console.log
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix eslit
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix travis
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* 3box data structure tweaks, prepare output in byline
* refactor
* new Publisher component
* tweaks
* remove data partners
* link/profile splitup
* profile tweaks
* component splitup
* lots of styling, add image
* affordance for publisher, refactor, server response tinkering
* use 3Box proxy
* open all 3box links in new tab/window
* mobile fixes
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-11-27 12:04:35 +01:00
mihaisc
35d9b6faec
price optimizations and bug fixes ( #274 )
...
* price optimizations and bug fixes
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* travis fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove console.log
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* rephrasing
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* bump react hooks, show price while checking if consumable
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove console.log
* fix travis
2020-11-26 16:02:42 +01:00
mihaisc
b5a11d6d0f
Handle price fetching better ( #265 )
...
* fix price refresh, add AssetProvider
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* price comment
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix trade
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix trade
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix pool liquidity
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix AssetProvider
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix import
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove console.log
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* pool refresh fix
* simplify, logging
* handle errors
* cleanup
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-11-20 14:31:28 +01:00
7325e093ad
refactor transaction titles ( #266 )
...
* refactor transaction titles
* refactor
* refactor
* bump @oceanprotocol/lib
* shorter getTitle
* remove util duplicate
* table tweaks
2020-11-20 11:29:42 +01:00
mihaisc
fa7de2eeb4
Fix trade ( #253 )
...
* oceanlib verbose
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* round 20
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* round 10
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* round 5
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* round 5
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* round 5
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* round 5
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* debug
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* bump lib
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* decimal 15
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove verbose
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-11-16 21:45:35 +02:00
bdd9f92d07
bump @oceanprotocol/lib
2020-11-16 18:12:49 +01:00
mihaisc
bb80c4df78
Swap tokens ( #204 )
...
* swap
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* validation and calculation
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* refactor
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove unused effect
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* fix interval
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* increase refresh timer, remove optional params
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* make inputs show up without wallet
* style fixes
* restyling
* styling
* more styling
* fix refresh price
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove test effect
* fixes, get data as early as possible from DDO and initial state
* refactor
* refactor
* refactor
* label tweaks
* copy
* typo
* prototype output
* remove price header
* ouput swap fee
* fix
* spacing
* copy
* refactor pool transaction titles
* copy
* update math
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* use messaging tweaks
* tab tweaks, output refactor
* fix dark mode selection style
* prototype output
* method tweaks
* slippage to 1%, added warnig banner
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* form tweaks
* error fix
* empty inputs by default
* longer intervals
* maxOcean validation fix
* slippage tolerance UI
* modified slippage UI
* refactor, refresh ocean user balance
* move typings/models around
* typing fix
* fixed output values
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* bump oceanlib
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove console.log
* remove placeholder
* tweak
* non-web3 browser tweak
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-11-16 16:21:15 +01:00
461fcaf8ae
Liquidity & price history graph ( #248 )
...
* graph prototype
* switch items
* liquidity history graph prototype
* more graph styling
* epoch times conversion
* get data in root component
* redraw fix
* more graph styling
* loading fix
* re-render fixes
* re-render fixes
* new Aquarius responses
* price graph and switch buttons
* spacing tweaks
2020-11-16 15:10:33 +01:00
mihaisc
f8a0ff41c3
purgatory updates ( #249 )
...
* purgatory updates
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* format
* update react hooks
* alert style, copy changes
* remove inverse style
* disable remove for purgatory owner
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* remove buy button for purgatory assets
* hide remove liquidity for owner
* query change
* query rollback
* query change
* query change
* query change
* change frontpage queries
* typings
* query refactor, make `all data sets` link work again
* footer fix
* test endpoint for stats
* fix pagination
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
* partner query tweaks
* switch back market-stats endpoint
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-11-14 15:02:54 +01:00
mihaisc
95d62024bd
Update package.json ( #246 )
2020-11-13 12:44:39 +02:00
Alex Coseru
55265cd050
Feature/s3 deploy ( #243 )
...
* Create deploy.sh
* Update .travis.yml
* Update package.json
* make deploy.sh exec
* Update deploy.sh
* Update .travis.yml
* Update deploy.sh
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-11-12 19:20:52 +02:00
d87e8dacb4
netlify rewrite rules ( #244 )
...
* netify rewrite rule
* copy redirects file after build
* rewrite
2020-11-12 15:15:41 +01:00
724cd8db3d
bump @oceanprotocol/list-datapartners ( #241 )
2020-11-11 18:37:30 +01:00
b3510230e9
More footer data ( #224 )
...
* output total datatoken liquidity in footer stats
* add build id to footer
* write out repo metadata before build
* build tweaks
* add title
* refactor
2020-11-09 14:31:04 +01:00
ad28f866e9
package updates ( #223 )
2020-11-09 09:58:39 +01:00
049cccb189
bump @oceanprotocol/list-datapartners ( #221 )
2020-11-06 18:57:43 +01:00
ad107c5415
Data Partners ( #214 )
...
* datapartners prototype
* output partner name on asset teasers
* badge, output partner data
* deprioritize pool badge
* teaser spacing tweaks
* styling
* carousel pattern
* carousel fixes
* styling tweaks
* cleanup, useDataPartner hook
* large screen fixes
* add partner badge to all data set list titles
* byline links tweaks
* byline tweaks
* switch list data source
* fixes, link to https://github.com/oceanprotocol/list-datapartners
* refactor
* refactor
2020-11-05 14:43:13 +01:00
300aedc856
first aggregated stats ( #203 )
...
* first stats
* styling
* url change, error catching
* styling, more output
* refactor, refetch every 10 sec when in viewport
* copy
* add axios cancel token
* cancel token logging
2020-11-04 13:06:51 +01:00
3505db21da
Owner/publisher search ( #187 )
...
* make owner search work
* owner/publisher search from asset details
* copy & cleanup
* style tweaks
* timing
* make search combinations work again
* remove account search highjacking
* switch owner source
* search route fixes
* eth address truncation in text search titles
2020-11-03 14:57:40 +01:00
cf3f406547
Dark Mode ( #182 )
...
* refactor CSS custom properties for dark mode
* dark mode style
* dark mode switching
* config tweaks
2020-10-30 21:28:20 +01:00
mihaisc
0f9b6acee4
Fixes exchange price, updates to oceanlib 0.9.9 ( #181 )
2020-10-30 15:28:13 +01:00
mihaisc
31eb89f40f
update ( #165 )
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-10-29 20:24:36 +02:00
0065d7b3da
Pool shares list ( #163 )
...
* refactor
* pool shares component
* bump ocean.js
* output shares and prices
* styling
* refactor
* bump ocean.js
* bump react hooks
2020-10-29 15:12:05 +01:00
7e856a5eb7
package updates
2020-10-28 13:48:26 +01:00
071d811cd9
bump ocean libraries
2020-10-27 21:37:52 +01:00
mihaisc
70caeb5d80
fixed price and gas estimate
...
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-10-27 19:56:14 +02:00
3b5b6d56c9
v1.0.0
2020-10-27 16:08:42 +01:00
a467bffeb8
add gatsby-plugin-google-analytics
2020-10-27 10:24:24 +01:00
cadb8228e1
url update
2020-10-27 09:13:11 +01:00
8a8484deb3
bump libraries
2020-10-26 15:56:52 +01:00
d78a2345f5
bump @oceanprotocol/react
2020-10-23 15:48:03 +02:00
f9028b1a2e
bump @oceanprotocol/lib
2020-10-23 15:23:50 +02:00
060d363720
bump packages
2020-10-23 13:37:44 +02:00
Alex Coseru
0f092c6df3
Merge branch 'main' into feature/history-compute
2020-10-22 16:25:54 +03:00
alexcos20
464b252c2b
bump ocean-lib to 0.7.5
2020-10-22 06:24:28 -07:00
ff1ddb65d6
bump @oceanprotocol/react
2020-10-22 12:50:27 +02:00
9c0209c11d
switch modal component to the one from site
2020-10-22 12:22:38 +02:00
c828c9d134
bump packages
2020-10-22 11:30:52 +02:00
82853d3a81
bump packages
2020-10-22 11:13:25 +02:00
577421cee7
bump ocean.js
2020-10-21 17:31:34 +02:00