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

775 Commits

Author SHA1 Message Date
829795fd6f
add full support for Goerli (#1614) 2022-09-23 10:28:03 +01:00
Alex Coseru
97849be3b5
Merge branch 'main' into fix/c2d-paynothing-test-flows 2022-09-12 18:21:11 +03:00
Alex Coseru
ad0e724e68
Feature/add ve fee estimate (#1606)
* bump to contracts 1.1.4

* add estimateClaim

* fix

* Bump decimal.js from 10.3.1 to 10.4.0 (#1598)

Bumps [decimal.js](https://github.com/MikeMcl/decimal.js) from 10.3.1 to 10.4.0.
- [Release notes](https://github.com/MikeMcl/decimal.js/releases)
- [Changelog](https://github.com/MikeMcl/decimal.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MikeMcl/decimal.js/compare/v10.3.1...v10.4.0)

---
updated-dependencies:
- dependency-name: decimal.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.36.2 (#1601)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.33.1 to 5.36.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.36.2/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.19.0 to 8.23.0 (#1602)

Bumps [eslint](https://github.com/eslint/eslint) from 8.19.0 to 8.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.19.0...v8.23.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* add graphql type (#1607)

* add graphql type

* Updating CodeExamples.md

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions Bot <>
2022-09-12 18:20:21 +03:00
Bogdan Fazakas
8acbbd01b6 removed missed comments and one delay 2022-09-09 14:21:20 +03:00
Bogdan Fazakas
610d15b2b4 removed unnecesar logs 2022-09-09 14:07:30 +03:00
Bogdan Fazakas
219d4b4a1e put back paid env test 2022-09-09 13:15:01 +03:00
Bogdan Fazakas
9fc8a8ebb3 update asset timeouts 2022-09-09 12:20:41 +03:00
Bogdan Fazakas
479234d806 add more logs 2022-09-09 10:22:16 +03:00
Bogdan Fazakas
ebe15f9dcf debug 2022-09-07 17:35:40 +03:00
Alex Coseru
dd383ec365
add DataFarming contract support (#1596)
* add DataFarming contract support
2022-09-06 21:43:51 +03:00
Alex Coseru
f8f4b48243
Feature/basic ve ocean (#1595)
* bump contracts to 1.1.3

* add basic veOcean support

Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
2022-09-06 15:00:47 +03:00
Bogdan Fazakas
2d3f9ee259 cleanups 2022-08-23 23:00:58 +03:00
Bogdan Fazakas
1965ceae6a more debug 2022-08-23 22:27:19 +03:00
Bogdan Fazakas
b7fd131421 update compute duration and logs 2022-08-23 22:12:18 +03:00
Bogdan Fazakas
56fa2a3b17 update delay and compute time 2022-08-23 21:43:45 +03:00
Bogdan Fazakas
324b4eda64 fix sintax 2022-08-23 21:27:15 +03:00
Bogdan Fazakas
39672b3ec0 added more logs 2022-08-23 21:21:57 +03:00
Bogdan Fazakas
5eff2bd0d1 updated compute valid until time 2022-08-23 18:00:37 +03:00
Bogdan Fazakas
f99629dfc5 updated timeouts 2022-08-23 17:46:54 +03:00
Bogdan Fazakas
f862f32b3b try a 2 min delay 2022-08-23 17:29:25 +03:00
Bogdan Fazakas
42f3e99c5b put back rerun with same agreement id 2022-08-23 16:41:43 +03:00
Bogdan Fazakas
c9148ed583 comment out rerun jobs withoud order 2022-08-23 11:51:18 +03:00
Bogdan Fazakas
4cf4bb3b07 remove console logs 2022-08-23 11:38:24 +03:00
Bogdan Fazakas
c7e402e71e log job status each sec 2022-08-23 10:50:32 +03:00
Bogdan Fazakas
5d4c07a7f8 log job status 2022-08-23 10:17:09 +03:00
Bogdan Fazakas
d013cd65e1 added more logs 2022-08-23 09:43:00 +03:00
Bogdan Fazakas
4bafdb796a update sleep value 2022-08-22 17:44:38 +03:00
Bogdan Fazakas
8f13bb64cc use higher sleep value 2022-08-22 17:34:12 +03:00
Bogdan Fazakas
f18d5cdd1b add sleep 2022-08-22 17:10:06 +03:00
Bogdan Fazakas
89b83221de cleanups and warnings 2022-08-17 15:14:54 +03:00
Bogdan Fazakas
7dbc336122 update approveWei signature and compute test 2022-08-17 13:25:49 +03:00
Bogdan Fazakas
7500f51f46 merge v4refactoring and fixed conflicts 2022-08-17 12:37:03 +03:00
Bogdan Fazakas
30aba62ef7
Remove amm pools (#1568)
* WIP remove pools

* added logs

* update checksums and logs

* Updating CodeExamples.md

* remove console logs

* remove unused params, simplify test folder structure

* contracts folder simplification, remove ss contract methods

* path fix

* remove more "staking" code

* put back `removeApprovedToken()`

* remove redundant and unused test commands

* test fix, auto-fix & auto-format

* consistent specific imports

* readme updates

* remove addDispenserContract method

* remove tokens subfolder from contracts

* update js docs and put back addDispenserContract

* use new digest for algorthms

* update nft getData to fix failing unit test

* replace pools with fre in  buyDatatokenBatch

* use proper exchange ids

* increase allowance

* fix buyBatch test and deploy issues from testcontracthandler

Co-authored-by: GitHub Actions Bot <>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-08-16 11:54:28 +01:00
Bogdan Fazakas
163735335f remove duplication 2022-08-12 09:17:35 +03:00
Bogdan Fazakas
452bf22855 merge main and fixed conflicts 2022-08-11 16:13:31 +03:00
Bogdan Fazakas
a41e2cf91f use proper container checksum and removed logs 2022-08-11 11:57:25 +03:00
Bogdan Fazakas
61477269db merge main, added logs, update container checksum 2022-08-11 11:45:33 +03:00
Bogdan Fazakas
470eff51ad update transfer and approve methods 2022-08-10 17:31:54 +03:00
Bogdan Fazakas
7955fc809b update algorithms container checksums 2022-07-28 18:41:36 +03:00
Bogdan Fazakas
044e33013d update response log 2022-07-27 15:01:03 +03:00
Bogdan Fazakas
7bb1432182 added logs 2022-07-27 15:00:10 +03:00
Miquel A. Cabot
ec4b21fab5 adapt tests for datatoken.setData() 2022-07-11 23:43:57 +02:00
Miquel A. Cabot
215ddf43df test setData() 2022-07-11 23:36:20 +02:00
Miquel A. Cabot
869ef38fc3
review provider URL (#1554) 2022-07-06 13:23:17 +03:00
mihaisc
6c3d72f0f9
add digest (#1549)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-07-05 10:41:22 +03:00
mihaisc
237e948107
Proper conversion to wei of base token when ordering (#1527)
* proper conversion to wei

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* fix conversion in pool

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* fix test

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* fix lint

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-06-24 17:22:18 +03:00
Miquel A. Cabot
282cd4e865
Issue-#1485: Remove imports of ABIs in the tests and use utility tranfer(), mint(), balance() functions (#1486)
* remove imports of ABIs in NftFactory test

* fix error with data token amount

* remove imports of ABIs in FixedRateExchange test

* remove imports of ABIs in SideStaking test

* remove imports of ABIs in SideStaking test

* remove imports of ABIs in Router test
2022-06-15 18:38:32 +01:00
Alex Coseru
be06f05365
update to new schema & compute fixes (#1510)
* update to new schema

* fix codeExamples

* fix computeflows
2022-06-15 19:03:56 +03:00
Miquel A. Cabot
74a3386619 general renaming in Datatoken 2022-06-14 11:23:47 +02:00
Miquel A. Cabot
6d605199df general renaming in Router 2022-06-14 11:15:45 +02:00