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

2566 Commits

Author SHA1 Message Date
Miquel A. Cabot
41c7a34fa5 rename nft and datatoken variables 2022-04-28 23:40:33 +02:00
Miquel A. Cabot
978fc0bc5d user should add liquidity to the pool, receiving LP tokens 2022-04-28 23:35:53 +02:00
Miquel A. Cabot
f7cfc5e6a8 send some OCEAN to consumer account 2022-04-28 23:12:28 +02:00
Miquel A. Cabot
68030a6d0d Merge branch 'v4main' into issue-1437-marketplace-flow-integration-test-for-v4 2022-04-28 18:03:44 +02:00
Miquel A. Cabot
58ce4ee358 Merge branch 'v4main' into issue-1425-use-proper-config-in-constructors 2022-04-28 18:03:05 +02:00
Miquel A. Cabot
12c73e6d5e Merge branch 'v4main' into issue-1350-rewrite-dispenser-test 2022-04-28 18:01:31 +02:00
Miquel A. Cabot
edf2c81eae simplify constants 2022-04-28 18:01:25 +02:00
Miquel A. Cabot
dcc6f44a65 Merge branch 'v4main' into issue-1352-rewrite-sidestaking-test 2022-04-28 17:50:21 +02:00
Miquel A. Cabot
604ede0ee8 simplify constants 2022-04-28 17:50:13 +02:00
Miquel A. Cabot
5289996937 rewrite estimateGas for reuseOrder() 2022-04-28 17:37:08 +02:00
Miquel A. Cabot
c7c83e9f18 fix freParams const issue 2022-04-28 17:25:33 +02:00
Miquel A. Cabot
0fb3b8ac40 Merge branch 'v4main' into issue-1391-generic-estimategas-function 2022-04-28 17:21:07 +02:00
Miquel A. Cabot
9ac87e9173 Merge branch 'v4main' into add-transfer-function-to-tokenutils 2022-04-28 17:20:13 +02:00
Miquel A. Cabot
6f81a5ce3a Merge branch 'v4main' into issue-1346-rewrite-datatoken-test 2022-04-28 17:12:30 +02:00
Miquel A. Cabot
227ea14738 simplify constants 2022-04-28 17:12:25 +02:00
Miquel A. Cabot
c51a51e7d8 Merge branch 'v4main' into issue-1347-rewrite-nft-test 2022-04-28 17:02:05 +02:00
Miquel A. Cabot
f2e96e1d96 Merge branch 'v4main' into issue-1348-rewrite-nftfactory-test 2022-04-28 17:01:52 +02:00
Miquel A. Cabot
a261ce77e7 simplify constants 2022-04-28 17:00:33 +02:00
Miquel A. Cabot
26e1cba7cb simplify constants 2022-04-28 16:50:00 +02:00
Miquel A. Cabot
7354814f49 fix consumer address 2022-04-28 09:37:39 +02:00
Miquel A. Cabot
8060ad683b fix OCEAN address 2022-04-28 09:29:01 +02:00
Miquel A. Cabot
7bb77d6443 fix lint issues 2022-04-28 09:18:28 +02:00
Miquel A. Cabot
8e1e3ec06b send OCEAN tokens to consumer account 2022-04-28 09:16:19 +02:00
Miquel A. Cabot
431808777c add markdown comments 2022-04-28 09:10:19 +02:00
Miquel A. Cabot
06c1046943 update provider url 2022-04-28 08:53:03 +02:00
dependabot[bot]
86d1db4089
Bump ejs from 3.1.6 to 3.1.7 (#1444)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.7)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 00:34:54 +02:00
dependabot[bot]
f934fe5796
Bump @types/node from 17.0.25 to 17.0.29 (#1441)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.25 to 17.0.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-27 22:33:43 +02:00
dependabot[bot]
c27153f3ae
Bump microbundle from 0.14.2 to 0.15.0 (#1442)
Bumps [microbundle](https://github.com/developit/microbundle) from 0.14.2 to 0.15.0.
- [Release notes](https://github.com/developit/microbundle/releases)
- [Changelog](https://github.com/developit/microbundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/developit/microbundle/compare/v0.14.2...v0.15.0)

---
updated-dependencies:
- dependency-name: microbundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-27 22:33:22 +02:00
Miquel A. Cabot
77db0f7e9f add markdown documentation comments 2022-04-27 17:57:21 +02:00
Jamie Hewitt
64c464239c Adding introduction to code examples guide + updating the main readme 2022-04-27 17:23:18 +03:00
Miquel A. Cabot
af28d889cd add aquarius.waitForAqua() 2022-04-27 10:52:33 +02:00
Miquel A. Cabot
5745ba4d94 show initializeData 2022-04-27 10:38:49 +02:00
Miquel A. Cabot
ca1fb45797 consumer buys data asset, and downloads it 2022-04-27 10:31:19 +02:00
Miquel A. Cabot
992220abfc add MarketplaceFlow test code 2022-04-26 15:15:08 +02:00
Miquel A. Cabot
5f20019aba add marketplace flow test 2022-04-25 15:58:28 +02:00
Jamie Hewitt
331da90db5 Updating script 2022-04-25 13:51:17 +02:00
Jamie Hewitt
f935f9f8a5 Creating markdown guide from simple publish consume flow 2022-04-25 13:45:06 +02:00
dependabot[bot]
8fb467f062
Bump @types/mocha from 9.1.0 to 9.1.1 (#1431)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-22 08:12:23 +03:00
dependabot[bot]
7817725cfe
Bump @truffle/hdwallet-provider from 2.0.6 to 2.0.7 (#1432)
Bumps [@truffle/hdwallet-provider](https://github.com/trufflesuite/truffle/tree/HEAD/packages/hdwallet-provider) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/trufflesuite/truffle/releases)
- [Commits](https://github.com/trufflesuite/truffle/commits/@truffle/hdwallet-provider@2.0.7/packages/hdwallet-provider)

---
updated-dependencies:
- dependency-name: "@truffle/hdwallet-provider"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-22 03:38:45 +02:00
Jamie Hewitt
d1a6b54ebf Updating script 2022-04-21 17:29:08 +02:00
Jamie Hewitt
1055ef991c Creating script to generate readme guide 2022-04-21 15:45:11 +02:00
Jamie Hewitt
8c9e46a8dd Adding estimate gas method and fixing tests 2022-04-21 15:14:32 +02:00
Jamie Hewitt
4eefc083e2 Updating user addresses 2022-04-21 12:58:31 +02:00
Jamie Hewitt
a81cdddc30 Updating tests 2022-04-21 12:48:28 +02:00
Jamie Hewitt
c6ddaa094a Updating return values 2022-04-21 12:40:27 +02:00
Jamie Hewitt
74f4642ad0 Adding additional assert statements 2022-04-21 12:22:31 +02:00
Jamie Hewitt
d996625809 Updating assert statements 2022-04-21 11:47:47 +02:00
Jamie Hewitt
5cedb37d80 Adding additional assert to tests 2022-04-21 11:18:45 +02:00
Jamie Hewitt
257d1aeeea Adding extra test 2022-04-20 16:44:15 +02:00
mihaisc
e72055f4c7
Release 1.0.0-next.37 v1.0.0-next.37 2022-04-20 17:39:27 +03:00