ocean-subgraph/src/mappings
Jamie Hewitt 3ebc29a74d
Issue 471 provider fees (#474)
* Adding providerFee to Order in the schema

* Adding ProviderFee to subgraph.template.yaml

* Creating order utils

* Saving providerFee as a string

* Saving providerFee as an array of all previous provider fees

* Creating test for providerFee

* Removing arrary from providerFee

* Updating or Creating OrderResue provider fee

* lint:fix

* Creating additional tests for testing providerFees on Order and reuseOrder

* lint:fix

* Updating JSON string notation

* Fixing first test

* fixing second test: testing provider fees after calling reuseOrder on a using a previous txId

* added providerFeeValidUntil

Co-authored-by: mihaisc <mihai@oceanprotocol.com>
2022-07-12 11:11:43 +03:00
..
utils Issue 471 provider fees (#474) 2022-07-12 11:11:43 +03:00
dispenser.ts Feature/templates (#349) 2022-02-21 12:45:24 +02:00
erc20Templates.ts Issue 471 provider fees (#474) 2022-07-12 11:11:43 +03:00
erc721Factory.ts bump contracts to alpha28 and ocean.js to alpha 33 (#401) 2022-04-04 15:52:30 +03:00
factoryRouter.ts create token (#467) 2022-06-23 14:51:14 +03:00
fixedRateExchange.ts Feature/lastprices (#369) 2022-03-03 11:55:43 +02:00
nftUpdate.ts Tracking transfer event & updating nft owner (#436) 2022-06-24 10:06:44 +03:00
pool.ts fix weight (#468) 2022-06-24 15:42:51 +03:00