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

772 Commits

Author SHA1 Message Date
Miquel A. Cabot
4a96021cc4 refactor constants 2022-03-29 18:10:16 +02: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
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
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
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
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
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
db4d22b5bb check correct allowance amount 2022-03-24 11:09:07 +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
Miquel A. Cabot
c07a528dbe change NftFactory test directory 2022-03-21 15:22:24 +01:00
Alex Coseru
c01fb0756c
Feature/contracts alpha 25 (#1358)
* bump to contracts alpha 26

* update gasFeeMultiplier
2022-03-21 14:40:34 +02:00
Miquel A. Cabot
546f516cee add web3 parameter 2022-03-20 19:03:14 +01:00
Miquel A. Cabot
589ec02938 refactor TestContractHandler variable names 2022-03-20 13:55:53 +01:00
Miquel A. Cabot
f095b8903b rewrite comments 2022-03-19 15:45:19 +01:00
Miquel A. Cabot
a77f1c5862 convert TestContractHandler class to function 2022-03-19 15:32:02 +01:00
Miquel A. Cabot
1e12ddd630 refactor TestContractHandler.getAccounts() 2022-03-18 18:21:27 +01:00
Miquel A. Cabot
f0a008ce89 use imports from TestContractHandler instead of parameters 2022-03-18 17:27:20 +01:00
Miquel A. Cabot
f0bc8289c1 rewrite TestContractHandler helper class 2022-03-18 15:18:03 +01:00
Miquel A. Cabot
4babe6d4bb Merge branch 'issue-1246-use-confighelper-in-tests' into issue-1292-fix-compute-test-timeout 2022-03-18 15:12:10 +01:00
Miquel A. Cabot
cf5437a103 use getAddresses config function in TestContractHandler 2022-03-18 13:00:06 +01:00
Miquel A. Cabot
c92f263741 add PROVIDER_URL environment variable 2022-03-17 16:12:13 +01:00
Miquel A. Cabot
f5727fc82b fix unitsToAmount import problem after merge main branch 2022-03-16 15:13:37 +01:00
Miquel A. Cabot
db0c9a6cdb
Merge branch 'v4main' into issue-1246-use-confighelper-in-tests 2022-03-16 14:30:24 +01:00
Miquel A. Cabot
165b4c8680 refactor imports in the tests 2022-03-16 14:25:09 +01:00
Miquel A. Cabot
9a583e60e0 use configuration variables instead of constants 2022-03-16 14:07:00 +01:00
Miquel A. Cabot
35722239df use configuration file to read variables 2022-03-16 13:06:10 +01:00
Miquel A. Cabot
1a3c20bfbc add configuration script for the tests 2022-03-16 13:05:05 +01:00
Norbi
a0e43235dd
Replace toWei/fromWei when base token conversion (#1318)
* replaced toWei inside FRE

* added amountToUnits for maxPrice inside pool

* replaced fromWei

* add web3 param to getPoolCreationParams

* added await before amountToUnits inside swapExactAmount

* swapExactAmount update

* add await to unitsToAmount inside setRate

* convert newRate to string

* replaced unitToAmounts with amountToUnits inside setRate

* replace unitToAmounts with amountToUnits

* added await

* replaced String() with toSting()

* replaced String() in Provider

* transform newRate into wei inside estimateSetRate

* replace toWei inside getFreCreationParams

* added web3 param to getFreCreationParams

* add amountToUnits inside getFreOrderParams

* added logs

* removed unitsToAmount from fixed rate

* removed amountToUnits inside marketFee

* removed logs
2022-03-16 12:44:53 +02:00
Miquel A. Cabot
896211b93f read configHelperNetworks values for the tests 2022-03-15 19:13:58 +01:00
Miquel A. Cabot
41a8b6ef26 remove unused test config files 2022-03-15 19:00:27 +01:00
Alex Coseru
9b724d71bd
Feature/contracts alpha 22 (#1334)
* bump contracts to alpha 22
2022-03-14 14:23:16 +02:00