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

603 Commits

Author SHA1 Message Date
07bb1bfde0
refactor config helper 2020-09-08 19:01:47 +02:00
e9fbf3e4cb
Merge pull request #262 from oceanprotocol/fix/typings
More typings fixes
2020-09-08 17:59:23 +02:00
455983f7b6
test tweaks 2020-09-08 17:20:16 +02:00
6f85014e00
more pool tests 2020-09-08 16:51:03 +02:00
7456360d00
typings fixes 2020-09-08 15:32:41 +02:00
d154cffc17
lots of typings 2020-09-08 14:47:43 +02:00
1e5f884a71
Merge pull request #261 from oceanprotocol/feature/node-latest
run against latest Node.js
2020-09-08 13:25:27 +02:00
073ad83b32
remove unnecessary npm update on Travis 2020-09-08 13:14:46 +02:00
1a0160a34a
run against latest Node.js 2020-09-08 13:03:50 +02:00
f3dae05ab8
Release 0.2.1 v0.2.1 2020-09-08 13:00:49 +02:00
75734578bf
Merge pull request #260 from oceanprotocol/fix/257
Remove queryMetadataByText()
2020-09-08 13:00:10 +02:00
f8c1cfff7b
more test fixes 2020-09-08 12:49:03 +02:00
47d1f4d010
test updates 2020-09-08 12:17:53 +02:00
971af5522d
remove queryMetadataByText() 2020-09-08 11:49:16 +02:00
Ahmed Ali
2112eb34cd
Merge pull request #258 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.1.0
Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.1.0
2020-09-08 10:42:35 +02:00
Ahmed Ali
d51286f37d
Merge pull request #259 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/parser-4.1.0
Bump @typescript-eslint/parser from 4.0.1 to 4.1.0
2020-09-08 10:41:45 +02:00
dependabot[bot]
9cbe490cd8
Bump @typescript-eslint/parser from 4.0.1 to 4.1.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.0.1 to 4.1.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.1.0/packages/parser)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-08 01:02:57 +00:00
dependabot[bot]
86be61f4e3
Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.1.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.0.1 to 4.1.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.1.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-08 01:02:36 +00:00
47650caecb
Release 0.2.0 v0.2.0 2020-09-07 15:50:27 +02:00
4f9477e5ba
fix release-it dependency 2020-09-07 15:50:04 +02:00
7eb773034a
Merge pull request #252 from oceanprotocol/feature/testing
Test coverage setup
2020-09-07 15:46:22 +02:00
2f3f5b11e2
lint fix 2020-09-07 15:37:05 +02:00
694314cae6
package updates 2020-09-07 14:25:17 +02:00
0355d0420d
more running unit tests 2020-09-04 12:53:00 +02:00
d558665570
add testing docs 2020-09-04 12:28:33 +02:00
f726340a11
codeclimate setup & coverage reporting 2020-09-04 12:18:38 +02:00
65261a6740
coverage commands for both test runs 2020-09-04 12:10:45 +02:00
c3381fdaeb
Merge pull request #250 from oceanprotocol/feature/dt-name
Auto-generating data token name
2020-09-04 12:04:46 +02:00
0699792a14
set default data token cap to 1000 2020-09-04 10:28:42 +02:00
Ahmed Ali
3ea98eae34
Merge pull request #251 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.6.4
Bump @types/node from 14.6.3 to 14.6.4
2020-09-04 10:13:54 +02:00
dependabot[bot]
099f487fda
Bump @types/node from 14.6.3 to 14.6.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.3 to 14.6.4.
- [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-09-04 01:06:09 +00:00
eda9501010
test fixes 2020-09-03 13:23:14 +02:00
e4a8a83674
test cleanup 2020-09-03 13:09:55 +02:00
1c60e11555
fix previously not running tests 2020-09-03 12:52:55 +02:00
31bec3c7af
change glob for unit tests
* this prevented test files at top of test/unit/ from running
* more info: https://mochajs.org/#the-test-directory
2020-09-03 12:40:49 +02:00
ca5e810eb2
and some more tests 2020-09-03 12:07:18 +02:00
2521866e92
more test updates 2020-09-03 11:53:24 +02:00
a3a772c92e
update tests 2020-09-03 11:40:04 +02:00
f834be3520
move defaults into datatokens.create() 2020-09-03 11:28:50 +02:00
Ahmed Ali
469be29d2d
Merge pull request #249 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.6.3
Bump @types/node from 14.6.2 to 14.6.3
2020-09-03 08:33:17 +02:00
dependabot[bot]
4b04912822
Bump @types/node from 14.6.2 to 14.6.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.6.2 to 14.6.3.
- [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-09-03 01:01:51 +00:00
0290f57bf4
prototype auto-generating data token name 2020-09-02 16:26:42 +02:00
9873076e4b
Merge pull request #245 from oceanprotocol/dependabot/npm_and_yarn/eslint-7.8.1
Bump eslint from 7.8.0 to 7.8.1
2020-09-02 09:07:08 +02:00
5a6a4e6d42
Merge pull request #244 from oceanprotocol/dependabot/npm_and_yarn/types/chai-spies-1.0.2
Bump @types/chai-spies from 1.0.1 to 1.0.2
2020-09-02 09:06:56 +02:00
dependabot[bot]
4d1a2edb43
Bump eslint from 7.8.0 to 7.8.1
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.0 to 7.8.1.
- [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.8.0...v7.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-02 01:03:33 +00:00
dependabot[bot]
d2ceaaf8e3
Bump @types/chai-spies from 1.0.1 to 1.0.2
Bumps [@types/chai-spies](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-spies) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-spies)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-02 01:03:15 +00:00
Ahmed Ali
e3c08f3bfd Release 0.1.17 v0.1.17 2020-09-01 13:29:48 +02:00
Ahmed Ali
e66e1ce651
Merge pull request #231 from oceanprotocol/feature/FixedPriceExchange
FixedPriceExchange
2020-09-01 10:27:23 +02:00
Ahmed Ali
a1d9e9326a
Merge pull request #242 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.0.0
Bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0
2020-09-01 10:19:08 +02:00
Ahmed Ali
9f8ef3c97b
Merge pull request #240 from oceanprotocol/dependabot/npm_and_yarn/eslint-7.8.0
Bump eslint from 7.7.0 to 7.8.0
2020-09-01 10:18:31 +02:00