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

1846 Commits

Author SHA1 Message Date
dependabot[bot]
033715a9a1
Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/compare/@truffle/hdwallet-provider@1.2.5...@truffle/hdwallet-provider@1.2.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 01:02:43 +00:00
Alex Coseru
6217cfa4e0
use blob instead of buffer (#694)
* use blob instead of buffer

* fix blob

* fix binary data

* fix dev typo
2021-03-31 16:05:02 +03:00
dependabot[bot]
3eef8d7efe
Bump cross-fetch from 3.1.2 to 3.1.3 (#700)
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/lquixada/cross-fetch/releases)
- [Commits](https://github.com/lquixada/cross-fetch/compare/v3.1.2...v3.1.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-31 09:03:10 +03:00
dependabot[bot]
52b4085f0c
Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 (#695)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.19.0 to 4.20.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.20.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 08:55:27 +03:00
dependabot[bot]
4999f41442
Bump @typescript-eslint/parser from 4.19.0 to 4.20.0 (#696)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.19.0 to 4.20.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.20.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 08:55:13 +03:00
Alex Coseru
15617f23cf
improve tests speed (#691) 2021-03-30 01:13:17 +03:00
Ahmed Ali
178cf6c720
Merge pull request #693 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.14.37
Bump @types/node from 14.14.36 to 14.14.37
2021-03-29 08:35:29 +02:00
Ahmed Ali
6ba8f51482
Merge pull request #692 from oceanprotocol/dependabot/npm_and_yarn/eslint-7.23.0
Bump eslint from 7.22.0 to 7.23.0
2021-03-29 08:34:56 +02:00
dependabot[bot]
6bf15b9162
Bump @types/node from 14.14.36 to 14.14.37
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.36 to 14.14.37.
- [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>
2021-03-29 01:02:28 +00:00
dependabot[bot]
da0909f1fc
Bump eslint from 7.22.0 to 7.23.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.23.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 01:02:05 +00:00
Jamie Hewitt
2a4510aa0d
Replacing node-fetch with cross-fetch (#687)
* installing cross-fetch

* implementing cross-fetch

* Correcting web3 dependancy

* importing types from cross-fetch

* fixing dependancies

* adding imports from cross/fetch/lib

* changing .buffer() to .arrayBufer()

* implementing timeout-signal

* chaning require statements to import statements

* fixing require/import issues

* using default import for timeoutSignal

* fixing linting issues

* fixing dependancy issue

* lint fix

* fix timeout

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* add abort controller compatible with browser and node

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-03-26 19:17:50 +02:00
dependabot[bot]
c957e8e846
Bump @truffle/hdwallet-provider from 1.2.4 to 1.2.5 (#688)
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/compare/@truffle/hdwallet-provider@1.2.4...@truffle/hdwallet-provider@1.2.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-26 07:55:20 +02:00
dependabot[bot]
d900ac4ec5
Bump @types/node from 14.14.35 to 14.14.36 (#689)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.35 to 14.14.36.
- [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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-26 07:55:00 +02:00
dependabot[bot]
75604042ee
Bump typedoc from 0.20.33 to 0.20.34 (#690)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.33 to 0.20.34.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.33...v0.20.34)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-26 07:54:44 +02:00
c968388d17
Release 0.12.1 v0.12.1 2021-03-24 11:53:29 +01:00
Alex Coseru
b1967534e8
add allowAllPublishedAlgorithms (#686)
* add allowAllPublishedAlgorithms
2021-03-23 21:00:15 +02:00
mihaisc
79ff76e026
Add remove ocean liquidity function (#685)
Add remove ocean liquidity function

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-03-23 20:59:33 +02:00
dependabot[bot]
57b1e77197
Bump @typescript-eslint/parser from 4.18.0 to 4.19.0 (#681)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.18.0 to 4.19.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.19.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-23 06:54:10 +02:00
dependabot[bot]
ada327a9c1
Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 (#682)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.18.0 to 4.19.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.19.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-23 06:53:53 +02:00
dependabot[bot]
867a12b82d
Bump @types/mocha from 8.2.1 to 8.2.2 (#672)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 07:35:51 +02:00
dependabot[bot]
6ad16965e5
Bump release-it from 14.4.1 to 14.5.0 (#673)
Bumps [release-it](https://github.com/release-it/release-it) from 14.4.1 to 14.5.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.4.1...14.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 07:35:33 +02:00
dependabot[bot]
c7fbdc5142
Bump @truffle/hdwallet-provider from 1.2.3 to 1.2.4 (#674)
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/compare/@truffle/hdwallet-provider@1.2.3...@truffle/hdwallet-provider@1.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 07:35:17 +02:00
dependabot[bot]
091bb96f80
Bump typedoc from 0.20.32 to 0.20.33 (#675)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.32 to 0.20.33.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.32...v0.20.33)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 07:35:00 +02:00
mihaisc
b8fc15e4df
Release 0.12.0 v0.12.0 2021-03-18 11:57:16 +02:00
Alex Coseru
abcb1f8200
add encrypt ddo support (#662)
* bump aquarius

* add encrypted ddo & native query

* fix native queries

* fix code duplicates

* fix assets.create description

* fixed comments and added helper publishDdo

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

* update searchQuery

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>

Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
2021-03-18 11:54:58 +02:00
bb82b4afb5
Release 0.11.5 v0.11.5 2021-03-18 10:25:54 +01:00
7201542f7a
add oceanTokenSymbol to ConfigHelper (#670) 2021-03-18 08:22:40 +02:00
dependabot[bot]
93989e3cfc
Bump ora from 5.3.0 to 5.4.0 (#671)
Bumps [ora](https://github.com/sindresorhus/ora) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](https://github.com/sindresorhus/ora/compare/v5.3.0...v5.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-18 08:22:27 +02:00
dependabot[bot]
8f66204d0d
Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 (#664)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.17.0 to 4.18.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.18.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-16 20:32:52 +02:00
Jamie Hewitt
eaa4852d1b
Merge pull request #667 from oceanprotocol/issue-666/docs-test-commands
Issue 666/docs test commands
2021-03-16 12:12:18 +03:00
Jamie Hewitt
09d3703f72 updating unit test command 2021-03-16 11:38:33 +03:00
Jamie Hewitt
16ed65659e updating integration test command 2021-03-16 11:37:55 +03:00
Ahmed Ali
4a178dddaa
Merge pull request #663 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.14.35
Bump @types/node from 14.14.34 to 14.14.35
2021-03-16 08:14:11 +02:00
Ahmed Ali
a90e7ffce9
Merge pull request #665 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/parser-4.18.0
Bump @typescript-eslint/parser from 4.17.0 to 4.18.0
2021-03-16 08:13:50 +02:00
dependabot[bot]
a0e66dba28
Bump @typescript-eslint/parser from 4.17.0 to 4.18.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.17.0 to 4.18.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.18.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-16 02:02:54 +00:00
dependabot[bot]
aa6d6bdcd9
Bump @types/node from 14.14.34 to 14.14.35
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.34 to 14.14.35.
- [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>
2021-03-16 02:02:00 +00:00
326dd096d5
Merge pull request #661 from oceanprotocol/fix/npm-audit
dependency fixes
2021-03-15 12:53:02 +01:00
4ccc13db39
npm audit fix 2021-03-15 12:29:35 +01:00
aa00033237
Merge pull request #660 from oceanprotocol/dependabot/npm_and_yarn/mocha-8.3.2
Bump mocha from 8.3.1 to 8.3.2
2021-03-15 12:26:28 +01:00
Ahmed Ali
fd66d78d8f
Merge pull request #651 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/parser-4.17.0
Bump @typescript-eslint/parser from 4.16.1 to 4.17.0
2021-03-15 11:43:26 +02:00
Ahmed Ali
386722c200
Merge pull request #652 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.17.0
Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0
2021-03-15 11:42:36 +02:00
Ahmed Ali
9789f5e2a2
Merge pull request #659 from oceanprotocol/dependabot/npm_and_yarn/chai-4.3.4
Bump chai from 4.3.3 to 4.3.4
2021-03-15 11:42:13 +02:00
Ahmed Ali
998cb561b4
Merge pull request #658 from oceanprotocol/dependabot/npm_and_yarn/typedoc-0.20.32
Bump typedoc from 0.20.30 to 0.20.32
2021-03-15 11:41:53 +02:00
dependabot[bot]
e2919e3830
Bump mocha from 8.3.1 to 8.3.2
Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.3.1...v8.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 09:11:07 +00:00
dependabot[bot]
576744b63c
Bump chai from 4.3.3 to 4.3.4
Bumps [chai](https://github.com/chaijs/chai) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](https://github.com/chaijs/chai/compare/4.3.3...v4.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 09:09:55 +00:00
dependabot[bot]
0680436d88
Bump typedoc from 0.20.30 to 0.20.32
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.30 to 0.20.32.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.30...v0.20.32)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 09:08:31 +00:00
dependabot[bot]
b5f4c0c4f3
Bump @typescript-eslint/parser from 4.16.1 to 4.17.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.16.1 to 4.17.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.17.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 09:08:27 +00:00
dependabot[bot]
8e7ec78105
Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.16.1 to 4.17.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.17.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 09:07:09 +00:00
dependabot[bot]
71373a17f8
Bump @truffle/hdwallet-provider from 1.2.2 to 1.2.3 (#655)
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/compare/@truffle/hdwallet-provider@1.2.2...@truffle/hdwallet-provider@1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 07:36:03 +02:00
dependabot[bot]
d939759063
Bump @types/node from 14.14.33 to 14.14.34 (#656)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.33 to 14.14.34.
- [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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 07:35:47 +02:00