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

1003 Commits

Author SHA1 Message Date
a8cdb961d2
Merge pull request #301 from oceanprotocol/dependabot/npm_and_yarn/auto-changelog-2.2.1
Bump auto-changelog from 2.2.0 to 2.2.1
2020-09-21 10:36:32 +02:00
dependabot[bot]
ac14192e7e
Bump typescript from 4.0.2 to 4.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 01:04:00 +00:00
dependabot[bot]
d5ff713882
Bump auto-changelog from 2.2.0 to 2.2.1
Bumps [auto-changelog](https://github.com/CookPete/auto-changelog) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/CookPete/auto-changelog/releases)
- [Changelog](https://github.com/CookPete/auto-changelog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CookPete/auto-changelog/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 01:03:26 +00:00
alexcos20
62f27b0157 fix tests 2020-09-19 15:27:11 -07:00
alexcos20
3f017924f7 fix lint 2020-09-19 15:13:47 -07:00
alexcos20
86656490d8 use custom provider 2020-09-19 15:11:37 -07:00
alexcos20
34022360e3 Merge branch 'feature/customProvider' of https://github.com/oceanprotocol/ocean-lib-js into feature/customProvider 2020-09-19 00:53:49 -07:00
alexcos20
67f6e16330 more customProvider code 2020-09-19 00:52:27 -07:00
alexcos20
d10766d967 extra checks 2020-09-19 00:51:35 -07:00
alexcos20
20493dfca4 extra check 2020-09-19 00:51:07 -07:00
alexcos20
5655909623 allow customProvider on publish 2020-09-19 00:50:01 -07:00
alexcos20
671c170377 update travis 2020-09-19 00:39:34 -07:00
alexcos20
796b7021f9 more customProvider code 2020-09-19 00:39:34 -07:00
alexcos20
e71180e2df add tests 2020-09-19 00:39:05 -07:00
alexcos20
554ab76dc6 extra checks 2020-09-19 00:39:05 -07:00
alexcos20
ed5e3e7b93 extra check 2020-09-19 00:39:05 -07:00
alexcos20
f75e45500c allow customProvider on publish 2020-09-19 00:39:05 -07:00
alexcos20
ae4011914b update travis 2020-09-19 00:33:35 -07:00
Alex Coseru
fbc6e80fc9
Merge branch 'main' into feature/customProvider 2020-09-19 10:16:12 +03:00
alexcos20
11b58cb8c0 more customProvider code 2020-09-19 00:14:02 -07:00
d7dfa326d3
test fixes 2020-09-18 11:21:43 +02:00
7d34e1c99c
also check for validity of passed data token 2020-09-18 10:59:59 +02:00
127b0c2fcc
test tweaks 2020-09-18 10:56:12 +02:00
2ac93392b4
add data token address validity check 2020-09-18 10:10:02 +02:00
587c9f9b09
Merge pull request #294 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.11.1
Bump @types/node from 14.10.2 to 14.11.1
2020-09-18 09:30:01 +02:00
f58b9b0e46
Merge pull request #295 from oceanprotocol/dependabot/npm_and_yarn/truffle/hdwallet-provider-1.1.0
Bump @truffle/hdwallet-provider from 1.0.44 to 1.1.0
2020-09-18 09:29:46 +02:00
dependabot[bot]
1003c53e18
Bump @truffle/hdwallet-provider from 1.0.44 to 1.1.0
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle) from 1.0.44 to 1.1.0.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/compare/@truffle/hdwallet-provider@1.0.44...@truffle/hdwallet-provider@1.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-18 01:02:23 +00:00
dependabot[bot]
659638416a
Bump @types/node from 14.10.2 to 14.11.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.10.2 to 14.11.1.
- [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-18 01:01:51 +00:00
Alex Coseru
6879793709
Merge pull request #271 from oceanprotocol/feature/startOrder
add startOrder
2020-09-18 01:12:30 +03:00
Alex Coseru
bbb7615450
Update .travis.yml 2020-09-17 22:27:30 +03:00
Alex Coseru
2b2a9e78c1
Update .travis.yml 2020-09-17 18:55:53 +03:00
Alex Coseru
931e918ff1
Merge pull request #287 from oceanprotocol/feature/decentralized_DDO
Feature/decentralized ddo  (based on feature/StartOrder)
2020-09-17 17:43:03 +03:00
Alex Coseru
4facb18cbe
Merge branch 'feature/startOrder' into feature/decentralized_DDO 2020-09-17 13:34:43 +03:00
Alex Coseru
2a21931440
Merge branch 'main' into feature/startOrder 2020-09-17 13:12:50 +03:00
alexcos20
fe570b7865 fix lint 2020-09-16 15:47:57 -07:00
alexcos20
b815fbf0a1 add stats 2020-09-16 15:36:44 -07:00
fff035a90a
use provider version from barge 2020-09-16 18:01:03 +02:00
Alex Coseru
3e79a3a37f
Update .travis.yml 2020-09-16 18:12:35 +03:00
Alex Coseru
071f706997
Merge branch 'feature/startOrder' into feature/customProvider 2020-09-16 18:01:38 +03:00
Alex Coseru
c367fbba6c
Update .travis.yml 2020-09-16 18:01:08 +03:00
Alex Coseru
03c684fd1d
Merge branch 'feature/startOrder' into feature/decentralized_DDO 2020-09-16 17:39:34 +03:00
alexcos20
cdc5dc8bc6 add tests 2020-09-16 07:13:45 -07:00
alexcos20
1ad87f9185 fix typo 2020-09-16 07:10:17 -07:00
alexcos20
b07dc6daea small fixes 2020-09-16 06:54:59 -07:00
alexcos20
960e90f9ec extra checks 2020-09-16 06:44:01 -07:00
alexcos20
48cb847082 extra check 2020-09-16 06:31:40 -07:00
alexcos20
17e61d0108 allow customProvider on publish 2020-09-16 06:28:08 -07:00
alexcos20
b5c71f31a8 codacy fix 2020-09-16 05:47:06 -07:00
alexcos20
0b4417d264 fix tests 2020-09-16 05:44:26 -07:00
alexcos20
fc6a515630 update contracts & provider 2020-09-16 05:19:15 -07:00