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

2997 Commits

Author SHA1 Message Date
Miquel A. Cabot
635c7b7cd5 remove specific estimategas functions from TokenUtils 2022-06-13 11:23:32 +02:00
Miquel A. Cabot
c92aaeba47 add estimateGas parameter to NFT 2022-06-13 11:22:12 +02:00
Miquel A. Cabot
863ba49154 add estimateGas parameter to Datatoken 2022-06-13 11:13:19 +02:00
Miquel A. Cabot
88b382a0a9 add estimateGas parameter to SideStaking 2022-06-13 11:04:51 +02:00
Miquel A. Cabot
ba51c29948 add estimateGas parameter to Router 2022-06-13 11:02:49 +02:00
Miquel A. Cabot
2089df405f add estimateGas parameter to Pool 2022-06-13 10:59:39 +02:00
Miquel A. Cabot
a988e03fa0 add estimateGas parameter to FixedRateExchange 2022-06-13 10:59:32 +02:00
Miquel A. Cabot
95d50bdd61 add estimateGas parameter to Dispenser 2022-06-13 10:41:54 +02:00
Miquel A. Cabot
a2f2a31289 Merge branch 'issue-1474-refactoring-refactor-estimategas' of https://github.com/oceanprotocol/ocean.js into issue-1474-refactoring-refactor-estimategas 2022-06-13 10:35:47 +02:00
Miquel A. Cabot
5145d9706c add estimateGas parameter to NFTFactory 2022-06-13 10:35:44 +02:00
GitHub Actions Bot
ec00d0a428 Updating CodeExamples.md 2022-06-13 08:12:50 +00:00
Miquel A. Cabot
6fbd92faab
Merge e52c8a10e08e34de5f03baf76c76f05efc4ea76b into 87edac976fc49d7d2685f66b0c58f4b3bb6fc2df 2022-06-13 08:02:54 +00:00
Miquel A. Cabot
e52c8a10e0 Merge branch 'issue-1474-refactoring-move-functions-from-utils-to-classes' into issue-1474-refactoring-refactor-estimategas 2022-06-13 09:57:42 +02:00
Miquel A. Cabot
0726051857 Merge branch 'issue-1474-refactoring-move-functions-from-utils-to-classes' into issue-1474-refactoring-rename-from-erc20-to-datatoken 2022-06-13 09:56:17 +02:00
Miquel A. Cabot
3614c2bc96 Merge branch 'issue-1474-refactoring-move-functions-from-utils-to-classes' into issue-1474-refactoring-rename-from-erc721-to-nft 2022-06-13 09:55:31 +02:00
Miquel A. Cabot
1b978fd479 Merge branch 'issue-1474-refactoring-move-functions-from-utils-to-classes' into issue-1474-refactoring-refactor-estimate-gas-functions 2022-06-13 09:54:55 +02:00
Miquel A. Cabot
2aa99a0297 set visibility to functions 2022-06-13 00:43:36 +02:00
Miquel A. Cabot
74b623cacc set calculateEstimatedGas return value to any 2022-06-12 11:13:26 +02:00
Miquel A. Cabot
2ec7bd7f70 add estimategas optional parameter to functions 2022-06-12 11:13:02 +02:00
Miquel A. Cabot
6a193ac88d remove estimategas functions from classes 2022-06-11 23:47:43 +02:00
Miquel A. Cabot
2cbb3c3ba8 rename estimateGas() to calculateEstimatedGas() 2022-06-11 23:38:22 +02:00
Miquel A. Cabot
d435d3c2be change return type for estimateGas() 2022-06-10 22:52:07 +02:00
Miquel A. Cabot
429cce838e revert rename deployERC20 to deployDatatoken 2022-06-10 13:24:45 +02:00
Miquel A. Cabot
ba8ea90a20 rename createNftErc20WithDispenser to createNftWithDatatokenWithDispenser 2022-06-10 11:32:58 +02:00
Miquel A. Cabot
77fcfe94f5 rename createNftErc20WithFixedRate to createNftWithDatatokenWithFixedRate 2022-06-10 11:30:22 +02:00
Miquel A. Cabot
4d56ca2e9e rename createNftErc20WithPool to createNftWithDatatokenWithPool 2022-06-10 11:28:55 +02:00
Miquel A. Cabot
2adb54c4eb rename createNftWithErc20 to createNftWithDatatoken 2022-06-10 11:26:53 +02:00
Miquel A. Cabot
f59afbdc46 rename erc20TemplateAddress to datatokenTemplateAddress 2022-06-10 11:24:18 +02:00
Miquel A. Cabot
29c581fde2 rename from erc20 to nft in comments 2022-06-10 11:19:08 +02:00
Miquel A. Cabot
3b3cd6e2e7 rename erc20 to datatoken in Router test 2022-06-10 11:13:52 +02:00
Miquel A. Cabot
a1bb98bbfb rename erc20 to datatoken in Pool test 2022-06-10 11:12:37 +02:00
Miquel A. Cabot
36986aa928 rename erc20 to datatoken in SideStaking test 2022-06-10 11:09:16 +02:00
Miquel A. Cabot
e97c88e00e change comments in Datatoken 2022-06-10 11:06:59 +02:00
Miquel A. Cabot
bb16ad157d change comments in NFTFactory 2022-06-10 11:04:52 +02:00
Miquel A. Cabot
ad73cf855c rename deployERC20 to deployDatatoken 2022-06-10 11:02:01 +02:00
Miquel A. Cabot
df41cd042f rename Erc20.ts to Datatoken.ts 2022-06-10 10:59:00 +02:00
Miquel A. Cabot
34ab87a0d4 rename comments in Asset.ts 2022-06-10 10:58:13 +02:00
Miquel A. Cabot
71390cf862 rename erc20Params to datatokenParams 2022-06-10 10:56:40 +02:00
Miquel A. Cabot
6287005473 rename Erc20CreateParams to DatatokenCreateParams 2022-06-10 10:54:51 +02:00
Miquel A. Cabot
29222ca85b rename from erc20 to datatoken in Datatoken test 2022-06-10 10:53:38 +02:00
Miquel A. Cabot
df7cfdf231 rename from erc20 to datatoken in NFT test 2022-06-10 10:51:49 +02:00
Miquel A. Cabot
eedb1b4232 rename ERC20Deployer to DatatokenDeployer 2022-06-10 10:50:48 +02:00
Miquel A. Cabot
01859a52f8 rename createERC20 to createDatatoken 2022-06-10 10:45:56 +02:00
Miquel A. Cabot
6db0cd0627 rename removeERC20Deployer to removeDatatokenDeployer 2022-06-10 10:41:12 +02:00
Miquel A. Cabot
87b8090ce4 rename addErc20Deployer to addDatatokenDeployer 2022-06-10 10:40:08 +02:00
Miquel A. Cabot
f374230638 rename isERC20Deployer to isDatatokenDeployer 2022-06-10 10:38:33 +02:00
Miquel A. Cabot
8f76167a28 rename Erc721.ts to NFT.ts 2022-06-10 10:22:52 +02:00
Miquel A. Cabot
ec6027b78b rename comments from erc721 to NFT 2022-06-10 10:22:07 +02:00
Miquel A. Cabot
cd2982db53 change ERC721 to NFT in TestContractHandler 2022-06-10 10:17:27 +02:00
Miquel A. Cabot
e0a9c24ef5 change ERC721 to NFT in nftfactory test 2022-06-10 10:15:16 +02:00