1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
Commit Graph

1157 Commits

Author SHA1 Message Date
Jamie Hewitt
9535e41a5f pull from origin main 2021-06-07 13:20:29 +03:00
Jamie Hewitt
2413c25cf6 Merge branch 'main' of https://github.com/oceanprotocol/market into issue-582-market-rbac-integration 2021-06-07 12:25:34 +03:00
Jamie Hewitt
c6e3e186e8 Fixing linting errors 2021-06-04 17:29:38 +03:00
Jamie Hewitt
881c28c174 Revert "fixing linting issue"
This reverts commit 8bcb80be3d.
2021-06-04 16:43:44 +03:00
Jamie Hewitt
8bcb80be3d fixing linting issue 2021-06-04 16:33:12 +03:00
Jamie Hewitt
4e09592177 removing console.log message 2021-06-04 15:41:17 +03:00
Jamie Hewitt
41a4f6497a switching alert messages and reducing return statements 2021-06-04 15:39:21 +03:00
fc6f611ac0
Merge pull request #617 from oceanprotocol/feature/package-updates
Bump all non-gatsby dependencies / npm v7
2021-06-04 14:34:09 +02:00
Jamie Hewitt
c657429eb1 updating .env.example comment 2021-06-04 14:34:01 +03:00
Jamie Hewitt
29b14d5249 removing .env.development and updating .env.example 2021-06-04 14:32:04 +03:00
Jamie Hewitt
22cacdb577 Check for undefined RBAC_URL in permissions component 2021-06-04 14:24:39 +03:00
claudiaHash
f73191ef1a
Remove price.isConsumable from elastic query (#639)
* price.isConsumable removed from query
* subgraph query updated

Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
2021-06-04 13:23:18 +02:00
mihaisc
e0f8104d07
add web3 in package-lock
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-06-04 14:19:51 +03:00
Jamie Hewitt
cbbc8904d9 updating .env.development 2021-06-04 14:12:10 +03:00
Jamie Hewitt
28e1b912c5 changing the env name and checking for undefined 2021-06-04 14:11:40 +03:00
Jamie Hewitt
22c7302062 adding wallet connection info message 2021-06-04 13:03:16 +03:00
ece07927f6
more package updates 2021-06-04 11:51:13 +02:00
729bc5d998
update docs 2021-06-04 11:43:51 +02:00
3ff9fe4a68
add nvmrc with Node.js v16 2021-06-04 11:43:51 +02:00
53639e6839
disable storybook test runs for now 2021-06-04 11:43:51 +02:00
4dd11fd0f0
ethereumjs-abi lockfile fix 2021-06-04 11:43:51 +02:00
b5d58267c0
ethereum-blockies lockfile fix 2021-06-04 11:43:51 +02:00
508564ec03
more package updates, lock graphql, fresh package-lock 2021-06-04 11:43:51 +02:00
b516e95879
prettier formatting updates 2021-06-04 11:43:47 +02:00
feed5dd2d1
react-markdown code updates 2021-06-04 11:42:33 +02:00
de2e4e8fae
package cleanup and updates 2021-06-04 11:42:33 +02:00
306ff5833a
ESLint config updates 2021-06-04 11:42:32 +02:00
Jamie Hewitt
abcb0ab44c pull from origin main 2021-06-04 12:20:57 +03:00
claudiaHash
88663d812a
Highest liquidity list based on subgraph (#512)
* fetch pools from graph, fetch ddos for pools

* WIP on displaying highest liquidity assets

* loader added

* check ddo state for each asset

* data ordered  by valueLocked, logger added

* filter ddos for purgatory

* verify  ddo isConsumable price attribute

* moved query into subgraph.ts

* send did list, fix assets display

* fixes on assets display

* assets sorted by dids

* get assets on correct order

* get assets in correct order

* loading assets fixes

* correct order and loading, network overloaded

* fixes on loading

* fixed on network change, added loading

* fixed on network change when no wallet connected, improved loading

Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
Co-authored-by: Norbi <katunanorbert@gmai.com>
2021-06-02 12:14:54 +03:00
Jamie Hewitt
5c627be73f only sending request to RBAC if address is defined 2021-06-01 18:21:09 +03:00
Jamie Hewitt
3451aac42e Adding loader icon while waiting form permission response 2021-06-01 17:54:35 +03:00
94139f42b4
fix marketFeeAddress (#633)
* fix marketFeeAddress

* UseSiteMetadata typing fixes
2021-05-31 12:53:37 +02:00
Dimo Dzhurenov
29b644f402
updated parameter (#635) 2021-05-31 12:52:14 +02:00
Norbi
cd8e388806
fixed app crash (#629)
Co-authored-by: Norbi <katunanorbert@gmai.com>
2021-05-27 16:39:02 +02:00
Jamie Hewitt
20361578ca pull from origin main 2021-05-26 17:31:58 +03:00
Jamie Hewitt
9dc04282ba updating eventType as consume 2021-05-26 17:18:38 +03:00
Norbi
18f3daed75
List of algorithms to select seems capped (#618)
* removed paginations from the algorithms query and set offset

* changed offset to 500 for compute algorithms query

Co-authored-by: Norbi <katunanorbert@gmai.com>
2021-05-26 16:16:46 +02:00
Jamie Hewitt
d021b25d98 chaning default permission case to restrict access 2021-05-26 16:25:22 +03:00
Jamie Hewitt
5bcc111d5c sending request based on address 2021-05-26 15:51:18 +03:00
claudiaHash
5428a8e5b4
searching by full token symbol (#564)
* searching by full token symbol


regular expression used

* search by full names


match partial data


useless comments deleted


log deleted

* make search text uppercase

* data author and description added in query fields

* working search combined with sorting and filtering

Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
2021-05-25 11:23:48 +03:00
Jamie Hewitt
24ad90cf59
Creating a new 'forking' section on the readme (#613)
* Creating a new 'forking' section on the readme

* adding copyright message to forking section in readme
2021-05-25 08:31:11 +02:00
Jamie Hewitt
249ccec687 removing unused import of Permission component 2021-05-21 14:49:46 +03:00
Jamie Hewitt
22fc17c66c wrapping asset in permission component 2021-05-21 14:46:39 +03:00
Jamie Hewitt
ec21af94a6 sedning address to RBAC server 2021-05-21 14:29:57 +03:00
Jamie Hewitt
c1d6a3b036 passing address to rbac component 2021-05-21 14:28:11 +03:00
Jamie Hewitt
1c6c300cf6 updating react hook dependency 2021-05-20 18:56:58 +03:00
Jamie Hewitt
18a446850c creating an error alert for permission denied 2021-05-20 18:54:42 +03:00
Jamie Hewitt
6d037abeec wrapping asset actions in permissions element 2021-05-20 17:31:25 +03:00
Jamie Hewitt
adb5a2fdc3 wrapping search results in permissions wrapper 2021-05-20 17:22:21 +03:00
Jamie Hewitt
440afbdc05 wrapping publish in permissions wrapper 2021-05-20 17:18:23 +03:00