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

3253 Commits

Author SHA1 Message Date
Ahmed Ali
72c0b12fd4
Merge pull request #106 from oceanprotocol/fix/readme
fix/readme
2020-06-25 09:21:25 +02:00
Ahmed Ali
91c953485b
Rename README_simpleflow.md to README_simple_flow.md 2020-06-25 09:18:59 +02:00
Ahmed Ali
bbd9067e3d
minor fix 2020-06-25 09:17:34 +02:00
Ahmed Ali
a35740d130
Update README.md 2020-06-25 09:15:52 +02:00
Ahmed Ali
6c01e148e9
Merge pull request #105 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.0.14
Bump @types/node from 14.0.13 to 14.0.14
2020-06-25 08:48:49 +02:00
dependabot[bot]
b4b3a98989
Bump @types/node from 14.0.13 to 14.0.14
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.13 to 14.0.14.
- [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-06-25 01:08:10 +00:00
arsenyjin
712bb76dbc wip ocean.assets.create 2020-06-25 00:18:47 +02:00
arsenyjin
67eaca6c56 Merge branch 'feature/unit-testing' into feature/marketplace-flow 2020-06-24 20:55:36 +02:00
arsenyjin
4b4949126d fix conflicts 2020-06-24 20:55:10 +02:00
arsenyjin
9aa515de4e Merge branch 'feature/marketplace-flow' of github.com:oceanprotocol/ocean-lib-js into feature/marketplace-flow 2020-06-24 20:49:45 +02:00
Ahmed Ali
ece08c6963 add initialize to provider 2020-06-24 18:50:34 +02:00
Ahmed Ali
9be591a067 fix encrypt method in provider 2020-06-24 18:01:16 +02:00
Ahmed Ali
d751b47a5f replace aquarius with metadatastore 2020-06-24 17:30:07 +02:00
Ahmed Ali
89891baa50
Merge pull request #102 from oceanprotocol/bug/fix_resolveByDTAddress
fix resolveByDTAddress
2020-06-24 15:36:37 +02:00
alexcos20
96d946690d fix lint 2020-06-24 06:30:09 -07:00
alexcos20
a725c3aca3 fix 2020-06-24 06:16:34 -07:00
Ahmed Ali
41ed1b576e replae brizo with provider 2020-06-24 15:05:06 +02:00
Alex Coseru
5b7bc2c7e8
fix resolveByDTAddress 2020-06-24 16:00:11 +03:00
Ahmed Ali
7d079a07cd minor fix in resolve by dtaddress 2020-06-24 13:23:50 +02:00
Ahmed Ali
e3d66417a4 fix resolve 2020-06-24 13:18:56 +02:00
arsenyjin
5ca06863c2 wip: add marketplace flow 2020-06-24 12:45:35 +02:00
Ahmed Ali
08abba772e add lint fix command 2020-06-24 12:43:34 +02:00
Ahmed Ali
c63b300668 add resolve by DTAddress 2020-06-24 12:41:43 +02:00
Ahmed Ali
087101c34d
Merge pull request #94 from oceanprotocol/fix/integration-test-beta-firstcut
Fix/integration test-beta
2020-06-24 10:21:48 +02:00
Ahmed Ali
4a577ee5a8
Merge pull request #100 from oceanprotocol/dependabot/npm_and_yarn/uuid-8.2.0
Bump uuid from 8.1.0 to 8.2.0
2020-06-24 10:12:09 +02:00
Ahmed Ali
3a8e57e971 preparing unit tests 2020-06-24 10:11:21 +02:00
dependabot[bot]
45f5591551
Bump uuid from 8.1.0 to 8.2.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-24 01:04:07 +00:00
Ahmed Ali
1c6f91b861 fix more tests 2020-06-23 21:02:08 +02:00
arsenyjin
d9c478b71f wip add assets.create 2020-06-23 19:13:55 +02:00
Ahmed Ali
76e2ba9507 mimic unit tests -- squid-js 2020-06-23 12:24:23 +02:00
arsenyjin
dca6340424 apd marketplace flow 2020-06-23 10:22:58 +02:00
arsenyjin
ba261564f9 add test:cover 2020-06-22 13:31:11 +02:00
arsenyjin
8193838a96 fix tests lint 2020-06-22 13:21:51 +02:00
arsenyjin
24c8a87623 add rinkeby test 2020-06-22 09:38:43 +02:00
arsenyjin
1454785e17 add rinkeby contracts deployment 2020-06-22 09:26:49 +02:00
arsenyjin
68f435a11d add rinkeby test 2020-06-22 08:59:02 +02:00
Ahmed Ali
1d884bfc3c
Merge branch 'develop' into fix/integration-test-beta-firstcut 2020-06-22 08:29:22 +02:00
arsenyjin
507f5f656d fix remove console.log 2020-06-22 05:11:34 +02:00
arsenyjin
c16e277fde add marketplace flow 2020-06-22 05:08:51 +02:00
arsenyjin
968f5038e9 add simple publish dataset 2020-06-21 13:57:59 +02:00
kin
43a2a21c13
Merge pull request #97 from oceanprotocol/fix/integration-test-beta-firstcut
Fix/integration test beta firstcut
2020-06-20 12:51:35 +02:00
kin
6abd5f6685
Merge branch 'feature/marketplace-flow' into fix/integration-test-beta-firstcut 2020-06-20 12:48:02 +02:00
Ahmed Ali
a42cffefbc
Merge pull request #96 from oceanprotocol/feature/test-coverage-matrix-tool
add coverage report tool
2020-06-19 17:51:42 +02:00
Ahmed Ali
c44fc7d074 add coverage report tool 2020-06-19 17:46:40 +02:00
Ahmed Ali
4de2b9246b
Merge pull request #79 from oceanprotocol/feature/beta-version-phase-2
Feature/beta version phase 2
2020-06-19 16:14:44 +02:00
Ahmed Ali
c9799e271d fix lint 2020-06-19 15:55:34 +02:00
Ahmed Ali
07449ed18d fix tests 2020-06-19 15:34:45 +02:00
Ahmed Ali
f8ca995f7f minor fix 2020-06-19 13:05:21 +02:00
Ahmed Ali
94dbfd190f fix unit test 2020-06-19 13:01:06 +02:00
Ahmed Ali
20a1a75bf8 try to install mocha globally 2020-06-19 11:46:09 +02:00