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

977 Commits

Author SHA1 Message Date
alexcos20
4e949e92b6 make searforDT lowercase 2020-10-21 08:57:26 -07:00
Alex Coseru
5577e1d594
Merge pull request #390 from oceanprotocol/feature/confighelper_refactor
refactor confighelper to use ocean-contracts
2020-10-21 16:26:31 +03:00
38353f4c9b
Release 0.7.1 v0.7.1 2020-10-21 15:26:02 +02:00
47d3282197
BestPrice type tweak 2020-10-21 15:24:52 +02:00
230996a5a8
Release 0.7.0 v0.7.0 2020-10-21 13:54:55 +02:00
616e67d372
Merge pull request #389 from oceanprotocol/feature/subscribe_features
make create methods subscribable
2020-10-21 13:53:07 +02:00
alexcos20
4db0a0d43d pool.create returns txid 2020-10-21 04:38:19 -07:00
alexcos20
7558df6aa8 refactor confighelper to use ocean-contracts 2020-10-21 04:28:06 -07:00
d21c3c6e4b
Merge pull request #383 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.14.0
Bump @types/node from 14.11.10 to 14.14.0
2020-10-21 12:42:17 +02:00
alexcos20
93f0d53c5a exchange.create returns TransactionReceipt 2020-10-21 03:38:03 -07:00
alexcos20
11271a970b change exchange.create to allow subscribe&approve 2020-10-21 03:29:27 -07:00
dependabot[bot]
3df017b05c
Bump @types/node from 14.11.10 to 14.14.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.11.10 to 14.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-21 11:34:40 +02:00
alexcos20
dec9c57c94 make pool.create subscribable 2020-10-21 02:27:58 -07:00
f5f9e3308d
Release 0.6.7 v0.6.7 2020-10-21 11:09:48 +02:00
Alex Coseru
646a011d90
Merge pull request #384 from oceanprotocol/bug/fix_travis
Update .travis.yml
2020-10-21 11:56:31 +03:00
Alex Coseru
f8e627f73d
Update .travis.yml 2020-10-21 11:44:18 +03:00
461ea5c46a
Release 0.6.6 v0.6.6 2020-10-20 22:18:12 +02:00
c300e70563
Merge pull request #382 from oceanprotocol/feature/dataTokenInfo
add datatokeninfo to ddo creation
2020-10-20 22:16:26 +02:00
alexcos20
9dc1b81812 add datatokeninfo to ddo creation 2020-10-20 07:06:12 -07:00
Alex Coseru
d685cb1f5e
Merge pull request #381 from oceanprotocol/bug/fix_getOrderHistory
fix getOrderHistory
2020-10-20 16:32:24 +03:00
alexcos20
efaa3f6d1d fix tests 2020-10-20 06:16:15 -07:00
alexcos20
c1a0345e3e fix getOrderHistory 2020-10-20 05:52:40 -07:00
Ahmed Ali
75c04539fa
Merge pull request #378 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/parser-4.5.0
Bump @typescript-eslint/parser from 4.4.1 to 4.5.0
2020-10-20 08:20:09 +02:00
Ahmed Ali
42d4cc8e53
Merge pull request #379 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.5.0
Bump @typescript-eslint/eslint-plugin from 4.4.1 to 4.5.0
2020-10-20 08:19:46 +02:00
dependabot[bot]
617e39aa5f
Bump @typescript-eslint/eslint-plugin from 4.4.1 to 4.5.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.5.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-20 01:03:51 +00:00
dependabot[bot]
54cd8d4b25
Bump @typescript-eslint/parser from 4.4.1 to 4.5.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.5.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-20 01:03:21 +00:00
7bed54e0a3
Release 0.6.5 v0.6.5 2020-10-19 10:14:05 +02:00
272ef5c08b
Merge pull request #375 from oceanprotocol/fix/searchPool
search for pools on-chain
2020-10-19 10:13:10 +02:00
525f2e5ac0
search for pools on-chain 2020-10-19 10:01:30 +02:00
Ahmed Ali
d8704abb0b
Merge pull request #367 from oceanprotocol/fix/error-logging
Fix/Error-messages
2020-10-19 08:35:52 +02:00
bde7d2a06b
Merge pull request #369 from oceanprotocol/dependabot/npm_and_yarn/types/chai-4.2.14
Bump @types/chai from 4.2.13 to 4.2.14
2020-10-19 07:02:35 +02:00
59956fb982
Merge pull request #372 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.11.10
Bump @types/node from 14.11.8 to 14.11.10
2020-10-19 07:02:25 +02:00
c2e4e2bc7e
Merge pull request #370 from oceanprotocol/dependabot/npm_and_yarn/release-it-14.2.0
Bump release-it from 14.1.0 to 14.2.0
2020-10-19 07:02:13 +02:00
d1d03baf09
Merge pull request #371 from oceanprotocol/dependabot/npm_and_yarn/eslint-config-prettier-6.13.0
Bump eslint-config-prettier from 6.12.0 to 6.13.0
2020-10-19 07:02:04 +02:00
dependabot[bot]
d2caaff985
Bump @types/node from 14.11.8 to 14.11.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.11.8 to 14.11.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 01:04:52 +00:00
dependabot[bot]
55db457274
Bump eslint-config-prettier from 6.12.0 to 6.13.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 to 6.13.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.12.0...v6.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 01:04:34 +00:00
dependabot[bot]
4f79ed94a8
Bump release-it from 14.1.0 to 14.2.0
Bumps [release-it](https://github.com/release-it/release-it) from 14.1.0 to 14.2.0.
- [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.1.0...14.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 01:04:11 +00:00
dependabot[bot]
ce10543431
Bump @types/chai from 4.2.13 to 4.2.14
Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.2.13 to 4.2.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 01:03:27 +00:00
e5e1e40608
Release 0.6.4 v0.6.4 2020-10-16 10:41:17 +02:00
09c83eeb51
Merge pull request #365 from oceanprotocol/bug/fix_price_calculation
fix bug when amountOut>=balanceOut
2020-10-16 10:40:03 +02:00
alexcos20
b34166732f add test 2020-10-15 23:04:04 -07:00
2ad16502b2
Merge pull request #368 from oceanprotocol/dependabot/npm_and_yarn/truffle/hdwallet-provider-1.1.1
Bump @truffle/hdwallet-provider from 1.1.0 to 1.1.1
2020-10-16 07:45:15 +02:00
dependabot[bot]
a0e09c555b
Bump @truffle/hdwallet-provider from 1.1.0 to 1.1.1
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/compare/@truffle/hdwallet-provider@1.1.0...@truffle/hdwallet-provider@1.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-16 01:02:25 +00:00
Ahmed Ali
3a34c0c54c fix lint errors 2020-10-15 18:02:42 +02:00
Ahmed Ali
d574782b14 handle error messages 2020-10-15 17:52:33 +02:00
alexcos20
d3f6cfd05c fix bug when amountOut>=balanceOut 2020-10-15 04:11:34 -07:00
7d15d2d1d9
Release 0.6.3 v0.6.3 2020-10-15 11:57:14 +02:00
0f82c00a06
package updates 2020-10-15 11:56:12 +02:00
b04cfc4a62
Merge pull request #362 from oceanprotocol/fix/assertion-in-tests
Fix/tests-assertion
2020-10-15 11:53:18 +02:00
0d85c41993
Merge pull request #364 from oceanprotocol/dependabot/npm_and_yarn/oceanprotocol/contracts-0.5.6
Bump @oceanprotocol/contracts from 0.5.5 to 0.5.6
2020-10-15 11:50:24 +02:00