* WIP
* calculate price impact by subtracting tokens fiat values
* get and use spotPrice for price impact calculation, use Decimal
* set impact to 0 if input and output values are undefined
* move price impact to a new component
* turn price impact value color to red if grater than 5
* add tooltip to price impact and slippage
* removed fiat price
* change formula
* remove console.log
* don't block add liquidity button
* typos
* proper text alignment
Co-authored-by: mihaisc <mihai@oceanprotocol.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* timeout value fix
* change timeout options by access type
* fix timeout field value setting
* string replaced by constant
* timeout value changed for no timeout set
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* Adding description of each fee
* updating text
* Adding info about liquidity pool
* Adding tool tips for fixed pricing
* Explaining the pool
* removing broken link
* Update marketplaceFee in content/price.json
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* Update swapFee in content/price.json
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* Update poolInfo in content/price.json
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* Updating community fee tooltips
* Updating tooltip for marketplace fee
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* displayed compute jobs on asset detail page
* filter compute jobs by datatoken address
* lint error fix
* changed query name for selecting compute orders by datatoken
* renamed Transactions component and moved it outside Pool directory
* style compose path fix
* query just one subgraph based on ddo chainId
* fixed displayed columns, added Finished column, table scroll fix
* changed AssetActionsHistoryTable titles
* made tabel cell width smaller
* 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
* external link get oceanConfing when undefined, use chainId for pools
* pass chainId to editHistory explorerLinks
* remove ddo check from Pool explorer link
* removed chainId verfication from datatoken external link path
* add Gaia-X chainId verification to pool datatoken external link
* add chainId check for Moonbeam
* add BSC to default chains
* searchbar visual tweaks
* race condition fix
* network name tweaks
* beta → v3
* use publish form titles to inform about network
* form actions refactor
* simplify network name on asset details
* visual indicator for selected chains on button
* lint fix
* more layout flow tinkering, collapsed search by default
* search field layout tweaks
* unknown network/gaia-x name fixes
* put back search cancel button in webkit
* space fixes
* cross browser visual fixes
* multiple graphs queried
* multiple graphs queried
WIP
* fixes
* urql provider added
* urql used in downloads tab
* wip on downloads, pool shares and compute orders
* OperationContext added
* urql client query used
* added method for query multiple subgraphs
* get multiple subgraphs data
* aqua changes integrated
* published and poolTransaction tabs data correctly fetched
* poolTransaction symbol taken from Subgraph
* Downloads loading fixed, logs deleted
* compute history partial fix
* fetch data after deselecting network fix, logs deleted
* changes after Multinetwork branch merge
* ddo usage and config removed
* get out symbol fix, unused imports deleted
* loading data fix
* console log removed
* loading data with no wallet connected fix
* no wallet connected and empty result message updated
* NetworkName added on table
* explorer link fix for pool transactions
* NetworkName added in PoolTransactions table
* transactions and downloads sorted by timestamp
* pool shares and compute jobs sorted by timestamp
* use transaction network id for explorer link
* pool transactions refetch
* pool shares refetch
* stop re-displaying table data if no changes on refetch
Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
Co-authored-by: Norbert <katunanorbert@gmail.com>
Co-authored-by: mihaisc <mihai@oceanprotocol.com>
* check the maximum available datatoken to receive before buy compute or consume
* added previous order check in disable buy button logic when max dt in pool is bellow 1 datatoken
* fixed lint errors
* hide seccond message if one of the assets in compute has low liquidity
* updated pool history and pool liquidity graph queries
* fixed lint errors
* fixed graph issues
* refatch graph every 10s
* refetch liquidity info and fixed typo's
* cleared refetch intervals when unmounting pool and graph compoments on assets detail page
* wip added check chainId check for asset selection list
* updated condition and update oceanJs lib
* update lock file
* removed config metadatacacheUri since it was not used anymore
* refactor get only chain algos from aqua
* manually added lock file from multinetwork branch
* ordered subgraph did array before return
* updated aqua querry offset to fit multi network
* fixed typo and removed logs
* sort assets by oceanReserve
* added TVL label and rename Pool Creator Liquidity to Pool Creator Statistics
* remove obsolete comments
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
* created component for wallet network switching
* component styling
* display network names
* created networks config
* fix get network config function
* wip
* moved switcher component inside consume
* use isAssetNetwork to show Switcher component, added to publish
* get network properties using networkList and oceanConfig
* error fix
* hide wallet network switcher if no provider
* use chainId from useAsset ddo
* added switcher component to Compute
* added component to edit metadata and compute settings
* added component to advance settings form
* fixed lint errors
* included component inside Web3Feedback
* updated text and icon design
* button design update, and Web3Feedback position on edit asset
* fixed lint error
* message update
* tag error fixes
* disabled pool and trade buttons if not asset network
* mainnet aquarius fallback url
* filename typo fix
* replace NetworkName component with getNetworkDisplayName function
* added method to switch to EthereumChain networks, removed logs
* fixed lint error
* style tweaks
* markup and styles simplification
* restrict add datatoken
Co-authored-by: Norbi <katunanorbert@gmai.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>