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

1015 Commits

Author SHA1 Message Date
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]
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
10d07f89dc general renaming in Pool 2022-06-14 11:41:17 +02:00
Miquel A. Cabot
e80483e5c8 general renaming in FixedRateExchange 2022-06-14 11:41:11 +02:00
Miquel A. Cabot
31d9e912a3 remove unused function 2022-06-14 11:29:19 +02:00
Miquel A. Cabot
63e91a75bc remove space 2022-06-14 11:27:00 +02:00
Miquel A. Cabot
74a3386619 general renaming in Datatoken 2022-06-14 11:23:47 +02:00
Miquel A. Cabot
6d605199df general renaming in Router 2022-06-14 11:15:45 +02:00
Miquel A. Cabot
efc4b8b521 general renaming in SideStaking 2022-06-14 11:12:06 +02:00
Miquel A. Cabot
eb41dfc7ef general renaming in Pool 2022-06-14 11:00:08 +02:00
Miquel A. Cabot
83b8d1dce3 general renaming in FixedRateExchange 2022-06-14 10:52:51 +02:00
Miquel A. Cabot
76bbf49d93 general renaming in Dispenser 2022-06-14 10:37:18 +02:00
Miquel A. Cabot
d2b966640a general renaming in NFTFactory 2022-06-14 10:26:46 +02:00
Miquel A. Cabot
745e11f3b9 remove unused imports 2022-06-13 19:49:52 +02:00
Miquel A. Cabot
5c5f735a53 Merge branch 'issue-1474-refactoring-rename-from-erc20-to-datatoken' into issue-1474-refactoring-refactor-estimategas 2022-06-13 12:50:59 +02:00
Miquel A. Cabot
2835304221 change ercParams to dtParams 2022-06-13 12:47:18 +02:00
Miquel A. Cabot
d04f85b3a9 add estimateGas parameter to TokenUtils 2022-06-13 11:45:24 +02:00
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
5145d9706c add estimateGas parameter to NFTFactory 2022-06-13 10:35:44 +02: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
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
29c581fde2 rename from erc20 to nft in comments 2022-06-10 11:19:08 +02:00
Miquel A. Cabot
e97c88e00e change comments in Datatoken 2022-06-10 11:06:59 +02:00