mihaisc
76623648d2
Release 1.0.0-next.31
v1.0.0-next.31
2022-03-29 17:20:43 +03:00
mihaisc
eee596bbd6
Release 1.0.0-next.30
v1.0.0-next.30
2022-03-29 17:14:35 +03:00
Soon Huat
9106a78646
default amountToUnits decimals to 18, FRE consumerMarketSwapFee witho… ( #1374 )
...
* default amountToUnits decimals to 18, FRE consumerMarketSwapFee without basetoken
* Revert "default amountToUnits decimals to 18, FRE consumerMarketSwapFee without basetoken"
This reverts commit 14ef599738a85d82f1268ed77a338b4ba1b9f668.
* FRE, web3 toWei for percentage based value
Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
2022-03-29 15:54:09 +01:00
Soon Huat
4c5da01d66
change address[1] to paymentCollector based on smart contract ( #1375 )
...
Co-authored-by: Soon Huat <soon_huat.phan@daimler.com>
2022-03-29 15:40:30 +01:00
Bogdan Fazakas
4157e1e473
update compute status query and jsdoc ( #1361 )
2022-03-29 15:40:01 +01:00
dependabot[bot]
ea9bceb092
Bump prettier from 2.6.0 to 2.6.1 ( #1373 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.0 to 2.6.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.6.0...2.6.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-03-29 15:38:55 +01:00
dependabot[bot]
0df310596a
Bump minimist from 1.2.5 to 1.2.6 ( #1370 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-29 15:38:46 +01:00
Miquel A. Cabot
a33bf42452
Issue-#1367: Fix error in NftFactory.disableTokenTemplate()
and NftFactory.reactivateTokenTemplate()
( #1368 )
...
* fix error in NftFactory.disableTokenTemplate() and NftFactory.reactivateTokenTemplate()
* add tests for nft and token templates
2022-03-29 15:37:50 +01:00
mihaisc
0c65a03a69
fix typedoc ( #1378 )
2022-03-29 07:36:22 -07:00
Miquel A. Cabot
745647b65f
upgrade to @oceanprotocol/contracts 1.0.0-alpha.27
2022-03-29 15:10:18 +02:00
Miquel A. Cabot
5580d45fd7
upgrade to @oceanprotocol/contracts 1.0.0-alpha.27
2022-03-29 15:08:00 +02:00
Miquel A. Cabot
319bad47e7
refactor constants
2022-03-29 15:01:36 +02:00
Miquel A. Cabot
16b83f0088
fix error in should deploy contracts Pool test
2022-03-28 15:19:51 +02:00
Miquel A. Cabot
f23d47a4fd
Merge branch 'v4main' into issue-1356-rewrite-testcontracthandler-helper-class
2022-03-28 15:08:33 +02:00
Miquel A. Cabot
1fda84251e
remove unused variables
2022-03-28 13:13:22 +02:00
Miquel A. Cabot
b6bbdce723
refactor imports
2022-03-28 13:12:14 +02:00
dependabot[bot]
7837bac5c7
Bump typescript from 4.6.2 to 4.6.3 ( #1371 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.2...v4.6.3 )
---
updated-dependencies:
- dependency-name: typescript
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-03-25 14:20:48 +00:00
dependabot[bot]
e328e3be61
Bump @types/node from 17.0.22 to 17.0.23 ( #1366 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.22 to 17.0.23.
- [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-03-25 14:20:32 +00:00
Miquel A. Cabot
9560231829
test safeTransferNft
2022-03-24 20:59:17 +01:00
Miquel A. Cabot
3063a7daae
refactor constants
2022-03-24 19:22:10 +01:00
Miquel A. Cabot
4fdc0d10c8
Merge branch 'issue-1356-rewrite-testcontracthandler-helper-class' into issue-1347-rewrite-nft-test
2022-03-24 16:17:52 +01:00
Miquel A. Cabot
c914ca3d37
Merge branch 'issue-1356-rewrite-testcontracthandler-helper-class' into issue-1348-rewrite-nftfactory-test
2022-03-24 16:17:16 +01:00
Miquel A. Cabot
159270889e
Merge branch 'v4main' into issue-1356-rewrite-testcontracthandler-helper-class
2022-03-24 16:14:02 +01:00
Miquel A. Cabot
52c8121b82
Merge pull request #1355 from oceanprotocol/issue-1292-fix-compute-test-timeout
...
Issue-#1246: Use confighelper instead of hardcoded endpoints
2022-03-24 16:06:40 +01:00
296a94be98
solve all typing warnings ( #1364 )
2022-03-24 13:33:03 +00:00
Miquel A. Cabot
65c1d2f493
refactor constants
2022-03-24 14:07:27 +01:00
Miquel A. Cabot
e80edb8ab2
assert that all needed exceptions are thrown
2022-03-24 14:05:10 +01:00
Miquel A. Cabot
fd2af932b6
refactor constants
2022-03-24 13:08:04 +01:00
Miquel A. Cabot
354f20bd91
refactor constant names
2022-03-24 12:56:17 +01:00
Miquel A. Cabot
71e21f56e4
put constants inside test function
2022-03-24 12:45:37 +01:00
Miquel A. Cabot
adb8138e89
refactor script names in package.json
2022-03-24 12:29:24 +01:00
Miquel A. Cabot
db4d22b5bb
check correct allowance amount
2022-03-24 11:09:07 +01:00
Miquel A. Cabot
b403471031
Merge branch 'issue-1367-fix-disableTokenTemplate-and-reactivateTokenTemplate-errors' into issue-1348-rewrite-nftfactory-test
2022-03-24 10:32:31 +01:00
Miquel A. Cabot
0e876edadf
fix error in NftFactory.disableTokenTemplate() and NftFactory.reactivateTokenTemplate()
2022-03-24 09:55:27 +01:00
Miquel A. Cabot
5e9f99752c
test adding disabling and reactivating templates
2022-03-23 19:19:33 +01:00
Miquel A. Cabot
ed2c725ac2
refactor comments
2022-03-23 17:11:41 +01:00
Miquel A. Cabot
c7608ea6b8
#createNftwithErc - should increment nft and token count
2022-03-23 17:11:34 +01:00
Miquel A. Cabot
054351b88a
refactor nft and dt parameters
2022-03-23 16:43:20 +01:00
Miquel A. Cabot
a72c510b9e
add DATA_TOKEN_AMOUNT constant
2022-03-23 15:54:38 +01:00
Miquel A. Cabot
4614833ce0
add constants
2022-03-23 15:45:58 +01:00
Miquel A. Cabot
352b52afb3
remove unused accounts
2022-03-23 13:10:45 +01:00
Miquel A. Cabot
913e8440c3
Merge branch 'issue-1356-rewrite-testcontracthandler-helper-class' into issue-1348-rewrite-nftfactory-test
2022-03-22 21:45:59 +01:00
Miquel A. Cabot
1bd82e7f3a
Fix error "Cannot read properties of undefined (reading 'sideStakingAddress')"
2022-03-22 17:58:49 +01:00
Miquel A. Cabot
d60c26be50
Merge branch 'issue-1292-fix-compute-test-timeout' into issue-1356-rewrite-testcontracthandler-helper-class
2022-03-22 16:22:07 +01:00
Miquel A. Cabot
3cd57e00ee
Merge branch 'issue-1246-use-confighelper-in-tests' into issue-1292-fix-compute-test-timeout
2022-03-22 15:44:24 +01:00
Miquel A. Cabot
d3246c5ae4
Merge branch 'v4main' into issue-1246-use-confighelper-in-tests
2022-03-22 15:43:48 +01:00
dependabot[bot]
46f7a7e280
Bump @types/node from 17.0.21 to 17.0.22 ( #1363 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.21 to 17.0.22.
- [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-03-22 15:13:50 +02:00
Miquel A. Cabot
c07a528dbe
change NftFactory test directory
2022-03-21 15:22:24 +01:00
dependabot[bot]
2f0826ab0b
Bump release-it from 14.12.5 to 14.13.1 ( #1360 )
...
Bumps [release-it](https://github.com/release-it/release-it ) from 14.12.5 to 14.13.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.12.5...14.13.1 )
---
updated-dependencies:
- dependency-name: release-it
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-03-21 13:22:31 +00:00
dependabot[bot]
b2de2ca26c
Bump prettier from 2.5.1 to 2.6.0 ( #1340 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.5.1 to 2.6.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.5.1...2.6.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-03-21 13:00:44 +00:00