1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

846 Commits

Author SHA1 Message Date
Alex Coseru
a55da41ac7
Merge branch 'main' into feature/metadatacache 2020-10-13 16:03:19 +03:00
Alex Coseru
8003bd133f
Merge pull request #357 from oceanprotocol/feature/pool_sorting_based_on_blockNo
sort polls by blockNumber
2020-10-13 16:01:29 +03:00
d0b4bb537e
metadataStore → metadataCache 2020-10-13 14:49:12 +02:00
97b182f4ab
more typings updates 2020-10-13 14:35:39 +02:00
195f6c311f
jsdocs updates 2020-10-13 14:35:38 +02:00
alexcos20
161d363e3c sort poll by blockNo 2020-10-13 05:26:47 -07:00
alexcos20
049288f3cf small refactor 2020-10-13 04:53:53 -07:00
alexcos20
9a536264d8 fix error messages 2020-10-13 02:30:09 -07:00
alexcos20
6fd0dc0c1f fix #341 2020-10-12 23:12:53 -07:00
alexcos20
002a38d487 add more pool tests 2020-10-12 14:29:44 -07:00
alexcos20
ea352125e2 fix history 2020-10-12 12:01:54 -07:00
alexcos20
007328d74e update getOrderHistory to generate signature 2020-10-12 08:15:08 -07:00
alexcos20
eb60a4217f use addresses from contracts 2020-10-12 07:37:39 -07:00
alexcos20
a5339e14e8 typo 2020-10-12 04:42:56 -07:00
alexcos20
3ddf64f1df removed typo 2020-10-12 04:42:17 -07:00
alexcos20
a148ae7613 add getDTMaxBuyQuantity & getOceanMaxBuyQuantity 2020-10-12 04:35:48 -07:00
alexcos20
f856ef7058 add getDTMaxAddLiquidity and getOceanMaxAddLiquidity 2020-10-12 04:07:13 -07:00
alexcos20
d2b770a982 more helpers 2020-10-12 03:51:42 -07:00
alexcos20
8de3d29b2f add pool validation and helpers 2020-10-12 03:03:06 -07:00
d3b47d618b
BestPrice interface 2020-10-08 12:22:26 +02:00
aa58431629
update DDO 2020-10-08 11:45:07 +02:00
mihaisc
6ba81c60f7
fix incorrect dtAddress
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2020-10-07 13:42:28 +03:00
Alex Coseru
d4c8ac0684
Update src/balancer/OceanPool.ts
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-10-05 23:39:06 +03:00
Alex Coseru
7f48fe2ccb
Update src/balancer/Pool.ts
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-10-05 23:33:17 +03:00
Alex Coseru
66f320600c
Update src/balancer/OceanPool.ts
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-10-05 23:31:36 +03:00
Alex Coseru
c8fd74323c
Update OceanPool.ts 2020-10-05 23:27:20 +03:00
Alex Coseru
735c4d1a7b
Update OceanPool.ts 2020-10-05 23:26:32 +03:00
Alex Coseru
e54a09eec2
Update OceanPool.ts 2020-10-05 23:26:01 +03:00
Alex Coseru
6d85b467c3
Update Pool.ts 2020-10-05 23:24:56 +03:00
Alex Coseru
e1c7eeb6ba
Update OceanPool.ts 2020-10-05 23:22:51 +03:00
alexcos20
46534324f5 fix type in Metadata 2020-10-02 06:06:25 -07:00
alexcos20
b78a57c59a update to contracts 0.5.3 2020-10-02 05:44:09 -07:00
alexcos20
45f377221c use networkID instead of chainId 2020-10-02 03:52:01 -07:00
alexcos20
92f0f4c92d use networkID instead of chainId 2020-10-02 03:46:39 -07:00
alexcos20
2a715c9442 rename from OrderHistory to Order 2020-10-01 06:49:43 -07:00
alexcos20
386bb892ac add optional fromBlock 2020-10-01 06:23:56 -07:00
alexcos20
4d00c882df add optional filter 2020-10-01 06:12:56 -07:00
alexcos20
2c3c8bb04e add amount in history 2020-10-01 05:59:39 -07:00
alexcos20
eadaa7abb5 add order history 2020-10-01 05:57:04 -07:00
alexcos20
2e04ece81c fix lint 2020-10-01 04:00:27 -07:00
alexcos20
9b7f911934 bump contracts to 0.5.1 2020-10-01 03:57:14 -07:00
alexcos20
2817fa60a1 update function docs 2020-10-01 00:34:14 -07:00
alexcos20
1c92c55586 update Rinkeby addresses for 0.5.0 2020-09-30 23:42:35 -07:00
alexcos20
fa2a1f8944 remove need of an account for some calls 2020-09-30 23:10:53 -07:00
alexcos20
9bbff39cf0 bump contracts to 0.5.0 2020-09-30 23:10:03 -07:00
alexcos20
a82a8e6a86 moved all address checks to lowercase 2020-09-30 05:22:33 -07:00
alexcos20
dfceb09d5e optimizations in FRE 2020-09-30 05:18:23 -07:00
alexcos20
815668720b values in number, not Wei 2020-09-30 05:08:08 -07:00
alexcos20
8eaaaa3bac values in number, not Wei 2020-09-30 05:06:48 -07:00
e7c140ef14
remove toLowerCase() workaround 2020-09-30 13:52:56 +02:00