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

1024 Commits

Author SHA1 Message Date
EnzoVezzaro
7d4d034dbe
changed consume with orders (#1540) 2022-06-29 17:48:15 +03:00
mihaisc
34c9a39157
fix conversion (#1538)
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2022-06-29 16:46:12 +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
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]
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