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

2359 Commits

Author SHA1 Message Date
mihaisc
00e2edc3b0
test old package lock (#1429)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-04-20 17:24:07 +03:00
mihaisc
548f31ced3
fix (#1426)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-04-20 16:49:27 +03:00
Bogdan Fazakas
f96ccb0c56
Add reuseOrder method (#1421)
* added reuseOrder method

* wip add test to reuseOrder

* update test

* check also ProviderFee event
2022-04-20 16:42:07 +03:00
dependabot[bot]
bd5202ead9
Bump @types/node from 17.0.24 to 17.0.25 (#1423)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.24 to 17.0.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-20 10:52:03 +03:00
dependabot[bot]
a92ad7115b
Bump @types/node from 17.0.23 to 17.0.24 (#1422)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.23 to 17.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-15 07:25:26 +03:00
c4a5f9e5ad
Release 1.0.0-next.36 v1.0.0-next.36 2022-04-15 00:48:49 +01:00
Bogdan Fazakas
ec601a66d2
Fix get compute results (#1386)
* wip special chars

* clean ups

* update sha256 import from cryptojs lib

* update compute result and use alpha-26 contracts

* re-build with package-lock v1 and with dist

* ignore build files from dist

* delete build files

* removed console logs and updated ComputeResultType typing

* update compute integration test

* added more tests

* added some logs

* update file download method

* use fetch data

* remove download part

* delete console logs

* review fixes

* more fixes

Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
2022-04-14 23:58:25 +01:00
alexcos20
80bf5cc33f Release 1.0.0-next.35 v1.0.0-next.35 2022-04-14 08:21:15 -07:00
Alex Coseru
29c5c8b60e
fix mm signature (#1420)
* fix mm signature
2022-04-14 18:19:56 +03:00
Soon Huat
628c2fc1fc
setPaymentCollector apply same checking as contract (#1396)
* setPaymentCollector apply same checking as contract

* unit test for setPaymentCollector for owner and erc20 deployer

* setPaymentCollector amend redundent truth check on boolean value

Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
2022-04-14 15:43:01 +01:00
alexcos20
58ced6cb61 Release 1.0.0-next.34 v1.0.0-next.34 2022-04-14 06:53:51 -07:00
Alex Coseru
e964b2a4a4
refactor signatures (#1395)
* refactor signatures
2022-04-14 16:52:12 +03:00
dependabot[bot]
4dba394fbc
Bump @types/chai from 4.3.0 to 4.3.1 (#1417)
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-14 07:05:33 +03:00
dependabot[bot]
0ffa3edb2f
Bump @truffle/hdwallet-provider from 2.0.5 to 2.0.6 (#1418)
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle/tree/HEAD/packages/hdwallet-provider) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/commits/@truffle/hdwallet-provider@2.0.6/packages/hdwallet-provider)

---
updated-dependencies:
- dependency-name: "@truffle/hdwallet-provider"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-14 06:52:41 +03:00
Miquel A. Cabot
a1e9a42687 fix error with GASLIMIT_DEFAULT 2022-04-12 10:05:22 +02:00
Miquel A. Cabot
98bbf83a7a Merge branch 'v4main' into issue-1391-generic-estimategas-function 2022-04-12 09:51:48 +02:00
Miquel A. Cabot
962340b0db Merge branch 'v4main' into issue-1348-rewrite-nftfactory-test 2022-04-12 09:47:57 +02:00
Miquel A. Cabot
610d451581 Merge branch 'v4main' into add-transfer-function-to-tokenutils 2022-04-12 09:47:15 +02:00
Miquel A. Cabot
d6f2daa522
Merge pull request #1382 from oceanprotocol/issue-1353-rewrite-router-test
Issue-#1353: Rewrite Router test
2022-04-12 09:42:05 +02:00
Miquel A. Cabot
21a7b739f4
Merge pull request #1414 from oceanprotocol/issue-1413-refactor-zero-address-constant
Issue-#1413: Refactor ZERO_ADDRESS constant
2022-04-12 09:41:10 +02:00
Miquel A. Cabot
db866d271c
Merge pull request #1411 from oceanprotocol/issue-1410-export-router-and-sidestaking-classes
Issue-#1410: Export Router and SideStaking classes
2022-04-12 09:41:02 +02:00
dependabot[bot]
7d3505166d
Bump prettier from 2.6.1 to 2.6.2 (#1388)
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.6.1...2.6.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 08:42:52 +03:00
dependabot[bot]
ef0bd81923
Bump release-it from 14.14.1 to 14.14.2 (#1415)
Bumps [release-it](https://github.com/release-it/release-it) from 14.14.1 to 14.14.2.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/14.14.1...14.14.2)

---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 06:31:04 +03:00
Miquel A. Cabot
ec10f43ac7 Use ZERO_ADDRESS constant in src folder files 2022-04-11 13:19:26 +02:00
Miquel A. Cabot
56740e892a export Router and Sidestaking classes 2022-04-11 12:25:21 +02:00
dependabot[bot]
149ea08371
Bump typedoc from 0.22.14 to 0.22.15 (#1407)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.14 to 0.22.15.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.22.14...v0.22.15)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 07:32:30 +03:00
dependabot[bot]
15bc9d83c0
Bump @truffle/hdwallet-provider from 2.0.4 to 2.0.5 (#1408)
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle/tree/HEAD/packages/hdwallet-provider) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/commits/@truffle/hdwallet-provider@2.0.5/packages/hdwallet-provider)

---
updated-dependencies:
- dependency-name: "@truffle/hdwallet-provider"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 07:32:17 +03:00
dependabot[bot]
bec034d04c
Bump release-it from 14.14.0 to 14.14.1 (#1405)
Bumps [release-it](https://github.com/release-it/release-it) from 14.14.0 to 14.14.1.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/14.14.0...14.14.1)

---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 07:31:38 +03:00
dependabot[bot]
a9129d9a89
Bump typedoc from 0.22.13 to 0.22.14 (#1402)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.13 to 0.22.14.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.22.13...v0.22.14)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-08 12:23:29 +01:00
dependabot[bot]
49b1b7d881
Bump web3 from 1.7.1 to 1.7.3 (#1403)
Bumps [web3](https://github.com/ethereum/web3.js) from 1.7.1 to 1.7.3.
- [Release notes](https://github.com/ethereum/web3.js/releases)
- [Changelog](https://github.com/ChainSafe/web3.js/blob/v1.7.3/CHANGELOG.md)
- [Commits](https://github.com/ethereum/web3.js/compare/v1.7.1...v1.7.3)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-08 12:22:56 +01:00
Miquel A. Cabot
508e1379bc refactor ercparams constant 2022-04-07 20:52:04 +02:00
Miquel A. Cabot
3e2efc0ef6 refactor ercParams const 2022-04-07 20:43:00 +02:00
Miquel A. Cabot
ecaf7ec30e Merge branch 'v4main' into issue-1353-rewrite-router-test 2022-04-06 17:20:00 +02:00
Miquel A. Cabot
4e1a79ac21 solve problem with NftCreateData constant 2022-04-06 17:03:50 +02:00
Miquel A. Cabot
050edc4081 Merge branch 'v4main' into issue-1348-rewrite-nftfactory-test 2022-04-06 16:42:54 +02:00
Miquel A. Cabot
1874804d99 revert fix error in number of parameters in deployERC721Contract() 2022-04-06 14:31:48 +02:00
Miquel A. Cabot
ea74e4fc38 use ZERO_ADDRESS constant 2022-04-06 14:25:34 +02:00
Miquel A. Cabot
b3e3cdce7f remove GASLIMIT_DEFAULT constant from lib classes 2022-04-06 14:18:36 +02:00
Miquel A. Cabot
4cee7bb08c use estimateGas() function in NFT 2022-04-06 14:17:03 +02:00
Miquel A. Cabot
f9aa47c4d2 use estimateGas() function in Datatoken 2022-04-06 13:44:52 +02:00
Miquel A. Cabot
8d9964448a fix error in number of parameters in deployERC721Contract() 2022-04-06 13:44:36 +02:00
Miquel A. Cabot
e2a4c32a65 use estimateGas() function in FixedRateExchange 2022-04-05 23:37:54 +02:00
Miquel A. Cabot
f5f8fdd84b fix pool test amount error 2022-04-05 18:08:32 +02:00
Miquel A. Cabot
47e47863b3 use estimateGas() function in Pool 2022-04-05 18:08:21 +02:00
Miquel A. Cabot
09d7683986 use estimateGas() function in Dispenser 2022-04-05 17:41:00 +02:00
Miquel A. Cabot
2c0f3ae108 use estimateGas() function in SideStaking 2022-04-05 17:29:55 +02:00
Miquel A. Cabot
652ec73892 solve lint errors 2022-04-05 17:21:41 +02:00
Miquel A. Cabot
1380661c97 use estimateGas() function in TokenUtils 2022-04-05 16:26:40 +02:00
Miquel A. Cabot
c936c47260 use estimateGas() function in Router 2022-04-05 16:21:43 +02:00
Miquel A. Cabot
00fc5d21e9 use estimateGas() function in NFTFactory 2022-04-05 15:29:00 +02:00