mihaisc
7772e9387e
Release 1.1.3
v1.1.3
2022-06-24 17:24:39 +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
dependabot[bot]
50527fa24a
Bump release-it from 15.0.0 to 15.1.0 ( #1526 )
2022-06-24 10:33:16 +01:00
dependabot[bot]
b3f74a1b85
Bump @typescript-eslint/parser from 5.28.0 to 5.29.0 ( #1523 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.28.0 to 5.29.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 20:41:19 +01:00
dependabot[bot]
7daceea8e9
Bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0 ( #1522 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.28.0 to 5.29.0.
- [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.29.0/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 20:22:20 +01:00
dependabot[bot]
ba3c7bca9d
Bump typescript from 4.6.4 to 4.7.4 ( #1520 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.4 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 20:21:56 +01:00
dependabot[bot]
3c6a3cde7d
Bump eslint from 8.17.0 to 8.18.0 ( #1521 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.17.0 to 8.18.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.17.0...v8.18.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 15:23:40 +01:00
dependabot[bot]
168e7effd1
Bump web3 from 1.7.3 to 1.7.4 ( #1525 )
...
Bumps [web3](https://github.com/ethereum/web3.js ) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/ethereum/web3.js/releases )
- [Changelog](https://github.com/ChainSafe/web3.js/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/ethereum/web3.js/compare/v1.7.3...v1.7.4 )
---
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-06-22 15:21:29 +01:00
Miquel A. Cabot
e61452faca
fix isValidProvider() function
2022-06-21 13:42:45 +02:00
Miquel A. Cabot
8a4ca6c178
fix lint issues
2022-06-21 12:21:13 +02:00
Miquel A. Cabot
a3a2c157df
Remove try...catch from Pool
2022-06-21 12:19:42 +02:00
Miquel A. Cabot
6bd2913fe8
Remove try...catch from FixedRateExchange
2022-06-21 12:08:56 +02:00
Miquel A. Cabot
52c5195349
Remove try...catch from SideStaking
2022-06-21 12:06:57 +02:00
Miquel A. Cabot
792387cc6c
Remove try...catch from Datatoken
2022-06-21 12:02:58 +02:00
Miquel A. Cabot
59eb56b9ee
Remove try...catch from NFT
2022-06-21 12:00:20 +02:00
Miquel A. Cabot
11bb4c1fb3
Remove try...catch from NFTFactory
2022-06-21 11:59:51 +02:00
Miquel A. Cabot
bf1eab7df8
Remove try...catch from Dispenser
2022-06-21 11:59:05 +02:00
Miquel A. Cabot
e5cdeee702
refactor try...catch in Provider
2022-06-21 11:54:12 +02:00
Miquel A. Cabot
99c9cd3e87
Remove try...catch from DdoHelpers
2022-06-21 11:49:06 +02:00
Miquel A. Cabot
911cb59b4b
Remove try...catch from TokenUtils
2022-06-21 11:47:24 +02:00
Miquel A. Cabot
d387076a08
Remove try...catch from ContractUtils
2022-06-21 11:42:55 +02:00
Miquel A. Cabot
3a1abb2813
Remove try...catch from ConfigHelper
2022-06-21 11:29:05 +02:00
dependabot[bot]
2d9729158e
Bump prettier from 2.7.0 to 2.7.1 ( #1519 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.7.0 to 2.7.1.
- [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.7.0...2.7.1 )
---
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-06-16 11:30:56 +01:00
dependabot[bot]
aaa90eddb6
Bump @types/node from 17.0.44 to 18.0.0 ( #1515 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.44 to 18.0.0.
- [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-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-16 11:30:37 +01:00
dependabot[bot]
b8cd326479
Bump @truffle/hdwallet-provider from 2.0.8 to 2.0.9 ( #1516 )
...
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle/tree/HEAD/packages/hdwallet-provider ) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/trufflesuite/truffle/releases )
- [Commits](https://github.com/trufflesuite/truffle/commits/@truffle/hdwallet-provider@2.0.9/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-06-16 09:58:50 +03:00
dependabot[bot]
0ef11c9787
Bump eslint-config-oceanprotocol from 2.0.1 to 2.0.3 ( #1518 )
...
Bumps [eslint-config-oceanprotocol](https://github.com/oceanprotocol/eslint-config-oceanprotocol ) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/oceanprotocol/eslint-config-oceanprotocol/releases )
- [Changelog](https://github.com/oceanprotocol/eslint-config-oceanprotocol/blob/main/CHANGELOG.md )
- [Commits](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v2.0.1...v2.0.3 )
---
updated-dependencies:
- dependency-name: eslint-config-oceanprotocol
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-06-16 07:59:48 +03:00
dependabot[bot]
1f65085b09
Bump prettier from 2.6.2 to 2.7.0 ( #1517 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.2 to 2.7.0.
- [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.2...2.7.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-16 07:59:42 +03:00
dependabot[bot]
2f47310887
Bump typedoc from 0.22.15 to 0.22.17 ( #1514 )
...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc ) from 0.22.15 to 0.22.17.
- [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.15...v0.22.17 )
---
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-06-16 07:59:36 +03:00
85bf2716e2
Release 1.1.2
v1.1.2
2022-06-15 18:57:20 +01:00
5674a547d1
manual bump fix
2022-06-15 18:55:40 +01:00
a36241004b
manual bump fix
2022-06-15 18:50:58 +01: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
dependabot[bot]
c322b28c27
Bump @types/node from 17.0.35 to 17.0.44 ( #1513 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.35 to 17.0.44.
- [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-06-15 18:32:45 +01:00
dependabot[bot]
dae5e04565
Bump eslint-config-oceanprotocol from 1.5.0 to 2.0.1 ( #1466 )
...
* Bump eslint-config-oceanprotocol from 1.5.0 to 2.0.1
Bumps [eslint-config-oceanprotocol](https://github.com/oceanprotocol/eslint-config-oceanprotocol ) from 1.5.0 to 2.0.1.
- [Release notes](https://github.com/oceanprotocol/eslint-config-oceanprotocol/releases )
- [Changelog](https://github.com/oceanprotocol/eslint-config-oceanprotocol/blob/main/CHANGELOG.md )
- [Commits](https://github.com/oceanprotocol/eslint-config-oceanprotocol/compare/v1.5.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: eslint-config-oceanprotocol
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* rewrite .find() methods
* remove unnecessary any typings
* bump all ESLint packages
* fix coverage generation
* rollback ts-node update
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-06-15 18:08:13 +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
255ed1ba44
specify visibility in SideStaking methods
2022-06-15 17:50:23 +02:00
Miquel A. Cabot
7c4b37d94c
Merge branch 'issue-1474-refactoring-refactor-estimategas' into issue-1474-refactoring-general-renaming
2022-06-15 10:15:07 +02:00
Miquel A. Cabot
adff7ab030
Merge branch 'issue-1474-refactoring-rename-from-erc20-to-datatoken' into issue-1474-refactoring-refactor-estimategas
2022-06-15 10:14:13 +02:00
Miquel A. Cabot
da9338afbc
Merge branch 'issue-1474-refactoring-rename-from-erc721-to-nft' into issue-1474-refactoring-rename-from-erc20-to-datatoken
2022-06-15 10:13:23 +02:00
Miquel A. Cabot
5e234da0a6
Merge branch 'issue-1474-refactoring-refactor-estimate-gas-functions' into issue-1474-refactoring-rename-from-erc721-to-nft
2022-06-15 10:12:57 +02:00
Miquel A. Cabot
6fdcfa1201
Merge branch 'issue-1474-refactoring-move-functions-from-utils-to-classes' into issue-1474-refactoring-refactor-estimate-gas-functions
2022-06-15 10:12:30 +02:00
Miquel A. Cabot
0c6225bf56
Merge branch 'issue-1474-refactoring-create-class-inheritance' into issue-1474-refactoring-move-functions-from-utils-to-classes
2022-06-15 10:11:37 +02:00
Miquel A. Cabot
a62966d048
Merge branch 'issue-1474-refactoring-move-types-to-types-folder' into issue-1474-refactoring-create-class-inheritance
2022-06-15 10:10:37 +02:00
Miquel A. Cabot
aba454cf9d
Merge branch 'issue-1474-refactoring-restructure-imports' into issue-1474-refactoring-move-types-to-types-folder
2022-06-15 10:10:08 +02:00
Miquel A. Cabot
5e3e0b828e
Merge branch 'issue-1474-refactoring-restructure-file-location' into issue-1474-refactoring-restructure-imports
2022-06-15 10:08:19 +02:00
Miquel A. Cabot
02c230bd6e
Merge branch 'v4refactoring' into issue-1474-refactoring-restructure-file-location
2022-06-15 09:59:06 +02:00
Miquel A. Cabot
7f2ef18f77
update CodeExamples.md
2022-06-14 20:20:26 +02:00
2be04f177c
checkout barge main
, bump action
2022-06-14 18:46:44 +01:00
GitHub Actions Bot
7ced17f2fa
Updating CodeExamples.md
2022-06-14 10:24:46 +00:00
Miquel A. Cabot
2ade8e7423
Merge 10d07f89dc26a39071a1945de601e3901f4de0e1 into 87edac976fc49d7d2685f66b0c58f4b3bb6fc2df
2022-06-14 10:14:46 +00:00