@oceanprotocol/lib 1.0.0-next.41 → 1.0.0-next.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1477 -1443
- package/dist/lib.js +1 -1
- package/dist/lib.js.map +1 -1
- package/dist/lib.modern.js +1 -1
- package/dist/lib.modern.js.map +1 -1
- package/dist/lib.module.js +1 -1
- package/dist/lib.module.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/dist/src/@types/Provider.d.ts +9 -0
- package/dist/src/factories/NFTFactory.d.ts +0 -1
- package/dist/src/pools/Router.d.ts +0 -1
- package/dist/src/pools/balancer/Pool.d.ts +4 -9
- package/dist/src/pools/dispenser/Dispenser.d.ts +0 -1
- package/dist/src/pools/fixedRate/FixedRateExchange.d.ts +0 -6
- package/dist/src/pools/ssContracts/SideStaking.d.ts +0 -1
- package/dist/src/provider/Provider.d.ts +12 -1
- package/dist/src/tokens/Datatoken.d.ts +0 -1
- package/dist/src/tokens/NFT.d.ts +0 -1
- package/dist/src/utils/ContractUtils.d.ts +8 -0
- package/dist/src/utils/TokenUtils.d.ts +21 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,2062 +4,2096 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
#### [v1.0.0-next.
|
|
7
|
+
#### [v1.0.0-next.44](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.43...v1.0.0-next.44)
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
- test
|
|
12
|
-
-
|
|
9
|
+
- bump to contracts 34 [`#1476`](https://github.com/oceanprotocol/ocean.js/pull/1476)
|
|
10
|
+
- update max out [`#1475`](https://github.com/oceanprotocol/ocean.js/pull/1475)
|
|
11
|
+
- Issue-#1343: Rewrite simple publish consume flow test [`#1454`](https://github.com/oceanprotocol/ocean.js/pull/1454)
|
|
12
|
+
- refactor SimplePublishConsumeFlow.test.ts file [`c97f750`](https://github.com/oceanprotocol/ocean.js/commit/c97f7503133986c4a6165c4ddcb7f54e5afdc2fe)
|
|
13
|
+
- don't deploy smart contracts [`a75ca34`](https://github.com/oceanprotocol/ocean.js/commit/a75ca34e9e5245cfdbb670f1c23c91d96c57ec30)
|
|
14
|
+
- add DDO type [`11508b7`](https://github.com/oceanprotocol/ocean.js/commit/11508b7794048dc5f81fc4aba4c3a5b551c9e18c)
|
|
13
15
|
|
|
14
|
-
#### [v1.0.0-next.
|
|
16
|
+
#### [v1.0.0-next.43](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.42...v1.0.0-next.43)
|
|
17
|
+
|
|
18
|
+
> 17 May 2022
|
|
19
|
+
|
|
20
|
+
- bump contracts to alpha.33 [`#1472`](https://github.com/oceanprotocol/ocean.js/pull/1472)
|
|
21
|
+
- Bump @types/node from 17.0.32 to 17.0.34 [`#1471`](https://github.com/oceanprotocol/ocean.js/pull/1471)
|
|
22
|
+
- Add transfer() function to TokenUtils [`#1387`](https://github.com/oceanprotocol/ocean.js/pull/1387)
|
|
23
|
+
- Issue-#1391: Add generic estimateGas() function [`#1394`](https://github.com/oceanprotocol/ocean.js/pull/1394)
|
|
24
|
+
- Bump @types/node from 17.0.31 to 17.0.32 [`#1465`](https://github.com/oceanprotocol/ocean.js/pull/1465)
|
|
25
|
+
- use estimateGas() function in NFT [`4cee7bb`](https://github.com/oceanprotocol/ocean.js/commit/4cee7bb08cd11e38ecddbc0c14f6eebf88755c9b)
|
|
26
|
+
- use estimateGas() function in Datatoken [`f9aa47c`](https://github.com/oceanprotocol/ocean.js/commit/f9aa47c4d21f34aa31addd3a37054800f0e8fb6d)
|
|
27
|
+
- use estimateGas() function in NFTFactory [`00fc5d2`](https://github.com/oceanprotocol/ocean.js/commit/00fc5d21e9e819e0ef47254dd5e4721b52c9d2fa)
|
|
28
|
+
|
|
29
|
+
#### [v1.0.0-next.42](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.41...v1.0.0-next.42)
|
|
30
|
+
|
|
31
|
+
> 9 May 2022
|
|
32
|
+
|
|
33
|
+
- bump contracts to alpha.32 [`#1464`](https://github.com/oceanprotocol/ocean.js/pull/1464)
|
|
34
|
+
- simple compute flow [`#1458`](https://github.com/oceanprotocol/ocean.js/pull/1458)
|
|
35
|
+
- add optional decimals parameter at joinswapExternAmountIn() and exitswapPoolAmountIn() [`#1461`](https://github.com/oceanprotocol/ocean.js/pull/1461)
|
|
36
|
+
- Release 1.0.0-next.42 [`56f992e`](https://github.com/oceanprotocol/ocean.js/commit/56f992e760712a88f4c9a236d75d784d6dd1c4b1)
|
|
37
|
+
|
|
38
|
+
#### [v1.0.0-next.41](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.40...v1.0.0-next.41)
|
|
39
|
+
|
|
40
|
+
> 6 May 2022
|
|
41
|
+
|
|
42
|
+
- Lock microbundle to v0.14.2 [`#1457`](https://github.com/oceanprotocol/ocean.js/pull/1457)
|
|
43
|
+
- Issue-#1345: Rewrite Provider test [`#1452`](https://github.com/oceanprotocol/ocean.js/pull/1452)
|
|
44
|
+
- Release 1.0.0-next.41 [`1d327bf`](https://github.com/oceanprotocol/ocean.js/commit/1d327bf1008917b2b04e03ae43840fa577d397d6)
|
|
45
|
+
- test getComputeEnvironments() [`997bbf5`](https://github.com/oceanprotocol/ocean.js/commit/997bbf57b4c05e6077abb3b7799be319815547b2)
|
|
46
|
+
- add assertion [`b40f52d`](https://github.com/oceanprotocol/ocean.js/commit/b40f52d6a68ab86b424839922b819cea08f869d2)
|
|
47
|
+
|
|
48
|
+
#### [v1.0.0-next.40](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.39...v1.0.0-next.40)
|
|
15
49
|
|
|
16
50
|
> 5 May 2022
|
|
17
51
|
|
|
18
|
-
- update default ESM export [`#1456`](https://github.com/oceanprotocol/ocean
|
|
19
|
-
- Release 1.0.0-next.40 [`7782bf4`](https://github.com/oceanprotocol/ocean
|
|
52
|
+
- update default ESM export [`#1456`](https://github.com/oceanprotocol/ocean.js/pull/1456)
|
|
53
|
+
- Release 1.0.0-next.40 [`7782bf4`](https://github.com/oceanprotocol/ocean.js/commit/7782bf49b37cd88bfa000805cdff2bd6de716d5c)
|
|
20
54
|
|
|
21
|
-
#### [v1.0.0-next.39](https://github.com/oceanprotocol/ocean
|
|
55
|
+
#### [v1.0.0-next.39](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.38...v1.0.0-next.39)
|
|
22
56
|
|
|
23
57
|
> 5 May 2022
|
|
24
58
|
|
|
25
|
-
- Issue-#1409: Excessive contract calls [`#1424`](https://github.com/oceanprotocol/ocean
|
|
26
|
-
- Issue-#1425: Use proper config in constructors [`#1430`](https://github.com/oceanprotocol/ocean
|
|
27
|
-
- Bump release-it from 14.14.2 to 15.0.0 [`#1449`](https://github.com/oceanprotocol/ocean
|
|
28
|
-
- Bump mocha from 9.2.2 to 10.0.0 [`#1450`](https://github.com/oceanprotocol/ocean
|
|
29
|
-
- Bump @types/node from 17.0.30 to 17.0.31 [`#1451`](https://github.com/oceanprotocol/ocean
|
|
30
|
-
- use getConfig(network) function to get proper configuration [`b259b16`](https://github.com/oceanprotocol/ocean
|
|
31
|
-
- change param order [`2d744c3`](https://github.com/oceanprotocol/ocean
|
|
32
|
-
- Release 1.0.0-next.39 [`af5137c`](https://github.com/oceanprotocol/ocean
|
|
59
|
+
- Issue-#1409: Excessive contract calls [`#1424`](https://github.com/oceanprotocol/ocean.js/pull/1424)
|
|
60
|
+
- Issue-#1425: Use proper config in constructors [`#1430`](https://github.com/oceanprotocol/ocean.js/pull/1430)
|
|
61
|
+
- Bump release-it from 14.14.2 to 15.0.0 [`#1449`](https://github.com/oceanprotocol/ocean.js/pull/1449)
|
|
62
|
+
- Bump mocha from 9.2.2 to 10.0.0 [`#1450`](https://github.com/oceanprotocol/ocean.js/pull/1450)
|
|
63
|
+
- Bump @types/node from 17.0.30 to 17.0.31 [`#1451`](https://github.com/oceanprotocol/ocean.js/pull/1451)
|
|
64
|
+
- use getConfig(network) function to get proper configuration [`b259b16`](https://github.com/oceanprotocol/ocean.js/commit/b259b16d452b90ea05dfefcbcb3a52fe8b009d28)
|
|
65
|
+
- change param order [`2d744c3`](https://github.com/oceanprotocol/ocean.js/commit/2d744c3dd28566f1b2465085ec9b886e7943376f)
|
|
66
|
+
- Release 1.0.0-next.39 [`af5137c`](https://github.com/oceanprotocol/ocean.js/commit/af5137c3702ad03815ab6cb02265ccef45e7841d)
|
|
33
67
|
|
|
34
|
-
#### [v1.0.0-next.38](https://github.com/oceanprotocol/ocean
|
|
68
|
+
#### [v1.0.0-next.38](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.37...v1.0.0-next.38)
|
|
35
69
|
|
|
36
70
|
> 29 April 2022
|
|
37
71
|
|
|
38
|
-
- bump to contracts alpha 31 [`#1448`](https://github.com/oceanprotocol/ocean
|
|
39
|
-
- Bump @truffle/hdwallet-provider from 2.0.7 to 2.0.8 [`#1445`](https://github.com/oceanprotocol/ocean
|
|
40
|
-
- Bump typescript from 4.6.3 to 4.6.4 [`#1446`](https://github.com/oceanprotocol/ocean
|
|
41
|
-
- Bump @types/node from 17.0.29 to 17.0.30 [`#1447`](https://github.com/oceanprotocol/ocean
|
|
42
|
-
- Bump ejs from 3.1.6 to 3.1.7 [`#1444`](https://github.com/oceanprotocol/ocean
|
|
43
|
-
- Bump @types/node from 17.0.25 to 17.0.29 [`#1441`](https://github.com/oceanprotocol/ocean
|
|
44
|
-
- Bump microbundle from 0.14.2 to 0.15.0 [`#1442`](https://github.com/oceanprotocol/ocean
|
|
45
|
-
- Bump @types/mocha from 9.1.0 to 9.1.1 [`#1431`](https://github.com/oceanprotocol/ocean
|
|
46
|
-
- Bump @truffle/hdwallet-provider from 2.0.6 to 2.0.7 [`#1432`](https://github.com/oceanprotocol/ocean
|
|
47
|
-
- Release 1.0.0-next.38 [`f9db9ce`](https://github.com/oceanprotocol/ocean
|
|
72
|
+
- bump to contracts alpha 31 [`#1448`](https://github.com/oceanprotocol/ocean.js/pull/1448)
|
|
73
|
+
- Bump @truffle/hdwallet-provider from 2.0.7 to 2.0.8 [`#1445`](https://github.com/oceanprotocol/ocean.js/pull/1445)
|
|
74
|
+
- Bump typescript from 4.6.3 to 4.6.4 [`#1446`](https://github.com/oceanprotocol/ocean.js/pull/1446)
|
|
75
|
+
- Bump @types/node from 17.0.29 to 17.0.30 [`#1447`](https://github.com/oceanprotocol/ocean.js/pull/1447)
|
|
76
|
+
- Bump ejs from 3.1.6 to 3.1.7 [`#1444`](https://github.com/oceanprotocol/ocean.js/pull/1444)
|
|
77
|
+
- Bump @types/node from 17.0.25 to 17.0.29 [`#1441`](https://github.com/oceanprotocol/ocean.js/pull/1441)
|
|
78
|
+
- Bump microbundle from 0.14.2 to 0.15.0 [`#1442`](https://github.com/oceanprotocol/ocean.js/pull/1442)
|
|
79
|
+
- Bump @types/mocha from 9.1.0 to 9.1.1 [`#1431`](https://github.com/oceanprotocol/ocean.js/pull/1431)
|
|
80
|
+
- Bump @truffle/hdwallet-provider from 2.0.6 to 2.0.7 [`#1432`](https://github.com/oceanprotocol/ocean.js/pull/1432)
|
|
81
|
+
- Release 1.0.0-next.38 [`f9db9ce`](https://github.com/oceanprotocol/ocean.js/commit/f9db9cea310dc3004438e6a7373fed5f0334d01d)
|
|
48
82
|
|
|
49
|
-
#### [v1.0.0-next.37](https://github.com/oceanprotocol/ocean
|
|
83
|
+
#### [v1.0.0-next.37](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.36...v1.0.0-next.37)
|
|
50
84
|
|
|
51
85
|
> 20 April 2022
|
|
52
86
|
|
|
53
|
-
- test old package lock [`#1429`](https://github.com/oceanprotocol/ocean
|
|
54
|
-
- fix [`#1426`](https://github.com/oceanprotocol/ocean
|
|
55
|
-
- Add reuseOrder method [`#1421`](https://github.com/oceanprotocol/ocean
|
|
56
|
-
- Bump @types/node from 17.0.24 to 17.0.25 [`#1423`](https://github.com/oceanprotocol/ocean
|
|
57
|
-
- Bump @types/node from 17.0.23 to 17.0.24 [`#1422`](https://github.com/oceanprotocol/ocean
|
|
58
|
-
- Release 1.0.0-next.37 [`e72055f`](https://github.com/oceanprotocol/ocean
|
|
87
|
+
- test old package lock [`#1429`](https://github.com/oceanprotocol/ocean.js/pull/1429)
|
|
88
|
+
- fix [`#1426`](https://github.com/oceanprotocol/ocean.js/pull/1426)
|
|
89
|
+
- Add reuseOrder method [`#1421`](https://github.com/oceanprotocol/ocean.js/pull/1421)
|
|
90
|
+
- Bump @types/node from 17.0.24 to 17.0.25 [`#1423`](https://github.com/oceanprotocol/ocean.js/pull/1423)
|
|
91
|
+
- Bump @types/node from 17.0.23 to 17.0.24 [`#1422`](https://github.com/oceanprotocol/ocean.js/pull/1422)
|
|
92
|
+
- Release 1.0.0-next.37 [`e72055f`](https://github.com/oceanprotocol/ocean.js/commit/e72055f4c759bd1ae38ca25330e301b6e07ae014)
|
|
59
93
|
|
|
60
|
-
#### [v1.0.0-next.36](https://github.com/oceanprotocol/ocean
|
|
94
|
+
#### [v1.0.0-next.36](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.35...v1.0.0-next.36)
|
|
61
95
|
|
|
62
96
|
> 15 April 2022
|
|
63
97
|
|
|
64
|
-
- Fix get compute results [`#1386`](https://github.com/oceanprotocol/ocean
|
|
65
|
-
- Release 1.0.0-next.36 [`c4a5f9e`](https://github.com/oceanprotocol/ocean
|
|
98
|
+
- Fix get compute results [`#1386`](https://github.com/oceanprotocol/ocean.js/pull/1386)
|
|
99
|
+
- Release 1.0.0-next.36 [`c4a5f9e`](https://github.com/oceanprotocol/ocean.js/commit/c4a5f9e5ad356db6f8733252dfe497507075605c)
|
|
66
100
|
|
|
67
|
-
#### [v1.0.0-next.35](https://github.com/oceanprotocol/ocean
|
|
101
|
+
#### [v1.0.0-next.35](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.34...v1.0.0-next.35)
|
|
68
102
|
|
|
69
103
|
> 14 April 2022
|
|
70
104
|
|
|
71
|
-
- fix mm signature [`#1420`](https://github.com/oceanprotocol/ocean
|
|
72
|
-
- setPaymentCollector apply same checking as contract [`#1396`](https://github.com/oceanprotocol/ocean
|
|
73
|
-
- Release 1.0.0-next.35 [`80bf5cc`](https://github.com/oceanprotocol/ocean
|
|
105
|
+
- fix mm signature [`#1420`](https://github.com/oceanprotocol/ocean.js/pull/1420)
|
|
106
|
+
- setPaymentCollector apply same checking as contract [`#1396`](https://github.com/oceanprotocol/ocean.js/pull/1396)
|
|
107
|
+
- Release 1.0.0-next.35 [`80bf5cc`](https://github.com/oceanprotocol/ocean.js/commit/80bf5cc33fa7f5e3b4cf47805ce53510c563b29b)
|
|
74
108
|
|
|
75
|
-
#### [v1.0.0-next.34](https://github.com/oceanprotocol/ocean
|
|
109
|
+
#### [v1.0.0-next.34](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.33...v1.0.0-next.34)
|
|
76
110
|
|
|
77
111
|
> 14 April 2022
|
|
78
112
|
|
|
79
|
-
- refactor signatures [`#1395`](https://github.com/oceanprotocol/ocean
|
|
80
|
-
- Bump @types/chai from 4.3.0 to 4.3.1 [`#1417`](https://github.com/oceanprotocol/ocean
|
|
81
|
-
- Bump @truffle/hdwallet-provider from 2.0.5 to 2.0.6 [`#1418`](https://github.com/oceanprotocol/ocean
|
|
82
|
-
- Issue-#1353: Rewrite Router test [`#1382`](https://github.com/oceanprotocol/ocean
|
|
83
|
-
- Issue-#1413: Refactor ZERO_ADDRESS constant [`#1414`](https://github.com/oceanprotocol/ocean
|
|
84
|
-
- Issue-#1410: Export Router and SideStaking classes [`#1411`](https://github.com/oceanprotocol/ocean
|
|
85
|
-
- Bump prettier from 2.6.1 to 2.6.2 [`#1388`](https://github.com/oceanprotocol/ocean
|
|
86
|
-
- Bump release-it from 14.14.1 to 14.14.2 [`#1415`](https://github.com/oceanprotocol/ocean
|
|
87
|
-
- Bump typedoc from 0.22.14 to 0.22.15 [`#1407`](https://github.com/oceanprotocol/ocean
|
|
88
|
-
- Bump @truffle/hdwallet-provider from 2.0.4 to 2.0.5 [`#1408`](https://github.com/oceanprotocol/ocean
|
|
89
|
-
- Bump release-it from 14.14.0 to 14.14.1 [`#1405`](https://github.com/oceanprotocol/ocean
|
|
90
|
-
- Bump typedoc from 0.22.13 to 0.22.14 [`#1402`](https://github.com/oceanprotocol/ocean
|
|
91
|
-
- Bump web3 from 1.7.1 to 1.7.3 [`#1403`](https://github.com/oceanprotocol/ocean
|
|
92
|
-
- refactor constants [`73c4647`](https://github.com/oceanprotocol/ocean
|
|
93
|
-
- refactor pool and erc creation params [`0ecc973`](https://github.com/oceanprotocol/ocean
|
|
94
|
-
- Use ZERO_ADDRESS constant in src folder files [`ec10f43`](https://github.com/oceanprotocol/ocean
|
|
95
|
-
|
|
96
|
-
#### [v1.0.0-next.33](https://github.com/oceanprotocol/ocean
|
|
113
|
+
- refactor signatures [`#1395`](https://github.com/oceanprotocol/ocean.js/pull/1395)
|
|
114
|
+
- Bump @types/chai from 4.3.0 to 4.3.1 [`#1417`](https://github.com/oceanprotocol/ocean.js/pull/1417)
|
|
115
|
+
- Bump @truffle/hdwallet-provider from 2.0.5 to 2.0.6 [`#1418`](https://github.com/oceanprotocol/ocean.js/pull/1418)
|
|
116
|
+
- Issue-#1353: Rewrite Router test [`#1382`](https://github.com/oceanprotocol/ocean.js/pull/1382)
|
|
117
|
+
- Issue-#1413: Refactor ZERO_ADDRESS constant [`#1414`](https://github.com/oceanprotocol/ocean.js/pull/1414)
|
|
118
|
+
- Issue-#1410: Export Router and SideStaking classes [`#1411`](https://github.com/oceanprotocol/ocean.js/pull/1411)
|
|
119
|
+
- Bump prettier from 2.6.1 to 2.6.2 [`#1388`](https://github.com/oceanprotocol/ocean.js/pull/1388)
|
|
120
|
+
- Bump release-it from 14.14.1 to 14.14.2 [`#1415`](https://github.com/oceanprotocol/ocean.js/pull/1415)
|
|
121
|
+
- Bump typedoc from 0.22.14 to 0.22.15 [`#1407`](https://github.com/oceanprotocol/ocean.js/pull/1407)
|
|
122
|
+
- Bump @truffle/hdwallet-provider from 2.0.4 to 2.0.5 [`#1408`](https://github.com/oceanprotocol/ocean.js/pull/1408)
|
|
123
|
+
- Bump release-it from 14.14.0 to 14.14.1 [`#1405`](https://github.com/oceanprotocol/ocean.js/pull/1405)
|
|
124
|
+
- Bump typedoc from 0.22.13 to 0.22.14 [`#1402`](https://github.com/oceanprotocol/ocean.js/pull/1402)
|
|
125
|
+
- Bump web3 from 1.7.1 to 1.7.3 [`#1403`](https://github.com/oceanprotocol/ocean.js/pull/1403)
|
|
126
|
+
- refactor constants [`73c4647`](https://github.com/oceanprotocol/ocean.js/commit/73c464778395bceab02e9459c830dd52cdcb23d1)
|
|
127
|
+
- refactor pool and erc creation params [`0ecc973`](https://github.com/oceanprotocol/ocean.js/commit/0ecc973e0884eab5b60af9c12c7c441c0b2cfe77)
|
|
128
|
+
- Use ZERO_ADDRESS constant in src folder files [`ec10f43`](https://github.com/oceanprotocol/ocean.js/commit/ec10f43ac7fdf696191d3894d2e2d3f82b7da3ca)
|
|
129
|
+
|
|
130
|
+
#### [v1.0.0-next.33](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.32...v1.0.0-next.33)
|
|
97
131
|
|
|
98
132
|
> 4 April 2022
|
|
99
133
|
|
|
100
|
-
- Feature/bump contracts to alpha 28 [`#1392`](https://github.com/oceanprotocol/ocean
|
|
101
|
-
- Bump mock-local-storage from 1.1.20 to 1.1.21 [`#1384`](https://github.com/oceanprotocol/ocean
|
|
102
|
-
- Bump release-it from 14.13.1 to 14.14.0 [`#1385`](https://github.com/oceanprotocol/ocean
|
|
103
|
-
- Issue-#1356 rewrite testcontracthandler helper class [`#1357`](https://github.com/oceanprotocol/ocean
|
|
104
|
-
- Bump @oceanprotocol/contracts from 1.0.0-alpha.26 to 1.0.0-alpha.27 [`#1381`](https://github.com/oceanprotocol/ocean
|
|
105
|
-
- upgrade to @oceanprotocol/contracts 1.0.0-alpha.27 [`745647b`](https://github.com/oceanprotocol/ocean
|
|
106
|
-
- update package-lock file [`a434458`](https://github.com/oceanprotocol/ocean
|
|
107
|
-
- revert package-lock to v4main version [`5766f87`](https://github.com/oceanprotocol/ocean
|
|
134
|
+
- Feature/bump contracts to alpha 28 [`#1392`](https://github.com/oceanprotocol/ocean.js/pull/1392)
|
|
135
|
+
- Bump mock-local-storage from 1.1.20 to 1.1.21 [`#1384`](https://github.com/oceanprotocol/ocean.js/pull/1384)
|
|
136
|
+
- Bump release-it from 14.13.1 to 14.14.0 [`#1385`](https://github.com/oceanprotocol/ocean.js/pull/1385)
|
|
137
|
+
- Issue-#1356 rewrite testcontracthandler helper class [`#1357`](https://github.com/oceanprotocol/ocean.js/pull/1357)
|
|
138
|
+
- Bump @oceanprotocol/contracts from 1.0.0-alpha.26 to 1.0.0-alpha.27 [`#1381`](https://github.com/oceanprotocol/ocean.js/pull/1381)
|
|
139
|
+
- upgrade to @oceanprotocol/contracts 1.0.0-alpha.27 [`745647b`](https://github.com/oceanprotocol/ocean.js/commit/745647b65ff9aaf55801078f5e7fd2c4672d9a61)
|
|
140
|
+
- update package-lock file [`a434458`](https://github.com/oceanprotocol/ocean.js/commit/a4344580ed86b4f3aaa10c6345fc9cd8decf5cc4)
|
|
141
|
+
- revert package-lock to v4main version [`5766f87`](https://github.com/oceanprotocol/ocean.js/commit/5766f874270000152df070a152e2ae847f2beb51)
|
|
108
142
|
|
|
109
|
-
#### [v1.0.0-next.32](https://github.com/oceanprotocol/ocean
|
|
143
|
+
#### [v1.0.0-next.32](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.31...v1.0.0-next.32)
|
|
110
144
|
|
|
111
145
|
> 29 March 2022
|
|
112
146
|
|
|
113
|
-
- comment broken tests [`#1379`](https://github.com/oceanprotocol/ocean
|
|
114
|
-
- Release 1.0.0-next.32 [`271e870`](https://github.com/oceanprotocol/ocean
|
|
147
|
+
- comment broken tests [`#1379`](https://github.com/oceanprotocol/ocean.js/pull/1379)
|
|
148
|
+
- Release 1.0.0-next.32 [`271e870`](https://github.com/oceanprotocol/ocean.js/commit/271e870b5ea50966f1df063e3c72ffb3524a05e3)
|
|
115
149
|
|
|
116
|
-
#### [v1.0.0-next.31](https://github.com/oceanprotocol/ocean
|
|
150
|
+
#### [v1.0.0-next.31](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.30...v1.0.0-next.31)
|
|
117
151
|
|
|
118
152
|
> 29 March 2022
|
|
119
153
|
|
|
120
|
-
- Release 1.0.0-next.31 [`7662364`](https://github.com/oceanprotocol/ocean
|
|
154
|
+
- Release 1.0.0-next.31 [`7662364`](https://github.com/oceanprotocol/ocean.js/commit/76623648d2fa19e6bf760cec04230531c11b80f2)
|
|
121
155
|
|
|
122
|
-
#### [v1.0.0-next.30](https://github.com/oceanprotocol/ocean
|
|
156
|
+
#### [v1.0.0-next.30](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.29...v1.0.0-next.30)
|
|
123
157
|
|
|
124
158
|
> 29 March 2022
|
|
125
159
|
|
|
126
|
-
- default amountToUnits decimals to 18, FRE consumerMarketSwapFee witho… [`#1374`](https://github.com/oceanprotocol/ocean
|
|
127
|
-
- change address[1] to paymentCollector based on smart contract [`#1375`](https://github.com/oceanprotocol/ocean
|
|
128
|
-
- update compute status query and jsdoc [`#1361`](https://github.com/oceanprotocol/ocean
|
|
129
|
-
- Bump prettier from 2.6.0 to 2.6.1 [`#1373`](https://github.com/oceanprotocol/ocean
|
|
130
|
-
- Bump minimist from 1.2.5 to 1.2.6 [`#1370`](https://github.com/oceanprotocol/ocean
|
|
131
|
-
- Issue-#1367: Fix error in `NftFactory.disableTokenTemplate()` and `NftFactory.reactivateTokenTemplate()` [`#1368`](https://github.com/oceanprotocol/ocean
|
|
132
|
-
- fix typedoc [`#1378`](https://github.com/oceanprotocol/ocean
|
|
133
|
-
- Bump typescript from 4.6.2 to 4.6.3 [`#1371`](https://github.com/oceanprotocol/ocean
|
|
134
|
-
- Bump @types/node from 17.0.22 to 17.0.23 [`#1366`](https://github.com/oceanprotocol/ocean
|
|
135
|
-
- Issue-#1246: Use confighelper instead of hardcoded endpoints [`#1355`](https://github.com/oceanprotocol/ocean
|
|
136
|
-
- solve all typing warnings [`#1364`](https://github.com/oceanprotocol/ocean
|
|
137
|
-
- Bump @types/node from 17.0.21 to 17.0.22 [`#1363`](https://github.com/oceanprotocol/ocean
|
|
138
|
-
- Bump release-it from 14.12.5 to 14.13.1 [`#1360`](https://github.com/oceanprotocol/ocean
|
|
139
|
-
- Bump prettier from 2.5.1 to 2.6.0 [`#1340`](https://github.com/oceanprotocol/ocean
|
|
140
|
-
- use configuration file to read variables [`3572223`](https://github.com/oceanprotocol/ocean
|
|
141
|
-
- refactor imports in the tests [`165b4c8`](https://github.com/oceanprotocol/ocean
|
|
142
|
-
- read configHelperNetworks values for the tests [`896211b`](https://github.com/oceanprotocol/ocean
|
|
143
|
-
|
|
144
|
-
#### [v1.0.0-next.29](https://github.com/oceanprotocol/ocean
|
|
160
|
+
- default amountToUnits decimals to 18, FRE consumerMarketSwapFee witho… [`#1374`](https://github.com/oceanprotocol/ocean.js/pull/1374)
|
|
161
|
+
- change address[1] to paymentCollector based on smart contract [`#1375`](https://github.com/oceanprotocol/ocean.js/pull/1375)
|
|
162
|
+
- update compute status query and jsdoc [`#1361`](https://github.com/oceanprotocol/ocean.js/pull/1361)
|
|
163
|
+
- Bump prettier from 2.6.0 to 2.6.1 [`#1373`](https://github.com/oceanprotocol/ocean.js/pull/1373)
|
|
164
|
+
- Bump minimist from 1.2.5 to 1.2.6 [`#1370`](https://github.com/oceanprotocol/ocean.js/pull/1370)
|
|
165
|
+
- Issue-#1367: Fix error in `NftFactory.disableTokenTemplate()` and `NftFactory.reactivateTokenTemplate()` [`#1368`](https://github.com/oceanprotocol/ocean.js/pull/1368)
|
|
166
|
+
- fix typedoc [`#1378`](https://github.com/oceanprotocol/ocean.js/pull/1378)
|
|
167
|
+
- Bump typescript from 4.6.2 to 4.6.3 [`#1371`](https://github.com/oceanprotocol/ocean.js/pull/1371)
|
|
168
|
+
- Bump @types/node from 17.0.22 to 17.0.23 [`#1366`](https://github.com/oceanprotocol/ocean.js/pull/1366)
|
|
169
|
+
- Issue-#1246: Use confighelper instead of hardcoded endpoints [`#1355`](https://github.com/oceanprotocol/ocean.js/pull/1355)
|
|
170
|
+
- solve all typing warnings [`#1364`](https://github.com/oceanprotocol/ocean.js/pull/1364)
|
|
171
|
+
- Bump @types/node from 17.0.21 to 17.0.22 [`#1363`](https://github.com/oceanprotocol/ocean.js/pull/1363)
|
|
172
|
+
- Bump release-it from 14.12.5 to 14.13.1 [`#1360`](https://github.com/oceanprotocol/ocean.js/pull/1360)
|
|
173
|
+
- Bump prettier from 2.5.1 to 2.6.0 [`#1340`](https://github.com/oceanprotocol/ocean.js/pull/1340)
|
|
174
|
+
- use configuration file to read variables [`3572223`](https://github.com/oceanprotocol/ocean.js/commit/35722239dfa2d021b074098e76f790e0191aa12a)
|
|
175
|
+
- refactor imports in the tests [`165b4c8`](https://github.com/oceanprotocol/ocean.js/commit/165b4c86809615aada2463f2ece2a3be1d3ee419)
|
|
176
|
+
- read configHelperNetworks values for the tests [`896211b`](https://github.com/oceanprotocol/ocean.js/commit/896211b93f1bfb634ab4677c4c68795884f16fc8)
|
|
177
|
+
|
|
178
|
+
#### [v1.0.0-next.29](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.28...v1.0.0-next.29)
|
|
145
179
|
|
|
146
180
|
> 21 March 2022
|
|
147
181
|
|
|
148
|
-
- Feature/contracts alpha 25 [`#1358`](https://github.com/oceanprotocol/ocean
|
|
149
|
-
- Release 1.0.0-next.29 [`069d21c`](https://github.com/oceanprotocol/ocean
|
|
182
|
+
- Feature/contracts alpha 25 [`#1358`](https://github.com/oceanprotocol/ocean.js/pull/1358)
|
|
183
|
+
- Release 1.0.0-next.29 [`069d21c`](https://github.com/oceanprotocol/ocean.js/commit/069d21c16473a5e568d573834f85d9684bfdfca4)
|
|
150
184
|
|
|
151
|
-
#### [v1.0.0-next.28](https://github.com/oceanprotocol/ocean
|
|
185
|
+
#### [v1.0.0-next.28](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.27...v1.0.0-next.28)
|
|
152
186
|
|
|
153
187
|
> 16 March 2022
|
|
154
188
|
|
|
155
|
-
- Replace toWei/fromWei when base token conversion [`#1318`](https://github.com/oceanprotocol/ocean
|
|
156
|
-
- Make metadataProofs optional in setMetadataAndTokenURI [`#1336`](https://github.com/oceanprotocol/ocean
|
|
157
|
-
- fix moonbase urls [`#1337`](https://github.com/oceanprotocol/ocean
|
|
158
|
-
- Release 1.0.0-next.28 [`6675de4`](https://github.com/oceanprotocol/ocean
|
|
189
|
+
- Replace toWei/fromWei when base token conversion [`#1318`](https://github.com/oceanprotocol/ocean.js/pull/1318)
|
|
190
|
+
- Make metadataProofs optional in setMetadataAndTokenURI [`#1336`](https://github.com/oceanprotocol/ocean.js/pull/1336)
|
|
191
|
+
- fix moonbase urls [`#1337`](https://github.com/oceanprotocol/ocean.js/pull/1337)
|
|
192
|
+
- Release 1.0.0-next.28 [`6675de4`](https://github.com/oceanprotocol/ocean.js/commit/6675de4e361cb62c8dc45e6e162139c77f6d5a45)
|
|
159
193
|
|
|
160
|
-
#### [v1.0.0-next.27](https://github.com/oceanprotocol/ocean
|
|
194
|
+
#### [v1.0.0-next.27](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.26...v1.0.0-next.27)
|
|
161
195
|
|
|
162
196
|
> 14 March 2022
|
|
163
197
|
|
|
164
|
-
- Feature/contracts alpha 22 [`#1334`](https://github.com/oceanprotocol/ocean
|
|
165
|
-
- Bump mocha from 9.2.1 to 9.2.2 [`#1332`](https://github.com/oceanprotocol/ocean
|
|
166
|
-
- Release 1.0.0-next.27 [`d3fcdd0`](https://github.com/oceanprotocol/ocean
|
|
198
|
+
- Feature/contracts alpha 22 [`#1334`](https://github.com/oceanprotocol/ocean.js/pull/1334)
|
|
199
|
+
- Bump mocha from 9.2.1 to 9.2.2 [`#1332`](https://github.com/oceanprotocol/ocean.js/pull/1332)
|
|
200
|
+
- Release 1.0.0-next.27 [`d3fcdd0`](https://github.com/oceanprotocol/ocean.js/commit/d3fcdd0d561f85924a1b8266c564604d554e8148)
|
|
167
201
|
|
|
168
|
-
#### [v1.0.0-next.26](https://github.com/oceanprotocol/ocean
|
|
202
|
+
#### [v1.0.0-next.26](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.25...v1.0.0-next.26)
|
|
169
203
|
|
|
170
204
|
> 11 March 2022
|
|
171
205
|
|
|
172
|
-
- update `ServiceComputeOptions` [`#1330`](https://github.com/oceanprotocol/ocean
|
|
173
|
-
- dispenser creation: transform maxTokens and maxBalance to wei [`#1328`](https://github.com/oceanprotocol/ocean
|
|
174
|
-
- Bump @truffle/hdwallet-provider from 2.0.3 to 2.0.4 [`#1329`](https://github.com/oceanprotocol/ocean
|
|
175
|
-
- Release 1.0.0-next.26 [`e9f32c7`](https://github.com/oceanprotocol/ocean
|
|
206
|
+
- update `ServiceComputeOptions` [`#1330`](https://github.com/oceanprotocol/ocean.js/pull/1330)
|
|
207
|
+
- dispenser creation: transform maxTokens and maxBalance to wei [`#1328`](https://github.com/oceanprotocol/ocean.js/pull/1328)
|
|
208
|
+
- Bump @truffle/hdwallet-provider from 2.0.3 to 2.0.4 [`#1329`](https://github.com/oceanprotocol/ocean.js/pull/1329)
|
|
209
|
+
- Release 1.0.0-next.26 [`e9f32c7`](https://github.com/oceanprotocol/ocean.js/commit/e9f32c729abadc5985add4016d72f7647b8cecf9)
|
|
176
210
|
|
|
177
|
-
#### [v1.0.0-next.25](https://github.com/oceanprotocol/ocean
|
|
211
|
+
#### [v1.0.0-next.25](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.24...v1.0.0-next.25)
|
|
178
212
|
|
|
179
213
|
> 8 March 2022
|
|
180
214
|
|
|
181
|
-
- Bump ts-node from 10.6.0 to 10.7.0 [`#1327`](https://github.com/oceanprotocol/ocean
|
|
182
|
-
- Bump typedoc from 0.22.12 to 0.22.13 [`#1326`](https://github.com/oceanprotocol/ocean
|
|
183
|
-
- fix url [`#1325`](https://github.com/oceanprotocol/ocean
|
|
184
|
-
- Bump web3 from 1.7.0 to 1.7.1 [`#1323`](https://github.com/oceanprotocol/ocean
|
|
185
|
-
- Bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#1324`](https://github.com/oceanprotocol/ocean
|
|
186
|
-
- Bump ts-node from 10.5.0 to 10.6.0 [`#1319`](https://github.com/oceanprotocol/ocean
|
|
187
|
-
- Bump typescript from 4.5.5 to 4.6.2 [`#1317`](https://github.com/oceanprotocol/ocean
|
|
188
|
-
- Bump @types/node from 17.0.19 to 17.0.21 [`#1310`](https://github.com/oceanprotocol/ocean
|
|
189
|
-
- services specific additional information [`#1311`](https://github.com/oceanprotocol/ocean
|
|
190
|
-
- Bump release-it from 14.12.4 to 14.12.5 [`#1308`](https://github.com/oceanprotocol/ocean
|
|
191
|
-
- Update README: harmonize with ocean.py's v4 changes [`81b1849`](https://github.com/oceanprotocol/ocean
|
|
192
|
-
- Release 1.0.0-next.25 [`b403130`](https://github.com/oceanprotocol/ocean
|
|
193
|
-
- 2021 -> 2022 [`28a48f5`](https://github.com/oceanprotocol/ocean
|
|
194
|
-
|
|
195
|
-
#### [v1.0.0-next.24](https://github.com/oceanprotocol/ocean
|
|
215
|
+
- Bump ts-node from 10.6.0 to 10.7.0 [`#1327`](https://github.com/oceanprotocol/ocean.js/pull/1327)
|
|
216
|
+
- Bump typedoc from 0.22.12 to 0.22.13 [`#1326`](https://github.com/oceanprotocol/ocean.js/pull/1326)
|
|
217
|
+
- fix url [`#1325`](https://github.com/oceanprotocol/ocean.js/pull/1325)
|
|
218
|
+
- Bump web3 from 1.7.0 to 1.7.1 [`#1323`](https://github.com/oceanprotocol/ocean.js/pull/1323)
|
|
219
|
+
- Bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#1324`](https://github.com/oceanprotocol/ocean.js/pull/1324)
|
|
220
|
+
- Bump ts-node from 10.5.0 to 10.6.0 [`#1319`](https://github.com/oceanprotocol/ocean.js/pull/1319)
|
|
221
|
+
- Bump typescript from 4.5.5 to 4.6.2 [`#1317`](https://github.com/oceanprotocol/ocean.js/pull/1317)
|
|
222
|
+
- Bump @types/node from 17.0.19 to 17.0.21 [`#1310`](https://github.com/oceanprotocol/ocean.js/pull/1310)
|
|
223
|
+
- services specific additional information [`#1311`](https://github.com/oceanprotocol/ocean.js/pull/1311)
|
|
224
|
+
- Bump release-it from 14.12.4 to 14.12.5 [`#1308`](https://github.com/oceanprotocol/ocean.js/pull/1308)
|
|
225
|
+
- Update README: harmonize with ocean.py's v4 changes [`81b1849`](https://github.com/oceanprotocol/ocean.js/commit/81b18493ff1a6dee13b23648b5f8a47452aaf3ab)
|
|
226
|
+
- Release 1.0.0-next.25 [`b403130`](https://github.com/oceanprotocol/ocean.js/commit/b403130e2d7e99711d2fb582a12baeac49acbcc7)
|
|
227
|
+
- 2021 -> 2022 [`28a48f5`](https://github.com/oceanprotocol/ocean.js/commit/28a48f5b5a2f792a79dabcd1a4fa9be1b2228311)
|
|
228
|
+
|
|
229
|
+
#### [v1.0.0-next.24](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.23...v1.0.0-next.24)
|
|
196
230
|
|
|
197
231
|
> 23 February 2022
|
|
198
232
|
|
|
199
|
-
- fix export [`#1309`](https://github.com/oceanprotocol/ocean
|
|
200
|
-
- Release 1.0.0-next.24 [`9116852`](https://github.com/oceanprotocol/ocean
|
|
233
|
+
- fix export [`#1309`](https://github.com/oceanprotocol/ocean.js/pull/1309)
|
|
234
|
+
- Release 1.0.0-next.24 [`9116852`](https://github.com/oceanprotocol/ocean.js/commit/91168527fca9c0667e686486bd0aae4892b79e2a)
|
|
201
235
|
|
|
202
|
-
#### [v1.0.0-next.23](https://github.com/oceanprotocol/ocean
|
|
236
|
+
#### [v1.0.0-next.23](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.22...v1.0.0-next.23)
|
|
203
237
|
|
|
204
238
|
> 22 February 2022
|
|
205
239
|
|
|
206
|
-
- Calculating max swap/liquidity [`#1306`](https://github.com/oceanprotocol/ocean
|
|
207
|
-
- Bump @types/node from 17.0.18 to 17.0.19 [`#1305`](https://github.com/oceanprotocol/ocean
|
|
208
|
-
- Release 1.0.0-next.23 [`aadd145`](https://github.com/oceanprotocol/ocean
|
|
240
|
+
- Calculating max swap/liquidity [`#1306`](https://github.com/oceanprotocol/ocean.js/pull/1306)
|
|
241
|
+
- Bump @types/node from 17.0.18 to 17.0.19 [`#1305`](https://github.com/oceanprotocol/ocean.js/pull/1305)
|
|
242
|
+
- Release 1.0.0-next.23 [`aadd145`](https://github.com/oceanprotocol/ocean.js/commit/aadd1458ba7364a709f6eb94b3f8c123de3c189a)
|
|
209
243
|
|
|
210
|
-
#### [v1.0.0-next.22](https://github.com/oceanprotocol/ocean
|
|
244
|
+
#### [v1.0.0-next.22](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.21...v1.0.0-next.22)
|
|
211
245
|
|
|
212
246
|
> 21 February 2022
|
|
213
247
|
|
|
214
|
-
- fix estGas for setMetadata call [`#1303`](https://github.com/oceanprotocol/ocean
|
|
215
|
-
- Bump eslint-config-prettier from 8.3.0 to 8.4.0 [`#1301`](https://github.com/oceanprotocol/ocean
|
|
216
|
-
- Bump typedoc from 0.22.11 to 0.22.12 [`#1300`](https://github.com/oceanprotocol/ocean
|
|
217
|
-
- Bump mocha from 9.2.0 to 9.2.1 [`#1299`](https://github.com/oceanprotocol/ocean
|
|
218
|
-
- Release 1.0.0-next.22 [`ff0653c`](https://github.com/oceanprotocol/ocean
|
|
248
|
+
- fix estGas for setMetadata call [`#1303`](https://github.com/oceanprotocol/ocean.js/pull/1303)
|
|
249
|
+
- Bump eslint-config-prettier from 8.3.0 to 8.4.0 [`#1301`](https://github.com/oceanprotocol/ocean.js/pull/1301)
|
|
250
|
+
- Bump typedoc from 0.22.11 to 0.22.12 [`#1300`](https://github.com/oceanprotocol/ocean.js/pull/1300)
|
|
251
|
+
- Bump mocha from 9.2.0 to 9.2.1 [`#1299`](https://github.com/oceanprotocol/ocean.js/pull/1299)
|
|
252
|
+
- Release 1.0.0-next.22 [`ff0653c`](https://github.com/oceanprotocol/ocean.js/commit/ff0653c8831a10dee36994adde460dbfa5567810)
|
|
219
253
|
|
|
220
|
-
#### [v1.0.0-next.21](https://github.com/oceanprotocol/ocean
|
|
254
|
+
#### [v1.0.0-next.21](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.20...v1.0.0-next.21)
|
|
221
255
|
|
|
222
256
|
> 17 February 2022
|
|
223
257
|
|
|
224
|
-
- Update contracts [`#1297`](https://github.com/oceanprotocol/ocean
|
|
225
|
-
- Release 1.0.0-next.21 [`ce88427`](https://github.com/oceanprotocol/ocean
|
|
258
|
+
- Update contracts [`#1297`](https://github.com/oceanprotocol/ocean.js/pull/1297)
|
|
259
|
+
- Release 1.0.0-next.21 [`ce88427`](https://github.com/oceanprotocol/ocean.js/commit/ce8842701aa1e9c82dbc8d6b18d94eeb0ea24540)
|
|
226
260
|
|
|
227
|
-
#### [v1.0.0-next.20](https://github.com/oceanprotocol/ocean
|
|
261
|
+
#### [v1.0.0-next.20](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.19...v1.0.0-next.20)
|
|
228
262
|
|
|
229
263
|
> 16 February 2022
|
|
230
264
|
|
|
231
|
-
- bump to contracts alpha.20 [`#1295`](https://github.com/oceanprotocol/ocean
|
|
232
|
-
- use barge addresses for unit tests [`#1291`](https://github.com/oceanprotocol/ocean
|
|
233
|
-
- Bump @types/node from 17.0.17 to 17.0.18 [`#1290`](https://github.com/oceanprotocol/ocean
|
|
234
|
-
- Bump @types/crypto-js from 4.1.0 to 4.1.1 [`#1289`](https://github.com/oceanprotocol/ocean
|
|
235
|
-
- Release 1.0.0-next.20 [`cb8b52c`](https://github.com/oceanprotocol/ocean
|
|
265
|
+
- bump to contracts alpha.20 [`#1295`](https://github.com/oceanprotocol/ocean.js/pull/1295)
|
|
266
|
+
- use barge addresses for unit tests [`#1291`](https://github.com/oceanprotocol/ocean.js/pull/1291)
|
|
267
|
+
- Bump @types/node from 17.0.17 to 17.0.18 [`#1290`](https://github.com/oceanprotocol/ocean.js/pull/1290)
|
|
268
|
+
- Bump @types/crypto-js from 4.1.0 to 4.1.1 [`#1289`](https://github.com/oceanprotocol/ocean.js/pull/1289)
|
|
269
|
+
- Release 1.0.0-next.20 [`cb8b52c`](https://github.com/oceanprotocol/ocean.js/commit/cb8b52c6e1a73444b8170a762822e4ba15bf244e)
|
|
236
270
|
|
|
237
|
-
#### [v1.0.0-next.19](https://github.com/oceanprotocol/ocean
|
|
271
|
+
#### [v1.0.0-next.19](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.18...v1.0.0-next.19)
|
|
238
272
|
|
|
239
273
|
> 15 February 2022
|
|
240
274
|
|
|
241
|
-
- update config endpoint [`#1288`](https://github.com/oceanprotocol/ocean
|
|
242
|
-
- Release 1.0.0-next.19 [`9b71c85`](https://github.com/oceanprotocol/ocean
|
|
275
|
+
- update config endpoint [`#1288`](https://github.com/oceanprotocol/ocean.js/pull/1288)
|
|
276
|
+
- Release 1.0.0-next.19 [`9b71c85`](https://github.com/oceanprotocol/ocean.js/commit/9b71c853f7cd1f596b5fbd451f63e9cdb5af3b72)
|
|
243
277
|
|
|
244
|
-
#### [v1.0.0-next.18](https://github.com/oceanprotocol/ocean
|
|
278
|
+
#### [v1.0.0-next.18](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.17...v1.0.0-next.18)
|
|
245
279
|
|
|
246
280
|
> 14 February 2022
|
|
247
281
|
|
|
248
|
-
- update to contracts alpha.19 [`#1286`](https://github.com/oceanprotocol/ocean
|
|
249
|
-
- Update Pool class JSDoc comments [`#1281`](https://github.com/oceanprotocol/ocean
|
|
250
|
-
- updated existing jsdoc comments and add missing ones [`7b2ff71`](https://github.com/oceanprotocol/ocean
|
|
251
|
-
- Release 1.0.0-next.18 [`9f9e3dc`](https://github.com/oceanprotocol/ocean
|
|
282
|
+
- update to contracts alpha.19 [`#1286`](https://github.com/oceanprotocol/ocean.js/pull/1286)
|
|
283
|
+
- Update Pool class JSDoc comments [`#1281`](https://github.com/oceanprotocol/ocean.js/pull/1281)
|
|
284
|
+
- updated existing jsdoc comments and add missing ones [`7b2ff71`](https://github.com/oceanprotocol/ocean.js/commit/7b2ff71d0cb148308cc49a0cb267e4b4f4ee83bb)
|
|
285
|
+
- Release 1.0.0-next.18 [`9f9e3dc`](https://github.com/oceanprotocol/ocean.js/commit/9f9e3dce88d5e5e731cc13dbadfefc8a66cd43a5)
|
|
252
286
|
|
|
253
|
-
#### [v1.0.0-next.17](https://github.com/oceanprotocol/ocean
|
|
287
|
+
#### [v1.0.0-next.17](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.16...v1.0.0-next.17)
|
|
254
288
|
|
|
255
289
|
> 14 February 2022
|
|
256
290
|
|
|
257
|
-
- fix fixed order params [`#1287`](https://github.com/oceanprotocol/ocean
|
|
258
|
-
- Release 1.0.0-next.17 [`9c3a12d`](https://github.com/oceanprotocol/ocean
|
|
291
|
+
- fix fixed order params [`#1287`](https://github.com/oceanprotocol/ocean.js/pull/1287)
|
|
292
|
+
- Release 1.0.0-next.17 [`9c3a12d`](https://github.com/oceanprotocol/ocean.js/commit/9c3a12daa6276aeb3f0cf59d53ff76d2b8df7219)
|
|
259
293
|
|
|
260
|
-
#### [v1.0.0-next.16](https://github.com/oceanprotocol/ocean
|
|
294
|
+
#### [v1.0.0-next.16](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.15...v1.0.0-next.16)
|
|
261
295
|
|
|
262
296
|
> 14 February 2022
|
|
263
297
|
|
|
264
|
-
- Remove redundant get in `calcBaseInGivenOutDT` [`#1283`](https://github.com/oceanprotocol/ocean
|
|
265
|
-
- add aquarius to export list [`#1280`](https://github.com/oceanprotocol/ocean
|
|
266
|
-
- Release 1.0.0-next.16 [`9f8f6aa`](https://github.com/oceanprotocol/ocean
|
|
298
|
+
- Remove redundant get in `calcBaseInGivenOutDT` [`#1283`](https://github.com/oceanprotocol/ocean.js/pull/1283)
|
|
299
|
+
- add aquarius to export list [`#1280`](https://github.com/oceanprotocol/ocean.js/pull/1280)
|
|
300
|
+
- Release 1.0.0-next.16 [`9f8f6aa`](https://github.com/oceanprotocol/ocean.js/commit/9f8f6aae99ab409cd0bdb61f3950b067b0363c2f)
|
|
267
301
|
|
|
268
|
-
#### [v1.0.0-next.15](https://github.com/oceanprotocol/ocean
|
|
302
|
+
#### [v1.0.0-next.15](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.14...v1.0.0-next.15)
|
|
269
303
|
|
|
270
304
|
> 11 February 2022
|
|
271
305
|
|
|
272
|
-
- fix redundancy [`#1278`](https://github.com/oceanprotocol/ocean
|
|
273
|
-
- Bump chai from 4.3.4 to 4.3.6 [`#1277`](https://github.com/oceanprotocol/ocean
|
|
274
|
-
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1276`](https://github.com/oceanprotocol/ocean
|
|
275
|
-
- Bump @types/node from 17.0.16 to 17.0.17 [`#1275`](https://github.com/oceanprotocol/ocean
|
|
276
|
-
- Release 1.0.0-next.15 [`84a022f`](https://github.com/oceanprotocol/ocean
|
|
306
|
+
- fix redundancy [`#1278`](https://github.com/oceanprotocol/ocean.js/pull/1278)
|
|
307
|
+
- Bump chai from 4.3.4 to 4.3.6 [`#1277`](https://github.com/oceanprotocol/ocean.js/pull/1277)
|
|
308
|
+
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1276`](https://github.com/oceanprotocol/ocean.js/pull/1276)
|
|
309
|
+
- Bump @types/node from 17.0.16 to 17.0.17 [`#1275`](https://github.com/oceanprotocol/ocean.js/pull/1275)
|
|
310
|
+
- Release 1.0.0-next.15 [`84a022f`](https://github.com/oceanprotocol/ocean.js/commit/84a022f80c30bed5c7ad6ab692252210a71e9ae3)
|
|
277
311
|
|
|
278
|
-
#### [v1.0.0-next.14](https://github.com/oceanprotocol/ocean
|
|
312
|
+
#### [v1.0.0-next.14](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.13...v1.0.0-next.14)
|
|
279
313
|
|
|
280
314
|
> 10 February 2022
|
|
281
315
|
|
|
282
|
-
- fixes [`#1273`](https://github.com/oceanprotocol/ocean
|
|
283
|
-
- Release 1.0.0-next.14 [`6aa1231`](https://github.com/oceanprotocol/ocean
|
|
316
|
+
- fixes [`#1273`](https://github.com/oceanprotocol/ocean.js/pull/1273)
|
|
317
|
+
- Release 1.0.0-next.14 [`6aa1231`](https://github.com/oceanprotocol/ocean.js/commit/6aa1231a0a64d32a148108fc43bef2afca42e873)
|
|
284
318
|
|
|
285
|
-
#### [v1.0.0-next.13](https://github.com/oceanprotocol/ocean
|
|
319
|
+
#### [v1.0.0-next.13](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.12...v1.0.0-next.13)
|
|
286
320
|
|
|
287
321
|
> 10 February 2022
|
|
288
322
|
|
|
289
|
-
- Bump typescript from 4.4.4 to 4.5.5 [`#1270`](https://github.com/oceanprotocol/ocean
|
|
290
|
-
- Bump mocha from 9.1.3 to 9.2.0 [`#1269`](https://github.com/oceanprotocol/ocean
|
|
291
|
-
- Use v4main images [`#1267`](https://github.com/oceanprotocol/ocean
|
|
292
|
-
- Bump ts-node from 10.4.0 to 10.5.0 [`#1268`](https://github.com/oceanprotocol/ocean
|
|
293
|
-
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.3 [`#1271`](https://github.com/oceanprotocol/ocean
|
|
294
|
-
- Bump mock-local-storage from 1.1.19 to 1.1.20 [`#1263`](https://github.com/oceanprotocol/ocean
|
|
295
|
-
- Bump cross-fetch from 3.1.4 to 3.1.5 [`#1264`](https://github.com/oceanprotocol/ocean
|
|
296
|
-
- Bump auto-changelog from 2.3.0 to 2.4.0 [`#1265`](https://github.com/oceanprotocol/ocean
|
|
297
|
-
- Bump @types/mocha from 9.0.0 to 9.1.0 [`#1262`](https://github.com/oceanprotocol/ocean
|
|
298
|
-
- Bump follow-redirects from 1.14.6 to 1.14.8 [`#1261`](https://github.com/oceanprotocol/ocean
|
|
299
|
-
- Bump simple-get from 2.8.1 to 2.8.2 [`#1260`](https://github.com/oceanprotocol/ocean
|
|
300
|
-
- Bump @openzeppelin/contracts from 4.4.1 to 4.4.2 [`#1259`](https://github.com/oceanprotocol/ocean
|
|
301
|
-
- Bump @types/node from 17.0.8 to 17.0.16 [`#1255`](https://github.com/oceanprotocol/ocean
|
|
302
|
-
- Bump typedoc from 0.22.10 to 0.22.11 [`#1230`](https://github.com/oceanprotocol/ocean
|
|
303
|
-
- npm audit fix [`92f4eb9`](https://github.com/oceanprotocol/ocean
|
|
304
|
-
- Release 1.0.0-next.13 [`5152bc2`](https://github.com/oceanprotocol/ocean
|
|
305
|
-
|
|
306
|
-
#### [v1.0.0-next.12](https://github.com/oceanprotocol/ocean
|
|
323
|
+
- Bump typescript from 4.4.4 to 4.5.5 [`#1270`](https://github.com/oceanprotocol/ocean.js/pull/1270)
|
|
324
|
+
- Bump mocha from 9.1.3 to 9.2.0 [`#1269`](https://github.com/oceanprotocol/ocean.js/pull/1269)
|
|
325
|
+
- Use v4main images [`#1267`](https://github.com/oceanprotocol/ocean.js/pull/1267)
|
|
326
|
+
- Bump ts-node from 10.4.0 to 10.5.0 [`#1268`](https://github.com/oceanprotocol/ocean.js/pull/1268)
|
|
327
|
+
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.3 [`#1271`](https://github.com/oceanprotocol/ocean.js/pull/1271)
|
|
328
|
+
- Bump mock-local-storage from 1.1.19 to 1.1.20 [`#1263`](https://github.com/oceanprotocol/ocean.js/pull/1263)
|
|
329
|
+
- Bump cross-fetch from 3.1.4 to 3.1.5 [`#1264`](https://github.com/oceanprotocol/ocean.js/pull/1264)
|
|
330
|
+
- Bump auto-changelog from 2.3.0 to 2.4.0 [`#1265`](https://github.com/oceanprotocol/ocean.js/pull/1265)
|
|
331
|
+
- Bump @types/mocha from 9.0.0 to 9.1.0 [`#1262`](https://github.com/oceanprotocol/ocean.js/pull/1262)
|
|
332
|
+
- Bump follow-redirects from 1.14.6 to 1.14.8 [`#1261`](https://github.com/oceanprotocol/ocean.js/pull/1261)
|
|
333
|
+
- Bump simple-get from 2.8.1 to 2.8.2 [`#1260`](https://github.com/oceanprotocol/ocean.js/pull/1260)
|
|
334
|
+
- Bump @openzeppelin/contracts from 4.4.1 to 4.4.2 [`#1259`](https://github.com/oceanprotocol/ocean.js/pull/1259)
|
|
335
|
+
- Bump @types/node from 17.0.8 to 17.0.16 [`#1255`](https://github.com/oceanprotocol/ocean.js/pull/1255)
|
|
336
|
+
- Bump typedoc from 0.22.10 to 0.22.11 [`#1230`](https://github.com/oceanprotocol/ocean.js/pull/1230)
|
|
337
|
+
- npm audit fix [`92f4eb9`](https://github.com/oceanprotocol/ocean.js/commit/92f4eb96695a1e32e750f6c3c0de7774e992e4f2)
|
|
338
|
+
- Release 1.0.0-next.13 [`5152bc2`](https://github.com/oceanprotocol/ocean.js/commit/5152bc21646a6375799838daf77188a9dd6713f0)
|
|
339
|
+
|
|
340
|
+
#### [v1.0.0-next.12](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.11...v1.0.0-next.12)
|
|
307
341
|
|
|
308
342
|
> 9 February 2022
|
|
309
343
|
|
|
310
|
-
- use compute environments [`#1258`](https://github.com/oceanprotocol/ocean
|
|
311
|
-
- Bump web3 from 1.6.1 to 1.7.0 [`#1224`](https://github.com/oceanprotocol/ocean
|
|
312
|
-
- Barge c2d & latest contracts bump [`#1248`](https://github.com/oceanprotocol/ocean
|
|
313
|
-
- Release 1.0.0-next.12 [`022c8c7`](https://github.com/oceanprotocol/ocean
|
|
314
|
-
- fixed version for contracts [`fbcd22e`](https://github.com/oceanprotocol/ocean
|
|
315
|
-
- run push builds against v4main [`9142c35`](https://github.com/oceanprotocol/ocean
|
|
344
|
+
- use compute environments [`#1258`](https://github.com/oceanprotocol/ocean.js/pull/1258)
|
|
345
|
+
- Bump web3 from 1.6.1 to 1.7.0 [`#1224`](https://github.com/oceanprotocol/ocean.js/pull/1224)
|
|
346
|
+
- Barge c2d & latest contracts bump [`#1248`](https://github.com/oceanprotocol/ocean.js/pull/1248)
|
|
347
|
+
- Release 1.0.0-next.12 [`022c8c7`](https://github.com/oceanprotocol/ocean.js/commit/022c8c7454a8e39fe552f68cacb6a5ec75776cdf)
|
|
348
|
+
- fixed version for contracts [`fbcd22e`](https://github.com/oceanprotocol/ocean.js/commit/fbcd22e714d6233d7d71f60d7eabb0cecb2fe963)
|
|
349
|
+
- run push builds against v4main [`9142c35`](https://github.com/oceanprotocol/ocean.js/commit/9142c354f0ba3829a31d71c2814e6bdac406d91e)
|
|
316
350
|
|
|
317
|
-
#### [v1.0.0-next.11](https://github.com/oceanprotocol/ocean
|
|
351
|
+
#### [v1.0.0-next.11](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.10...v1.0.0-next.11)
|
|
318
352
|
|
|
319
353
|
> 7 February 2022
|
|
320
354
|
|
|
321
|
-
- Moved interfaces under types and some small fixes [`#1253`](https://github.com/oceanprotocol/ocean
|
|
322
|
-
- stop removing jsdocs [`#1254`](https://github.com/oceanprotocol/ocean
|
|
323
|
-
- Release 1.0.0-next.11 [`8fc3773`](https://github.com/oceanprotocol/ocean
|
|
355
|
+
- Moved interfaces under types and some small fixes [`#1253`](https://github.com/oceanprotocol/ocean.js/pull/1253)
|
|
356
|
+
- stop removing jsdocs [`#1254`](https://github.com/oceanprotocol/ocean.js/pull/1254)
|
|
357
|
+
- Release 1.0.0-next.11 [`8fc3773`](https://github.com/oceanprotocol/ocean.js/commit/8fc377383434a1c8a3ba68586ab8db85bc922d40)
|
|
324
358
|
|
|
325
|
-
#### [v1.0.0-next.10](https://github.com/oceanprotocol/ocean
|
|
359
|
+
#### [v1.0.0-next.10](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.9...v1.0.0-next.10)
|
|
326
360
|
|
|
327
361
|
> 28 January 2022
|
|
328
362
|
|
|
329
|
-
- remove ammount [`#1241`](https://github.com/oceanprotocol/ocean
|
|
330
|
-
- update contracts [`#1244`](https://github.com/oceanprotocol/ocean
|
|
331
|
-
- Release 1.0.0-next.10 [`3dda9a6`](https://github.com/oceanprotocol/ocean
|
|
363
|
+
- remove ammount [`#1241`](https://github.com/oceanprotocol/ocean.js/pull/1241)
|
|
364
|
+
- update contracts [`#1244`](https://github.com/oceanprotocol/ocean.js/pull/1244)
|
|
365
|
+
- Release 1.0.0-next.10 [`3dda9a6`](https://github.com/oceanprotocol/ocean.js/commit/3dda9a67097ac0adc388741b506cd23ef3e2cdb1)
|
|
332
366
|
|
|
333
|
-
#### [v1.0.0-next.9](https://github.com/oceanprotocol/ocean
|
|
367
|
+
#### [v1.0.0-next.9](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.8...v1.0.0-next.9)
|
|
334
368
|
|
|
335
369
|
> 26 January 2022
|
|
336
370
|
|
|
337
|
-
- fix order, update contracts [`#1240`](https://github.com/oceanprotocol/ocean
|
|
338
|
-
- Release 1.0.0-next.9 [`ef83df7`](https://github.com/oceanprotocol/ocean
|
|
371
|
+
- fix order, update contracts [`#1240`](https://github.com/oceanprotocol/ocean.js/pull/1240)
|
|
372
|
+
- Release 1.0.0-next.9 [`ef83df7`](https://github.com/oceanprotocol/ocean.js/commit/ef83df7c7248402940a25a3f5d223131c7ece82e)
|
|
339
373
|
|
|
340
|
-
#### [v1.0.0-next.8](https://github.com/oceanprotocol/ocean
|
|
374
|
+
#### [v1.0.0-next.8](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.7...v1.0.0-next.8)
|
|
341
375
|
|
|
342
376
|
> 25 January 2022
|
|
343
377
|
|
|
344
|
-
- heleper+ remove old ibs [`#1238`](https://github.com/oceanprotocol/ocean
|
|
345
|
-
- Add setMetaDataAndTokenURI method [`#1234`](https://github.com/oceanprotocol/ocean
|
|
346
|
-
- remove optional fetch method, add abort signal [`#1235`](https://github.com/oceanprotocol/ocean
|
|
347
|
-
- Release 1.0.0-next.8 [`1b0fb28`](https://github.com/oceanprotocol/ocean
|
|
378
|
+
- heleper+ remove old ibs [`#1238`](https://github.com/oceanprotocol/ocean.js/pull/1238)
|
|
379
|
+
- Add setMetaDataAndTokenURI method [`#1234`](https://github.com/oceanprotocol/ocean.js/pull/1234)
|
|
380
|
+
- remove optional fetch method, add abort signal [`#1235`](https://github.com/oceanprotocol/ocean.js/pull/1235)
|
|
381
|
+
- Release 1.0.0-next.8 [`1b0fb28`](https://github.com/oceanprotocol/ocean.js/commit/1b0fb28e7676737f2086f5032dd9dfca85431b0b)
|
|
348
382
|
|
|
349
|
-
#### [v1.0.0-next.7](https://github.com/oceanprotocol/ocean
|
|
383
|
+
#### [v1.0.0-next.7](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.6...v1.0.0-next.7)
|
|
350
384
|
|
|
351
385
|
> 20 January 2022
|
|
352
386
|
|
|
353
|
-
- replaced local artifacts with the published ones [`#1232`](https://github.com/oceanprotocol/ocean
|
|
354
|
-
- Allow users/market to set own gas contract options & configurable web3 contract params [`#1214`](https://github.com/oceanprotocol/ocean
|
|
355
|
-
- Add default http function and fixes provider class [`#1212`](https://github.com/oceanprotocol/ocean
|
|
356
|
-
- Feature/ split orders&fees and uniformize datatoken naming [`#1223`](https://github.com/oceanprotocol/ocean
|
|
357
|
-
- added default contract options and gas in config [`4d60a16`](https://github.com/oceanprotocol/ocean
|
|
358
|
-
- update artifacts after latest contract changes [`b4e102e`](https://github.com/oceanprotocol/ocean
|
|
359
|
-
- update artifacts [`c5b5835`](https://github.com/oceanprotocol/ocean
|
|
387
|
+
- replaced local artifacts with the published ones [`#1232`](https://github.com/oceanprotocol/ocean.js/pull/1232)
|
|
388
|
+
- Allow users/market to set own gas contract options & configurable web3 contract params [`#1214`](https://github.com/oceanprotocol/ocean.js/pull/1214)
|
|
389
|
+
- Add default http function and fixes provider class [`#1212`](https://github.com/oceanprotocol/ocean.js/pull/1212)
|
|
390
|
+
- Feature/ split orders&fees and uniformize datatoken naming [`#1223`](https://github.com/oceanprotocol/ocean.js/pull/1223)
|
|
391
|
+
- added default contract options and gas in config [`4d60a16`](https://github.com/oceanprotocol/ocean.js/commit/4d60a16f6e79a89ed636b99592167c2c8f8c50ed)
|
|
392
|
+
- update artifacts after latest contract changes [`b4e102e`](https://github.com/oceanprotocol/ocean.js/commit/b4e102e6a6fa597fc9540d169428030db52efcad)
|
|
393
|
+
- update artifacts [`c5b5835`](https://github.com/oceanprotocol/ocean.js/commit/c5b583554eea28bab8a0c3af252dc70a707cdb51)
|
|
360
394
|
|
|
361
|
-
#### [v1.0.0-next.6](https://github.com/oceanprotocol/ocean
|
|
395
|
+
#### [v1.0.0-next.6](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.5...v1.0.0-next.6)
|
|
362
396
|
|
|
363
397
|
> 14 January 2022
|
|
364
398
|
|
|
365
|
-
- up [`#1219`](https://github.com/oceanprotocol/ocean
|
|
366
|
-
- Release 1.0.0-next.6 [`1879315`](https://github.com/oceanprotocol/ocean
|
|
399
|
+
- up [`#1219`](https://github.com/oceanprotocol/ocean.js/pull/1219)
|
|
400
|
+
- Release 1.0.0-next.6 [`1879315`](https://github.com/oceanprotocol/ocean.js/commit/187931531021b89bd9c735f90c7426aea65dd57b)
|
|
367
401
|
|
|
368
|
-
#### [v1.0.0-next.5](https://github.com/oceanprotocol/ocean
|
|
402
|
+
#### [v1.0.0-next.5](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.4...v1.0.0-next.5)
|
|
369
403
|
|
|
370
404
|
> 13 January 2022
|
|
371
405
|
|
|
372
|
-
- update abi/address [`#1218`](https://github.com/oceanprotocol/ocean
|
|
373
|
-
- Release 1.0.0-next.5 [`672e2b1`](https://github.com/oceanprotocol/ocean
|
|
406
|
+
- update abi/address [`#1218`](https://github.com/oceanprotocol/ocean.js/pull/1218)
|
|
407
|
+
- Release 1.0.0-next.5 [`672e2b1`](https://github.com/oceanprotocol/ocean.js/commit/672e2b1f4abcc16b4a747b66fa609ea4ca9b5994)
|
|
374
408
|
|
|
375
|
-
#### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean
|
|
409
|
+
#### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.3...v1.0.0-next.4)
|
|
376
410
|
|
|
377
411
|
> 13 January 2022
|
|
378
412
|
|
|
379
|
-
- update addresses based on new deployment [`#1216`](https://github.com/oceanprotocol/ocean
|
|
380
|
-
- Release 1.0.0-next.4 [`a85f29a`](https://github.com/oceanprotocol/ocean
|
|
413
|
+
- update addresses based on new deployment [`#1216`](https://github.com/oceanprotocol/ocean.js/pull/1216)
|
|
414
|
+
- Release 1.0.0-next.4 [`a85f29a`](https://github.com/oceanprotocol/ocean.js/commit/a85f29a5d2324f4b17ab45882267920f7a66e42b)
|
|
381
415
|
|
|
382
|
-
#### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean
|
|
416
|
+
#### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.2...v1.0.0-next.3)
|
|
383
417
|
|
|
384
418
|
> 12 January 2022
|
|
385
419
|
|
|
386
|
-
- update addresses [`#1213`](https://github.com/oceanprotocol/ocean
|
|
387
|
-
- Release 1.0.0-next.3 [`3c9ee75`](https://github.com/oceanprotocol/ocean
|
|
420
|
+
- update addresses [`#1213`](https://github.com/oceanprotocol/ocean.js/pull/1213)
|
|
421
|
+
- Release 1.0.0-next.3 [`3c9ee75`](https://github.com/oceanprotocol/ocean.js/commit/3c9ee7599ba3c5a8109925cdb6e76fa9ff389fe2)
|
|
388
422
|
|
|
389
|
-
#### [v1.0.0-next.2](https://github.com/oceanprotocol/ocean
|
|
423
|
+
#### [v1.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.1...v1.0.0-next.2)
|
|
390
424
|
|
|
391
425
|
> 11 January 2022
|
|
392
426
|
|
|
393
|
-
- Release 1.0.0-next.2 [`a9c592c`](https://github.com/oceanprotocol/ocean
|
|
394
|
-
- fix dist typings path [`ae6ee6f`](https://github.com/oceanprotocol/ocean
|
|
427
|
+
- Release 1.0.0-next.2 [`a9c592c`](https://github.com/oceanprotocol/ocean.js/commit/a9c592c3e6f77419f9ddc13ac396063696f7eb69)
|
|
428
|
+
- fix dist typings path [`ae6ee6f`](https://github.com/oceanprotocol/ocean.js/commit/ae6ee6f9c71218e0bf6c7a22283dbe9d725e61f0)
|
|
395
429
|
|
|
396
|
-
#### [v1.0.0-next.1](https://github.com/oceanprotocol/ocean
|
|
430
|
+
#### [v1.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.0...v1.0.0-next.1)
|
|
397
431
|
|
|
398
432
|
> 11 January 2022
|
|
399
433
|
|
|
400
|
-
- move artifacts folder under /src [`bdfa60a`](https://github.com/oceanprotocol/ocean
|
|
401
|
-
- fix artifacts path in all test files [`24425fc`](https://github.com/oceanprotocol/ocean
|
|
402
|
-
- make mocha pick up individual tsconfig, compile test files [`8776c1b`](https://github.com/oceanprotocol/ocean
|
|
434
|
+
- move artifacts folder under /src [`bdfa60a`](https://github.com/oceanprotocol/ocean.js/commit/bdfa60a91b7c304ee775c5c88cc5e22b569acc74)
|
|
435
|
+
- fix artifacts path in all test files [`24425fc`](https://github.com/oceanprotocol/ocean.js/commit/24425fcf8ba8f0b2f950cc5857c71e1b1d57f683)
|
|
436
|
+
- make mocha pick up individual tsconfig, compile test files [`8776c1b`](https://github.com/oceanprotocol/ocean.js/commit/8776c1bb91d7136cf945179a00cf40847b9c413f)
|
|
403
437
|
|
|
404
|
-
#### [v1.0.0-next.0](https://github.com/oceanprotocol/ocean
|
|
438
|
+
#### [v1.0.0-next.0](https://github.com/oceanprotocol/ocean.js/compare/v0.20.2...v1.0.0-next.0)
|
|
405
439
|
|
|
406
440
|
> 11 January 2022
|
|
407
441
|
|
|
408
|
-
- Fix/pool_approve [`#1207`](https://github.com/oceanprotocol/ocean
|
|
409
|
-
- Add ocean-contracts artifacts in root dir [`#1208`](https://github.com/oceanprotocol/ocean
|
|
410
|
-
- integration tests publish all methods [`#1197`](https://github.com/oceanprotocol/ocean
|
|
411
|
-
- compute start [`#1196`](https://github.com/oceanprotocol/ocean
|
|
412
|
-
- publish & consume flow working [`#1192`](https://github.com/oceanprotocol/ocean
|
|
413
|
-
- publish tests [`#1184`](https://github.com/oceanprotocol/ocean
|
|
414
|
-
- Fix/update address [`#1174`](https://github.com/oceanprotocol/ocean
|
|
415
|
-
- config and encrypt fixes [`#1173`](https://github.com/oceanprotocol/ocean
|
|
416
|
-
- Function checks & provider fee updates [`#1159`](https://github.com/oceanprotocol/ocean
|
|
417
|
-
- add dispenser [`#1170`](https://github.com/oceanprotocol/ocean
|
|
418
|
-
- fix [`#1166`](https://github.com/oceanprotocol/ocean
|
|
419
|
-
- Feature/didutils [`#1163`](https://github.com/oceanprotocol/ocean
|
|
420
|
-
- fix encrypt function [`#1162`](https://github.com/oceanprotocol/ocean
|
|
421
|
-
- Add setTokenURI and others [`#1151`](https://github.com/oceanprotocol/ocean
|
|
422
|
-
- add provider to index [`#1150`](https://github.com/oceanprotocol/ocean
|
|
423
|
-
- update config url [`#1149`](https://github.com/oceanprotocol/ocean
|
|
424
|
-
- add c2d methods in provider class [`#1143`](https://github.com/oceanprotocol/ocean
|
|
425
|
-
- random fixes [`#1148`](https://github.com/oceanprotocol/ocean
|
|
426
|
-
- add code owner [`#1140`](https://github.com/oceanprotocol/ocean
|
|
427
|
-
- Ddo updates & refactoring & structure updates [`#1130`](https://github.com/oceanprotocol/ocean
|
|
428
|
-
- config [`#1139`](https://github.com/oceanprotocol/ocean
|
|
429
|
-
- build fix [`#1138`](https://github.com/oceanprotocol/ocean
|
|
430
|
-
- Helper class for provider interaction [`#1120`](https://github.com/oceanprotocol/ocean
|
|
431
|
-
- Post audit contract updates [`#1129`](https://github.com/oceanprotocol/ocean
|
|
432
|
-
- Integrate dispenser contract and post existing post audit fixes from contracts [`#1101`](https://github.com/oceanprotocol/ocean
|
|
433
|
-
- DDO typings [`#1111`](https://github.com/oceanprotocol/ocean
|
|
434
|
-
- Integration of Side staking and Fixed rate exchange contracts and unit tests [`#1102`](https://github.com/oceanprotocol/ocean
|
|
435
|
-
- Integrate erc721 erc20 template contracts & lot of refactoring [`#1082`](https://github.com/oceanprotocol/ocean
|
|
436
|
-
- Integrate pool contract and add support for multiple token decimals [`#1100`](https://github.com/oceanprotocol/ocean
|
|
437
|
-
- Feature/nft factory [`#1083`](https://github.com/oceanprotocol/ocean
|
|
438
|
-
- Integrated erc721factory contract methods [`#1080`](https://github.com/oceanprotocol/ocean
|
|
439
|
-
- updated tsconfig [`0a9cb3d`](https://github.com/oceanprotocol/ocean
|
|
440
|
-
- add getMetadata function, add more tests in NFT class [`96cfa95`](https://github.com/oceanprotocol/ocean
|
|
441
|
-
- add used artifacts update imports and removed not used dependancies [`a019491`](https://github.com/oceanprotocol/ocean
|
|
442
|
-
|
|
443
|
-
#### [v0.20.2](https://github.com/oceanprotocol/ocean
|
|
442
|
+
- Fix/pool_approve [`#1207`](https://github.com/oceanprotocol/ocean.js/pull/1207)
|
|
443
|
+
- Add ocean-contracts artifacts in root dir [`#1208`](https://github.com/oceanprotocol/ocean.js/pull/1208)
|
|
444
|
+
- integration tests publish all methods [`#1197`](https://github.com/oceanprotocol/ocean.js/pull/1197)
|
|
445
|
+
- compute start [`#1196`](https://github.com/oceanprotocol/ocean.js/pull/1196)
|
|
446
|
+
- publish & consume flow working [`#1192`](https://github.com/oceanprotocol/ocean.js/pull/1192)
|
|
447
|
+
- publish tests [`#1184`](https://github.com/oceanprotocol/ocean.js/pull/1184)
|
|
448
|
+
- Fix/update address [`#1174`](https://github.com/oceanprotocol/ocean.js/pull/1174)
|
|
449
|
+
- config and encrypt fixes [`#1173`](https://github.com/oceanprotocol/ocean.js/pull/1173)
|
|
450
|
+
- Function checks & provider fee updates [`#1159`](https://github.com/oceanprotocol/ocean.js/pull/1159)
|
|
451
|
+
- add dispenser [`#1170`](https://github.com/oceanprotocol/ocean.js/pull/1170)
|
|
452
|
+
- fix [`#1166`](https://github.com/oceanprotocol/ocean.js/pull/1166)
|
|
453
|
+
- Feature/didutils [`#1163`](https://github.com/oceanprotocol/ocean.js/pull/1163)
|
|
454
|
+
- fix encrypt function [`#1162`](https://github.com/oceanprotocol/ocean.js/pull/1162)
|
|
455
|
+
- Add setTokenURI and others [`#1151`](https://github.com/oceanprotocol/ocean.js/pull/1151)
|
|
456
|
+
- add provider to index [`#1150`](https://github.com/oceanprotocol/ocean.js/pull/1150)
|
|
457
|
+
- update config url [`#1149`](https://github.com/oceanprotocol/ocean.js/pull/1149)
|
|
458
|
+
- add c2d methods in provider class [`#1143`](https://github.com/oceanprotocol/ocean.js/pull/1143)
|
|
459
|
+
- random fixes [`#1148`](https://github.com/oceanprotocol/ocean.js/pull/1148)
|
|
460
|
+
- add code owner [`#1140`](https://github.com/oceanprotocol/ocean.js/pull/1140)
|
|
461
|
+
- Ddo updates & refactoring & structure updates [`#1130`](https://github.com/oceanprotocol/ocean.js/pull/1130)
|
|
462
|
+
- config [`#1139`](https://github.com/oceanprotocol/ocean.js/pull/1139)
|
|
463
|
+
- build fix [`#1138`](https://github.com/oceanprotocol/ocean.js/pull/1138)
|
|
464
|
+
- Helper class for provider interaction [`#1120`](https://github.com/oceanprotocol/ocean.js/pull/1120)
|
|
465
|
+
- Post audit contract updates [`#1129`](https://github.com/oceanprotocol/ocean.js/pull/1129)
|
|
466
|
+
- Integrate dispenser contract and post existing post audit fixes from contracts [`#1101`](https://github.com/oceanprotocol/ocean.js/pull/1101)
|
|
467
|
+
- DDO typings [`#1111`](https://github.com/oceanprotocol/ocean.js/pull/1111)
|
|
468
|
+
- Integration of Side staking and Fixed rate exchange contracts and unit tests [`#1102`](https://github.com/oceanprotocol/ocean.js/pull/1102)
|
|
469
|
+
- Integrate erc721 erc20 template contracts & lot of refactoring [`#1082`](https://github.com/oceanprotocol/ocean.js/pull/1082)
|
|
470
|
+
- Integrate pool contract and add support for multiple token decimals [`#1100`](https://github.com/oceanprotocol/ocean.js/pull/1100)
|
|
471
|
+
- Feature/nft factory [`#1083`](https://github.com/oceanprotocol/ocean.js/pull/1083)
|
|
472
|
+
- Integrated erc721factory contract methods [`#1080`](https://github.com/oceanprotocol/ocean.js/pull/1080)
|
|
473
|
+
- updated tsconfig [`0a9cb3d`](https://github.com/oceanprotocol/ocean.js/commit/0a9cb3d5926f29f22eabaa09d6f1c52f2f219348)
|
|
474
|
+
- add getMetadata function, add more tests in NFT class [`96cfa95`](https://github.com/oceanprotocol/ocean.js/commit/96cfa952e4ab48c79e3870eb56ee905f728fa22c)
|
|
475
|
+
- add used artifacts update imports and removed not used dependancies [`a019491`](https://github.com/oceanprotocol/ocean.js/commit/a019491ed2512c1c774d163c079c82392d9ecbf4)
|
|
476
|
+
|
|
477
|
+
#### [v0.20.2](https://github.com/oceanprotocol/ocean.js/compare/v0.20.1...v0.20.2)
|
|
444
478
|
|
|
445
479
|
> 3 January 2022
|
|
446
480
|
|
|
447
|
-
- allow custom parameters [`#1179`](https://github.com/oceanprotocol/ocean
|
|
448
|
-
- Bump source-map-support from 0.5.20 to 0.5.21 [`#1127`](https://github.com/oceanprotocol/ocean
|
|
449
|
-
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.0 [`#1181`](https://github.com/oceanprotocol/ocean
|
|
450
|
-
- Bump @types/node from 17.0.5 to 17.0.7 [`#1187`](https://github.com/oceanprotocol/ocean
|
|
451
|
-
- Bump mock-local-storage from 1.1.18 to 1.1.19 [`#1186`](https://github.com/oceanprotocol/ocean
|
|
452
|
-
- Bump typescript from 4.5.3 to 4.5.4 [`#1185`](https://github.com/oceanprotocol/ocean
|
|
453
|
-
- Bump prettier from 2.4.1 to 2.5.1 [`#1180`](https://github.com/oceanprotocol/ocean
|
|
454
|
-
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1182`](https://github.com/oceanprotocol/ocean
|
|
455
|
-
- Bump typedoc from 0.22.9 to 0.22.10 [`#1126`](https://github.com/oceanprotocol/ocean
|
|
456
|
-
- Bump @types/node from 16.11.7 to 17.0.5 [`#1177`](https://github.com/oceanprotocol/ocean
|
|
457
|
-
- Bump @types/chai from 4.2.22 to 4.3.0 [`#1147`](https://github.com/oceanprotocol/ocean
|
|
458
|
-
- Fix beginner guide [`#1157`](https://github.com/oceanprotocol/ocean
|
|
459
|
-
- Fix quickstart simple [`#1158`](https://github.com/oceanprotocol/ocean
|
|
460
|
-
- reuse datatoken info without getting from contract [`#1141`](https://github.com/oceanprotocol/ocean
|
|
461
|
-
- Bump typescript from 4.4.4 to 4.5.3 [`#1144`](https://github.com/oceanprotocol/ocean
|
|
462
|
-
- Release 0.20.2 [`62490dc`](https://github.com/oceanprotocol/ocean
|
|
463
|
-
|
|
464
|
-
#### [v0.20.1](https://github.com/oceanprotocol/ocean
|
|
481
|
+
- allow custom parameters [`#1179`](https://github.com/oceanprotocol/ocean.js/pull/1179)
|
|
482
|
+
- Bump source-map-support from 0.5.20 to 0.5.21 [`#1127`](https://github.com/oceanprotocol/ocean.js/pull/1127)
|
|
483
|
+
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.0 [`#1181`](https://github.com/oceanprotocol/ocean.js/pull/1181)
|
|
484
|
+
- Bump @types/node from 17.0.5 to 17.0.7 [`#1187`](https://github.com/oceanprotocol/ocean.js/pull/1187)
|
|
485
|
+
- Bump mock-local-storage from 1.1.18 to 1.1.19 [`#1186`](https://github.com/oceanprotocol/ocean.js/pull/1186)
|
|
486
|
+
- Bump typescript from 4.5.3 to 4.5.4 [`#1185`](https://github.com/oceanprotocol/ocean.js/pull/1185)
|
|
487
|
+
- Bump prettier from 2.4.1 to 2.5.1 [`#1180`](https://github.com/oceanprotocol/ocean.js/pull/1180)
|
|
488
|
+
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1182`](https://github.com/oceanprotocol/ocean.js/pull/1182)
|
|
489
|
+
- Bump typedoc from 0.22.9 to 0.22.10 [`#1126`](https://github.com/oceanprotocol/ocean.js/pull/1126)
|
|
490
|
+
- Bump @types/node from 16.11.7 to 17.0.5 [`#1177`](https://github.com/oceanprotocol/ocean.js/pull/1177)
|
|
491
|
+
- Bump @types/chai from 4.2.22 to 4.3.0 [`#1147`](https://github.com/oceanprotocol/ocean.js/pull/1147)
|
|
492
|
+
- Fix beginner guide [`#1157`](https://github.com/oceanprotocol/ocean.js/pull/1157)
|
|
493
|
+
- Fix quickstart simple [`#1158`](https://github.com/oceanprotocol/ocean.js/pull/1158)
|
|
494
|
+
- reuse datatoken info without getting from contract [`#1141`](https://github.com/oceanprotocol/ocean.js/pull/1141)
|
|
495
|
+
- Bump typescript from 4.4.4 to 4.5.3 [`#1144`](https://github.com/oceanprotocol/ocean.js/pull/1144)
|
|
496
|
+
- Release 0.20.2 [`62490dc`](https://github.com/oceanprotocol/ocean.js/commit/62490dcdbb734b304522f4bccf1c761ed84ab7ff)
|
|
497
|
+
|
|
498
|
+
#### [v0.20.1](https://github.com/oceanprotocol/ocean.js/compare/v0.20.0...v0.20.1)
|
|
465
499
|
|
|
466
500
|
> 10 December 2021
|
|
467
501
|
|
|
468
|
-
- required only validation on user custom parameter [`#1146`](https://github.com/oceanprotocol/ocean
|
|
469
|
-
- add configurable request timeout for HTTP request [`#1145`](https://github.com/oceanprotocol/ocean
|
|
470
|
-
- Release 0.20.1 [`e216090`](https://github.com/oceanprotocol/ocean
|
|
502
|
+
- required only validation on user custom parameter [`#1146`](https://github.com/oceanprotocol/ocean.js/pull/1146)
|
|
503
|
+
- add configurable request timeout for HTTP request [`#1145`](https://github.com/oceanprotocol/ocean.js/pull/1145)
|
|
504
|
+
- Release 0.20.1 [`e216090`](https://github.com/oceanprotocol/ocean.js/commit/e216090394721358ce2bf9126c94f0b8069158db)
|
|
471
505
|
|
|
472
|
-
#### [v0.20.0](https://github.com/oceanprotocol/ocean
|
|
506
|
+
#### [v0.20.0](https://github.com/oceanprotocol/ocean.js/compare/v0.19.3...v0.20.0)
|
|
473
507
|
|
|
474
508
|
> 29 November 2021
|
|
475
509
|
|
|
476
|
-
- Bump @truffle/hdwallet-provider from 1.6.0 to 1.7.0 [`#1123`](https://github.com/oceanprotocol/ocean
|
|
477
|
-
- Bump release-it from 14.11.7 to 14.11.8 [`#1124`](https://github.com/oceanprotocol/ocean
|
|
478
|
-
- Bump mock-local-storage from 1.1.17 to 1.1.18 [`#1122`](https://github.com/oceanprotocol/ocean
|
|
479
|
-
- configurable web3 params [`#1112`](https://github.com/oceanprotocol/ocean
|
|
480
|
-
- add compute getResult [`#983`](https://github.com/oceanprotocol/ocean
|
|
481
|
-
- Bump web3 from 1.6.0 to 1.6.1 [`#1115`](https://github.com/oceanprotocol/ocean
|
|
482
|
-
- Bump microbundle from 0.14.1 to 0.14.2 [`#1118`](https://github.com/oceanprotocol/ocean
|
|
483
|
-
- Release 0.20.0 [`f79194f`](https://github.com/oceanprotocol/ocean
|
|
510
|
+
- Bump @truffle/hdwallet-provider from 1.6.0 to 1.7.0 [`#1123`](https://github.com/oceanprotocol/ocean.js/pull/1123)
|
|
511
|
+
- Bump release-it from 14.11.7 to 14.11.8 [`#1124`](https://github.com/oceanprotocol/ocean.js/pull/1124)
|
|
512
|
+
- Bump mock-local-storage from 1.1.17 to 1.1.18 [`#1122`](https://github.com/oceanprotocol/ocean.js/pull/1122)
|
|
513
|
+
- configurable web3 params [`#1112`](https://github.com/oceanprotocol/ocean.js/pull/1112)
|
|
514
|
+
- add compute getResult [`#983`](https://github.com/oceanprotocol/ocean.js/pull/983)
|
|
515
|
+
- Bump web3 from 1.6.0 to 1.6.1 [`#1115`](https://github.com/oceanprotocol/ocean.js/pull/1115)
|
|
516
|
+
- Bump microbundle from 0.14.1 to 0.14.2 [`#1118`](https://github.com/oceanprotocol/ocean.js/pull/1118)
|
|
517
|
+
- Release 0.20.0 [`f79194f`](https://github.com/oceanprotocol/ocean.js/commit/f79194faf37e447c07963c1114f0481b0b18030b)
|
|
484
518
|
|
|
485
|
-
#### [v0.19.3](https://github.com/oceanprotocol/ocean
|
|
519
|
+
#### [v0.19.3](https://github.com/oceanprotocol/ocean.js/compare/v0.19.2...v0.19.3)
|
|
486
520
|
|
|
487
521
|
> 26 November 2021
|
|
488
522
|
|
|
489
|
-
- Feature/issue 1060 change credential type [`#1073`](https://github.com/oceanprotocol/ocean
|
|
490
|
-
- Bump @truffle/hdwallet-provider from 1.5.1 to 1.6.0 [`#1103`](https://github.com/oceanprotocol/ocean
|
|
491
|
-
- Bump @types/node from 16.11.4 to 16.11.7 [`#1108`](https://github.com/oceanprotocol/ocean
|
|
492
|
-
- Bump release-it from 14.11.6 to 14.11.7 [`#1113`](https://github.com/oceanprotocol/ocean
|
|
493
|
-
- Bump typedoc from 0.22.6 to 0.22.9 [`#1114`](https://github.com/oceanprotocol/ocean
|
|
494
|
-
- Bump @types/node from 16.11.2 to 16.11.4 [`#1087`](https://github.com/oceanprotocol/ocean
|
|
495
|
-
- Bump ts-node from 10.3.1 to 10.4.0 [`#1086`](https://github.com/oceanprotocol/ocean
|
|
496
|
-
- Bump @types/node from 16.11.1 to 16.11.2 [`#1085`](https://github.com/oceanprotocol/ocean
|
|
497
|
-
- Bump ts-node from 10.3.0 to 10.3.1 [`#1084`](https://github.com/oceanprotocol/ocean
|
|
498
|
-
- Bump @types/node from 16.11.0 to 16.11.1 [`#1077`](https://github.com/oceanprotocol/ocean
|
|
499
|
-
- Bump mocha from 9.1.2 to 9.1.3 [`#1078`](https://github.com/oceanprotocol/ocean
|
|
500
|
-
- Bump typedoc from 0.22.5 to 0.22.6 [`#1079`](https://github.com/oceanprotocol/ocean
|
|
501
|
-
- Bump @types/node from 16.10.4 to 16.11.0 [`#1074`](https://github.com/oceanprotocol/ocean
|
|
502
|
-
- Bump microbundle from 0.14.0 to 0.14.1 [`#1075`](https://github.com/oceanprotocol/ocean
|
|
503
|
-
- Bump @types/node from 16.10.3 to 16.10.4 [`#1071`](https://github.com/oceanprotocol/ocean
|
|
504
|
-
- Bump typescript from 4.4.3 to 4.4.4 [`#1070`](https://github.com/oceanprotocol/ocean
|
|
505
|
-
- Bump ts-node from 10.2.1 to 10.3.0 [`#1069`](https://github.com/oceanprotocol/ocean
|
|
506
|
-
- Delete parameters.md [`#1063`](https://github.com/oceanprotocol/ocean
|
|
507
|
-
- Bump @truffle/hdwallet-provider from 1.5.0 to 1.5.1 [`#1067`](https://github.com/oceanprotocol/ocean
|
|
508
|
-
- Bump @types/node from 16.10.2 to 16.10.3 [`#1065`](https://github.com/oceanprotocol/ocean
|
|
509
|
-
- Bump microbundle from 0.13.3 to 0.14.0 [`#1066`](https://github.com/oceanprotocol/ocean
|
|
510
|
-
- Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 [`#1062`](https://github.com/oceanprotocol/ocean
|
|
511
|
-
- Bump @typescript-eslint/parser from 4.32.0 to 4.33.0 [`#1061`](https://github.com/oceanprotocol/ocean
|
|
512
|
-
- #1060 Event access control validation [`d7a21e7`](https://github.com/oceanprotocol/ocean
|
|
513
|
-
- Fix bug [`be79812`](https://github.com/oceanprotocol/ocean
|
|
514
|
-
- Fix codeclimate [`bd4f663`](https://github.com/oceanprotocol/ocean
|
|
515
|
-
|
|
516
|
-
#### [v0.19.2](https://github.com/oceanprotocol/ocean
|
|
523
|
+
- Feature/issue 1060 change credential type [`#1073`](https://github.com/oceanprotocol/ocean.js/pull/1073)
|
|
524
|
+
- Bump @truffle/hdwallet-provider from 1.5.1 to 1.6.0 [`#1103`](https://github.com/oceanprotocol/ocean.js/pull/1103)
|
|
525
|
+
- Bump @types/node from 16.11.4 to 16.11.7 [`#1108`](https://github.com/oceanprotocol/ocean.js/pull/1108)
|
|
526
|
+
- Bump release-it from 14.11.6 to 14.11.7 [`#1113`](https://github.com/oceanprotocol/ocean.js/pull/1113)
|
|
527
|
+
- Bump typedoc from 0.22.6 to 0.22.9 [`#1114`](https://github.com/oceanprotocol/ocean.js/pull/1114)
|
|
528
|
+
- Bump @types/node from 16.11.2 to 16.11.4 [`#1087`](https://github.com/oceanprotocol/ocean.js/pull/1087)
|
|
529
|
+
- Bump ts-node from 10.3.1 to 10.4.0 [`#1086`](https://github.com/oceanprotocol/ocean.js/pull/1086)
|
|
530
|
+
- Bump @types/node from 16.11.1 to 16.11.2 [`#1085`](https://github.com/oceanprotocol/ocean.js/pull/1085)
|
|
531
|
+
- Bump ts-node from 10.3.0 to 10.3.1 [`#1084`](https://github.com/oceanprotocol/ocean.js/pull/1084)
|
|
532
|
+
- Bump @types/node from 16.11.0 to 16.11.1 [`#1077`](https://github.com/oceanprotocol/ocean.js/pull/1077)
|
|
533
|
+
- Bump mocha from 9.1.2 to 9.1.3 [`#1078`](https://github.com/oceanprotocol/ocean.js/pull/1078)
|
|
534
|
+
- Bump typedoc from 0.22.5 to 0.22.6 [`#1079`](https://github.com/oceanprotocol/ocean.js/pull/1079)
|
|
535
|
+
- Bump @types/node from 16.10.4 to 16.11.0 [`#1074`](https://github.com/oceanprotocol/ocean.js/pull/1074)
|
|
536
|
+
- Bump microbundle from 0.14.0 to 0.14.1 [`#1075`](https://github.com/oceanprotocol/ocean.js/pull/1075)
|
|
537
|
+
- Bump @types/node from 16.10.3 to 16.10.4 [`#1071`](https://github.com/oceanprotocol/ocean.js/pull/1071)
|
|
538
|
+
- Bump typescript from 4.4.3 to 4.4.4 [`#1070`](https://github.com/oceanprotocol/ocean.js/pull/1070)
|
|
539
|
+
- Bump ts-node from 10.2.1 to 10.3.0 [`#1069`](https://github.com/oceanprotocol/ocean.js/pull/1069)
|
|
540
|
+
- Delete parameters.md [`#1063`](https://github.com/oceanprotocol/ocean.js/pull/1063)
|
|
541
|
+
- Bump @truffle/hdwallet-provider from 1.5.0 to 1.5.1 [`#1067`](https://github.com/oceanprotocol/ocean.js/pull/1067)
|
|
542
|
+
- Bump @types/node from 16.10.2 to 16.10.3 [`#1065`](https://github.com/oceanprotocol/ocean.js/pull/1065)
|
|
543
|
+
- Bump microbundle from 0.13.3 to 0.14.0 [`#1066`](https://github.com/oceanprotocol/ocean.js/pull/1066)
|
|
544
|
+
- Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 [`#1062`](https://github.com/oceanprotocol/ocean.js/pull/1062)
|
|
545
|
+
- Bump @typescript-eslint/parser from 4.32.0 to 4.33.0 [`#1061`](https://github.com/oceanprotocol/ocean.js/pull/1061)
|
|
546
|
+
- #1060 Event access control validation [`d7a21e7`](https://github.com/oceanprotocol/ocean.js/commit/d7a21e7e342e2094a864e1d1492324d5810f63db)
|
|
547
|
+
- Fix bug [`be79812`](https://github.com/oceanprotocol/ocean.js/commit/be798129f9cb007d603ce78632c75dcc18506796)
|
|
548
|
+
- Fix codeclimate [`bd4f663`](https://github.com/oceanprotocol/ocean.js/commit/bd4f663113597b9d23f44a56b57d5f1fb5ab3e7b)
|
|
549
|
+
|
|
550
|
+
#### [v0.19.2](https://github.com/oceanprotocol/ocean.js/compare/v0.19.1...v0.19.2)
|
|
517
551
|
|
|
518
552
|
> 4 October 2021
|
|
519
553
|
|
|
520
|
-
- Changing files name event.d.ts -> event.ts [`#1058`](https://github.com/oceanprotocol/ocean
|
|
521
|
-
- Release 0.19.2 [`5af26f0`](https://github.com/oceanprotocol/ocean
|
|
554
|
+
- Changing files name event.d.ts -> event.ts [`#1058`](https://github.com/oceanprotocol/ocean.js/pull/1058)
|
|
555
|
+
- Release 0.19.2 [`5af26f0`](https://github.com/oceanprotocol/ocean.js/commit/5af26f08e49c9eb357e2ae9cd8e39dc0b3182448)
|
|
522
556
|
|
|
523
|
-
#### [v0.19.1](https://github.com/oceanprotocol/ocean
|
|
557
|
+
#### [v0.19.1](https://github.com/oceanprotocol/ocean.js/compare/v0.19.0...v0.19.1)
|
|
524
558
|
|
|
525
559
|
> 4 October 2021
|
|
526
560
|
|
|
527
|
-
- bump contracts + add networks [`#1059`](https://github.com/oceanprotocol/ocean
|
|
528
|
-
- Bump typedoc from 0.21.9 to 0.22.5 [`#1056`](https://github.com/oceanprotocol/ocean
|
|
529
|
-
- Bump web3 from 1.5.3 to 1.6.0 [`#1052`](https://github.com/oceanprotocol/ocean
|
|
530
|
-
- Bump @types/node from 16.10.1 to 16.10.2 [`#1049`](https://github.com/oceanprotocol/ocean
|
|
531
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 [`#1045`](https://github.com/oceanprotocol/ocean
|
|
532
|
-
- Bump @typescript-eslint/parser from 4.31.2 to 4.32.0 [`#1044`](https://github.com/oceanprotocol/ocean
|
|
533
|
-
- Bump @types/node from 16.9.6 to 16.10.1 [`#1043`](https://github.com/oceanprotocol/ocean
|
|
534
|
-
- Bump mocha from 9.1.1 to 9.1.2 [`#1042`](https://github.com/oceanprotocol/ocean
|
|
535
|
-
- Release 0.19.1 [`606d5c2`](https://github.com/oceanprotocol/ocean
|
|
561
|
+
- bump contracts + add networks [`#1059`](https://github.com/oceanprotocol/ocean.js/pull/1059)
|
|
562
|
+
- Bump typedoc from 0.21.9 to 0.22.5 [`#1056`](https://github.com/oceanprotocol/ocean.js/pull/1056)
|
|
563
|
+
- Bump web3 from 1.5.3 to 1.6.0 [`#1052`](https://github.com/oceanprotocol/ocean.js/pull/1052)
|
|
564
|
+
- Bump @types/node from 16.10.1 to 16.10.2 [`#1049`](https://github.com/oceanprotocol/ocean.js/pull/1049)
|
|
565
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 [`#1045`](https://github.com/oceanprotocol/ocean.js/pull/1045)
|
|
566
|
+
- Bump @typescript-eslint/parser from 4.31.2 to 4.32.0 [`#1044`](https://github.com/oceanprotocol/ocean.js/pull/1044)
|
|
567
|
+
- Bump @types/node from 16.9.6 to 16.10.1 [`#1043`](https://github.com/oceanprotocol/ocean.js/pull/1043)
|
|
568
|
+
- Bump mocha from 9.1.1 to 9.1.2 [`#1042`](https://github.com/oceanprotocol/ocean.js/pull/1042)
|
|
569
|
+
- Release 0.19.1 [`606d5c2`](https://github.com/oceanprotocol/ocean.js/commit/606d5c2a0bbe36b1f7bb7b7b79796ef77d6170bb)
|
|
536
570
|
|
|
537
|
-
#### [v0.19.0](https://github.com/oceanprotocol/ocean
|
|
571
|
+
#### [v0.19.0](https://github.com/oceanprotocol/ocean.js/compare/v0.18.0...v0.19.0)
|
|
538
572
|
|
|
539
573
|
> 24 September 2021
|
|
540
574
|
|
|
541
|
-
- Custom user parameters [`#944`](https://github.com/oceanprotocol/ocean
|
|
542
|
-
- Release 0.19.0 [`9c94a87`](https://github.com/oceanprotocol/ocean
|
|
575
|
+
- Custom user parameters [`#944`](https://github.com/oceanprotocol/ocean.js/pull/944)
|
|
576
|
+
- Release 0.19.0 [`9c94a87`](https://github.com/oceanprotocol/ocean.js/commit/9c94a8789c8dc5ca88b798196cfa5fb807811651)
|
|
543
577
|
|
|
544
|
-
#### [v0.18.0](https://github.com/oceanprotocol/ocean
|
|
578
|
+
#### [v0.18.0](https://github.com/oceanprotocol/ocean.js/compare/v0.18.0-next.0...v0.18.0)
|
|
545
579
|
|
|
546
580
|
> 24 September 2021
|
|
547
581
|
|
|
548
|
-
- Bump web3-core from 1.5.2 to 1.5.3 [`#1038`](https://github.com/oceanprotocol/ocean
|
|
549
|
-
- fix yaml indentation [`#1041`](https://github.com/oceanprotocol/ocean
|
|
550
|
-
- set versioning-strategy [`#1040`](https://github.com/oceanprotocol/ocean
|
|
551
|
-
- Bump web3 from 1.5.2 to 1.5.3 [`#1039`](https://github.com/oceanprotocol/ocean
|
|
552
|
-
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean
|
|
553
|
-
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean
|
|
554
|
-
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean
|
|
555
|
-
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean
|
|
556
|
-
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean
|
|
557
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean
|
|
558
|
-
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean
|
|
559
|
-
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean
|
|
560
|
-
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean
|
|
561
|
-
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean
|
|
562
|
-
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean
|
|
563
|
-
- Bump aqua queries [`3bea2aa`](https://github.com/oceanprotocol/ocean
|
|
564
|
-
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean
|
|
565
|
-
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean
|
|
566
|
-
|
|
567
|
-
#### [v0.18.0-next.0](https://github.com/oceanprotocol/ocean
|
|
582
|
+
- Bump web3-core from 1.5.2 to 1.5.3 [`#1038`](https://github.com/oceanprotocol/ocean.js/pull/1038)
|
|
583
|
+
- fix yaml indentation [`#1041`](https://github.com/oceanprotocol/ocean.js/pull/1041)
|
|
584
|
+
- set versioning-strategy [`#1040`](https://github.com/oceanprotocol/ocean.js/pull/1040)
|
|
585
|
+
- Bump web3 from 1.5.2 to 1.5.3 [`#1039`](https://github.com/oceanprotocol/ocean.js/pull/1039)
|
|
586
|
+
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean.js/pull/1012)
|
|
587
|
+
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean.js/pull/1036)
|
|
588
|
+
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean.js/pull/1034)
|
|
589
|
+
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean.js/pull/1035)
|
|
590
|
+
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean.js/pull/1032)
|
|
591
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean.js/pull/1031)
|
|
592
|
+
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean.js/pull/1028)
|
|
593
|
+
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean.js/pull/1026)
|
|
594
|
+
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean.js/pull/1027)
|
|
595
|
+
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean.js/pull/1025)
|
|
596
|
+
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean.js/pull/1024)
|
|
597
|
+
- Bump aqua queries [`3bea2aa`](https://github.com/oceanprotocol/ocean.js/commit/3bea2aaf9082bf1b61219f3d7960c14cec04fa1e)
|
|
598
|
+
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean.js/commit/2651b72a2f02f952eb94e0b83edaf308cbb9e130)
|
|
599
|
+
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean.js/commit/f893cb8b09e325df238be243713e07d64a158269)
|
|
600
|
+
|
|
601
|
+
#### [v0.18.0-next.0](https://github.com/oceanprotocol/ocean.js/compare/v0.17.5...v0.18.0-next.0)
|
|
568
602
|
|
|
569
603
|
> 14 September 2021
|
|
570
604
|
|
|
571
|
-
- enable create / passthrough of userData & algoData [`b1e91af`](https://github.com/oceanprotocol/ocean
|
|
572
|
-
- refactor balance check async flows [`51ca87f`](https://github.com/oceanprotocol/ocean
|
|
573
|
-
- naming & typings [`e707d0e`](https://github.com/oceanprotocol/ocean
|
|
605
|
+
- enable create / passthrough of userData & algoData [`b1e91af`](https://github.com/oceanprotocol/ocean.js/commit/b1e91afd3d9cb03edd0317bf72c89426ad16ebc7)
|
|
606
|
+
- refactor balance check async flows [`51ca87f`](https://github.com/oceanprotocol/ocean.js/commit/51ca87f3f7eee95b749996699a8b8f8e602ed7d6)
|
|
607
|
+
- naming & typings [`e707d0e`](https://github.com/oceanprotocol/ocean.js/commit/e707d0e5d803e0d93fdba7117dd989ce3a5b66bd)
|
|
574
608
|
|
|
575
|
-
#### [v0.17.5](https://github.com/oceanprotocol/ocean
|
|
609
|
+
#### [v0.17.5](https://github.com/oceanprotocol/ocean.js/compare/v0.17.4...v0.17.5)
|
|
576
610
|
|
|
577
611
|
> 22 September 2021
|
|
578
612
|
|
|
579
|
-
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean
|
|
580
|
-
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean
|
|
581
|
-
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean
|
|
582
|
-
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean
|
|
583
|
-
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean
|
|
584
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean
|
|
585
|
-
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean
|
|
586
|
-
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean
|
|
587
|
-
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean
|
|
588
|
-
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean
|
|
613
|
+
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean.js/pull/1012)
|
|
614
|
+
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean.js/pull/1036)
|
|
615
|
+
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean.js/pull/1034)
|
|
616
|
+
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean.js/pull/1035)
|
|
617
|
+
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean.js/pull/1032)
|
|
618
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean.js/pull/1031)
|
|
619
|
+
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean.js/pull/1028)
|
|
620
|
+
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean.js/pull/1026)
|
|
621
|
+
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean.js/pull/1027)
|
|
622
|
+
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean.js/commit/f893cb8b09e325df238be243713e07d64a158269)
|
|
589
623
|
|
|
590
|
-
#### [v0.17.4](https://github.com/oceanprotocol/ocean
|
|
624
|
+
#### [v0.17.4](https://github.com/oceanprotocol/ocean.js/compare/v0.17.3...v0.17.4)
|
|
591
625
|
|
|
592
626
|
> 16 September 2021
|
|
593
627
|
|
|
594
|
-
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean
|
|
595
|
-
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean
|
|
596
|
-
- Fix releases [`#1021`](https://github.com/oceanprotocol/ocean
|
|
597
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 [`#1019`](https://github.com/oceanprotocol/ocean
|
|
598
|
-
- Bump @typescript-eslint/parser from 4.31.0 to 4.31.1 [`#1018`](https://github.com/oceanprotocol/ocean
|
|
599
|
-
- Bump ora from 5.4.1 to 6.0.1 [`#1020`](https://github.com/oceanprotocol/ocean
|
|
600
|
-
- Bump typedoc from 0.21.9 to 0.22.3 [`#1016`](https://github.com/oceanprotocol/ocean
|
|
601
|
-
- Bump @types/node from 16.9.0 to 16.9.1 [`#1015`](https://github.com/oceanprotocol/ocean
|
|
602
|
-
- Bump typescript from 4.4.2 to 4.4.3 [`#1017`](https://github.com/oceanprotocol/ocean
|
|
603
|
-
- Bump source-map-support from 0.5.19 to 0.5.20 [`#1013`](https://github.com/oceanprotocol/ocean
|
|
604
|
-
- Bump prettier from 2.3.2 to 2.4.0 [`#1014`](https://github.com/oceanprotocol/ocean
|
|
605
|
-
- Bump @types/node from 16.7.13 to 16.9.0 [`#1011`](https://github.com/oceanprotocol/ocean
|
|
606
|
-
- Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 [`#1007`](https://github.com/oceanprotocol/ocean
|
|
607
|
-
- Bump @types/node from 16.7.10 to 16.7.13 [`#1009`](https://github.com/oceanprotocol/ocean
|
|
608
|
-
- Bump @typescript-eslint/parser from 4.30.0 to 4.31.0 [`#1006`](https://github.com/oceanprotocol/ocean
|
|
609
|
-
- Bump @types/node-fetch from 2.5.12 to 3.0.3 [`#1004`](https://github.com/oceanprotocol/ocean
|
|
610
|
-
- Bump @types/node from 16.7.8 to 16.7.10 [`#1001`](https://github.com/oceanprotocol/ocean
|
|
611
|
-
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean
|
|
612
|
-
|
|
613
|
-
#### [v0.17.3](https://github.com/oceanprotocol/ocean
|
|
628
|
+
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean.js/pull/1025)
|
|
629
|
+
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean.js/pull/1024)
|
|
630
|
+
- Fix releases [`#1021`](https://github.com/oceanprotocol/ocean.js/pull/1021)
|
|
631
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 [`#1019`](https://github.com/oceanprotocol/ocean.js/pull/1019)
|
|
632
|
+
- Bump @typescript-eslint/parser from 4.31.0 to 4.31.1 [`#1018`](https://github.com/oceanprotocol/ocean.js/pull/1018)
|
|
633
|
+
- Bump ora from 5.4.1 to 6.0.1 [`#1020`](https://github.com/oceanprotocol/ocean.js/pull/1020)
|
|
634
|
+
- Bump typedoc from 0.21.9 to 0.22.3 [`#1016`](https://github.com/oceanprotocol/ocean.js/pull/1016)
|
|
635
|
+
- Bump @types/node from 16.9.0 to 16.9.1 [`#1015`](https://github.com/oceanprotocol/ocean.js/pull/1015)
|
|
636
|
+
- Bump typescript from 4.4.2 to 4.4.3 [`#1017`](https://github.com/oceanprotocol/ocean.js/pull/1017)
|
|
637
|
+
- Bump source-map-support from 0.5.19 to 0.5.20 [`#1013`](https://github.com/oceanprotocol/ocean.js/pull/1013)
|
|
638
|
+
- Bump prettier from 2.3.2 to 2.4.0 [`#1014`](https://github.com/oceanprotocol/ocean.js/pull/1014)
|
|
639
|
+
- Bump @types/node from 16.7.13 to 16.9.0 [`#1011`](https://github.com/oceanprotocol/ocean.js/pull/1011)
|
|
640
|
+
- Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 [`#1007`](https://github.com/oceanprotocol/ocean.js/pull/1007)
|
|
641
|
+
- Bump @types/node from 16.7.10 to 16.7.13 [`#1009`](https://github.com/oceanprotocol/ocean.js/pull/1009)
|
|
642
|
+
- Bump @typescript-eslint/parser from 4.30.0 to 4.31.0 [`#1006`](https://github.com/oceanprotocol/ocean.js/pull/1006)
|
|
643
|
+
- Bump @types/node-fetch from 2.5.12 to 3.0.3 [`#1004`](https://github.com/oceanprotocol/ocean.js/pull/1004)
|
|
644
|
+
- Bump @types/node from 16.7.8 to 16.7.10 [`#1001`](https://github.com/oceanprotocol/ocean.js/pull/1001)
|
|
645
|
+
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean.js/commit/2651b72a2f02f952eb94e0b83edaf308cbb9e130)
|
|
646
|
+
|
|
647
|
+
#### [v0.17.3](https://github.com/oceanprotocol/ocean.js/compare/v0.17.2...v0.17.3)
|
|
614
648
|
|
|
615
649
|
> 31 August 2021
|
|
616
650
|
|
|
617
|
-
- downgrade node-abort-controller to v2.0.0 [`#999`](https://github.com/oceanprotocol/ocean
|
|
618
|
-
- Release 0.17.3 [`0eac0c2`](https://github.com/oceanprotocol/ocean
|
|
651
|
+
- downgrade node-abort-controller to v2.0.0 [`#999`](https://github.com/oceanprotocol/ocean.js/pull/999)
|
|
652
|
+
- Release 0.17.3 [`0eac0c2`](https://github.com/oceanprotocol/ocean.js/commit/0eac0c20e3554e99807efcc2d9b261795daf5fd7)
|
|
619
653
|
|
|
620
|
-
#### [v0.17.2](https://github.com/oceanprotocol/ocean
|
|
654
|
+
#### [v0.17.2](https://github.com/oceanprotocol/ocean.js/compare/v0.17.1...v0.17.2)
|
|
621
655
|
|
|
622
656
|
> 31 August 2021
|
|
623
657
|
|
|
624
|
-
- Bump @types/node from 16.7.6 to 16.7.8 [`#996`](https://github.com/oceanprotocol/ocean
|
|
625
|
-
- update Gaia-X RPC [`#998`](https://github.com/oceanprotocol/ocean
|
|
626
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.30.0 [`#995`](https://github.com/oceanprotocol/ocean
|
|
627
|
-
- Bump eslint-plugin-prettier from 3.4.1 to 4.0.0 [`#994`](https://github.com/oceanprotocol/ocean
|
|
628
|
-
- Bump @typescript-eslint/parser from 4.29.3 to 4.30.0 [`#997`](https://github.com/oceanprotocol/ocean
|
|
629
|
-
- Bump typedoc from 0.21.6 to 0.21.9 [`#990`](https://github.com/oceanprotocol/ocean
|
|
630
|
-
- Bump @types/node from 16.7.2 to 16.7.6 [`#991`](https://github.com/oceanprotocol/ocean
|
|
631
|
-
- Bump mocha from 9.1.0 to 9.1.1 [`#992`](https://github.com/oceanprotocol/ocean
|
|
632
|
-
- Bump @types/node from 16.7.1 to 16.7.2 [`#988`](https://github.com/oceanprotocol/ocean
|
|
633
|
-
- Bump typescript from 4.3.5 to 4.4.2 [`#987`](https://github.com/oceanprotocol/ocean
|
|
634
|
-
- Bump @typescript-eslint/parser from 4.29.2 to 4.29.3 [`#984`](https://github.com/oceanprotocol/ocean
|
|
635
|
-
- Bump node-abort-controller from 2.0.0 to 3.0.0 [`#953`](https://github.com/oceanprotocol/ocean
|
|
636
|
-
- Bump ora from 5.4.1 to 6.0.0 [`#986`](https://github.com/oceanprotocol/ocean
|
|
637
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.2 to 4.29.3 [`#985`](https://github.com/oceanprotocol/ocean
|
|
638
|
-
- Bump @types/node from 16.6.2 to 16.7.1 [`#979`](https://github.com/oceanprotocol/ocean
|
|
639
|
-
- Bump @truffle/hdwallet-provider from 1.4.3 to 1.5.0 [`#978`](https://github.com/oceanprotocol/ocean
|
|
640
|
-
- Bump mocha from 9.0.3 to 9.1.0 [`#980`](https://github.com/oceanprotocol/ocean
|
|
641
|
-
- Bump eslint-plugin-prettier from 3.4.0 to 3.4.1 [`#981`](https://github.com/oceanprotocol/ocean
|
|
642
|
-
- Bump typedoc from 0.21.5 to 0.21.6 [`#977`](https://github.com/oceanprotocol/ocean
|
|
643
|
-
- Bump @types/node from 16.6.1 to 16.6.2 [`#975`](https://github.com/oceanprotocol/ocean
|
|
644
|
-
- Bump ts-node from 10.2.0 to 10.2.1 [`#974`](https://github.com/oceanprotocol/ocean
|
|
645
|
-
- Add agreementId in ComputeJob interface [`#976`](https://github.com/oceanprotocol/ocean
|
|
646
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2 [`#973`](https://github.com/oceanprotocol/ocean
|
|
647
|
-
- Bump @typescript-eslint/parser from 4.29.1 to 4.29.2 [`#972`](https://github.com/oceanprotocol/ocean
|
|
648
|
-
- Bump web3 from 1.5.1 to 1.5.2 [`#970`](https://github.com/oceanprotocol/ocean
|
|
649
|
-
- Bump release-it from 14.11.3 to 14.11.5 [`#968`](https://github.com/oceanprotocol/ocean
|
|
650
|
-
- Adding event to DDO [`#965`](https://github.com/oceanprotocol/ocean
|
|
651
|
-
- Bump @types/node from 16.6.0 to 16.6.1 [`#967`](https://github.com/oceanprotocol/ocean
|
|
652
|
-
- Bump @types/node from 16.4.13 to 16.6.0 [`#966`](https://github.com/oceanprotocol/ocean
|
|
653
|
-
- Bump release-it from 14.11.0 to 14.11.3 [`#962`](https://github.com/oceanprotocol/ocean
|
|
654
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1 [`#961`](https://github.com/oceanprotocol/ocean
|
|
655
|
-
- Bump @typescript-eslint/parser from 4.29.0 to 4.29.1 [`#963`](https://github.com/oceanprotocol/ocean
|
|
656
|
-
- Bump @truffle/hdwallet-provider from 1.4.2 to 1.4.3 [`#958`](https://github.com/oceanprotocol/ocean
|
|
657
|
-
- Bump release-it from 14.10.1 to 14.11.0 [`#959`](https://github.com/oceanprotocol/ocean
|
|
658
|
-
- Bump @types/node from 16.4.10 to 16.4.13 [`#957`](https://github.com/oceanprotocol/ocean
|
|
659
|
-
- Bump ts-node from 10.1.0 to 10.2.0 [`#956`](https://github.com/oceanprotocol/ocean
|
|
660
|
-
- Bump web3 from 1.5.0 to 1.5.1 [`#955`](https://github.com/oceanprotocol/ocean
|
|
661
|
-
- downgrade ora to v5.4.1 [`c1c7c53`](https://github.com/oceanprotocol/ocean
|
|
662
|
-
- Release 0.17.2 [`dd62e54`](https://github.com/oceanprotocol/ocean
|
|
663
|
-
- Update quickstart_simple.md [`a4be156`](https://github.com/oceanprotocol/ocean
|
|
664
|
-
|
|
665
|
-
#### [v0.17.1](https://github.com/oceanprotocol/ocean
|
|
658
|
+
- Bump @types/node from 16.7.6 to 16.7.8 [`#996`](https://github.com/oceanprotocol/ocean.js/pull/996)
|
|
659
|
+
- update Gaia-X RPC [`#998`](https://github.com/oceanprotocol/ocean.js/pull/998)
|
|
660
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.30.0 [`#995`](https://github.com/oceanprotocol/ocean.js/pull/995)
|
|
661
|
+
- Bump eslint-plugin-prettier from 3.4.1 to 4.0.0 [`#994`](https://github.com/oceanprotocol/ocean.js/pull/994)
|
|
662
|
+
- Bump @typescript-eslint/parser from 4.29.3 to 4.30.0 [`#997`](https://github.com/oceanprotocol/ocean.js/pull/997)
|
|
663
|
+
- Bump typedoc from 0.21.6 to 0.21.9 [`#990`](https://github.com/oceanprotocol/ocean.js/pull/990)
|
|
664
|
+
- Bump @types/node from 16.7.2 to 16.7.6 [`#991`](https://github.com/oceanprotocol/ocean.js/pull/991)
|
|
665
|
+
- Bump mocha from 9.1.0 to 9.1.1 [`#992`](https://github.com/oceanprotocol/ocean.js/pull/992)
|
|
666
|
+
- Bump @types/node from 16.7.1 to 16.7.2 [`#988`](https://github.com/oceanprotocol/ocean.js/pull/988)
|
|
667
|
+
- Bump typescript from 4.3.5 to 4.4.2 [`#987`](https://github.com/oceanprotocol/ocean.js/pull/987)
|
|
668
|
+
- Bump @typescript-eslint/parser from 4.29.2 to 4.29.3 [`#984`](https://github.com/oceanprotocol/ocean.js/pull/984)
|
|
669
|
+
- Bump node-abort-controller from 2.0.0 to 3.0.0 [`#953`](https://github.com/oceanprotocol/ocean.js/pull/953)
|
|
670
|
+
- Bump ora from 5.4.1 to 6.0.0 [`#986`](https://github.com/oceanprotocol/ocean.js/pull/986)
|
|
671
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.2 to 4.29.3 [`#985`](https://github.com/oceanprotocol/ocean.js/pull/985)
|
|
672
|
+
- Bump @types/node from 16.6.2 to 16.7.1 [`#979`](https://github.com/oceanprotocol/ocean.js/pull/979)
|
|
673
|
+
- Bump @truffle/hdwallet-provider from 1.4.3 to 1.5.0 [`#978`](https://github.com/oceanprotocol/ocean.js/pull/978)
|
|
674
|
+
- Bump mocha from 9.0.3 to 9.1.0 [`#980`](https://github.com/oceanprotocol/ocean.js/pull/980)
|
|
675
|
+
- Bump eslint-plugin-prettier from 3.4.0 to 3.4.1 [`#981`](https://github.com/oceanprotocol/ocean.js/pull/981)
|
|
676
|
+
- Bump typedoc from 0.21.5 to 0.21.6 [`#977`](https://github.com/oceanprotocol/ocean.js/pull/977)
|
|
677
|
+
- Bump @types/node from 16.6.1 to 16.6.2 [`#975`](https://github.com/oceanprotocol/ocean.js/pull/975)
|
|
678
|
+
- Bump ts-node from 10.2.0 to 10.2.1 [`#974`](https://github.com/oceanprotocol/ocean.js/pull/974)
|
|
679
|
+
- Add agreementId in ComputeJob interface [`#976`](https://github.com/oceanprotocol/ocean.js/pull/976)
|
|
680
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2 [`#973`](https://github.com/oceanprotocol/ocean.js/pull/973)
|
|
681
|
+
- Bump @typescript-eslint/parser from 4.29.1 to 4.29.2 [`#972`](https://github.com/oceanprotocol/ocean.js/pull/972)
|
|
682
|
+
- Bump web3 from 1.5.1 to 1.5.2 [`#970`](https://github.com/oceanprotocol/ocean.js/pull/970)
|
|
683
|
+
- Bump release-it from 14.11.3 to 14.11.5 [`#968`](https://github.com/oceanprotocol/ocean.js/pull/968)
|
|
684
|
+
- Adding event to DDO [`#965`](https://github.com/oceanprotocol/ocean.js/pull/965)
|
|
685
|
+
- Bump @types/node from 16.6.0 to 16.6.1 [`#967`](https://github.com/oceanprotocol/ocean.js/pull/967)
|
|
686
|
+
- Bump @types/node from 16.4.13 to 16.6.0 [`#966`](https://github.com/oceanprotocol/ocean.js/pull/966)
|
|
687
|
+
- Bump release-it from 14.11.0 to 14.11.3 [`#962`](https://github.com/oceanprotocol/ocean.js/pull/962)
|
|
688
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1 [`#961`](https://github.com/oceanprotocol/ocean.js/pull/961)
|
|
689
|
+
- Bump @typescript-eslint/parser from 4.29.0 to 4.29.1 [`#963`](https://github.com/oceanprotocol/ocean.js/pull/963)
|
|
690
|
+
- Bump @truffle/hdwallet-provider from 1.4.2 to 1.4.3 [`#958`](https://github.com/oceanprotocol/ocean.js/pull/958)
|
|
691
|
+
- Bump release-it from 14.10.1 to 14.11.0 [`#959`](https://github.com/oceanprotocol/ocean.js/pull/959)
|
|
692
|
+
- Bump @types/node from 16.4.10 to 16.4.13 [`#957`](https://github.com/oceanprotocol/ocean.js/pull/957)
|
|
693
|
+
- Bump ts-node from 10.1.0 to 10.2.0 [`#956`](https://github.com/oceanprotocol/ocean.js/pull/956)
|
|
694
|
+
- Bump web3 from 1.5.0 to 1.5.1 [`#955`](https://github.com/oceanprotocol/ocean.js/pull/955)
|
|
695
|
+
- downgrade ora to v5.4.1 [`c1c7c53`](https://github.com/oceanprotocol/ocean.js/commit/c1c7c5342a479861161f5ff57c4eafc1739ac185)
|
|
696
|
+
- Release 0.17.2 [`dd62e54`](https://github.com/oceanprotocol/ocean.js/commit/dd62e5422eec667fef8fc387d76d4c8c346583cb)
|
|
697
|
+
- Update quickstart_simple.md [`a4be156`](https://github.com/oceanprotocol/ocean.js/commit/a4be156126893984e89f3a28e73b74f883d71ce8)
|
|
698
|
+
|
|
699
|
+
#### [v0.17.1](https://github.com/oceanprotocol/ocean.js/compare/v0.17.0...v0.17.1)
|
|
666
700
|
|
|
667
701
|
> 3 August 2021
|
|
668
702
|
|
|
669
|
-
- Issue 950 fix allow deny [`#951`](https://github.com/oceanprotocol/ocean
|
|
670
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.29.0 [`#949`](https://github.com/oceanprotocol/ocean
|
|
671
|
-
- Bump @typescript-eslint/parser from 4.28.5 to 4.29.0 [`#948`](https://github.com/oceanprotocol/ocean
|
|
672
|
-
- Bump @types/node from 16.4.7 to 16.4.10 [`#945`](https://github.com/oceanprotocol/ocean
|
|
673
|
-
- Bump typedoc from 0.21.4 to 0.21.5 [`#946`](https://github.com/oceanprotocol/ocean
|
|
674
|
-
- Bump eslint from 7.31.0 to 7.32.0 [`#947`](https://github.com/oceanprotocol/ocean
|
|
675
|
-
- Release 0.17.1 [`8c415ab`](https://github.com/oceanprotocol/ocean
|
|
676
|
-
- Updating assets and asset credentials [`cf16ff8`](https://github.com/oceanprotocol/ocean
|
|
677
|
-
- Changing value to values [`1b58fdf`](https://github.com/oceanprotocol/ocean
|
|
703
|
+
- Issue 950 fix allow deny [`#951`](https://github.com/oceanprotocol/ocean.js/pull/951)
|
|
704
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.29.0 [`#949`](https://github.com/oceanprotocol/ocean.js/pull/949)
|
|
705
|
+
- Bump @typescript-eslint/parser from 4.28.5 to 4.29.0 [`#948`](https://github.com/oceanprotocol/ocean.js/pull/948)
|
|
706
|
+
- Bump @types/node from 16.4.7 to 16.4.10 [`#945`](https://github.com/oceanprotocol/ocean.js/pull/945)
|
|
707
|
+
- Bump typedoc from 0.21.4 to 0.21.5 [`#946`](https://github.com/oceanprotocol/ocean.js/pull/946)
|
|
708
|
+
- Bump eslint from 7.31.0 to 7.32.0 [`#947`](https://github.com/oceanprotocol/ocean.js/pull/947)
|
|
709
|
+
- Release 0.17.1 [`8c415ab`](https://github.com/oceanprotocol/ocean.js/commit/8c415ab2d9180b6b20c54ba67783df80bdbf46d4)
|
|
710
|
+
- Updating assets and asset credentials [`cf16ff8`](https://github.com/oceanprotocol/ocean.js/commit/cf16ff89667795e12a96fb9ccdd49bc27177bb6d)
|
|
711
|
+
- Changing value to values [`1b58fdf`](https://github.com/oceanprotocol/ocean.js/commit/1b58fdfb9d0fed48bfb827a44162a150c41ed8ca)
|
|
678
712
|
|
|
679
|
-
#### [v0.17.0](https://github.com/oceanprotocol/ocean
|
|
713
|
+
#### [v0.17.0](https://github.com/oceanprotocol/ocean.js/compare/v0.16.7...v0.17.0)
|
|
680
714
|
|
|
681
715
|
> 30 July 2021
|
|
682
716
|
|
|
683
|
-
- add single metadataCacheUri for all networks [`#919`](https://github.com/oceanprotocol/ocean
|
|
684
|
-
- move datatoken name generation out of class [`#943`](https://github.com/oceanprotocol/ocean
|
|
685
|
-
- Bump @types/node from 16.4.6 to 16.4.7 [`#942`](https://github.com/oceanprotocol/ocean
|
|
686
|
-
- Release 0.17.0 [`44eff0e`](https://github.com/oceanprotocol/ocean
|
|
717
|
+
- add single metadataCacheUri for all networks [`#919`](https://github.com/oceanprotocol/ocean.js/pull/919)
|
|
718
|
+
- move datatoken name generation out of class [`#943`](https://github.com/oceanprotocol/ocean.js/pull/943)
|
|
719
|
+
- Bump @types/node from 16.4.6 to 16.4.7 [`#942`](https://github.com/oceanprotocol/ocean.js/pull/942)
|
|
720
|
+
- Release 0.17.0 [`44eff0e`](https://github.com/oceanprotocol/ocean.js/commit/44eff0ee2f7628d1fb165dc8a1861e91d179e839)
|
|
687
721
|
|
|
688
|
-
#### [v0.16.7](https://github.com/oceanprotocol/ocean
|
|
722
|
+
#### [v0.16.7](https://github.com/oceanprotocol/ocean.js/compare/v0.16.6...v0.16.7)
|
|
689
723
|
|
|
690
724
|
> 29 July 2021
|
|
691
725
|
|
|
692
|
-
- allow editable author [`#936`](https://github.com/oceanprotocol/ocean
|
|
693
|
-
- Bump @types/node from 16.4.4 to 16.4.6 [`#939`](https://github.com/oceanprotocol/ocean
|
|
694
|
-
- Bump web3 from 1.4.0 to 1.5.0 [`#938`](https://github.com/oceanprotocol/ocean
|
|
695
|
-
- Bump @types/node from 16.4.3 to 16.4.4 [`#937`](https://github.com/oceanprotocol/ocean
|
|
696
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.28.5 [`#934`](https://github.com/oceanprotocol/ocean
|
|
697
|
-
- Bump @typescript-eslint/parser from 4.28.4 to 4.28.5 [`#933`](https://github.com/oceanprotocol/ocean
|
|
698
|
-
- Bump @truffle/hdwallet-provider from 1.4.1 to 1.4.2 [`#931`](https://github.com/oceanprotocol/ocean
|
|
699
|
-
- use decimals in account balance [`#921`](https://github.com/oceanprotocol/ocean
|
|
700
|
-
- Bump mocha from 9.0.2 to 9.0.3 [`#932`](https://github.com/oceanprotocol/ocean
|
|
701
|
-
- Bump @types/node from 16.4.1 to 16.4.3 [`#930`](https://github.com/oceanprotocol/ocean
|
|
702
|
-
- Bump release-it from 14.10.0 to 14.10.1 [`#929`](https://github.com/oceanprotocol/ocean
|
|
703
|
-
- Bump @types/node from 16.4.0 to 16.4.1 [`#925`](https://github.com/oceanprotocol/ocean
|
|
704
|
-
- Bump @types/mocha from 8.2.3 to 9.0.0 [`#927`](https://github.com/oceanprotocol/ocean
|
|
705
|
-
- Bump @types/node-fetch from 2.5.11 to 2.5.12 [`#926`](https://github.com/oceanprotocol/ocean
|
|
706
|
-
- Bump crypto-js from 4.0.0 to 4.1.1 [`#924`](https://github.com/oceanprotocol/ocean
|
|
707
|
-
- remove redundant build on publish [`#923`](https://github.com/oceanprotocol/ocean
|
|
708
|
-
- Release 0.16.7 [`1710752`](https://github.com/oceanprotocol/ocean
|
|
709
|
-
|
|
710
|
-
#### [v0.16.6](https://github.com/oceanprotocol/ocean
|
|
726
|
+
- allow editable author [`#936`](https://github.com/oceanprotocol/ocean.js/pull/936)
|
|
727
|
+
- Bump @types/node from 16.4.4 to 16.4.6 [`#939`](https://github.com/oceanprotocol/ocean.js/pull/939)
|
|
728
|
+
- Bump web3 from 1.4.0 to 1.5.0 [`#938`](https://github.com/oceanprotocol/ocean.js/pull/938)
|
|
729
|
+
- Bump @types/node from 16.4.3 to 16.4.4 [`#937`](https://github.com/oceanprotocol/ocean.js/pull/937)
|
|
730
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.28.5 [`#934`](https://github.com/oceanprotocol/ocean.js/pull/934)
|
|
731
|
+
- Bump @typescript-eslint/parser from 4.28.4 to 4.28.5 [`#933`](https://github.com/oceanprotocol/ocean.js/pull/933)
|
|
732
|
+
- Bump @truffle/hdwallet-provider from 1.4.1 to 1.4.2 [`#931`](https://github.com/oceanprotocol/ocean.js/pull/931)
|
|
733
|
+
- use decimals in account balance [`#921`](https://github.com/oceanprotocol/ocean.js/pull/921)
|
|
734
|
+
- Bump mocha from 9.0.2 to 9.0.3 [`#932`](https://github.com/oceanprotocol/ocean.js/pull/932)
|
|
735
|
+
- Bump @types/node from 16.4.1 to 16.4.3 [`#930`](https://github.com/oceanprotocol/ocean.js/pull/930)
|
|
736
|
+
- Bump release-it from 14.10.0 to 14.10.1 [`#929`](https://github.com/oceanprotocol/ocean.js/pull/929)
|
|
737
|
+
- Bump @types/node from 16.4.0 to 16.4.1 [`#925`](https://github.com/oceanprotocol/ocean.js/pull/925)
|
|
738
|
+
- Bump @types/mocha from 8.2.3 to 9.0.0 [`#927`](https://github.com/oceanprotocol/ocean.js/pull/927)
|
|
739
|
+
- Bump @types/node-fetch from 2.5.11 to 2.5.12 [`#926`](https://github.com/oceanprotocol/ocean.js/pull/926)
|
|
740
|
+
- Bump crypto-js from 4.0.0 to 4.1.1 [`#924`](https://github.com/oceanprotocol/ocean.js/pull/924)
|
|
741
|
+
- remove redundant build on publish [`#923`](https://github.com/oceanprotocol/ocean.js/pull/923)
|
|
742
|
+
- Release 0.16.7 [`1710752`](https://github.com/oceanprotocol/ocean.js/commit/1710752a7cba9db1d754540f286d92f090ea9c38)
|
|
743
|
+
|
|
744
|
+
#### [v0.16.6](https://github.com/oceanprotocol/ocean.js/compare/v0.16.5...v0.16.6)
|
|
711
745
|
|
|
712
746
|
> 22 July 2021
|
|
713
747
|
|
|
714
|
-
- remove leading slash from all `nodeUri` [`#922`](https://github.com/oceanprotocol/ocean
|
|
715
|
-
- Bump @types/node from 16.3.3 to 16.4.0 [`#917`](https://github.com/oceanprotocol/ocean
|
|
716
|
-
- Bump @typescript-eslint/parser from 4.28.3 to 4.28.4 [`#914`](https://github.com/oceanprotocol/ocean
|
|
717
|
-
- Bump eslint from 7.30.0 to 7.31.0 [`#913`](https://github.com/oceanprotocol/ocean
|
|
718
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4 [`#915`](https://github.com/oceanprotocol/ocean
|
|
719
|
-
- Bump @types/node from 16.3.1 to 16.3.3 [`#912`](https://github.com/oceanprotocol/ocean
|
|
720
|
-
- update Polygon Mumbai explorerUri [`#911`](https://github.com/oceanprotocol/ocean
|
|
721
|
-
- Release 0.16.6 [`16f14aa`](https://github.com/oceanprotocol/ocean
|
|
748
|
+
- remove leading slash from all `nodeUri` [`#922`](https://github.com/oceanprotocol/ocean.js/pull/922)
|
|
749
|
+
- Bump @types/node from 16.3.3 to 16.4.0 [`#917`](https://github.com/oceanprotocol/ocean.js/pull/917)
|
|
750
|
+
- Bump @typescript-eslint/parser from 4.28.3 to 4.28.4 [`#914`](https://github.com/oceanprotocol/ocean.js/pull/914)
|
|
751
|
+
- Bump eslint from 7.30.0 to 7.31.0 [`#913`](https://github.com/oceanprotocol/ocean.js/pull/913)
|
|
752
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4 [`#915`](https://github.com/oceanprotocol/ocean.js/pull/915)
|
|
753
|
+
- Bump @types/node from 16.3.1 to 16.3.3 [`#912`](https://github.com/oceanprotocol/ocean.js/pull/912)
|
|
754
|
+
- update Polygon Mumbai explorerUri [`#911`](https://github.com/oceanprotocol/ocean.js/pull/911)
|
|
755
|
+
- Release 0.16.6 [`16f14aa`](https://github.com/oceanprotocol/ocean.js/commit/16f14aaf4d792c03dd2216b7d3bb6156881de447)
|
|
722
756
|
|
|
723
|
-
#### [v0.16.5](https://github.com/oceanprotocol/ocean
|
|
757
|
+
#### [v0.16.5](https://github.com/oceanprotocol/ocean.js/compare/v0.16.4...v0.16.5)
|
|
724
758
|
|
|
725
759
|
> 13 July 2021
|
|
726
760
|
|
|
727
|
-
- update Gaia-X values [`#906`](https://github.com/oceanprotocol/ocean
|
|
728
|
-
- Bump web3 from 1.3.6 to 1.4.0 [`#876`](https://github.com/oceanprotocol/ocean
|
|
729
|
-
- Bump typedoc from 0.21.3 to 0.21.4 [`#902`](https://github.com/oceanprotocol/ocean
|
|
730
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.2 to 4.28.3 [`#904`](https://github.com/oceanprotocol/ocean
|
|
731
|
-
- Bump @typescript-eslint/parser from 4.28.2 to 4.28.3 [`#903`](https://github.com/oceanprotocol/ocean
|
|
732
|
-
- Changing error message [`#898`](https://github.com/oceanprotocol/ocean
|
|
733
|
-
- Bump ts-node from 10.0.0 to 10.1.0 [`#901`](https://github.com/oceanprotocol/ocean
|
|
734
|
-
- Bump @types/node from 16.3.0 to 16.3.1 [`#900`](https://github.com/oceanprotocol/ocean
|
|
735
|
-
- Bump typedoc from 0.21.2 to 0.21.3 [`#899`](https://github.com/oceanprotocol/ocean
|
|
736
|
-
- Bump @types/chai from 4.2.20 to 4.2.21 [`#897`](https://github.com/oceanprotocol/ocean
|
|
737
|
-
- Bump @types/node from 16.0.0 to 16.3.0 [`#896`](https://github.com/oceanprotocol/ocean
|
|
738
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.1 to 4.28.2 [`#890`](https://github.com/oceanprotocol/ocean
|
|
739
|
-
- Bump @types/node-fetch from 2.5.10 to 2.5.11 [`#893`](https://github.com/oceanprotocol/ocean
|
|
740
|
-
- Bump @types/mocha from 8.2.2 to 8.2.3 [`#894`](https://github.com/oceanprotocol/ocean
|
|
741
|
-
- update package-lock [`bd5f767`](https://github.com/oceanprotocol/ocean
|
|
742
|
-
- Release 0.16.5 [`fe1828f`](https://github.com/oceanprotocol/ocean
|
|
743
|
-
|
|
744
|
-
#### [v0.16.4](https://github.com/oceanprotocol/ocean
|
|
761
|
+
- update Gaia-X values [`#906`](https://github.com/oceanprotocol/ocean.js/pull/906)
|
|
762
|
+
- Bump web3 from 1.3.6 to 1.4.0 [`#876`](https://github.com/oceanprotocol/ocean.js/pull/876)
|
|
763
|
+
- Bump typedoc from 0.21.3 to 0.21.4 [`#902`](https://github.com/oceanprotocol/ocean.js/pull/902)
|
|
764
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.2 to 4.28.3 [`#904`](https://github.com/oceanprotocol/ocean.js/pull/904)
|
|
765
|
+
- Bump @typescript-eslint/parser from 4.28.2 to 4.28.3 [`#903`](https://github.com/oceanprotocol/ocean.js/pull/903)
|
|
766
|
+
- Changing error message [`#898`](https://github.com/oceanprotocol/ocean.js/pull/898)
|
|
767
|
+
- Bump ts-node from 10.0.0 to 10.1.0 [`#901`](https://github.com/oceanprotocol/ocean.js/pull/901)
|
|
768
|
+
- Bump @types/node from 16.3.0 to 16.3.1 [`#900`](https://github.com/oceanprotocol/ocean.js/pull/900)
|
|
769
|
+
- Bump typedoc from 0.21.2 to 0.21.3 [`#899`](https://github.com/oceanprotocol/ocean.js/pull/899)
|
|
770
|
+
- Bump @types/chai from 4.2.20 to 4.2.21 [`#897`](https://github.com/oceanprotocol/ocean.js/pull/897)
|
|
771
|
+
- Bump @types/node from 16.0.0 to 16.3.0 [`#896`](https://github.com/oceanprotocol/ocean.js/pull/896)
|
|
772
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.1 to 4.28.2 [`#890`](https://github.com/oceanprotocol/ocean.js/pull/890)
|
|
773
|
+
- Bump @types/node-fetch from 2.5.10 to 2.5.11 [`#893`](https://github.com/oceanprotocol/ocean.js/pull/893)
|
|
774
|
+
- Bump @types/mocha from 8.2.2 to 8.2.3 [`#894`](https://github.com/oceanprotocol/ocean.js/pull/894)
|
|
775
|
+
- update package-lock [`bd5f767`](https://github.com/oceanprotocol/ocean.js/commit/bd5f7674e8d663f9d57d3f5df240c32ebe580234)
|
|
776
|
+
- Release 0.16.5 [`fe1828f`](https://github.com/oceanprotocol/ocean.js/commit/fe1828fec945569863689c96ac9d4fa5ea694980)
|
|
777
|
+
|
|
778
|
+
#### [v0.16.4](https://github.com/oceanprotocol/ocean.js/compare/v0.16.3...v0.16.4)
|
|
745
779
|
|
|
746
780
|
> 7 July 2021
|
|
747
781
|
|
|
748
|
-
- Bump @typescript-eslint/parser from 4.28.1 to 4.28.2 [`#891`](https://github.com/oceanprotocol/ocean
|
|
749
|
-
- Bump @types/crypto-js from 4.0.1 to 4.0.2 [`#892`](https://github.com/oceanprotocol/ocean
|
|
750
|
-
- bump ocean-contracts to 0.6.5 [`#889`](https://github.com/oceanprotocol/ocean
|
|
751
|
-
- Bump @types/node from 15.14.0 to 16.0.0 [`#881`](https://github.com/oceanprotocol/ocean
|
|
752
|
-
- Bump eslint from 7.29.0 to 7.30.0 [`#883`](https://github.com/oceanprotocol/ocean
|
|
753
|
-
- Bump @types/chai from 4.2.19 to 4.2.20 [`#888`](https://github.com/oceanprotocol/ocean
|
|
754
|
-
- Release 0.16.4 [`8e56b34`](https://github.com/oceanprotocol/ocean
|
|
782
|
+
- Bump @typescript-eslint/parser from 4.28.1 to 4.28.2 [`#891`](https://github.com/oceanprotocol/ocean.js/pull/891)
|
|
783
|
+
- Bump @types/crypto-js from 4.0.1 to 4.0.2 [`#892`](https://github.com/oceanprotocol/ocean.js/pull/892)
|
|
784
|
+
- bump ocean-contracts to 0.6.5 [`#889`](https://github.com/oceanprotocol/ocean.js/pull/889)
|
|
785
|
+
- Bump @types/node from 15.14.0 to 16.0.0 [`#881`](https://github.com/oceanprotocol/ocean.js/pull/881)
|
|
786
|
+
- Bump eslint from 7.29.0 to 7.30.0 [`#883`](https://github.com/oceanprotocol/ocean.js/pull/883)
|
|
787
|
+
- Bump @types/chai from 4.2.19 to 4.2.20 [`#888`](https://github.com/oceanprotocol/ocean.js/pull/888)
|
|
788
|
+
- Release 0.16.4 [`8e56b34`](https://github.com/oceanprotocol/ocean.js/commit/8e56b34133d201a634af8bd77945a19be599053d)
|
|
755
789
|
|
|
756
|
-
#### [v0.16.3](https://github.com/oceanprotocol/ocean
|
|
790
|
+
#### [v0.16.3](https://github.com/oceanprotocol/ocean.js/compare/v0.16.2...v0.16.3)
|
|
757
791
|
|
|
758
792
|
> 7 July 2021
|
|
759
793
|
|
|
760
|
-
- Bump mocha from 9.0.1 to 9.0.2 [`#882`](https://github.com/oceanprotocol/ocean
|
|
761
|
-
- added chainId property to DDO class [`#887`](https://github.com/oceanprotocol/ocean
|
|
762
|
-
- Bump typescript from 4.3.4 to 4.3.5 [`#878`](https://github.com/oceanprotocol/ocean
|
|
763
|
-
- Bump @types/node from 15.12.5 to 15.14.0 [`#879`](https://github.com/oceanprotocol/ocean
|
|
764
|
-
- Change this.oceanAddress to baseToken [`#880`](https://github.com/oceanprotocol/ocean
|
|
765
|
-
- Release 0.16.3 [`3d9a7a4`](https://github.com/oceanprotocol/ocean
|
|
794
|
+
- Bump mocha from 9.0.1 to 9.0.2 [`#882`](https://github.com/oceanprotocol/ocean.js/pull/882)
|
|
795
|
+
- added chainId property to DDO class [`#887`](https://github.com/oceanprotocol/ocean.js/pull/887)
|
|
796
|
+
- Bump typescript from 4.3.4 to 4.3.5 [`#878`](https://github.com/oceanprotocol/ocean.js/pull/878)
|
|
797
|
+
- Bump @types/node from 15.12.5 to 15.14.0 [`#879`](https://github.com/oceanprotocol/ocean.js/pull/879)
|
|
798
|
+
- Change this.oceanAddress to baseToken [`#880`](https://github.com/oceanprotocol/ocean.js/pull/880)
|
|
799
|
+
- Release 0.16.3 [`3d9a7a4`](https://github.com/oceanprotocol/ocean.js/commit/3d9a7a499a6dabbe76e6983145921bf671d60d9d)
|
|
766
800
|
|
|
767
|
-
#### [v0.16.2](https://github.com/oceanprotocol/ocean
|
|
801
|
+
#### [v0.16.2](https://github.com/oceanprotocol/ocean.js/compare/v0.16.1...v0.16.2)
|
|
768
802
|
|
|
769
803
|
> 30 June 2021
|
|
770
804
|
|
|
771
|
-
- validate ddo before publish on chain [`#873`](https://github.com/oceanprotocol/ocean
|
|
772
|
-
- allow extended FRE [`#875`](https://github.com/oceanprotocol/ocean
|
|
773
|
-
- Bump decimal.js from 10.3.0 to 10.3.1 [`#865`](https://github.com/oceanprotocol/ocean
|
|
774
|
-
- Bump prettier from 2.3.1 to 2.3.2 [`#866`](https://github.com/oceanprotocol/ocean
|
|
775
|
-
- Bump typedoc from 0.21.0 to 0.21.2 [`#868`](https://github.com/oceanprotocol/ocean
|
|
776
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1 [`#871`](https://github.com/oceanprotocol/ocean
|
|
777
|
-
- Bump @typescript-eslint/parser from 4.28.0 to 4.28.1 [`#872`](https://github.com/oceanprotocol/ocean
|
|
778
|
-
- Improve Ocean.assets.isConsumable return interface and message [`#869`](https://github.com/oceanprotocol/ocean
|
|
779
|
-
- Bump @types/node from 15.12.4 to 15.12.5 [`#867`](https://github.com/oceanprotocol/ocean
|
|
780
|
-
- Release 0.16.2 [`590a168`](https://github.com/oceanprotocol/ocean
|
|
805
|
+
- validate ddo before publish on chain [`#873`](https://github.com/oceanprotocol/ocean.js/pull/873)
|
|
806
|
+
- allow extended FRE [`#875`](https://github.com/oceanprotocol/ocean.js/pull/875)
|
|
807
|
+
- Bump decimal.js from 10.3.0 to 10.3.1 [`#865`](https://github.com/oceanprotocol/ocean.js/pull/865)
|
|
808
|
+
- Bump prettier from 2.3.1 to 2.3.2 [`#866`](https://github.com/oceanprotocol/ocean.js/pull/866)
|
|
809
|
+
- Bump typedoc from 0.21.0 to 0.21.2 [`#868`](https://github.com/oceanprotocol/ocean.js/pull/868)
|
|
810
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1 [`#871`](https://github.com/oceanprotocol/ocean.js/pull/871)
|
|
811
|
+
- Bump @typescript-eslint/parser from 4.28.0 to 4.28.1 [`#872`](https://github.com/oceanprotocol/ocean.js/pull/872)
|
|
812
|
+
- Improve Ocean.assets.isConsumable return interface and message [`#869`](https://github.com/oceanprotocol/ocean.js/pull/869)
|
|
813
|
+
- Bump @types/node from 15.12.4 to 15.12.5 [`#867`](https://github.com/oceanprotocol/ocean.js/pull/867)
|
|
814
|
+
- Release 0.16.2 [`590a168`](https://github.com/oceanprotocol/ocean.js/commit/590a1682918efe416d7a0795b86bd168f4df2718)
|
|
781
815
|
|
|
782
|
-
#### [v0.16.1](https://github.com/oceanprotocol/ocean
|
|
816
|
+
#### [v0.16.1](https://github.com/oceanprotocol/ocean.js/compare/v0.16.0...v0.16.1)
|
|
783
817
|
|
|
784
818
|
> 25 June 2021
|
|
785
819
|
|
|
786
|
-
- proper compare using lowercase [`#864`](https://github.com/oceanprotocol/ocean
|
|
787
|
-
- Release 0.16.1 [`069e60b`](https://github.com/oceanprotocol/ocean
|
|
820
|
+
- proper compare using lowercase [`#864`](https://github.com/oceanprotocol/ocean.js/pull/864)
|
|
821
|
+
- Release 0.16.1 [`069e60b`](https://github.com/oceanprotocol/ocean.js/commit/069e60baeb705f335fa749eab7e59fbc5015a27f)
|
|
788
822
|
|
|
789
|
-
#### [v0.16.0](https://github.com/oceanprotocol/ocean
|
|
823
|
+
#### [v0.16.0](https://github.com/oceanprotocol/ocean.js/compare/v0.15.1...v0.16.0)
|
|
790
824
|
|
|
791
825
|
> 25 June 2021
|
|
792
826
|
|
|
793
|
-
- skip coverage job for dependabot [`#863`](https://github.com/oceanprotocol/ocean
|
|
794
|
-
- Bump @types/node from 15.12.2 to 15.12.4 [`#857`](https://github.com/oceanprotocol/ocean
|
|
795
|
-
- Bump decimal.js from 10.2.1 to 10.3.0 [`#861`](https://github.com/oceanprotocol/ocean
|
|
796
|
-
- Bump eslint from 7.28.0 to 7.29.0 [`#860`](https://github.com/oceanprotocol/ocean
|
|
797
|
-
- Bump contracts to 0.6.4 [`#837`](https://github.com/oceanprotocol/ocean
|
|
798
|
-
- Bump release-it from 14.9.0 to 14.10.0 [`#852`](https://github.com/oceanprotocol/ocean
|
|
799
|
-
- Bump typescript from 4.3.3 to 4.3.4 [`#851`](https://github.com/oceanprotocol/ocean
|
|
800
|
-
- Replace Travis with GitHub Actions [`#847`](https://github.com/oceanprotocol/ocean
|
|
801
|
-
- Bump typescript from 4.3.2 to 4.3.3 [`#849`](https://github.com/oceanprotocol/ocean
|
|
802
|
-
- Bump prettier from 2.3.0 to 2.3.1 [`#833`](https://github.com/oceanprotocol/ocean
|
|
803
|
-
- Bump typedoc from 0.20.36 to 0.20.37 [`#848`](https://github.com/oceanprotocol/ocean
|
|
804
|
-
- Bump ora from 5.4.0 to 5.4.1 [`#846`](https://github.com/oceanprotocol/ocean
|
|
805
|
-
- Bump release-it from 14.8.0 to 14.9.0 [`#845`](https://github.com/oceanprotocol/ocean
|
|
806
|
-
- Update docs about 'getPreviousValidOrders' only working on Eth [`#842`](https://github.com/oceanprotocol/ocean
|
|
807
|
-
- Bump eslint from 7.27.0 to 7.28.0 [`#830`](https://github.com/oceanprotocol/ocean
|
|
808
|
-
- Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.27.0 [`#843`](https://github.com/oceanprotocol/ocean
|
|
809
|
-
- Bump mocha from 8.4.0 to 9.0.0 [`#840`](https://github.com/oceanprotocol/ocean
|
|
810
|
-
- Add also DDO object param where DID param is available [`#828`](https://github.com/oceanprotocol/ocean
|
|
811
|
-
- Bump microbundle from 0.13.1 to 0.13.3 [`#839`](https://github.com/oceanprotocol/ocean
|
|
812
|
-
- Bump release-it from 14.7.0 to 14.8.0 [`#832`](https://github.com/oceanprotocol/ocean
|
|
813
|
-
- Bump @types/node from 15.12.0 to 15.12.2 [`#835`](https://github.com/oceanprotocol/ocean
|
|
814
|
-
- used type guard to detect if ddo or did and resolve just when needed [`ec2e67d`](https://github.com/oceanprotocol/ocean
|
|
815
|
-
- added ddo object param to function that expect did and asset resolve is called [`f0404f3`](https://github.com/oceanprotocol/ocean
|
|
816
|
-
- added AssetResolverHelper [`c88680f`](https://github.com/oceanprotocol/ocean
|
|
817
|
-
|
|
818
|
-
#### [v0.15.1](https://github.com/oceanprotocol/ocean
|
|
827
|
+
- skip coverage job for dependabot [`#863`](https://github.com/oceanprotocol/ocean.js/pull/863)
|
|
828
|
+
- Bump @types/node from 15.12.2 to 15.12.4 [`#857`](https://github.com/oceanprotocol/ocean.js/pull/857)
|
|
829
|
+
- Bump decimal.js from 10.2.1 to 10.3.0 [`#861`](https://github.com/oceanprotocol/ocean.js/pull/861)
|
|
830
|
+
- Bump eslint from 7.28.0 to 7.29.0 [`#860`](https://github.com/oceanprotocol/ocean.js/pull/860)
|
|
831
|
+
- Bump contracts to 0.6.4 [`#837`](https://github.com/oceanprotocol/ocean.js/pull/837)
|
|
832
|
+
- Bump release-it from 14.9.0 to 14.10.0 [`#852`](https://github.com/oceanprotocol/ocean.js/pull/852)
|
|
833
|
+
- Bump typescript from 4.3.3 to 4.3.4 [`#851`](https://github.com/oceanprotocol/ocean.js/pull/851)
|
|
834
|
+
- Replace Travis with GitHub Actions [`#847`](https://github.com/oceanprotocol/ocean.js/pull/847)
|
|
835
|
+
- Bump typescript from 4.3.2 to 4.3.3 [`#849`](https://github.com/oceanprotocol/ocean.js/pull/849)
|
|
836
|
+
- Bump prettier from 2.3.0 to 2.3.1 [`#833`](https://github.com/oceanprotocol/ocean.js/pull/833)
|
|
837
|
+
- Bump typedoc from 0.20.36 to 0.20.37 [`#848`](https://github.com/oceanprotocol/ocean.js/pull/848)
|
|
838
|
+
- Bump ora from 5.4.0 to 5.4.1 [`#846`](https://github.com/oceanprotocol/ocean.js/pull/846)
|
|
839
|
+
- Bump release-it from 14.8.0 to 14.9.0 [`#845`](https://github.com/oceanprotocol/ocean.js/pull/845)
|
|
840
|
+
- Update docs about 'getPreviousValidOrders' only working on Eth [`#842`](https://github.com/oceanprotocol/ocean.js/pull/842)
|
|
841
|
+
- Bump eslint from 7.27.0 to 7.28.0 [`#830`](https://github.com/oceanprotocol/ocean.js/pull/830)
|
|
842
|
+
- Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.27.0 [`#843`](https://github.com/oceanprotocol/ocean.js/pull/843)
|
|
843
|
+
- Bump mocha from 8.4.0 to 9.0.0 [`#840`](https://github.com/oceanprotocol/ocean.js/pull/840)
|
|
844
|
+
- Add also DDO object param where DID param is available [`#828`](https://github.com/oceanprotocol/ocean.js/pull/828)
|
|
845
|
+
- Bump microbundle from 0.13.1 to 0.13.3 [`#839`](https://github.com/oceanprotocol/ocean.js/pull/839)
|
|
846
|
+
- Bump release-it from 14.7.0 to 14.8.0 [`#832`](https://github.com/oceanprotocol/ocean.js/pull/832)
|
|
847
|
+
- Bump @types/node from 15.12.0 to 15.12.2 [`#835`](https://github.com/oceanprotocol/ocean.js/pull/835)
|
|
848
|
+
- used type guard to detect if ddo or did and resolve just when needed [`ec2e67d`](https://github.com/oceanprotocol/ocean.js/commit/ec2e67db353f0cf6199ea5551a73eac0e1f6b611)
|
|
849
|
+
- added ddo object param to function that expect did and asset resolve is called [`f0404f3`](https://github.com/oceanprotocol/ocean.js/commit/f0404f3204b44fd6042edd26c2ca87a0cae083c8)
|
|
850
|
+
- added AssetResolverHelper [`c88680f`](https://github.com/oceanprotocol/ocean.js/commit/c88680f10061b47d1d72d1339975466df0ec5804)
|
|
851
|
+
|
|
852
|
+
#### [v0.15.1](https://github.com/oceanprotocol/ocean.js/compare/v0.15.0...v0.15.1)
|
|
819
853
|
|
|
820
854
|
> 3 June 2021
|
|
821
855
|
|
|
822
|
-
- Bump microbundle from 0.13.0 to 0.13.1 [`#820`](https://github.com/oceanprotocol/ocean
|
|
823
|
-
- Bump @types/node from 15.9.0 to 15.12.0 [`#829`](https://github.com/oceanprotocol/ocean
|
|
824
|
-
- Bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0 [`#824`](https://github.com/oceanprotocol/ocean
|
|
825
|
-
- Bump @typescript-eslint/parser from 4.25.0 to 4.26.0 [`#823`](https://github.com/oceanprotocol/ocean
|
|
826
|
-
- Bump @types/node from 15.6.1 to 15.9.0 [`#826`](https://github.com/oceanprotocol/ocean
|
|
827
|
-
- Add order checks for credentials [`#827`](https://github.com/oceanprotocol/ocean
|
|
828
|
-
- Feature/credentials support in asset [`#787`](https://github.com/oceanprotocol/ocean
|
|
829
|
-
- add "valid" boolean in File.ts [`#825`](https://github.com/oceanprotocol/ocean
|
|
830
|
-
- Add ocean.assets.isConsumable function [`#786`](https://github.com/oceanprotocol/ocean
|
|
831
|
-
- fix ddo encrypt for browsers [`#822`](https://github.com/oceanprotocol/ocean
|
|
832
|
-
- add type 'free' to BestPrice [`#821`](https://github.com/oceanprotocol/ocean
|
|
833
|
-
- Release 0.15.1 [`727a550`](https://github.com/oceanprotocol/ocean
|
|
834
|
-
- fix version [`6735e8a`](https://github.com/oceanprotocol/ocean
|
|
835
|
-
|
|
836
|
-
#### [v0.15.0](https://github.com/oceanprotocol/ocean
|
|
856
|
+
- Bump microbundle from 0.13.0 to 0.13.1 [`#820`](https://github.com/oceanprotocol/ocean.js/pull/820)
|
|
857
|
+
- Bump @types/node from 15.9.0 to 15.12.0 [`#829`](https://github.com/oceanprotocol/ocean.js/pull/829)
|
|
858
|
+
- Bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0 [`#824`](https://github.com/oceanprotocol/ocean.js/pull/824)
|
|
859
|
+
- Bump @typescript-eslint/parser from 4.25.0 to 4.26.0 [`#823`](https://github.com/oceanprotocol/ocean.js/pull/823)
|
|
860
|
+
- Bump @types/node from 15.6.1 to 15.9.0 [`#826`](https://github.com/oceanprotocol/ocean.js/pull/826)
|
|
861
|
+
- Add order checks for credentials [`#827`](https://github.com/oceanprotocol/ocean.js/pull/827)
|
|
862
|
+
- Feature/credentials support in asset [`#787`](https://github.com/oceanprotocol/ocean.js/pull/787)
|
|
863
|
+
- add "valid" boolean in File.ts [`#825`](https://github.com/oceanprotocol/ocean.js/pull/825)
|
|
864
|
+
- Add ocean.assets.isConsumable function [`#786`](https://github.com/oceanprotocol/ocean.js/pull/786)
|
|
865
|
+
- fix ddo encrypt for browsers [`#822`](https://github.com/oceanprotocol/ocean.js/pull/822)
|
|
866
|
+
- add type 'free' to BestPrice [`#821`](https://github.com/oceanprotocol/ocean.js/pull/821)
|
|
867
|
+
- Release 0.15.1 [`727a550`](https://github.com/oceanprotocol/ocean.js/commit/727a55046c44c1841360f6aa2a4f94befe157860)
|
|
868
|
+
- fix version [`6735e8a`](https://github.com/oceanprotocol/ocean.js/commit/6735e8a33f8a6e2fb513d5412a0a1db70d8b59ff)
|
|
869
|
+
|
|
870
|
+
#### [v0.15.0](https://github.com/oceanprotocol/ocean.js/compare/v0.14.9...v0.15.0)
|
|
837
871
|
|
|
838
872
|
> 28 May 2021
|
|
839
873
|
|
|
840
|
-
- Bump typescript from 4.2.4 to 4.3.2 [`#819`](https://github.com/oceanprotocol/ocean
|
|
841
|
-
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#816`](https://github.com/oceanprotocol/ocean
|
|
842
|
-
- Bump mocha from 8.3.2 to 8.4.0 [`#817`](https://github.com/oceanprotocol/ocean
|
|
843
|
-
- Fix/ Order method should throw error messages [`#803`](https://github.com/oceanprotocol/ocean
|
|
844
|
-
- Bump @oceanprotocol/contracts from 0.6.2 to 0.6.3 [`#814`](https://github.com/oceanprotocol/ocean
|
|
845
|
-
- Bump release-it from 14.6.1 to 14.7.0 [`#815`](https://github.com/oceanprotocol/ocean
|
|
846
|
-
- Bump auto-changelog from 2.2.1 to 2.3.0 [`#813`](https://github.com/oceanprotocol/ocean
|
|
847
|
-
- Bump @types/node from 15.0.2 to 15.6.1 [`#810`](https://github.com/oceanprotocol/ocean
|
|
848
|
-
- remove all doo price tests [`#805`](https://github.com/oceanprotocol/ocean
|
|
849
|
-
- Bump ts-node from 9.1.1 to 10.0.0 [`#811`](https://github.com/oceanprotocol/ocean
|
|
850
|
-
- Bump @typescript-eslint/parser from 4.22.1 to 4.25.0 [`#812`](https://github.com/oceanprotocol/ocean
|
|
851
|
-
- Bump web3-eth-contract from 1.3.5 to 1.3.6 [`#802`](https://github.com/oceanprotocol/ocean
|
|
852
|
-
- Bump prettier from 2.2.1 to 2.3.0 [`#793`](https://github.com/oceanprotocol/ocean
|
|
853
|
-
- Bump @types/chai from 4.2.17 to 4.2.18 [`#797`](https://github.com/oceanprotocol/ocean
|
|
854
|
-
- Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.25.0 [`#809`](https://github.com/oceanprotocol/ocean
|
|
855
|
-
- Bump eslint from 7.25.0 to 7.27.0 [`#808`](https://github.com/oceanprotocol/ocean
|
|
856
|
-
- building package-lock.json with npm v7 [`#804`](https://github.com/oceanprotocol/ocean
|
|
857
|
-
- Bump mocha from 8.3.2 to 8.4.0 [`#801`](https://github.com/oceanprotocol/ocean
|
|
858
|
-
- Bump release-it from 14.6.1 to 14.6.2 [`#795`](https://github.com/oceanprotocol/ocean
|
|
859
|
-
- Bump lodash from 4.17.19 to 4.17.21 [`#799`](https://github.com/oceanprotocol/ocean
|
|
860
|
-
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#800`](https://github.com/oceanprotocol/ocean
|
|
861
|
-
- building package.json with npm v7 [`5aa8d7d`](https://github.com/oceanprotocol/ocean
|
|
862
|
-
- Release 0.15.0 [`ffcdfb2`](https://github.com/oceanprotocol/ocean
|
|
863
|
-
- fix ddo encrypt for browsers [`b85d85b`](https://github.com/oceanprotocol/ocean
|
|
864
|
-
|
|
865
|
-
#### [v0.14.9](https://github.com/oceanprotocol/ocean
|
|
874
|
+
- Bump typescript from 4.2.4 to 4.3.2 [`#819`](https://github.com/oceanprotocol/ocean.js/pull/819)
|
|
875
|
+
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#816`](https://github.com/oceanprotocol/ocean.js/pull/816)
|
|
876
|
+
- Bump mocha from 8.3.2 to 8.4.0 [`#817`](https://github.com/oceanprotocol/ocean.js/pull/817)
|
|
877
|
+
- Fix/ Order method should throw error messages [`#803`](https://github.com/oceanprotocol/ocean.js/pull/803)
|
|
878
|
+
- Bump @oceanprotocol/contracts from 0.6.2 to 0.6.3 [`#814`](https://github.com/oceanprotocol/ocean.js/pull/814)
|
|
879
|
+
- Bump release-it from 14.6.1 to 14.7.0 [`#815`](https://github.com/oceanprotocol/ocean.js/pull/815)
|
|
880
|
+
- Bump auto-changelog from 2.2.1 to 2.3.0 [`#813`](https://github.com/oceanprotocol/ocean.js/pull/813)
|
|
881
|
+
- Bump @types/node from 15.0.2 to 15.6.1 [`#810`](https://github.com/oceanprotocol/ocean.js/pull/810)
|
|
882
|
+
- remove all doo price tests [`#805`](https://github.com/oceanprotocol/ocean.js/pull/805)
|
|
883
|
+
- Bump ts-node from 9.1.1 to 10.0.0 [`#811`](https://github.com/oceanprotocol/ocean.js/pull/811)
|
|
884
|
+
- Bump @typescript-eslint/parser from 4.22.1 to 4.25.0 [`#812`](https://github.com/oceanprotocol/ocean.js/pull/812)
|
|
885
|
+
- Bump web3-eth-contract from 1.3.5 to 1.3.6 [`#802`](https://github.com/oceanprotocol/ocean.js/pull/802)
|
|
886
|
+
- Bump prettier from 2.2.1 to 2.3.0 [`#793`](https://github.com/oceanprotocol/ocean.js/pull/793)
|
|
887
|
+
- Bump @types/chai from 4.2.17 to 4.2.18 [`#797`](https://github.com/oceanprotocol/ocean.js/pull/797)
|
|
888
|
+
- Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.25.0 [`#809`](https://github.com/oceanprotocol/ocean.js/pull/809)
|
|
889
|
+
- Bump eslint from 7.25.0 to 7.27.0 [`#808`](https://github.com/oceanprotocol/ocean.js/pull/808)
|
|
890
|
+
- building package-lock.json with npm v7 [`#804`](https://github.com/oceanprotocol/ocean.js/pull/804)
|
|
891
|
+
- Bump mocha from 8.3.2 to 8.4.0 [`#801`](https://github.com/oceanprotocol/ocean.js/pull/801)
|
|
892
|
+
- Bump release-it from 14.6.1 to 14.6.2 [`#795`](https://github.com/oceanprotocol/ocean.js/pull/795)
|
|
893
|
+
- Bump lodash from 4.17.19 to 4.17.21 [`#799`](https://github.com/oceanprotocol/ocean.js/pull/799)
|
|
894
|
+
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#800`](https://github.com/oceanprotocol/ocean.js/pull/800)
|
|
895
|
+
- building package.json with npm v7 [`5aa8d7d`](https://github.com/oceanprotocol/ocean.js/commit/5aa8d7d10113a829f5c6a62bc21bf46d6e03e2ac)
|
|
896
|
+
- Release 0.15.0 [`ffcdfb2`](https://github.com/oceanprotocol/ocean.js/commit/ffcdfb299da05a8b2ecd3e449a0aeeaf5f1cc875)
|
|
897
|
+
- fix ddo encrypt for browsers [`b85d85b`](https://github.com/oceanprotocol/ocean.js/commit/b85d85b569731a3b68d7b2c4913a15e5bf1395db)
|
|
898
|
+
|
|
899
|
+
#### [v0.14.9](https://github.com/oceanprotocol/ocean.js/compare/v0.14.8...v0.14.9)
|
|
866
900
|
|
|
867
901
|
> 11 May 2021
|
|
868
902
|
|
|
869
|
-
- Feature/dispenser [`#790`](https://github.com/oceanprotocol/ocean
|
|
870
|
-
- Bump handlebars from 4.7.6 to 4.7.7 [`#791`](https://github.com/oceanprotocol/ocean
|
|
871
|
-
- Bump @types/node from 15.0.1 to 15.0.2 [`#785`](https://github.com/oceanprotocol/ocean
|
|
872
|
-
- Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 [`#784`](https://github.com/oceanprotocol/ocean
|
|
873
|
-
- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 [`#783`](https://github.com/oceanprotocol/ocean
|
|
874
|
-
- Revert "creating interface for the dispenser contract" [`53b401d`](https://github.com/oceanprotocol/ocean
|
|
875
|
-
- creating interface for the dispenser contract [`413b17e`](https://github.com/oceanprotocol/ocean
|
|
876
|
-
- Release 0.14.9 [`804a6a6`](https://github.com/oceanprotocol/ocean
|
|
903
|
+
- Feature/dispenser [`#790`](https://github.com/oceanprotocol/ocean.js/pull/790)
|
|
904
|
+
- Bump handlebars from 4.7.6 to 4.7.7 [`#791`](https://github.com/oceanprotocol/ocean.js/pull/791)
|
|
905
|
+
- Bump @types/node from 15.0.1 to 15.0.2 [`#785`](https://github.com/oceanprotocol/ocean.js/pull/785)
|
|
906
|
+
- Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 [`#784`](https://github.com/oceanprotocol/ocean.js/pull/784)
|
|
907
|
+
- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 [`#783`](https://github.com/oceanprotocol/ocean.js/pull/783)
|
|
908
|
+
- Revert "creating interface for the dispenser contract" [`53b401d`](https://github.com/oceanprotocol/ocean.js/commit/53b401dcd059234197e0119e7eca2fecc8d19109)
|
|
909
|
+
- creating interface for the dispenser contract [`413b17e`](https://github.com/oceanprotocol/ocean.js/commit/413b17e668a4d92e2ab9d43092b604bc2b2f2914)
|
|
910
|
+
- Release 0.14.9 [`804a6a6`](https://github.com/oceanprotocol/ocean.js/commit/804a6a62facbe9f6b110d4d864cd63424555316b)
|
|
877
911
|
|
|
878
|
-
#### [v0.14.8](https://github.com/oceanprotocol/ocean
|
|
912
|
+
#### [v0.14.8](https://github.com/oceanprotocol/ocean.js/compare/v0.14.7...v0.14.8)
|
|
879
913
|
|
|
880
914
|
> 30 April 2021
|
|
881
915
|
|
|
882
|
-
- update CodeClimate badges [`#782`](https://github.com/oceanprotocol/ocean
|
|
883
|
-
- Feature/use decimal in pool [`#775`](https://github.com/oceanprotocol/ocean
|
|
884
|
-
- lock ocean-contracts to 0.5.16 [`#781`](https://github.com/oceanprotocol/ocean
|
|
885
|
-
- Bump @types/node from 15.0.0 to 15.0.1 [`#776`](https://github.com/oceanprotocol/ocean
|
|
886
|
-
- Bump @types/node from 14.14.41 to 15.0.0 [`#773`](https://github.com/oceanprotocol/ocean
|
|
887
|
-
- Bump @types/chai from 4.2.16 to 4.2.17 [`#774`](https://github.com/oceanprotocol/ocean
|
|
888
|
-
- Bump typedoc from 0.20.35 to 0.20.36 [`#768`](https://github.com/oceanprotocol/ocean
|
|
889
|
-
- Bump eslint from 7.24.0 to 7.25.0 [`#767`](https://github.com/oceanprotocol/ocean
|
|
890
|
-
- Bump eslint-config-prettier from 8.2.0 to 8.3.0 [`#769`](https://github.com/oceanprotocol/ocean
|
|
891
|
-
- Bump @truffle/hdwallet-provider from 1.2.6 to 1.3.0 [`#770`](https://github.com/oceanprotocol/ocean
|
|
892
|
-
- Bump node-abort-controller from 1.2.1 to 2.0.0 [`#771`](https://github.com/oceanprotocol/ocean
|
|
893
|
-
- Release 0.14.8 [`ae46477`](https://github.com/oceanprotocol/ocean
|
|
894
|
-
|
|
895
|
-
#### [v0.14.7](https://github.com/oceanprotocol/ocean
|
|
916
|
+
- update CodeClimate badges [`#782`](https://github.com/oceanprotocol/ocean.js/pull/782)
|
|
917
|
+
- Feature/use decimal in pool [`#775`](https://github.com/oceanprotocol/ocean.js/pull/775)
|
|
918
|
+
- lock ocean-contracts to 0.5.16 [`#781`](https://github.com/oceanprotocol/ocean.js/pull/781)
|
|
919
|
+
- Bump @types/node from 15.0.0 to 15.0.1 [`#776`](https://github.com/oceanprotocol/ocean.js/pull/776)
|
|
920
|
+
- Bump @types/node from 14.14.41 to 15.0.0 [`#773`](https://github.com/oceanprotocol/ocean.js/pull/773)
|
|
921
|
+
- Bump @types/chai from 4.2.16 to 4.2.17 [`#774`](https://github.com/oceanprotocol/ocean.js/pull/774)
|
|
922
|
+
- Bump typedoc from 0.20.35 to 0.20.36 [`#768`](https://github.com/oceanprotocol/ocean.js/pull/768)
|
|
923
|
+
- Bump eslint from 7.24.0 to 7.25.0 [`#767`](https://github.com/oceanprotocol/ocean.js/pull/767)
|
|
924
|
+
- Bump eslint-config-prettier from 8.2.0 to 8.3.0 [`#769`](https://github.com/oceanprotocol/ocean.js/pull/769)
|
|
925
|
+
- Bump @truffle/hdwallet-provider from 1.2.6 to 1.3.0 [`#770`](https://github.com/oceanprotocol/ocean.js/pull/770)
|
|
926
|
+
- Bump node-abort-controller from 1.2.1 to 2.0.0 [`#771`](https://github.com/oceanprotocol/ocean.js/pull/771)
|
|
927
|
+
- Release 0.14.8 [`ae46477`](https://github.com/oceanprotocol/ocean.js/commit/ae464774a487127b5f6f89e9200184a54d231f6d)
|
|
928
|
+
|
|
929
|
+
#### [v0.14.7](https://github.com/oceanprotocol/ocean.js/compare/v0.14.6...v0.14.7)
|
|
896
930
|
|
|
897
931
|
> 23 April 2021
|
|
898
932
|
|
|
899
|
-
- Fix address.json import [`#765`](https://github.com/oceanprotocol/ocean
|
|
900
|
-
- Release 0.14.7 [`beb877b`](https://github.com/oceanprotocol/ocean
|
|
933
|
+
- Fix address.json import [`#765`](https://github.com/oceanprotocol/ocean.js/pull/765)
|
|
934
|
+
- Release 0.14.7 [`beb877b`](https://github.com/oceanprotocol/ocean.js/commit/beb877b5e3ed07228b05636c0eff0dae15ff0025)
|
|
901
935
|
|
|
902
|
-
#### [v0.14.6](https://github.com/oceanprotocol/ocean
|
|
936
|
+
#### [v0.14.6](https://github.com/oceanprotocol/ocean.js/compare/v0.14.5...v0.14.6)
|
|
903
937
|
|
|
904
938
|
> 22 April 2021
|
|
905
939
|
|
|
906
|
-
- add moonbeamalpha [`#751`](https://github.com/oceanprotocol/ocean
|
|
907
|
-
- Bump @ethereum-navigator/navigator from 0.5.2 to 0.5.3 [`#763`](https://github.com/oceanprotocol/ocean
|
|
908
|
-
- Release 0.14.6 [`01b0654`](https://github.com/oceanprotocol/ocean
|
|
940
|
+
- add moonbeamalpha [`#751`](https://github.com/oceanprotocol/ocean.js/pull/751)
|
|
941
|
+
- Bump @ethereum-navigator/navigator from 0.5.2 to 0.5.3 [`#763`](https://github.com/oceanprotocol/ocean.js/pull/763)
|
|
942
|
+
- Release 0.14.6 [`01b0654`](https://github.com/oceanprotocol/ocean.js/commit/01b0654470a29a3c106fb31da4f35a8007b965d5)
|
|
909
943
|
|
|
910
|
-
#### [v0.14.5](https://github.com/oceanprotocol/ocean
|
|
944
|
+
#### [v0.14.5](https://github.com/oceanprotocol/ocean.js/compare/v0.14.4...v0.14.5)
|
|
911
945
|
|
|
912
946
|
> 19 April 2021
|
|
913
947
|
|
|
914
|
-
- updating path names in package.json [`#756`](https://github.com/oceanprotocol/ocean
|
|
915
|
-
- Release 0.14.5 [`69a01c7`](https://github.com/oceanprotocol/ocean
|
|
948
|
+
- updating path names in package.json [`#756`](https://github.com/oceanprotocol/ocean.js/pull/756)
|
|
949
|
+
- Release 0.14.5 [`69a01c7`](https://github.com/oceanprotocol/ocean.js/commit/69a01c75dfc468b951b7af5ef17cbd4d04d1c32c)
|
|
916
950
|
|
|
917
|
-
#### [v0.14.4](https://github.com/oceanprotocol/ocean
|
|
951
|
+
#### [v0.14.4](https://github.com/oceanprotocol/ocean.js/compare/v0.14.3...v0.14.4)
|
|
918
952
|
|
|
919
953
|
> 19 April 2021
|
|
920
954
|
|
|
921
|
-
- add seachPreviousOrder [`#755`](https://github.com/oceanprotocol/ocean
|
|
922
|
-
- updating export name [`#754`](https://github.com/oceanprotocol/ocean
|
|
923
|
-
- Bump @types/node from 14.14.39 to 14.14.41 [`#748`](https://github.com/oceanprotocol/ocean
|
|
924
|
-
- Release 0.14.4 [`aad461c`](https://github.com/oceanprotocol/ocean
|
|
955
|
+
- add seachPreviousOrder [`#755`](https://github.com/oceanprotocol/ocean.js/pull/755)
|
|
956
|
+
- updating export name [`#754`](https://github.com/oceanprotocol/ocean.js/pull/754)
|
|
957
|
+
- Bump @types/node from 14.14.39 to 14.14.41 [`#748`](https://github.com/oceanprotocol/ocean.js/pull/748)
|
|
958
|
+
- Release 0.14.4 [`aad461c`](https://github.com/oceanprotocol/ocean.js/commit/aad461c7e9c123546e8cb3ee0d16238763bceac1)
|
|
925
959
|
|
|
926
|
-
#### [v0.14.3](https://github.com/oceanprotocol/ocean
|
|
960
|
+
#### [v0.14.3](https://github.com/oceanprotocol/ocean.js/compare/v0.14.2...v0.14.3)
|
|
927
961
|
|
|
928
962
|
> 16 April 2021
|
|
929
963
|
|
|
930
|
-
- export provider, fix circular dependency [`#750`](https://github.com/oceanprotocol/ocean
|
|
931
|
-
- Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 [`#749`](https://github.com/oceanprotocol/ocean
|
|
932
|
-
- Release 0.14.3 [`4b50788`](https://github.com/oceanprotocol/ocean
|
|
964
|
+
- export provider, fix circular dependency [`#750`](https://github.com/oceanprotocol/ocean.js/pull/750)
|
|
965
|
+
- Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 [`#749`](https://github.com/oceanprotocol/ocean.js/pull/749)
|
|
966
|
+
- Release 0.14.3 [`4b50788`](https://github.com/oceanprotocol/ocean.js/commit/4b50788600a9167a0050dfde8b409fa45dd1ed17)
|
|
933
967
|
|
|
934
|
-
#### [v0.14.2](https://github.com/oceanprotocol/ocean
|
|
968
|
+
#### [v0.14.2](https://github.com/oceanprotocol/ocean.js/compare/v0.14.1...v0.14.2)
|
|
935
969
|
|
|
936
970
|
> 16 April 2021
|
|
937
971
|
|
|
938
|
-
- fix compute status [`#746`](https://github.com/oceanprotocol/ocean
|
|
939
|
-
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#744`](https://github.com/oceanprotocol/ocean
|
|
940
|
-
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.22.0 [`#743`](https://github.com/oceanprotocol/ocean
|
|
941
|
-
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#742`](https://github.com/oceanprotocol/ocean
|
|
942
|
-
- Bump @types/node from 14.14.37 to 14.14.39 [`#745`](https://github.com/oceanprotocol/ocean
|
|
943
|
-
- Release 0.14.2 [`9bb1b01`](https://github.com/oceanprotocol/ocean
|
|
972
|
+
- fix compute status [`#746`](https://github.com/oceanprotocol/ocean.js/pull/746)
|
|
973
|
+
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#744`](https://github.com/oceanprotocol/ocean.js/pull/744)
|
|
974
|
+
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.22.0 [`#743`](https://github.com/oceanprotocol/ocean.js/pull/743)
|
|
975
|
+
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#742`](https://github.com/oceanprotocol/ocean.js/pull/742)
|
|
976
|
+
- Bump @types/node from 14.14.37 to 14.14.39 [`#745`](https://github.com/oceanprotocol/ocean.js/pull/745)
|
|
977
|
+
- Release 0.14.2 [`9bb1b01`](https://github.com/oceanprotocol/ocean.js/commit/9bb1b012a12e21e63955e4a3dbea6a5dfcee8c16)
|
|
944
978
|
|
|
945
|
-
#### [v0.14.1](https://github.com/oceanprotocol/ocean
|
|
979
|
+
#### [v0.14.1](https://github.com/oceanprotocol/ocean.js/compare/v0.14.0...v0.14.1)
|
|
946
980
|
|
|
947
981
|
> 14 April 2021
|
|
948
982
|
|
|
949
|
-
- Bump @types/chai from 4.2.15 to 4.2.16 [`#740`](https://github.com/oceanprotocol/ocean
|
|
950
|
-
- Bump eslint-config-prettier from 8.1.0 to 8.2.0 [`#739`](https://github.com/oceanprotocol/ocean
|
|
951
|
-
- Bump release-it from 14.5.1 to 14.6.1 [`#738`](https://github.com/oceanprotocol/ocean
|
|
952
|
-
- Bump eslint from 7.23.0 to 7.24.0 [`#737`](https://github.com/oceanprotocol/ocean
|
|
953
|
-
- Bump @typescript-eslint/parser from 4.20.0 to 4.22.0 [`#736`](https://github.com/oceanprotocol/ocean
|
|
954
|
-
- add inputDID & algoDID [`#735`](https://github.com/oceanprotocol/ocean
|
|
955
|
-
- Release 0.14.1 [`5d2251f`](https://github.com/oceanprotocol/ocean
|
|
983
|
+
- Bump @types/chai from 4.2.15 to 4.2.16 [`#740`](https://github.com/oceanprotocol/ocean.js/pull/740)
|
|
984
|
+
- Bump eslint-config-prettier from 8.1.0 to 8.2.0 [`#739`](https://github.com/oceanprotocol/ocean.js/pull/739)
|
|
985
|
+
- Bump release-it from 14.5.1 to 14.6.1 [`#738`](https://github.com/oceanprotocol/ocean.js/pull/738)
|
|
986
|
+
- Bump eslint from 7.23.0 to 7.24.0 [`#737`](https://github.com/oceanprotocol/ocean.js/pull/737)
|
|
987
|
+
- Bump @typescript-eslint/parser from 4.20.0 to 4.22.0 [`#736`](https://github.com/oceanprotocol/ocean.js/pull/736)
|
|
988
|
+
- add inputDID & algoDID [`#735`](https://github.com/oceanprotocol/ocean.js/pull/735)
|
|
989
|
+
- Release 0.14.1 [`5d2251f`](https://github.com/oceanprotocol/ocean.js/commit/5d2251fdc97a9b096f7ded20adf4b5e10c9b34e0)
|
|
956
990
|
|
|
957
|
-
#### [v0.14.0](https://github.com/oceanprotocol/ocean
|
|
991
|
+
#### [v0.14.0](https://github.com/oceanprotocol/ocean.js/compare/v0.13.0...v0.14.0)
|
|
958
992
|
|
|
959
993
|
> 13 April 2021
|
|
960
994
|
|
|
961
|
-
- refactor compute [`#731`](https://github.com/oceanprotocol/ocean
|
|
962
|
-
- Issue 668/documentation improvements [`#669`](https://github.com/oceanprotocol/ocean
|
|
963
|
-
- Release 0.14.0 [`b68cc55`](https://github.com/oceanprotocol/ocean
|
|
964
|
-
- package fix [`8b58fb4`](https://github.com/oceanprotocol/ocean
|
|
995
|
+
- refactor compute [`#731`](https://github.com/oceanprotocol/ocean.js/pull/731)
|
|
996
|
+
- Issue 668/documentation improvements [`#669`](https://github.com/oceanprotocol/ocean.js/pull/669)
|
|
997
|
+
- Release 0.14.0 [`b68cc55`](https://github.com/oceanprotocol/ocean.js/commit/b68cc55149ca130a6877b246dce4da7af0b35d9c)
|
|
998
|
+
- package fix [`8b58fb4`](https://github.com/oceanprotocol/ocean.js/commit/8b58fb4111e36b69b0d8319b0c4d076e4e3bf016)
|
|
965
999
|
|
|
966
|
-
#### [v0.13.0](https://github.com/oceanprotocol/ocean
|
|
1000
|
+
#### [v0.13.0](https://github.com/oceanprotocol/ocean.js/compare/v0.12.2...v0.13.0)
|
|
967
1001
|
|
|
968
1002
|
> 13 April 2021
|
|
969
1003
|
|
|
970
|
-
- re-building package-lock.json with npm v7 [`#704`](https://github.com/oceanprotocol/ocean
|
|
971
|
-
- [KianYee] #459 enhance file info function [`#710`](https://github.com/oceanprotocol/ocean
|
|
972
|
-
- Optimize compute job status calls [`#717`](https://github.com/oceanprotocol/ocean
|
|
973
|
-
- Bump web3 from 1.3.4 to 1.3.5 [`#712`](https://github.com/oceanprotocol/ocean
|
|
974
|
-
- Bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 [`#733`](https://github.com/oceanprotocol/ocean
|
|
975
|
-
- Bump @typescript-eslint/parser from 4.21.0 to 4.22.0 [`#732`](https://github.com/oceanprotocol/ocean
|
|
976
|
-
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#728`](https://github.com/oceanprotocol/ocean
|
|
977
|
-
- Bump release-it from 14.5.1 to 14.6.1 [`#729`](https://github.com/oceanprotocol/ocean
|
|
978
|
-
- Bump eslint from 7.23.0 to 7.24.0 [`#730`](https://github.com/oceanprotocol/ocean
|
|
979
|
-
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#725`](https://github.com/oceanprotocol/ocean
|
|
980
|
-
- Bump @types/chai from 4.2.15 to 4.2.16 [`#726`](https://github.com/oceanprotocol/ocean
|
|
981
|
-
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#727`](https://github.com/oceanprotocol/ocean
|
|
982
|
-
- remove references to V3 [`#723`](https://github.com/oceanprotocol/ocean
|
|
983
|
-
- Feature/more tests [`#718`](https://github.com/oceanprotocol/ocean
|
|
984
|
-
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#722`](https://github.com/oceanprotocol/ocean
|
|
985
|
-
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#719`](https://github.com/oceanprotocol/ocean
|
|
986
|
-
- Bump typescript from 4.2.3 to 4.2.4 [`#720`](https://github.com/oceanprotocol/ocean
|
|
987
|
-
- Bump node-abort-controller from 1.2.0 to 1.2.1 [`#721`](https://github.com/oceanprotocol/ocean
|
|
988
|
-
- Building CommonJS, ES and UMD modules with microbundle [`#698`](https://github.com/oceanprotocol/ocean
|
|
989
|
-
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#714`](https://github.com/oceanprotocol/ocean
|
|
990
|
-
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#715`](https://github.com/oceanprotocol/ocean
|
|
991
|
-
- add compute dataset/compute algo [`#711`](https://github.com/oceanprotocol/ocean
|
|
992
|
-
- Release 0.13.0 [`833a287`](https://github.com/oceanprotocol/ocean
|
|
993
|
-
|
|
994
|
-
#### [v0.12.2](https://github.com/oceanprotocol/ocean
|
|
1004
|
+
- re-building package-lock.json with npm v7 [`#704`](https://github.com/oceanprotocol/ocean.js/pull/704)
|
|
1005
|
+
- [KianYee] #459 enhance file info function [`#710`](https://github.com/oceanprotocol/ocean.js/pull/710)
|
|
1006
|
+
- Optimize compute job status calls [`#717`](https://github.com/oceanprotocol/ocean.js/pull/717)
|
|
1007
|
+
- Bump web3 from 1.3.4 to 1.3.5 [`#712`](https://github.com/oceanprotocol/ocean.js/pull/712)
|
|
1008
|
+
- Bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 [`#733`](https://github.com/oceanprotocol/ocean.js/pull/733)
|
|
1009
|
+
- Bump @typescript-eslint/parser from 4.21.0 to 4.22.0 [`#732`](https://github.com/oceanprotocol/ocean.js/pull/732)
|
|
1010
|
+
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#728`](https://github.com/oceanprotocol/ocean.js/pull/728)
|
|
1011
|
+
- Bump release-it from 14.5.1 to 14.6.1 [`#729`](https://github.com/oceanprotocol/ocean.js/pull/729)
|
|
1012
|
+
- Bump eslint from 7.23.0 to 7.24.0 [`#730`](https://github.com/oceanprotocol/ocean.js/pull/730)
|
|
1013
|
+
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#725`](https://github.com/oceanprotocol/ocean.js/pull/725)
|
|
1014
|
+
- Bump @types/chai from 4.2.15 to 4.2.16 [`#726`](https://github.com/oceanprotocol/ocean.js/pull/726)
|
|
1015
|
+
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#727`](https://github.com/oceanprotocol/ocean.js/pull/727)
|
|
1016
|
+
- remove references to V3 [`#723`](https://github.com/oceanprotocol/ocean.js/pull/723)
|
|
1017
|
+
- Feature/more tests [`#718`](https://github.com/oceanprotocol/ocean.js/pull/718)
|
|
1018
|
+
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#722`](https://github.com/oceanprotocol/ocean.js/pull/722)
|
|
1019
|
+
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#719`](https://github.com/oceanprotocol/ocean.js/pull/719)
|
|
1020
|
+
- Bump typescript from 4.2.3 to 4.2.4 [`#720`](https://github.com/oceanprotocol/ocean.js/pull/720)
|
|
1021
|
+
- Bump node-abort-controller from 1.2.0 to 1.2.1 [`#721`](https://github.com/oceanprotocol/ocean.js/pull/721)
|
|
1022
|
+
- Building CommonJS, ES and UMD modules with microbundle [`#698`](https://github.com/oceanprotocol/ocean.js/pull/698)
|
|
1023
|
+
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#714`](https://github.com/oceanprotocol/ocean.js/pull/714)
|
|
1024
|
+
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#715`](https://github.com/oceanprotocol/ocean.js/pull/715)
|
|
1025
|
+
- add compute dataset/compute algo [`#711`](https://github.com/oceanprotocol/ocean.js/pull/711)
|
|
1026
|
+
- Release 0.13.0 [`833a287`](https://github.com/oceanprotocol/ocean.js/commit/833a287070566c77286a73b8429a2c64d6089cfb)
|
|
1027
|
+
|
|
1028
|
+
#### [v0.12.2](https://github.com/oceanprotocol/ocean.js/compare/v0.12.1...v0.12.2)
|
|
995
1029
|
|
|
996
1030
|
> 4 April 2021
|
|
997
1031
|
|
|
998
|
-
- Bump cross-fetch from 3.1.3 to 3.1.4 [`#706`](https://github.com/oceanprotocol/ocean
|
|
999
|
-
- Bump typedoc from 0.20.34 to 0.20.35 [`#707`](https://github.com/oceanprotocol/ocean
|
|
1000
|
-
- Bump @types/node-fetch from 2.5.8 to 2.5.9 [`#708`](https://github.com/oceanprotocol/ocean
|
|
1001
|
-
- Bump @types/chai from 4.2.15 to 4.2.16 [`#709`](https://github.com/oceanprotocol/ocean
|
|
1002
|
-
- Bump release-it from 14.5.0 to 14.5.1 [`#705`](https://github.com/oceanprotocol/ocean
|
|
1003
|
-
- Bump y18n from 4.0.0 to 4.0.1 [`#702`](https://github.com/oceanprotocol/ocean
|
|
1004
|
-
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#701`](https://github.com/oceanprotocol/ocean
|
|
1005
|
-
- use blob instead of buffer [`#694`](https://github.com/oceanprotocol/ocean
|
|
1006
|
-
- Bump cross-fetch from 3.1.2 to 3.1.3 [`#700`](https://github.com/oceanprotocol/ocean
|
|
1007
|
-
- Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 [`#695`](https://github.com/oceanprotocol/ocean
|
|
1008
|
-
- Bump @typescript-eslint/parser from 4.19.0 to 4.20.0 [`#696`](https://github.com/oceanprotocol/ocean
|
|
1009
|
-
- improve tests speed [`#691`](https://github.com/oceanprotocol/ocean
|
|
1010
|
-
- Bump @types/node from 14.14.36 to 14.14.37 [`#693`](https://github.com/oceanprotocol/ocean
|
|
1011
|
-
- Bump eslint from 7.22.0 to 7.23.0 [`#692`](https://github.com/oceanprotocol/ocean
|
|
1012
|
-
- Replacing node-fetch with cross-fetch [`#687`](https://github.com/oceanprotocol/ocean
|
|
1013
|
-
- Bump @truffle/hdwallet-provider from 1.2.4 to 1.2.5 [`#688`](https://github.com/oceanprotocol/ocean
|
|
1014
|
-
- Bump @types/node from 14.14.35 to 14.14.36 [`#689`](https://github.com/oceanprotocol/ocean
|
|
1015
|
-
- Bump typedoc from 0.20.33 to 0.20.34 [`#690`](https://github.com/oceanprotocol/ocean
|
|
1016
|
-
- Release 0.12.2 [`08fb294`](https://github.com/oceanprotocol/ocean
|
|
1017
|
-
|
|
1018
|
-
#### [v0.12.1](https://github.com/oceanprotocol/ocean
|
|
1032
|
+
- Bump cross-fetch from 3.1.3 to 3.1.4 [`#706`](https://github.com/oceanprotocol/ocean.js/pull/706)
|
|
1033
|
+
- Bump typedoc from 0.20.34 to 0.20.35 [`#707`](https://github.com/oceanprotocol/ocean.js/pull/707)
|
|
1034
|
+
- Bump @types/node-fetch from 2.5.8 to 2.5.9 [`#708`](https://github.com/oceanprotocol/ocean.js/pull/708)
|
|
1035
|
+
- Bump @types/chai from 4.2.15 to 4.2.16 [`#709`](https://github.com/oceanprotocol/ocean.js/pull/709)
|
|
1036
|
+
- Bump release-it from 14.5.0 to 14.5.1 [`#705`](https://github.com/oceanprotocol/ocean.js/pull/705)
|
|
1037
|
+
- Bump y18n from 4.0.0 to 4.0.1 [`#702`](https://github.com/oceanprotocol/ocean.js/pull/702)
|
|
1038
|
+
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#701`](https://github.com/oceanprotocol/ocean.js/pull/701)
|
|
1039
|
+
- use blob instead of buffer [`#694`](https://github.com/oceanprotocol/ocean.js/pull/694)
|
|
1040
|
+
- Bump cross-fetch from 3.1.2 to 3.1.3 [`#700`](https://github.com/oceanprotocol/ocean.js/pull/700)
|
|
1041
|
+
- Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 [`#695`](https://github.com/oceanprotocol/ocean.js/pull/695)
|
|
1042
|
+
- Bump @typescript-eslint/parser from 4.19.0 to 4.20.0 [`#696`](https://github.com/oceanprotocol/ocean.js/pull/696)
|
|
1043
|
+
- improve tests speed [`#691`](https://github.com/oceanprotocol/ocean.js/pull/691)
|
|
1044
|
+
- Bump @types/node from 14.14.36 to 14.14.37 [`#693`](https://github.com/oceanprotocol/ocean.js/pull/693)
|
|
1045
|
+
- Bump eslint from 7.22.0 to 7.23.0 [`#692`](https://github.com/oceanprotocol/ocean.js/pull/692)
|
|
1046
|
+
- Replacing node-fetch with cross-fetch [`#687`](https://github.com/oceanprotocol/ocean.js/pull/687)
|
|
1047
|
+
- Bump @truffle/hdwallet-provider from 1.2.4 to 1.2.5 [`#688`](https://github.com/oceanprotocol/ocean.js/pull/688)
|
|
1048
|
+
- Bump @types/node from 14.14.35 to 14.14.36 [`#689`](https://github.com/oceanprotocol/ocean.js/pull/689)
|
|
1049
|
+
- Bump typedoc from 0.20.33 to 0.20.34 [`#690`](https://github.com/oceanprotocol/ocean.js/pull/690)
|
|
1050
|
+
- Release 0.12.2 [`08fb294`](https://github.com/oceanprotocol/ocean.js/commit/08fb29418d0511ef80d696e81910fc7e4dde64a0)
|
|
1051
|
+
|
|
1052
|
+
#### [v0.12.1](https://github.com/oceanprotocol/ocean.js/compare/v0.12.0...v0.12.1)
|
|
1019
1053
|
|
|
1020
1054
|
> 24 March 2021
|
|
1021
1055
|
|
|
1022
|
-
- add allowAllPublishedAlgorithms [`#686`](https://github.com/oceanprotocol/ocean
|
|
1023
|
-
- Add remove ocean liquidity function [`#685`](https://github.com/oceanprotocol/ocean
|
|
1024
|
-
- Bump @typescript-eslint/parser from 4.18.0 to 4.19.0 [`#681`](https://github.com/oceanprotocol/ocean
|
|
1025
|
-
- Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 [`#682`](https://github.com/oceanprotocol/ocean
|
|
1026
|
-
- Bump @types/mocha from 8.2.1 to 8.2.2 [`#672`](https://github.com/oceanprotocol/ocean
|
|
1027
|
-
- Bump release-it from 14.4.1 to 14.5.0 [`#673`](https://github.com/oceanprotocol/ocean
|
|
1028
|
-
- Bump @truffle/hdwallet-provider from 1.2.3 to 1.2.4 [`#674`](https://github.com/oceanprotocol/ocean
|
|
1029
|
-
- Bump typedoc from 0.20.32 to 0.20.33 [`#675`](https://github.com/oceanprotocol/ocean
|
|
1030
|
-
- Release 0.12.1 [`c968388`](https://github.com/oceanprotocol/ocean
|
|
1056
|
+
- add allowAllPublishedAlgorithms [`#686`](https://github.com/oceanprotocol/ocean.js/pull/686)
|
|
1057
|
+
- Add remove ocean liquidity function [`#685`](https://github.com/oceanprotocol/ocean.js/pull/685)
|
|
1058
|
+
- Bump @typescript-eslint/parser from 4.18.0 to 4.19.0 [`#681`](https://github.com/oceanprotocol/ocean.js/pull/681)
|
|
1059
|
+
- Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 [`#682`](https://github.com/oceanprotocol/ocean.js/pull/682)
|
|
1060
|
+
- Bump @types/mocha from 8.2.1 to 8.2.2 [`#672`](https://github.com/oceanprotocol/ocean.js/pull/672)
|
|
1061
|
+
- Bump release-it from 14.4.1 to 14.5.0 [`#673`](https://github.com/oceanprotocol/ocean.js/pull/673)
|
|
1062
|
+
- Bump @truffle/hdwallet-provider from 1.2.3 to 1.2.4 [`#674`](https://github.com/oceanprotocol/ocean.js/pull/674)
|
|
1063
|
+
- Bump typedoc from 0.20.32 to 0.20.33 [`#675`](https://github.com/oceanprotocol/ocean.js/pull/675)
|
|
1064
|
+
- Release 0.12.1 [`c968388`](https://github.com/oceanprotocol/ocean.js/commit/c968388d17c74dc3efe160e6e4bbdee8417e3a43)
|
|
1031
1065
|
|
|
1032
|
-
#### [v0.12.0](https://github.com/oceanprotocol/ocean
|
|
1066
|
+
#### [v0.12.0](https://github.com/oceanprotocol/ocean.js/compare/v0.11.5...v0.12.0)
|
|
1033
1067
|
|
|
1034
1068
|
> 18 March 2021
|
|
1035
1069
|
|
|
1036
|
-
- add encrypt ddo support [`#662`](https://github.com/oceanprotocol/ocean
|
|
1037
|
-
- Release 0.12.0 [`b8fc15e`](https://github.com/oceanprotocol/ocean
|
|
1070
|
+
- add encrypt ddo support [`#662`](https://github.com/oceanprotocol/ocean.js/pull/662)
|
|
1071
|
+
- Release 0.12.0 [`b8fc15e`](https://github.com/oceanprotocol/ocean.js/commit/b8fc15e4df6e700c809ff937b0ae712cbe00e222)
|
|
1038
1072
|
|
|
1039
|
-
#### [v0.11.5](https://github.com/oceanprotocol/ocean
|
|
1073
|
+
#### [v0.11.5](https://github.com/oceanprotocol/ocean.js/compare/v0.11.4...v0.11.5)
|
|
1040
1074
|
|
|
1041
1075
|
> 18 March 2021
|
|
1042
1076
|
|
|
1043
|
-
- add oceanTokenSymbol to ConfigHelper [`#670`](https://github.com/oceanprotocol/ocean
|
|
1044
|
-
- Bump ora from 5.3.0 to 5.4.0 [`#671`](https://github.com/oceanprotocol/ocean
|
|
1045
|
-
- Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 [`#664`](https://github.com/oceanprotocol/ocean
|
|
1046
|
-
- Issue 666/docs test commands [`#667`](https://github.com/oceanprotocol/ocean
|
|
1047
|
-
- Bump @types/node from 14.14.34 to 14.14.35 [`#663`](https://github.com/oceanprotocol/ocean
|
|
1048
|
-
- Bump @typescript-eslint/parser from 4.17.0 to 4.18.0 [`#665`](https://github.com/oceanprotocol/ocean
|
|
1049
|
-
- dependency fixes [`#661`](https://github.com/oceanprotocol/ocean
|
|
1050
|
-
- Bump mocha from 8.3.1 to 8.3.2 [`#660`](https://github.com/oceanprotocol/ocean
|
|
1051
|
-
- Bump @typescript-eslint/parser from 4.16.1 to 4.17.0 [`#651`](https://github.com/oceanprotocol/ocean
|
|
1052
|
-
- Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 [`#652`](https://github.com/oceanprotocol/ocean
|
|
1053
|
-
- Bump chai from 4.3.3 to 4.3.4 [`#659`](https://github.com/oceanprotocol/ocean
|
|
1054
|
-
- Bump typedoc from 0.20.30 to 0.20.32 [`#658`](https://github.com/oceanprotocol/ocean
|
|
1055
|
-
- Bump @truffle/hdwallet-provider from 1.2.2 to 1.2.3 [`#655`](https://github.com/oceanprotocol/ocean
|
|
1056
|
-
- Bump @types/node from 14.14.33 to 14.14.34 [`#656`](https://github.com/oceanprotocol/ocean
|
|
1057
|
-
- Bump eslint from 7.21.0 to 7.22.0 [`#657`](https://github.com/oceanprotocol/ocean
|
|
1058
|
-
- Bump @types/node from 14.14.32 to 14.14.33 [`#653`](https://github.com/oceanprotocol/ocean
|
|
1059
|
-
- npm audit fix [`4ccc13d`](https://github.com/oceanprotocol/ocean
|
|
1060
|
-
- Release 0.11.5 [`bb82b4a`](https://github.com/oceanprotocol/ocean
|
|
1061
|
-
- updating unit test command [`09d3703`](https://github.com/oceanprotocol/ocean
|
|
1062
|
-
|
|
1063
|
-
#### [v0.11.4](https://github.com/oceanprotocol/ocean
|
|
1077
|
+
- add oceanTokenSymbol to ConfigHelper [`#670`](https://github.com/oceanprotocol/ocean.js/pull/670)
|
|
1078
|
+
- Bump ora from 5.3.0 to 5.4.0 [`#671`](https://github.com/oceanprotocol/ocean.js/pull/671)
|
|
1079
|
+
- Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 [`#664`](https://github.com/oceanprotocol/ocean.js/pull/664)
|
|
1080
|
+
- Issue 666/docs test commands [`#667`](https://github.com/oceanprotocol/ocean.js/pull/667)
|
|
1081
|
+
- Bump @types/node from 14.14.34 to 14.14.35 [`#663`](https://github.com/oceanprotocol/ocean.js/pull/663)
|
|
1082
|
+
- Bump @typescript-eslint/parser from 4.17.0 to 4.18.0 [`#665`](https://github.com/oceanprotocol/ocean.js/pull/665)
|
|
1083
|
+
- dependency fixes [`#661`](https://github.com/oceanprotocol/ocean.js/pull/661)
|
|
1084
|
+
- Bump mocha from 8.3.1 to 8.3.2 [`#660`](https://github.com/oceanprotocol/ocean.js/pull/660)
|
|
1085
|
+
- Bump @typescript-eslint/parser from 4.16.1 to 4.17.0 [`#651`](https://github.com/oceanprotocol/ocean.js/pull/651)
|
|
1086
|
+
- Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 [`#652`](https://github.com/oceanprotocol/ocean.js/pull/652)
|
|
1087
|
+
- Bump chai from 4.3.3 to 4.3.4 [`#659`](https://github.com/oceanprotocol/ocean.js/pull/659)
|
|
1088
|
+
- Bump typedoc from 0.20.30 to 0.20.32 [`#658`](https://github.com/oceanprotocol/ocean.js/pull/658)
|
|
1089
|
+
- Bump @truffle/hdwallet-provider from 1.2.2 to 1.2.3 [`#655`](https://github.com/oceanprotocol/ocean.js/pull/655)
|
|
1090
|
+
- Bump @types/node from 14.14.33 to 14.14.34 [`#656`](https://github.com/oceanprotocol/ocean.js/pull/656)
|
|
1091
|
+
- Bump eslint from 7.21.0 to 7.22.0 [`#657`](https://github.com/oceanprotocol/ocean.js/pull/657)
|
|
1092
|
+
- Bump @types/node from 14.14.32 to 14.14.33 [`#653`](https://github.com/oceanprotocol/ocean.js/pull/653)
|
|
1093
|
+
- npm audit fix [`4ccc13d`](https://github.com/oceanprotocol/ocean.js/commit/4ccc13db39a14588334ab9f09b463e7ab8fb00d7)
|
|
1094
|
+
- Release 0.11.5 [`bb82b4a`](https://github.com/oceanprotocol/ocean.js/commit/bb82b4afb5eb3bb20b7a35b3dd68c6698020dc37)
|
|
1095
|
+
- updating unit test command [`09d3703`](https://github.com/oceanprotocol/ocean.js/commit/09d3703f723fbf763a35b06834f95a619fe019ef)
|
|
1096
|
+
|
|
1097
|
+
#### [v0.11.4](https://github.com/oceanprotocol/ocean.js/compare/v0.11.3...v0.11.4)
|
|
1064
1098
|
|
|
1065
1099
|
> 8 March 2021
|
|
1066
1100
|
|
|
1067
|
-
- fix typo [`#650`](https://github.com/oceanprotocol/ocean
|
|
1068
|
-
- fix fre bug [`#649`](https://github.com/oceanprotocol/ocean
|
|
1069
|
-
- add explorerUri for each network [`#643`](https://github.com/oceanprotocol/ocean
|
|
1070
|
-
- Bump typescript from 4.1.5 to 4.2.3 [`#645`](https://github.com/oceanprotocol/ocean
|
|
1071
|
-
- Bump typedoc from 0.20.29 to 0.20.30 [`#646`](https://github.com/oceanprotocol/ocean
|
|
1072
|
-
- Bump @types/node from 14.14.31 to 14.14.32 [`#647`](https://github.com/oceanprotocol/ocean
|
|
1073
|
-
- Bump mocha from 8.3.0 to 8.3.1 [`#648`](https://github.com/oceanprotocol/ocean
|
|
1074
|
-
- Bump typedoc from 0.20.28 to 0.20.29 [`#642`](https://github.com/oceanprotocol/ocean
|
|
1075
|
-
- Bump chai from 4.3.1 to 4.3.3 [`#641`](https://github.com/oceanprotocol/ocean
|
|
1076
|
-
- Release 0.11.4 [`f9afbc8`](https://github.com/oceanprotocol/ocean
|
|
1101
|
+
- fix typo [`#650`](https://github.com/oceanprotocol/ocean.js/pull/650)
|
|
1102
|
+
- fix fre bug [`#649`](https://github.com/oceanprotocol/ocean.js/pull/649)
|
|
1103
|
+
- add explorerUri for each network [`#643`](https://github.com/oceanprotocol/ocean.js/pull/643)
|
|
1104
|
+
- Bump typescript from 4.1.5 to 4.2.3 [`#645`](https://github.com/oceanprotocol/ocean.js/pull/645)
|
|
1105
|
+
- Bump typedoc from 0.20.29 to 0.20.30 [`#646`](https://github.com/oceanprotocol/ocean.js/pull/646)
|
|
1106
|
+
- Bump @types/node from 14.14.31 to 14.14.32 [`#647`](https://github.com/oceanprotocol/ocean.js/pull/647)
|
|
1107
|
+
- Bump mocha from 8.3.0 to 8.3.1 [`#648`](https://github.com/oceanprotocol/ocean.js/pull/648)
|
|
1108
|
+
- Bump typedoc from 0.20.28 to 0.20.29 [`#642`](https://github.com/oceanprotocol/ocean.js/pull/642)
|
|
1109
|
+
- Bump chai from 4.3.1 to 4.3.3 [`#641`](https://github.com/oceanprotocol/ocean.js/pull/641)
|
|
1110
|
+
- Release 0.11.4 [`f9afbc8`](https://github.com/oceanprotocol/ocean.js/commit/f9afbc87b1fbe31703153fd718b82de603640e90)
|
|
1077
1111
|
|
|
1078
|
-
#### [v0.11.3](https://github.com/oceanprotocol/ocean
|
|
1112
|
+
#### [v0.11.3](https://github.com/oceanprotocol/ocean.js/compare/v0.11.2...v0.11.3)
|
|
1079
1113
|
|
|
1080
1114
|
> 8 March 2021
|
|
1081
1115
|
|
|
1082
|
-
- Release 0.11.3 [`9412449`](https://github.com/oceanprotocol/ocean
|
|
1116
|
+
- Release 0.11.3 [`9412449`](https://github.com/oceanprotocol/ocean.js/commit/9412449fe56d7f75fdee2cc2adbb08b9f0730a26)
|
|
1083
1117
|
|
|
1084
|
-
#### [v0.11.2](https://github.com/oceanprotocol/ocean
|
|
1118
|
+
#### [v0.11.2](https://github.com/oceanprotocol/ocean.js/compare/v0.11.1...v0.11.2)
|
|
1085
1119
|
|
|
1086
1120
|
> 3 March 2021
|
|
1087
1121
|
|
|
1088
|
-
- Add explicit testing docs [`#639`](https://github.com/oceanprotocol/ocean
|
|
1089
|
-
- Asset metadata sample links removal [`#598`](https://github.com/oceanprotocol/ocean
|
|
1090
|
-
- Bump chai from 4.3.0 to 4.3.1 [`#638`](https://github.com/oceanprotocol/ocean
|
|
1091
|
-
- Release 0.11.2 [`0db6897`](https://github.com/oceanprotocol/ocean
|
|
1092
|
-
- remove asset sample link if not send on metadata update [`3608472`](https://github.com/oceanprotocol/ocean
|
|
1093
|
-
- update integration test [`d6a84e7`](https://github.com/oceanprotocol/ocean
|
|
1122
|
+
- Add explicit testing docs [`#639`](https://github.com/oceanprotocol/ocean.js/pull/639)
|
|
1123
|
+
- Asset metadata sample links removal [`#598`](https://github.com/oceanprotocol/ocean.js/pull/598)
|
|
1124
|
+
- Bump chai from 4.3.0 to 4.3.1 [`#638`](https://github.com/oceanprotocol/ocean.js/pull/638)
|
|
1125
|
+
- Release 0.11.2 [`0db6897`](https://github.com/oceanprotocol/ocean.js/commit/0db6897c03692c631dc37c2898eb0baef0f8daa9)
|
|
1126
|
+
- remove asset sample link if not send on metadata update [`3608472`](https://github.com/oceanprotocol/ocean.js/commit/3608472e758c5d0ba1c871c15776a8bc3cf3480b)
|
|
1127
|
+
- update integration test [`d6a84e7`](https://github.com/oceanprotocol/ocean.js/commit/d6a84e7935dc0f3e219a3ca88a1b9231fd66bd72)
|
|
1094
1128
|
|
|
1095
|
-
#### [v0.11.1](https://github.com/oceanprotocol/ocean
|
|
1129
|
+
#### [v0.11.1](https://github.com/oceanprotocol/ocean.js/compare/v0.11.0...v0.11.1)
|
|
1096
1130
|
|
|
1097
1131
|
> 3 March 2021
|
|
1098
1132
|
|
|
1099
|
-
- small improvement on FRE tests [`#636`](https://github.com/oceanprotocol/ocean
|
|
1100
|
-
- More integration tests [`#630`](https://github.com/oceanprotocol/ocean
|
|
1101
|
-
- Bump @typescript-eslint/parser from 4.15.2 to 4.16.1 [`#635`](https://github.com/oceanprotocol/ocean
|
|
1102
|
-
- Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 [`#634`](https://github.com/oceanprotocol/ocean
|
|
1103
|
-
- Bump eslint from 7.20.0 to 7.21.0 [`#632`](https://github.com/oceanprotocol/ocean
|
|
1104
|
-
- Bump eslint-config-prettier from 8.0.0 to 8.1.0 [`#631`](https://github.com/oceanprotocol/ocean
|
|
1105
|
-
- wip tests [`8b46472`](https://github.com/oceanprotocol/ocean
|
|
1106
|
-
- more tests [`228c01c`](https://github.com/oceanprotocol/ocean
|
|
1107
|
-
- add ' tokens are not deducted' test for bad URL [`5e7c6cb`](https://github.com/oceanprotocol/ocean
|
|
1133
|
+
- small improvement on FRE tests [`#636`](https://github.com/oceanprotocol/ocean.js/pull/636)
|
|
1134
|
+
- More integration tests [`#630`](https://github.com/oceanprotocol/ocean.js/pull/630)
|
|
1135
|
+
- Bump @typescript-eslint/parser from 4.15.2 to 4.16.1 [`#635`](https://github.com/oceanprotocol/ocean.js/pull/635)
|
|
1136
|
+
- Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 [`#634`](https://github.com/oceanprotocol/ocean.js/pull/634)
|
|
1137
|
+
- Bump eslint from 7.20.0 to 7.21.0 [`#632`](https://github.com/oceanprotocol/ocean.js/pull/632)
|
|
1138
|
+
- Bump eslint-config-prettier from 8.0.0 to 8.1.0 [`#631`](https://github.com/oceanprotocol/ocean.js/pull/631)
|
|
1139
|
+
- wip tests [`8b46472`](https://github.com/oceanprotocol/ocean.js/commit/8b464722ef4b88cb66b672e230564cd27e2eea7b)
|
|
1140
|
+
- more tests [`228c01c`](https://github.com/oceanprotocol/ocean.js/commit/228c01c98f0dd1554ad639efbd72ecd52f50eaad)
|
|
1141
|
+
- add ' tokens are not deducted' test for bad URL [`5e7c6cb`](https://github.com/oceanprotocol/ocean.js/commit/5e7c6cb497c34bc1f4d750a876aa9b0848b1e8b6)
|
|
1108
1142
|
|
|
1109
|
-
#### [v0.11.0](https://github.com/oceanprotocol/ocean
|
|
1143
|
+
#### [v0.11.0](https://github.com/oceanprotocol/ocean.js/compare/v0.10.1...v0.11.0)
|
|
1110
1144
|
|
|
1111
1145
|
> 24 February 2021
|
|
1112
1146
|
|
|
1113
|
-
- Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 [`#624`](https://github.com/oceanprotocol/ocean
|
|
1114
|
-
- Bump eslint-config-prettier from 7.2.0 to 8.0.0 [`#622`](https://github.com/oceanprotocol/ocean
|
|
1115
|
-
- Bump release-it from 14.4.0 to 14.4.1 [`#623`](https://github.com/oceanprotocol/ocean
|
|
1116
|
-
- Bump typedoc from 0.20.27 to 0.20.28 [`#629`](https://github.com/oceanprotocol/ocean
|
|
1117
|
-
- Add polygon network [`#627`](https://github.com/oceanprotocol/ocean
|
|
1118
|
-
- Bump typedoc from 0.20.25 to 0.20.27 [`#621`](https://github.com/oceanprotocol/ocean
|
|
1119
|
-
- Bump @typescript-eslint/parser from 4.15.1 to 4.15.2 [`#625`](https://github.com/oceanprotocol/ocean
|
|
1120
|
-
- Bump @types/node from 14.14.28 to 14.14.31 [`#620`](https://github.com/oceanprotocol/ocean
|
|
1121
|
-
- Feature/compute nextv [`#612`](https://github.com/oceanprotocol/ocean
|
|
1122
|
-
- Feature/travis dockerhub auth [`#617`](https://github.com/oceanprotocol/ocean
|
|
1123
|
-
- Bump @types/mocha from 8.2.0 to 8.2.1 [`#618`](https://github.com/oceanprotocol/ocean
|
|
1124
|
-
- Bump @typescript-eslint/parser from 4.15.0 to 4.15.1 [`#615`](https://github.com/oceanprotocol/ocean
|
|
1125
|
-
- Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 [`#616`](https://github.com/oceanprotocol/ocean
|
|
1126
|
-
- Bump typedoc from 0.20.24 to 0.20.25 [`#614`](https://github.com/oceanprotocol/ocean
|
|
1127
|
-
- Dynamic provider endpoints [`#558`](https://github.com/oceanprotocol/ocean
|
|
1128
|
-
- Bump @types/node from 14.14.26 to 14.14.28 [`#611`](https://github.com/oceanprotocol/ocean
|
|
1129
|
-
- Bump release-it from 14.3.0 to 14.4.0 [`#609`](https://github.com/oceanprotocol/ocean
|
|
1130
|
-
- Bump eslint from 7.19.0 to 7.20.0 [`#610`](https://github.com/oceanprotocol/ocean
|
|
1131
|
-
- Bump typedoc from 0.20.23 to 0.20.24 [`#605`](https://github.com/oceanprotocol/ocean
|
|
1132
|
-
- Bump mocha from 8.2.1 to 8.3.0 [`#606`](https://github.com/oceanprotocol/ocean
|
|
1133
|
-
- Bump @types/node from 14.14.25 to 14.14.26 [`#607`](https://github.com/oceanprotocol/ocean
|
|
1134
|
-
- Bump @truffle/hdwallet-provider from 1.2.1 to 1.2.2 [`#608`](https://github.com/oceanprotocol/ocean
|
|
1135
|
-
- Bump typescript from 4.1.4 to 4.1.5 [`#603`](https://github.com/oceanprotocol/ocean
|
|
1136
|
-
- Bump @types/chai from 4.2.14 to 4.2.15 [`#604`](https://github.com/oceanprotocol/ocean
|
|
1137
|
-
- speed up previous order [`#599`](https://github.com/oceanprotocol/ocean
|
|
1138
|
-
- add minter roles [`#600`](https://github.com/oceanprotocol/ocean
|
|
1139
|
-
- Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 [`#594`](https://github.com/oceanprotocol/ocean
|
|
1140
|
-
- Bump @typescript-eslint/parser from 4.14.2 to 4.15.0 [`#595`](https://github.com/oceanprotocol/ocean
|
|
1141
|
-
- Bump typescript from 4.1.3 to 4.1.4 [`#596`](https://github.com/oceanprotocol/ocean
|
|
1142
|
-
- Bump typedoc from 0.20.20 to 0.20.23 [`#593`](https://github.com/oceanprotocol/ocean
|
|
1143
|
-
- Bump @oceanprotocol/contracts from 0.5.8 to 0.5.9 [`#592`](https://github.com/oceanprotocol/ocean
|
|
1144
|
-
- Bump chai from 4.2.0 to 4.3.0 [`#591`](https://github.com/oceanprotocol/ocean
|
|
1145
|
-
- remove barge defaults overwrites [`#585`](https://github.com/oceanprotocol/ocean
|
|
1146
|
-
- Bump @types/node from 14.14.22 to 14.14.25 [`#584`](https://github.com/oceanprotocol/ocean
|
|
1147
|
-
- Bump web3 from 1.3.3 to 1.3.4 [`#580`](https://github.com/oceanprotocol/ocean
|
|
1148
|
-
- Bump release-it from 14.2.2 to 14.3.0 [`#579`](https://github.com/oceanprotocol/ocean
|
|
1149
|
-
- add codeowners [`#578`](https://github.com/oceanprotocol/ocean
|
|
1150
|
-
- set default logger level to error and use only one instance of logger [`#571`](https://github.com/oceanprotocol/ocean
|
|
1151
|
-
- Bump @typescript-eslint/eslint-plugin from 4.14.1 to 4.14.2 [`#576`](https://github.com/oceanprotocol/ocean
|
|
1152
|
-
- Bump @typescript-eslint/parser from 4.14.1 to 4.14.2 [`#577`](https://github.com/oceanprotocol/ocean
|
|
1153
|
-
- Bump typedoc from 0.20.19 to 0.20.20 [`#575`](https://github.com/oceanprotocol/ocean
|
|
1154
|
-
- Bump eslint from 7.18.0 to 7.19.0 [`#574`](https://github.com/oceanprotocol/ocean
|
|
1155
|
-
- Bump web3 from 1.3.0 to 1.3.3 [`#566`](https://github.com/oceanprotocol/ocean
|
|
1156
|
-
- added logger param when instantiating datatoken [`#562`](https://github.com/oceanprotocol/ocean
|
|
1157
|
-
- Bump typedoc from 0.20.18 to 0.20.19 [`#567`](https://github.com/oceanprotocol/ocean
|
|
1158
|
-
- Bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.14.1 [`#568`](https://github.com/oceanprotocol/ocean
|
|
1159
|
-
- Bump @typescript-eslint/parser from 4.13.0 to 4.14.1 [`#569`](https://github.com/oceanprotocol/ocean
|
|
1160
|
-
- Bump typedoc from 0.20.16 to 0.20.18 [`#565`](https://github.com/oceanprotocol/ocean
|
|
1161
|
-
- Release 0.11.0 [`4f494f2`](https://github.com/oceanprotocol/ocean
|
|
1162
|
-
- bump web3-eth-contract to 1.3.3 [`d7ababa`](https://github.com/oceanprotocol/ocean
|
|
1163
|
-
- refactor [`100e5c5`](https://github.com/oceanprotocol/ocean
|
|
1164
|
-
|
|
1165
|
-
#### [v0.10.1](https://github.com/oceanprotocol/ocean
|
|
1147
|
+
- Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 [`#624`](https://github.com/oceanprotocol/ocean.js/pull/624)
|
|
1148
|
+
- Bump eslint-config-prettier from 7.2.0 to 8.0.0 [`#622`](https://github.com/oceanprotocol/ocean.js/pull/622)
|
|
1149
|
+
- Bump release-it from 14.4.0 to 14.4.1 [`#623`](https://github.com/oceanprotocol/ocean.js/pull/623)
|
|
1150
|
+
- Bump typedoc from 0.20.27 to 0.20.28 [`#629`](https://github.com/oceanprotocol/ocean.js/pull/629)
|
|
1151
|
+
- Add polygon network [`#627`](https://github.com/oceanprotocol/ocean.js/pull/627)
|
|
1152
|
+
- Bump typedoc from 0.20.25 to 0.20.27 [`#621`](https://github.com/oceanprotocol/ocean.js/pull/621)
|
|
1153
|
+
- Bump @typescript-eslint/parser from 4.15.1 to 4.15.2 [`#625`](https://github.com/oceanprotocol/ocean.js/pull/625)
|
|
1154
|
+
- Bump @types/node from 14.14.28 to 14.14.31 [`#620`](https://github.com/oceanprotocol/ocean.js/pull/620)
|
|
1155
|
+
- Feature/compute nextv [`#612`](https://github.com/oceanprotocol/ocean.js/pull/612)
|
|
1156
|
+
- Feature/travis dockerhub auth [`#617`](https://github.com/oceanprotocol/ocean.js/pull/617)
|
|
1157
|
+
- Bump @types/mocha from 8.2.0 to 8.2.1 [`#618`](https://github.com/oceanprotocol/ocean.js/pull/618)
|
|
1158
|
+
- Bump @typescript-eslint/parser from 4.15.0 to 4.15.1 [`#615`](https://github.com/oceanprotocol/ocean.js/pull/615)
|
|
1159
|
+
- Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 [`#616`](https://github.com/oceanprotocol/ocean.js/pull/616)
|
|
1160
|
+
- Bump typedoc from 0.20.24 to 0.20.25 [`#614`](https://github.com/oceanprotocol/ocean.js/pull/614)
|
|
1161
|
+
- Dynamic provider endpoints [`#558`](https://github.com/oceanprotocol/ocean.js/pull/558)
|
|
1162
|
+
- Bump @types/node from 14.14.26 to 14.14.28 [`#611`](https://github.com/oceanprotocol/ocean.js/pull/611)
|
|
1163
|
+
- Bump release-it from 14.3.0 to 14.4.0 [`#609`](https://github.com/oceanprotocol/ocean.js/pull/609)
|
|
1164
|
+
- Bump eslint from 7.19.0 to 7.20.0 [`#610`](https://github.com/oceanprotocol/ocean.js/pull/610)
|
|
1165
|
+
- Bump typedoc from 0.20.23 to 0.20.24 [`#605`](https://github.com/oceanprotocol/ocean.js/pull/605)
|
|
1166
|
+
- Bump mocha from 8.2.1 to 8.3.0 [`#606`](https://github.com/oceanprotocol/ocean.js/pull/606)
|
|
1167
|
+
- Bump @types/node from 14.14.25 to 14.14.26 [`#607`](https://github.com/oceanprotocol/ocean.js/pull/607)
|
|
1168
|
+
- Bump @truffle/hdwallet-provider from 1.2.1 to 1.2.2 [`#608`](https://github.com/oceanprotocol/ocean.js/pull/608)
|
|
1169
|
+
- Bump typescript from 4.1.4 to 4.1.5 [`#603`](https://github.com/oceanprotocol/ocean.js/pull/603)
|
|
1170
|
+
- Bump @types/chai from 4.2.14 to 4.2.15 [`#604`](https://github.com/oceanprotocol/ocean.js/pull/604)
|
|
1171
|
+
- speed up previous order [`#599`](https://github.com/oceanprotocol/ocean.js/pull/599)
|
|
1172
|
+
- add minter roles [`#600`](https://github.com/oceanprotocol/ocean.js/pull/600)
|
|
1173
|
+
- Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 [`#594`](https://github.com/oceanprotocol/ocean.js/pull/594)
|
|
1174
|
+
- Bump @typescript-eslint/parser from 4.14.2 to 4.15.0 [`#595`](https://github.com/oceanprotocol/ocean.js/pull/595)
|
|
1175
|
+
- Bump typescript from 4.1.3 to 4.1.4 [`#596`](https://github.com/oceanprotocol/ocean.js/pull/596)
|
|
1176
|
+
- Bump typedoc from 0.20.20 to 0.20.23 [`#593`](https://github.com/oceanprotocol/ocean.js/pull/593)
|
|
1177
|
+
- Bump @oceanprotocol/contracts from 0.5.8 to 0.5.9 [`#592`](https://github.com/oceanprotocol/ocean.js/pull/592)
|
|
1178
|
+
- Bump chai from 4.2.0 to 4.3.0 [`#591`](https://github.com/oceanprotocol/ocean.js/pull/591)
|
|
1179
|
+
- remove barge defaults overwrites [`#585`](https://github.com/oceanprotocol/ocean.js/pull/585)
|
|
1180
|
+
- Bump @types/node from 14.14.22 to 14.14.25 [`#584`](https://github.com/oceanprotocol/ocean.js/pull/584)
|
|
1181
|
+
- Bump web3 from 1.3.3 to 1.3.4 [`#580`](https://github.com/oceanprotocol/ocean.js/pull/580)
|
|
1182
|
+
- Bump release-it from 14.2.2 to 14.3.0 [`#579`](https://github.com/oceanprotocol/ocean.js/pull/579)
|
|
1183
|
+
- add codeowners [`#578`](https://github.com/oceanprotocol/ocean.js/pull/578)
|
|
1184
|
+
- set default logger level to error and use only one instance of logger [`#571`](https://github.com/oceanprotocol/ocean.js/pull/571)
|
|
1185
|
+
- Bump @typescript-eslint/eslint-plugin from 4.14.1 to 4.14.2 [`#576`](https://github.com/oceanprotocol/ocean.js/pull/576)
|
|
1186
|
+
- Bump @typescript-eslint/parser from 4.14.1 to 4.14.2 [`#577`](https://github.com/oceanprotocol/ocean.js/pull/577)
|
|
1187
|
+
- Bump typedoc from 0.20.19 to 0.20.20 [`#575`](https://github.com/oceanprotocol/ocean.js/pull/575)
|
|
1188
|
+
- Bump eslint from 7.18.0 to 7.19.0 [`#574`](https://github.com/oceanprotocol/ocean.js/pull/574)
|
|
1189
|
+
- Bump web3 from 1.3.0 to 1.3.3 [`#566`](https://github.com/oceanprotocol/ocean.js/pull/566)
|
|
1190
|
+
- added logger param when instantiating datatoken [`#562`](https://github.com/oceanprotocol/ocean.js/pull/562)
|
|
1191
|
+
- Bump typedoc from 0.20.18 to 0.20.19 [`#567`](https://github.com/oceanprotocol/ocean.js/pull/567)
|
|
1192
|
+
- Bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.14.1 [`#568`](https://github.com/oceanprotocol/ocean.js/pull/568)
|
|
1193
|
+
- Bump @typescript-eslint/parser from 4.13.0 to 4.14.1 [`#569`](https://github.com/oceanprotocol/ocean.js/pull/569)
|
|
1194
|
+
- Bump typedoc from 0.20.16 to 0.20.18 [`#565`](https://github.com/oceanprotocol/ocean.js/pull/565)
|
|
1195
|
+
- Release 0.11.0 [`4f494f2`](https://github.com/oceanprotocol/ocean.js/commit/4f494f21a9cc39e018b336c17db281fa00d6ec8c)
|
|
1196
|
+
- bump web3-eth-contract to 1.3.3 [`d7ababa`](https://github.com/oceanprotocol/ocean.js/commit/d7ababab24a8a168e4bb9f6f18d81fe1f413567f)
|
|
1197
|
+
- refactor [`100e5c5`](https://github.com/oceanprotocol/ocean.js/commit/100e5c5767046393a57d7d1055db2e68e0d262cb)
|
|
1198
|
+
|
|
1199
|
+
#### [v0.10.1](https://github.com/oceanprotocol/ocean.js/compare/v0.10.0...v0.10.1)
|
|
1166
1200
|
|
|
1167
1201
|
> 21 January 2021
|
|
1168
1202
|
|
|
1169
|
-
- fix metamask bug [`#557`](https://github.com/oceanprotocol/ocean
|
|
1170
|
-
- multithread search by dt address [`#559`](https://github.com/oceanprotocol/ocean
|
|
1171
|
-
- Bump ora from 5.2.0 to 5.3.0 [`#556`](https://github.com/oceanprotocol/ocean
|
|
1172
|
-
- Bump @types/node from 14.14.21 to 14.14.22 [`#555`](https://github.com/oceanprotocol/ocean
|
|
1173
|
-
- Bump @typescript-eslint/eslint-plugin from 4.13.0 to 4.14.0 [`#554`](https://github.com/oceanprotocol/ocean
|
|
1174
|
-
- Bump eslint-config-prettier from 7.1.0 to 7.2.0 [`#552`](https://github.com/oceanprotocol/ocean
|
|
1175
|
-
- Release 0.10.1 [`bb12807`](https://github.com/oceanprotocol/ocean
|
|
1203
|
+
- fix metamask bug [`#557`](https://github.com/oceanprotocol/ocean.js/pull/557)
|
|
1204
|
+
- multithread search by dt address [`#559`](https://github.com/oceanprotocol/ocean.js/pull/559)
|
|
1205
|
+
- Bump ora from 5.2.0 to 5.3.0 [`#556`](https://github.com/oceanprotocol/ocean.js/pull/556)
|
|
1206
|
+
- Bump @types/node from 14.14.21 to 14.14.22 [`#555`](https://github.com/oceanprotocol/ocean.js/pull/555)
|
|
1207
|
+
- Bump @typescript-eslint/eslint-plugin from 4.13.0 to 4.14.0 [`#554`](https://github.com/oceanprotocol/ocean.js/pull/554)
|
|
1208
|
+
- Bump eslint-config-prettier from 7.1.0 to 7.2.0 [`#552`](https://github.com/oceanprotocol/ocean.js/pull/552)
|
|
1209
|
+
- Release 0.10.1 [`bb12807`](https://github.com/oceanprotocol/ocean.js/commit/bb12807ab69fbf760d598fdb012d8b7e2e8f5b17)
|
|
1176
1210
|
|
|
1177
|
-
#### [v0.10.0](https://github.com/oceanprotocol/ocean
|
|
1211
|
+
#### [v0.10.0](https://github.com/oceanprotocol/ocean.js/compare/v0.9.21...v0.10.0)
|
|
1178
1212
|
|
|
1179
1213
|
> 18 January 2021
|
|
1180
1214
|
|
|
1181
|
-
- Bump typedoc from 0.20.14 to 0.20.16 [`#549`](https://github.com/oceanprotocol/ocean
|
|
1182
|
-
- Bump eslint from 7.17.0 to 7.18.0 [`#550`](https://github.com/oceanprotocol/ocean
|
|
1183
|
-
- Bump mock-local-storage from 1.1.15 to 1.1.17 [`#548`](https://github.com/oceanprotocol/ocean
|
|
1184
|
-
- Bump @types/node-fetch from 2.5.7 to 2.5.8 [`#545`](https://github.com/oceanprotocol/ocean
|
|
1185
|
-
- Bump @types/node from 14.14.20 to 14.14.21 [`#546`](https://github.com/oceanprotocol/ocean
|
|
1186
|
-
- Refactor `OnChainMetadataCache` [`#551`](https://github.com/oceanprotocol/ocean
|
|
1187
|
-
- add updateServiceTimeout and edit ddo updates [`#544`](https://github.com/oceanprotocol/ocean
|
|
1188
|
-
- Release 0.10.0 [`6c0b5c6`](https://github.com/oceanprotocol/ocean
|
|
1189
|
-
- typedoc fixes [`25ac01e`](https://github.com/oceanprotocol/ocean
|
|
1215
|
+
- Bump typedoc from 0.20.14 to 0.20.16 [`#549`](https://github.com/oceanprotocol/ocean.js/pull/549)
|
|
1216
|
+
- Bump eslint from 7.17.0 to 7.18.0 [`#550`](https://github.com/oceanprotocol/ocean.js/pull/550)
|
|
1217
|
+
- Bump mock-local-storage from 1.1.15 to 1.1.17 [`#548`](https://github.com/oceanprotocol/ocean.js/pull/548)
|
|
1218
|
+
- Bump @types/node-fetch from 2.5.7 to 2.5.8 [`#545`](https://github.com/oceanprotocol/ocean.js/pull/545)
|
|
1219
|
+
- Bump @types/node from 14.14.20 to 14.14.21 [`#546`](https://github.com/oceanprotocol/ocean.js/pull/546)
|
|
1220
|
+
- Refactor `OnChainMetadataCache` [`#551`](https://github.com/oceanprotocol/ocean.js/pull/551)
|
|
1221
|
+
- add updateServiceTimeout and edit ddo updates [`#544`](https://github.com/oceanprotocol/ocean.js/pull/544)
|
|
1222
|
+
- Release 0.10.0 [`6c0b5c6`](https://github.com/oceanprotocol/ocean.js/commit/6c0b5c6779ec280ad4d0f19e0adb9eeb9cd7a9e0)
|
|
1223
|
+
- typedoc fixes [`25ac01e`](https://github.com/oceanprotocol/ocean.js/commit/25ac01e97dbb6a278650aae5773292d5e73af7e9)
|
|
1190
1224
|
|
|
1191
|
-
#### [v0.9.21](https://github.com/oceanprotocol/ocean
|
|
1225
|
+
#### [v0.9.21](https://github.com/oceanprotocol/ocean.js/compare/v0.9.20...v0.9.21)
|
|
1192
1226
|
|
|
1193
1227
|
> 13 January 2021
|
|
1194
1228
|
|
|
1195
|
-
- Feature/decimal [`#541`](https://github.com/oceanprotocol/ocean
|
|
1196
|
-
- Datokens: check cap before mint [`#531`](https://github.com/oceanprotocol/ocean
|
|
1197
|
-
- [WIP] Adds checkURL function to use provider endpoint. [`#540`](https://github.com/oceanprotocol/ocean
|
|
1198
|
-
- package updates [`#539`](https://github.com/oceanprotocol/ocean
|
|
1199
|
-
- fix download for large files [`#537`](https://github.com/oceanprotocol/ocean
|
|
1200
|
-
- pool creation: check allowance for dt and ocean before aprove is called [`#530`](https://github.com/oceanprotocol/ocean
|
|
1201
|
-
- Bump @typescript-eslint/parser from 4.12.0 to 4.13.0 [`#534`](https://github.com/oceanprotocol/ocean
|
|
1202
|
-
- Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0 [`#533`](https://github.com/oceanprotocol/ocean
|
|
1203
|
-
- Bump typedoc from 0.20.13 to 0.20.14 [`#532`](https://github.com/oceanprotocol/ocean
|
|
1204
|
-
- Bump @typescript-eslint/parser from 4.11.1 to 4.12.0 [`#528`](https://github.com/oceanprotocol/ocean
|
|
1205
|
-
- Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 [`#529`](https://github.com/oceanprotocol/ocean
|
|
1206
|
-
- Bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0 [`#527`](https://github.com/oceanprotocol/ocean
|
|
1207
|
-
- Bump eslint from 7.16.0 to 7.17.0 [`#520`](https://github.com/oceanprotocol/ocean
|
|
1208
|
-
- Bump ora from 5.1.0 to 5.2.0 [`#521`](https://github.com/oceanprotocol/ocean
|
|
1209
|
-
- Bump typescript from 4.0.5 to 4.1.3 [`#522`](https://github.com/oceanprotocol/ocean
|
|
1210
|
-
- Bump typedoc from 0.20.10 to 0.20.13 [`#526`](https://github.com/oceanprotocol/ocean
|
|
1211
|
-
- Bump @types/node from 14.14.19 to 14.14.20 [`#523`](https://github.com/oceanprotocol/ocean
|
|
1212
|
-
- Bump @typescript-eslint/eslint-plugin from 4.11.0 to 4.11.1 [`#511`](https://github.com/oceanprotocol/ocean
|
|
1213
|
-
- Bump @typescript-eslint/parser from 4.11.0 to 4.11.1 [`#512`](https://github.com/oceanprotocol/ocean
|
|
1214
|
-
- Bump @types/node from 14.14.16 to 14.14.19 [`#519`](https://github.com/oceanprotocol/ocean
|
|
1215
|
-
- Bump typedoc from 0.19.2 to 0.20.10 [`#518`](https://github.com/oceanprotocol/ocean
|
|
1216
|
-
- Bump @truffle/hdwallet-provider from 1.2.0 to 1.2.1 [`#510`](https://github.com/oceanprotocol/ocean
|
|
1217
|
-
- Bump eslint from 7.15.0 to 7.16.0 [`#505`](https://github.com/oceanprotocol/ocean
|
|
1218
|
-
- Bump @typescript-eslint/parser from 4.10.0 to 4.11.0 [`#507`](https://github.com/oceanprotocol/ocean
|
|
1219
|
-
- Bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.0 [`#508`](https://github.com/oceanprotocol/ocean
|
|
1220
|
-
- Bump @types/node from 14.14.14 to 14.14.16 [`#509`](https://github.com/oceanprotocol/ocean
|
|
1221
|
-
- Bump @types/node from 14.14.13 to 14.14.14 [`#502`](https://github.com/oceanprotocol/ocean
|
|
1222
|
-
- Bump @typescript-eslint/eslint-plugin from 4.9.1 to 4.10.0 [`#501`](https://github.com/oceanprotocol/ocean
|
|
1223
|
-
- Bump @typescript-eslint/parser from 4.9.1 to 4.10.0 [`#500`](https://github.com/oceanprotocol/ocean
|
|
1224
|
-
- Bump @types/node from 14.14.11 to 14.14.13 [`#498`](https://github.com/oceanprotocol/ocean
|
|
1225
|
-
- Bump eslint-plugin-prettier from 3.2.0 to 3.3.0 [`#499`](https://github.com/oceanprotocol/ocean
|
|
1226
|
-
- Bump @types/node from 14.14.11 to 14.14.12 [`#496`](https://github.com/oceanprotocol/ocean
|
|
1227
|
-
- Bump ini from 1.3.5 to 1.3.8 [`#497`](https://github.com/oceanprotocol/ocean
|
|
1228
|
-
- Release 0.9.21 [`3801c39`](https://github.com/oceanprotocol/ocean
|
|
1229
|
-
- wip check allowance for dt and ocean at pool creation [`a5a55b1`](https://github.com/oceanprotocol/ocean
|
|
1230
|
-
- throw error when a condition is not valid instead of returning null [`286e737`](https://github.com/oceanprotocol/ocean
|
|
1231
|
-
|
|
1232
|
-
#### [v0.9.20](https://github.com/oceanprotocol/ocean
|
|
1229
|
+
- Feature/decimal [`#541`](https://github.com/oceanprotocol/ocean.js/pull/541)
|
|
1230
|
+
- Datokens: check cap before mint [`#531`](https://github.com/oceanprotocol/ocean.js/pull/531)
|
|
1231
|
+
- [WIP] Adds checkURL function to use provider endpoint. [`#540`](https://github.com/oceanprotocol/ocean.js/pull/540)
|
|
1232
|
+
- package updates [`#539`](https://github.com/oceanprotocol/ocean.js/pull/539)
|
|
1233
|
+
- fix download for large files [`#537`](https://github.com/oceanprotocol/ocean.js/pull/537)
|
|
1234
|
+
- pool creation: check allowance for dt and ocean before aprove is called [`#530`](https://github.com/oceanprotocol/ocean.js/pull/530)
|
|
1235
|
+
- Bump @typescript-eslint/parser from 4.12.0 to 4.13.0 [`#534`](https://github.com/oceanprotocol/ocean.js/pull/534)
|
|
1236
|
+
- Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0 [`#533`](https://github.com/oceanprotocol/ocean.js/pull/533)
|
|
1237
|
+
- Bump typedoc from 0.20.13 to 0.20.14 [`#532`](https://github.com/oceanprotocol/ocean.js/pull/532)
|
|
1238
|
+
- Bump @typescript-eslint/parser from 4.11.1 to 4.12.0 [`#528`](https://github.com/oceanprotocol/ocean.js/pull/528)
|
|
1239
|
+
- Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 [`#529`](https://github.com/oceanprotocol/ocean.js/pull/529)
|
|
1240
|
+
- Bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0 [`#527`](https://github.com/oceanprotocol/ocean.js/pull/527)
|
|
1241
|
+
- Bump eslint from 7.16.0 to 7.17.0 [`#520`](https://github.com/oceanprotocol/ocean.js/pull/520)
|
|
1242
|
+
- Bump ora from 5.1.0 to 5.2.0 [`#521`](https://github.com/oceanprotocol/ocean.js/pull/521)
|
|
1243
|
+
- Bump typescript from 4.0.5 to 4.1.3 [`#522`](https://github.com/oceanprotocol/ocean.js/pull/522)
|
|
1244
|
+
- Bump typedoc from 0.20.10 to 0.20.13 [`#526`](https://github.com/oceanprotocol/ocean.js/pull/526)
|
|
1245
|
+
- Bump @types/node from 14.14.19 to 14.14.20 [`#523`](https://github.com/oceanprotocol/ocean.js/pull/523)
|
|
1246
|
+
- Bump @typescript-eslint/eslint-plugin from 4.11.0 to 4.11.1 [`#511`](https://github.com/oceanprotocol/ocean.js/pull/511)
|
|
1247
|
+
- Bump @typescript-eslint/parser from 4.11.0 to 4.11.1 [`#512`](https://github.com/oceanprotocol/ocean.js/pull/512)
|
|
1248
|
+
- Bump @types/node from 14.14.16 to 14.14.19 [`#519`](https://github.com/oceanprotocol/ocean.js/pull/519)
|
|
1249
|
+
- Bump typedoc from 0.19.2 to 0.20.10 [`#518`](https://github.com/oceanprotocol/ocean.js/pull/518)
|
|
1250
|
+
- Bump @truffle/hdwallet-provider from 1.2.0 to 1.2.1 [`#510`](https://github.com/oceanprotocol/ocean.js/pull/510)
|
|
1251
|
+
- Bump eslint from 7.15.0 to 7.16.0 [`#505`](https://github.com/oceanprotocol/ocean.js/pull/505)
|
|
1252
|
+
- Bump @typescript-eslint/parser from 4.10.0 to 4.11.0 [`#507`](https://github.com/oceanprotocol/ocean.js/pull/507)
|
|
1253
|
+
- Bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.0 [`#508`](https://github.com/oceanprotocol/ocean.js/pull/508)
|
|
1254
|
+
- Bump @types/node from 14.14.14 to 14.14.16 [`#509`](https://github.com/oceanprotocol/ocean.js/pull/509)
|
|
1255
|
+
- Bump @types/node from 14.14.13 to 14.14.14 [`#502`](https://github.com/oceanprotocol/ocean.js/pull/502)
|
|
1256
|
+
- Bump @typescript-eslint/eslint-plugin from 4.9.1 to 4.10.0 [`#501`](https://github.com/oceanprotocol/ocean.js/pull/501)
|
|
1257
|
+
- Bump @typescript-eslint/parser from 4.9.1 to 4.10.0 [`#500`](https://github.com/oceanprotocol/ocean.js/pull/500)
|
|
1258
|
+
- Bump @types/node from 14.14.11 to 14.14.13 [`#498`](https://github.com/oceanprotocol/ocean.js/pull/498)
|
|
1259
|
+
- Bump eslint-plugin-prettier from 3.2.0 to 3.3.0 [`#499`](https://github.com/oceanprotocol/ocean.js/pull/499)
|
|
1260
|
+
- Bump @types/node from 14.14.11 to 14.14.12 [`#496`](https://github.com/oceanprotocol/ocean.js/pull/496)
|
|
1261
|
+
- Bump ini from 1.3.5 to 1.3.8 [`#497`](https://github.com/oceanprotocol/ocean.js/pull/497)
|
|
1262
|
+
- Release 0.9.21 [`3801c39`](https://github.com/oceanprotocol/ocean.js/commit/3801c3925ba1c80003214deda3d1d734c051f995)
|
|
1263
|
+
- wip check allowance for dt and ocean at pool creation [`a5a55b1`](https://github.com/oceanprotocol/ocean.js/commit/a5a55b19a158b9e13d9061abed9d784149b2d20c)
|
|
1264
|
+
- throw error when a condition is not valid instead of returning null [`286e737`](https://github.com/oceanprotocol/ocean.js/commit/286e737e93f7b079cff932872ea61adfa621cf1e)
|
|
1265
|
+
|
|
1266
|
+
#### [v0.9.20](https://github.com/oceanprotocol/ocean.js/compare/v0.9.19...v0.9.20)
|
|
1233
1267
|
|
|
1234
1268
|
> 10 December 2020
|
|
1235
1269
|
|
|
1236
|
-
- add subgraphUri to ConfigHelper [`#495`](https://github.com/oceanprotocol/ocean
|
|
1237
|
-
- Release 0.9.20 [`795008e`](https://github.com/oceanprotocol/ocean
|
|
1238
|
-
- add subgraphUri [`1b7d573`](https://github.com/oceanprotocol/ocean
|
|
1270
|
+
- add subgraphUri to ConfigHelper [`#495`](https://github.com/oceanprotocol/ocean.js/pull/495)
|
|
1271
|
+
- Release 0.9.20 [`795008e`](https://github.com/oceanprotocol/ocean.js/commit/795008e765c0e3afef65d2a1bf95d09c44c4027d)
|
|
1272
|
+
- add subgraphUri [`1b7d573`](https://github.com/oceanprotocol/ocean.js/commit/1b7d573434201f4225bb41f59da2ed25b947cfd0)
|
|
1239
1273
|
|
|
1240
|
-
#### [v0.9.19](https://github.com/oceanprotocol/ocean
|
|
1274
|
+
#### [v0.9.19](https://github.com/oceanprotocol/ocean.js/compare/v0.9.18...v0.9.19)
|
|
1241
1275
|
|
|
1242
1276
|
> 10 December 2020
|
|
1243
1277
|
|
|
1244
|
-
- add ropsten [`#492`](https://github.com/oceanprotocol/ocean
|
|
1245
|
-
- Bump @types/mocha from 8.0.4 to 8.2.0 [`#491`](https://github.com/oceanprotocol/ocean
|
|
1246
|
-
- Bump @types/node from 14.14.10 to 14.14.11 [`#490`](https://github.com/oceanprotocol/ocean
|
|
1247
|
-
- Bump uuid from 8.3.1 to 8.3.2 [`#489`](https://github.com/oceanprotocol/ocean
|
|
1248
|
-
- Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.9.1 [`#488`](https://github.com/oceanprotocol/ocean
|
|
1249
|
-
- Bump ts-node from 9.1.0 to 9.1.1 [`#487`](https://github.com/oceanprotocol/ocean
|
|
1250
|
-
- Bump @typescript-eslint/parser from 4.9.0 to 4.9.1 [`#486`](https://github.com/oceanprotocol/ocean
|
|
1251
|
-
- Bump eslint from 7.14.0 to 7.15.0 [`#485`](https://github.com/oceanprotocol/ocean
|
|
1252
|
-
- Bump eslint-config-prettier from 6.15.0 to 7.0.0 [`#484`](https://github.com/oceanprotocol/ocean
|
|
1253
|
-
- Bump highlight.js from 10.2.0 to 10.4.1 [`#482`](https://github.com/oceanprotocol/ocean
|
|
1254
|
-
- Bump ts-node from 9.0.0 to 9.1.0 [`#480`](https://github.com/oceanprotocol/ocean
|
|
1255
|
-
- Bump @types/chai-spies from 1.0.2 to 1.0.3 [`#481`](https://github.com/oceanprotocol/ocean
|
|
1256
|
-
- Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 [`#479`](https://github.com/oceanprotocol/ocean
|
|
1257
|
-
- Bump cross-env from 7.0.2 to 7.0.3 [`#478`](https://github.com/oceanprotocol/ocean
|
|
1258
|
-
- Bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 [`#477`](https://github.com/oceanprotocol/ocean
|
|
1259
|
-
- Bump @typescript-eslint/parser from 4.8.2 to 4.9.0 [`#476`](https://github.com/oceanprotocol/ocean
|
|
1260
|
-
- Bump prettier from 2.2.0 to 2.2.1 [`#474`](https://github.com/oceanprotocol/ocean
|
|
1261
|
-
- Bump @types/node from 14.14.9 to 14.14.10 [`#471`](https://github.com/oceanprotocol/ocean
|
|
1262
|
-
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#472`](https://github.com/oceanprotocol/ocean
|
|
1263
|
-
- Bump release-it from 14.2.1 to 14.2.2 [`#473`](https://github.com/oceanprotocol/ocean
|
|
1264
|
-
- Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 [`#470`](https://github.com/oceanprotocol/ocean
|
|
1265
|
-
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#469`](https://github.com/oceanprotocol/ocean
|
|
1266
|
-
- Release 0.9.19 [`7bfcd65`](https://github.com/oceanprotocol/ocean
|
|
1267
|
-
|
|
1268
|
-
#### [v0.9.18](https://github.com/oceanprotocol/ocean
|
|
1278
|
+
- add ropsten [`#492`](https://github.com/oceanprotocol/ocean.js/pull/492)
|
|
1279
|
+
- Bump @types/mocha from 8.0.4 to 8.2.0 [`#491`](https://github.com/oceanprotocol/ocean.js/pull/491)
|
|
1280
|
+
- Bump @types/node from 14.14.10 to 14.14.11 [`#490`](https://github.com/oceanprotocol/ocean.js/pull/490)
|
|
1281
|
+
- Bump uuid from 8.3.1 to 8.3.2 [`#489`](https://github.com/oceanprotocol/ocean.js/pull/489)
|
|
1282
|
+
- Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.9.1 [`#488`](https://github.com/oceanprotocol/ocean.js/pull/488)
|
|
1283
|
+
- Bump ts-node from 9.1.0 to 9.1.1 [`#487`](https://github.com/oceanprotocol/ocean.js/pull/487)
|
|
1284
|
+
- Bump @typescript-eslint/parser from 4.9.0 to 4.9.1 [`#486`](https://github.com/oceanprotocol/ocean.js/pull/486)
|
|
1285
|
+
- Bump eslint from 7.14.0 to 7.15.0 [`#485`](https://github.com/oceanprotocol/ocean.js/pull/485)
|
|
1286
|
+
- Bump eslint-config-prettier from 6.15.0 to 7.0.0 [`#484`](https://github.com/oceanprotocol/ocean.js/pull/484)
|
|
1287
|
+
- Bump highlight.js from 10.2.0 to 10.4.1 [`#482`](https://github.com/oceanprotocol/ocean.js/pull/482)
|
|
1288
|
+
- Bump ts-node from 9.0.0 to 9.1.0 [`#480`](https://github.com/oceanprotocol/ocean.js/pull/480)
|
|
1289
|
+
- Bump @types/chai-spies from 1.0.2 to 1.0.3 [`#481`](https://github.com/oceanprotocol/ocean.js/pull/481)
|
|
1290
|
+
- Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 [`#479`](https://github.com/oceanprotocol/ocean.js/pull/479)
|
|
1291
|
+
- Bump cross-env from 7.0.2 to 7.0.3 [`#478`](https://github.com/oceanprotocol/ocean.js/pull/478)
|
|
1292
|
+
- Bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 [`#477`](https://github.com/oceanprotocol/ocean.js/pull/477)
|
|
1293
|
+
- Bump @typescript-eslint/parser from 4.8.2 to 4.9.0 [`#476`](https://github.com/oceanprotocol/ocean.js/pull/476)
|
|
1294
|
+
- Bump prettier from 2.2.0 to 2.2.1 [`#474`](https://github.com/oceanprotocol/ocean.js/pull/474)
|
|
1295
|
+
- Bump @types/node from 14.14.9 to 14.14.10 [`#471`](https://github.com/oceanprotocol/ocean.js/pull/471)
|
|
1296
|
+
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#472`](https://github.com/oceanprotocol/ocean.js/pull/472)
|
|
1297
|
+
- Bump release-it from 14.2.1 to 14.2.2 [`#473`](https://github.com/oceanprotocol/ocean.js/pull/473)
|
|
1298
|
+
- Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 [`#470`](https://github.com/oceanprotocol/ocean.js/pull/470)
|
|
1299
|
+
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#469`](https://github.com/oceanprotocol/ocean.js/pull/469)
|
|
1300
|
+
- Release 0.9.19 [`7bfcd65`](https://github.com/oceanprotocol/ocean.js/commit/7bfcd65949e0bf90fe2b0331468c29dddb6cf536)
|
|
1301
|
+
|
|
1302
|
+
#### [v0.9.18](https://github.com/oceanprotocol/ocean.js/compare/v0.9.17...v0.9.18)
|
|
1269
1303
|
|
|
1270
1304
|
> 24 November 2020
|
|
1271
1305
|
|
|
1272
|
-
- Handle assets with low liquidity [`#468`](https://github.com/oceanprotocol/ocean
|
|
1273
|
-
- Bump prettier from 2.1.2 to 2.2.0 [`#467`](https://github.com/oceanprotocol/ocean
|
|
1274
|
-
- Bump eslint from 7.13.0 to 7.14.0 [`#466`](https://github.com/oceanprotocol/ocean
|
|
1275
|
-
- Bump @types/node from 14.14.8 to 14.14.9 [`#465`](https://github.com/oceanprotocol/ocean
|
|
1276
|
-
- Release 0.9.18 [`832f2d8`](https://github.com/oceanprotocol/ocean
|
|
1306
|
+
- Handle assets with low liquidity [`#468`](https://github.com/oceanprotocol/ocean.js/pull/468)
|
|
1307
|
+
- Bump prettier from 2.1.2 to 2.2.0 [`#467`](https://github.com/oceanprotocol/ocean.js/pull/467)
|
|
1308
|
+
- Bump eslint from 7.13.0 to 7.14.0 [`#466`](https://github.com/oceanprotocol/ocean.js/pull/466)
|
|
1309
|
+
- Bump @types/node from 14.14.8 to 14.14.9 [`#465`](https://github.com/oceanprotocol/ocean.js/pull/465)
|
|
1310
|
+
- Release 0.9.18 [`832f2d8`](https://github.com/oceanprotocol/ocean.js/commit/832f2d82b5d04c81a9c301a657ae7db84394871c)
|
|
1277
1311
|
|
|
1278
|
-
#### [v0.9.17](https://github.com/oceanprotocol/ocean
|
|
1312
|
+
#### [v0.9.17](https://github.com/oceanprotocol/ocean.js/compare/v0.9.16...v0.9.17)
|
|
1279
1313
|
|
|
1280
1314
|
> 19 November 2020
|
|
1281
1315
|
|
|
1282
|
-
- fix typo [`#464`](https://github.com/oceanprotocol/ocean
|
|
1283
|
-
- Bump @typescript-eslint/eslint-plugin from 4.8.0 to 4.8.1 [`#459`](https://github.com/oceanprotocol/ocean
|
|
1284
|
-
- Bump @typescript-eslint/parser from 4.8.0 to 4.8.1 [`#460`](https://github.com/oceanprotocol/ocean
|
|
1285
|
-
- Bump @types/node from 14.14.7 to 14.14.8 [`#461`](https://github.com/oceanprotocol/ocean
|
|
1286
|
-
- Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.0 [`#458`](https://github.com/oceanprotocol/ocean
|
|
1287
|
-
- Bump @typescript-eslint/parser from 4.7.0 to 4.8.0 [`#457`](https://github.com/oceanprotocol/ocean
|
|
1288
|
-
- Release 0.9.17 [`4345bb9`](https://github.com/oceanprotocol/ocean
|
|
1316
|
+
- fix typo [`#464`](https://github.com/oceanprotocol/ocean.js/pull/464)
|
|
1317
|
+
- Bump @typescript-eslint/eslint-plugin from 4.8.0 to 4.8.1 [`#459`](https://github.com/oceanprotocol/ocean.js/pull/459)
|
|
1318
|
+
- Bump @typescript-eslint/parser from 4.8.0 to 4.8.1 [`#460`](https://github.com/oceanprotocol/ocean.js/pull/460)
|
|
1319
|
+
- Bump @types/node from 14.14.7 to 14.14.8 [`#461`](https://github.com/oceanprotocol/ocean.js/pull/461)
|
|
1320
|
+
- Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.0 [`#458`](https://github.com/oceanprotocol/ocean.js/pull/458)
|
|
1321
|
+
- Bump @typescript-eslint/parser from 4.7.0 to 4.8.0 [`#457`](https://github.com/oceanprotocol/ocean.js/pull/457)
|
|
1322
|
+
- Release 0.9.17 [`4345bb9`](https://github.com/oceanprotocol/ocean.js/commit/4345bb94b62373d44eca6dbec6984faf6529eb9b)
|
|
1289
1323
|
|
|
1290
|
-
#### [v0.9.16](https://github.com/oceanprotocol/ocean
|
|
1324
|
+
#### [v0.9.16](https://github.com/oceanprotocol/ocean.js/compare/v0.9.15...v0.9.16)
|
|
1291
1325
|
|
|
1292
1326
|
> 16 November 2020
|
|
1293
1327
|
|
|
1294
|
-
- Bug/fullfill promises [`#456`](https://github.com/oceanprotocol/ocean
|
|
1295
|
-
- Release 0.9.16 [`bf19bcc`](https://github.com/oceanprotocol/ocean
|
|
1328
|
+
- Bug/fullfill promises [`#456`](https://github.com/oceanprotocol/ocean.js/pull/456)
|
|
1329
|
+
- Release 0.9.16 [`bf19bcc`](https://github.com/oceanprotocol/ocean.js/commit/bf19bcc1f5ce73a14266dc15951a74d06d6c3e74)
|
|
1296
1330
|
|
|
1297
|
-
#### [v0.9.15](https://github.com/oceanprotocol/ocean
|
|
1331
|
+
#### [v0.9.15](https://github.com/oceanprotocol/ocean.js/compare/v0.9.14...v0.9.15)
|
|
1298
1332
|
|
|
1299
1333
|
> 16 November 2020
|
|
1300
1334
|
|
|
1301
|
-
- fullfill promises [`#455`](https://github.com/oceanprotocol/ocean
|
|
1302
|
-
- Release 0.9.15 [`8f9ef02`](https://github.com/oceanprotocol/ocean
|
|
1335
|
+
- fullfill promises [`#455`](https://github.com/oceanprotocol/ocean.js/pull/455)
|
|
1336
|
+
- Release 0.9.15 [`8f9ef02`](https://github.com/oceanprotocol/ocean.js/commit/8f9ef02b94da8eb19948d729dde6576d5f1d43eb)
|
|
1303
1337
|
|
|
1304
|
-
#### [v0.9.14](https://github.com/oceanprotocol/ocean
|
|
1338
|
+
#### [v0.9.14](https://github.com/oceanprotocol/ocean.js/compare/v0.9.13...v0.9.14)
|
|
1305
1339
|
|
|
1306
1340
|
> 16 November 2020
|
|
1307
1341
|
|
|
1308
|
-
- add buyDTWithExactOcean function [`#454`](https://github.com/oceanprotocol/ocean
|
|
1309
|
-
- add computeBuySlippage and computeSellSlippage [`6424cac`](https://github.com/oceanprotocol/ocean
|
|
1310
|
-
- remove console.log [`ff7171f`](https://github.com/oceanprotocol/ocean
|
|
1311
|
-
- Release 0.9.14 [`0119885`](https://github.com/oceanprotocol/ocean
|
|
1342
|
+
- add buyDTWithExactOcean function [`#454`](https://github.com/oceanprotocol/ocean.js/pull/454)
|
|
1343
|
+
- add computeBuySlippage and computeSellSlippage [`6424cac`](https://github.com/oceanprotocol/ocean.js/commit/6424caca697e8f2875b52df0721cf3e63d8e8ce0)
|
|
1344
|
+
- remove console.log [`ff7171f`](https://github.com/oceanprotocol/ocean.js/commit/ff7171f64b314db803f59be404e72afc4c77393a)
|
|
1345
|
+
- Release 0.9.14 [`0119885`](https://github.com/oceanprotocol/ocean.js/commit/0119885277cd361bc00e485168a48477276f25e6)
|
|
1312
1346
|
|
|
1313
|
-
#### [v0.9.13](https://github.com/oceanprotocol/ocean
|
|
1347
|
+
#### [v0.9.13](https://github.com/oceanprotocol/ocean.js/compare/v0.9.12...v0.9.13)
|
|
1314
1348
|
|
|
1315
1349
|
> 13 November 2020
|
|
1316
1350
|
|
|
1317
|
-
- update isInPurgatory typing [`#452`](https://github.com/oceanprotocol/ocean
|
|
1318
|
-
- Release 0.9.13 [`c2c100d`](https://github.com/oceanprotocol/ocean
|
|
1351
|
+
- update isInPurgatory typing [`#452`](https://github.com/oceanprotocol/ocean.js/pull/452)
|
|
1352
|
+
- Release 0.9.13 [`c2c100d`](https://github.com/oceanprotocol/ocean.js/commit/c2c100d0a0b2fb5fc131b66aeb502c50280b1acf)
|
|
1319
1353
|
|
|
1320
|
-
#### [v0.9.12](https://github.com/oceanprotocol/ocean
|
|
1354
|
+
#### [v0.9.12](https://github.com/oceanprotocol/ocean.js/compare/v0.9.11...v0.9.12)
|
|
1321
1355
|
|
|
1322
1356
|
> 13 November 2020
|
|
1323
1357
|
|
|
1324
|
-
- Update .travis.yml [`#451`](https://github.com/oceanprotocol/ocean
|
|
1325
|
-
- Release 0.9.12 [`5143120`](https://github.com/oceanprotocol/ocean
|
|
1358
|
+
- Update .travis.yml [`#451`](https://github.com/oceanprotocol/ocean.js/pull/451)
|
|
1359
|
+
- Release 0.9.12 [`5143120`](https://github.com/oceanprotocol/ocean.js/commit/5143120204048f86c27ff97211ef1f900632fb2d)
|
|
1326
1360
|
|
|
1327
|
-
#### [v0.9.11](https://github.com/oceanprotocol/ocean
|
|
1361
|
+
#### [v0.9.11](https://github.com/oceanprotocol/ocean.js/compare/v0.9.10...v0.9.11)
|
|
1328
1362
|
|
|
1329
1363
|
> 13 November 2020
|
|
1330
1364
|
|
|
1331
|
-
- chunk promises [`#450`](https://github.com/oceanprotocol/ocean
|
|
1332
|
-
- Update typedoc.js [`#449`](https://github.com/oceanprotocol/ocean
|
|
1333
|
-
- update for purgatory [`#448`](https://github.com/oceanprotocol/ocean
|
|
1334
|
-
- Bump @types/mocha from 8.0.3 to 8.0.4 [`#447`](https://github.com/oceanprotocol/ocean
|
|
1335
|
-
- logs/history speed optimizations [`#441`](https://github.com/oceanprotocol/ocean
|
|
1336
|
-
- Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 [`#445`](https://github.com/oceanprotocol/ocean
|
|
1337
|
-
- Bump @types/node from 14.14.6 to 14.14.7 [`#444`](https://github.com/oceanprotocol/ocean
|
|
1338
|
-
- Bump @typescript-eslint/parser from 4.6.1 to 4.7.0 [`#446`](https://github.com/oceanprotocol/ocean
|
|
1339
|
-
- Bump eslint from 7.12.1 to 7.13.0 [`#442`](https://github.com/oceanprotocol/ocean
|
|
1340
|
-
- Bump @truffle/hdwallet-provider from 1.1.1 to 1.2.0 [`#443`](https://github.com/oceanprotocol/ocean
|
|
1341
|
-
- complete refactor getPoolLogs & getEventData [`1d717cb`](https://github.com/oceanprotocol/ocean
|
|
1342
|
-
- parallelized get shares and tx [`33bcb47`](https://github.com/oceanprotocol/ocean
|
|
1343
|
-
- fix [`eb5c298`](https://github.com/oceanprotocol/ocean
|
|
1344
|
-
|
|
1345
|
-
#### [v0.9.10](https://github.com/oceanprotocol/ocean
|
|
1365
|
+
- chunk promises [`#450`](https://github.com/oceanprotocol/ocean.js/pull/450)
|
|
1366
|
+
- Update typedoc.js [`#449`](https://github.com/oceanprotocol/ocean.js/pull/449)
|
|
1367
|
+
- update for purgatory [`#448`](https://github.com/oceanprotocol/ocean.js/pull/448)
|
|
1368
|
+
- Bump @types/mocha from 8.0.3 to 8.0.4 [`#447`](https://github.com/oceanprotocol/ocean.js/pull/447)
|
|
1369
|
+
- logs/history speed optimizations [`#441`](https://github.com/oceanprotocol/ocean.js/pull/441)
|
|
1370
|
+
- Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 [`#445`](https://github.com/oceanprotocol/ocean.js/pull/445)
|
|
1371
|
+
- Bump @types/node from 14.14.6 to 14.14.7 [`#444`](https://github.com/oceanprotocol/ocean.js/pull/444)
|
|
1372
|
+
- Bump @typescript-eslint/parser from 4.6.1 to 4.7.0 [`#446`](https://github.com/oceanprotocol/ocean.js/pull/446)
|
|
1373
|
+
- Bump eslint from 7.12.1 to 7.13.0 [`#442`](https://github.com/oceanprotocol/ocean.js/pull/442)
|
|
1374
|
+
- Bump @truffle/hdwallet-provider from 1.1.1 to 1.2.0 [`#443`](https://github.com/oceanprotocol/ocean.js/pull/443)
|
|
1375
|
+
- complete refactor getPoolLogs & getEventData [`1d717cb`](https://github.com/oceanprotocol/ocean.js/commit/1d717cb3b03b150d16bb684bd13a1d7bdafa55a6)
|
|
1376
|
+
- parallelized get shares and tx [`33bcb47`](https://github.com/oceanprotocol/ocean.js/commit/33bcb47d455cfbbbd9d8c26961f4127e9c514a82)
|
|
1377
|
+
- fix [`eb5c298`](https://github.com/oceanprotocol/ocean.js/commit/eb5c29810f0a5e6e68370322fef57520564d50c1)
|
|
1378
|
+
|
|
1379
|
+
#### [v0.9.10](https://github.com/oceanprotocol/ocean.js/compare/v0.9.9...v0.9.10)
|
|
1346
1380
|
|
|
1347
1381
|
> 6 November 2020
|
|
1348
1382
|
|
|
1349
|
-
- buy/sell helpers [`#440`](https://github.com/oceanprotocol/ocean
|
|
1350
|
-
- fix datatoken search [`#439`](https://github.com/oceanprotocol/ocean
|
|
1351
|
-
- Bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1 [`#436`](https://github.com/oceanprotocol/ocean
|
|
1352
|
-
- Bump mocha from 8.1.3 to 8.2.1 [`#437`](https://github.com/oceanprotocol/ocean
|
|
1353
|
-
- Bump @typescript-eslint/parser from 4.6.0 to 4.6.1 [`#435`](https://github.com/oceanprotocol/ocean
|
|
1354
|
-
- Bump release-it from 14.2.0 to 14.2.1 [`#434`](https://github.com/oceanprotocol/ocean
|
|
1355
|
-
- Release 0.9.10 [`38c8b00`](https://github.com/oceanprotocol/ocean
|
|
1383
|
+
- buy/sell helpers [`#440`](https://github.com/oceanprotocol/ocean.js/pull/440)
|
|
1384
|
+
- fix datatoken search [`#439`](https://github.com/oceanprotocol/ocean.js/pull/439)
|
|
1385
|
+
- Bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1 [`#436`](https://github.com/oceanprotocol/ocean.js/pull/436)
|
|
1386
|
+
- Bump mocha from 8.1.3 to 8.2.1 [`#437`](https://github.com/oceanprotocol/ocean.js/pull/437)
|
|
1387
|
+
- Bump @typescript-eslint/parser from 4.6.0 to 4.6.1 [`#435`](https://github.com/oceanprotocol/ocean.js/pull/435)
|
|
1388
|
+
- Bump release-it from 14.2.0 to 14.2.1 [`#434`](https://github.com/oceanprotocol/ocean.js/pull/434)
|
|
1389
|
+
- Release 0.9.10 [`38c8b00`](https://github.com/oceanprotocol/ocean.js/commit/38c8b00400e5e36eaea1c4c7ae4a2b419bbfbbfb)
|
|
1356
1390
|
|
|
1357
|
-
#### [v0.9.9](https://github.com/oceanprotocol/ocean
|
|
1391
|
+
#### [v0.9.9](https://github.com/oceanprotocol/ocean.js/compare/v0.9.8...v0.9.9)
|
|
1358
1392
|
|
|
1359
1393
|
> 30 October 2020
|
|
1360
1394
|
|
|
1361
|
-
- fix fromwei conversion [`#430`](https://github.com/oceanprotocol/ocean
|
|
1362
|
-
- fix typos [`#433`](https://github.com/oceanprotocol/ocean
|
|
1363
|
-
- use event block number as start [`#432`](https://github.com/oceanprotocol/ocean
|
|
1364
|
-
- fix DTPrice if amount is too high [`#431`](https://github.com/oceanprotocol/ocean
|
|
1365
|
-
- optimise gas costs [`ead3d21`](https://github.com/oceanprotocol/ocean
|
|
1366
|
-
- Release 0.9.9 [`94f46ee`](https://github.com/oceanprotocol/ocean
|
|
1367
|
-
- more wei conversions [`17a07b4`](https://github.com/oceanprotocol/ocean
|
|
1395
|
+
- fix fromwei conversion [`#430`](https://github.com/oceanprotocol/ocean.js/pull/430)
|
|
1396
|
+
- fix typos [`#433`](https://github.com/oceanprotocol/ocean.js/pull/433)
|
|
1397
|
+
- use event block number as start [`#432`](https://github.com/oceanprotocol/ocean.js/pull/432)
|
|
1398
|
+
- fix DTPrice if amount is too high [`#431`](https://github.com/oceanprotocol/ocean.js/pull/431)
|
|
1399
|
+
- optimise gas costs [`ead3d21`](https://github.com/oceanprotocol/ocean.js/commit/ead3d212a2eabe0882f5581f6ca37bd2453399e3)
|
|
1400
|
+
- Release 0.9.9 [`94f46ee`](https://github.com/oceanprotocol/ocean.js/commit/94f46eefcf88cca02ddfb6efc67c764a52cbda47)
|
|
1401
|
+
- more wei conversions [`17a07b4`](https://github.com/oceanprotocol/ocean.js/commit/17a07b4897f4b3230a698b5654a6ef62cdfcd837)
|
|
1368
1402
|
|
|
1369
|
-
#### [v0.9.8](https://github.com/oceanprotocol/ocean
|
|
1403
|
+
#### [v0.9.8](https://github.com/oceanprotocol/ocean.js/compare/v0.9.7...v0.9.8)
|
|
1370
1404
|
|
|
1371
1405
|
> 29 October 2020
|
|
1372
1406
|
|
|
1373
|
-
- fix getPoolSharesByAddress [`#429`](https://github.com/oceanprotocol/ocean
|
|
1374
|
-
- Release 0.9.8 [`0a0ce63`](https://github.com/oceanprotocol/ocean
|
|
1375
|
-
- bug fix [`07c3835`](https://github.com/oceanprotocol/ocean
|
|
1407
|
+
- fix getPoolSharesByAddress [`#429`](https://github.com/oceanprotocol/ocean.js/pull/429)
|
|
1408
|
+
- Release 0.9.8 [`0a0ce63`](https://github.com/oceanprotocol/ocean.js/commit/0a0ce63580939ad7c59d314b5548cec1c8b23cf1)
|
|
1409
|
+
- bug fix [`07c3835`](https://github.com/oceanprotocol/ocean.js/commit/07c3835759e96efba97407147dfde7f3da445716)
|
|
1376
1410
|
|
|
1377
|
-
#### [v0.9.7](https://github.com/oceanprotocol/ocean
|
|
1411
|
+
#### [v0.9.7](https://github.com/oceanprotocol/ocean.js/compare/v0.9.6...v0.9.7)
|
|
1378
1412
|
|
|
1379
1413
|
> 29 October 2020
|
|
1380
1414
|
|
|
1381
|
-
- add getPoolSharesByAddress [`#428`](https://github.com/oceanprotocol/ocean
|
|
1382
|
-
- more gas optimisations [`#427`](https://github.com/oceanprotocol/ocean
|
|
1383
|
-
- Bump @types/node from 14.14.5 to 14.14.6 [`#426`](https://github.com/oceanprotocol/ocean
|
|
1384
|
-
- more fixes [`694cde2`](https://github.com/oceanprotocol/ocean
|
|
1385
|
-
- add getPoolsSharesbyAddress [`087b021`](https://github.com/oceanprotocol/ocean
|
|
1386
|
-
- Release 0.9.7 [`7b16f75`](https://github.com/oceanprotocol/ocean
|
|
1415
|
+
- add getPoolSharesByAddress [`#428`](https://github.com/oceanprotocol/ocean.js/pull/428)
|
|
1416
|
+
- more gas optimisations [`#427`](https://github.com/oceanprotocol/ocean.js/pull/427)
|
|
1417
|
+
- Bump @types/node from 14.14.5 to 14.14.6 [`#426`](https://github.com/oceanprotocol/ocean.js/pull/426)
|
|
1418
|
+
- more fixes [`694cde2`](https://github.com/oceanprotocol/ocean.js/commit/694cde2a1359aacb03f9a09dd70a5b6770b2a031)
|
|
1419
|
+
- add getPoolsSharesbyAddress [`087b021`](https://github.com/oceanprotocol/ocean.js/commit/087b021c17ba00e5a3b8d914642a6ac0527e14a2)
|
|
1420
|
+
- Release 0.9.7 [`7b16f75`](https://github.com/oceanprotocol/ocean.js/commit/7b16f7561fc663861d5777e151092396564a239b)
|
|
1387
1421
|
|
|
1388
|
-
#### [v0.9.6](https://github.com/oceanprotocol/ocean
|
|
1422
|
+
#### [v0.9.6](https://github.com/oceanprotocol/ocean.js/compare/v0.9.5...v0.9.6)
|
|
1389
1423
|
|
|
1390
1424
|
> 28 October 2020
|
|
1391
1425
|
|
|
1392
|
-
- fix/remove liquidity [`#425`](https://github.com/oceanprotocol/ocean
|
|
1393
|
-
- Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#422`](https://github.com/oceanprotocol/ocean
|
|
1394
|
-
- Bump eslint from 7.12.0 to 7.12.1 [`#423`](https://github.com/oceanprotocol/ocean
|
|
1395
|
-
- more fixes [`2d31bd9`](https://github.com/oceanprotocol/ocean
|
|
1396
|
-
- fix max amountPoolshares balancer bug [`4a077a9`](https://github.com/oceanprotocol/ocean
|
|
1397
|
-
- Release 0.9.6 [`02b4b2b`](https://github.com/oceanprotocol/ocean
|
|
1426
|
+
- fix/remove liquidity [`#425`](https://github.com/oceanprotocol/ocean.js/pull/425)
|
|
1427
|
+
- Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#422`](https://github.com/oceanprotocol/ocean.js/pull/422)
|
|
1428
|
+
- Bump eslint from 7.12.0 to 7.12.1 [`#423`](https://github.com/oceanprotocol/ocean.js/pull/423)
|
|
1429
|
+
- more fixes [`2d31bd9`](https://github.com/oceanprotocol/ocean.js/commit/2d31bd9123919358684936d720f62ada039aa7be)
|
|
1430
|
+
- fix max amountPoolshares balancer bug [`4a077a9`](https://github.com/oceanprotocol/ocean.js/commit/4a077a9fa9d22471c36eeb4b3e5e60a1f2579467)
|
|
1431
|
+
- Release 0.9.6 [`02b4b2b`](https://github.com/oceanprotocol/ocean.js/commit/02b4b2bb0550b7168076582465ca59dde76a5a77)
|
|
1398
1432
|
|
|
1399
|
-
#### [v0.9.5](https://github.com/oceanprotocol/ocean
|
|
1433
|
+
#### [v0.9.5](https://github.com/oceanprotocol/ocean.js/compare/v0.9.4...v0.9.5)
|
|
1400
1434
|
|
|
1401
1435
|
> 27 October 2020
|
|
1402
1436
|
|
|
1403
|
-
- fix addmax & removemax [`#421`](https://github.com/oceanprotocol/ocean
|
|
1404
|
-
- Release 0.9.5 [`d67beac`](https://github.com/oceanprotocol/ocean
|
|
1437
|
+
- fix addmax & removemax [`#421`](https://github.com/oceanprotocol/ocean.js/pull/421)
|
|
1438
|
+
- Release 0.9.5 [`d67beac`](https://github.com/oceanprotocol/ocean.js/commit/d67beacde87a91c61c7e64ff0fae9f817ec88d5e)
|
|
1405
1439
|
|
|
1406
|
-
#### [v0.9.4](https://github.com/oceanprotocol/ocean
|
|
1440
|
+
#### [v0.9.4](https://github.com/oceanprotocol/ocean.js/compare/v0.9.3...v0.9.4)
|
|
1407
1441
|
|
|
1408
1442
|
> 27 October 2020
|
|
1409
1443
|
|
|
1410
|
-
- gas cost optimisations [`#420`](https://github.com/oceanprotocol/ocean
|
|
1411
|
-
- Release 0.9.4 [`e5c6797`](https://github.com/oceanprotocol/ocean
|
|
1444
|
+
- gas cost optimisations [`#420`](https://github.com/oceanprotocol/ocean.js/pull/420)
|
|
1445
|
+
- Release 0.9.4 [`e5c6797`](https://github.com/oceanprotocol/ocean.js/commit/e5c6797af9bfa73099189c3a45cc60b68bd96ed5)
|
|
1412
1446
|
|
|
1413
|
-
#### [v0.9.3](https://github.com/oceanprotocol/ocean
|
|
1447
|
+
#### [v0.9.3](https://github.com/oceanprotocol/ocean.js/compare/v0.9.1...v0.9.3)
|
|
1414
1448
|
|
|
1415
1449
|
> 27 October 2020
|
|
1416
1450
|
|
|
1417
|
-
- update bpool creation gas estimate [`#416`](https://github.com/oceanprotocol/ocean
|
|
1418
|
-
- Bump @types/node from 14.14.3 to 14.14.5 [`#415`](https://github.com/oceanprotocol/ocean
|
|
1419
|
-
- Bump @typescript-eslint/parser from 4.5.0 to 4.6.0 [`#413`](https://github.com/oceanprotocol/ocean
|
|
1420
|
-
- Bump typescript from 4.0.3 to 4.0.5 [`#414`](https://github.com/oceanprotocol/ocean
|
|
1421
|
-
- Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#412`](https://github.com/oceanprotocol/ocean
|
|
1422
|
-
- fix args names [`#411`](https://github.com/oceanprotocol/ocean
|
|
1423
|
-
- Release v0.9.2 [`19c05d5`](https://github.com/oceanprotocol/ocean
|
|
1424
|
-
- Release 0.9.3 [`e0bbcd1`](https://github.com/oceanprotocol/ocean
|
|
1425
|
-
- Update PoolFactory.ts [`2b810ac`](https://github.com/oceanprotocol/ocean
|
|
1451
|
+
- update bpool creation gas estimate [`#416`](https://github.com/oceanprotocol/ocean.js/pull/416)
|
|
1452
|
+
- Bump @types/node from 14.14.3 to 14.14.5 [`#415`](https://github.com/oceanprotocol/ocean.js/pull/415)
|
|
1453
|
+
- Bump @typescript-eslint/parser from 4.5.0 to 4.6.0 [`#413`](https://github.com/oceanprotocol/ocean.js/pull/413)
|
|
1454
|
+
- Bump typescript from 4.0.3 to 4.0.5 [`#414`](https://github.com/oceanprotocol/ocean.js/pull/414)
|
|
1455
|
+
- Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#412`](https://github.com/oceanprotocol/ocean.js/pull/412)
|
|
1456
|
+
- fix args names [`#411`](https://github.com/oceanprotocol/ocean.js/pull/411)
|
|
1457
|
+
- Release v0.9.2 [`19c05d5`](https://github.com/oceanprotocol/ocean.js/commit/19c05d512d4eae265c96055cb6de6e9b158c4eb8)
|
|
1458
|
+
- Release 0.9.3 [`e0bbcd1`](https://github.com/oceanprotocol/ocean.js/commit/e0bbcd101f48a50c895cc958125f31162d17fb7c)
|
|
1459
|
+
- Update PoolFactory.ts [`2b810ac`](https://github.com/oceanprotocol/ocean.js/commit/2b810ac6a55f18f411ecfad56aa01dd73a6057d5)
|
|
1426
1460
|
|
|
1427
|
-
#### [v0.9.1](https://github.com/oceanprotocol/ocean
|
|
1461
|
+
#### [v0.9.1](https://github.com/oceanprotocol/ocean.js/compare/v0.9.0...v0.9.1)
|
|
1428
1462
|
|
|
1429
1463
|
> 26 October 2020
|
|
1430
1464
|
|
|
1431
|
-
- fix args names [`6960390`](https://github.com/oceanprotocol/ocean
|
|
1432
|
-
- gas limit in ddo publish [`7d62aee`](https://github.com/oceanprotocol/ocean
|
|
1433
|
-
- Release 0.9.1 [`5b76676`](https://github.com/oceanprotocol/ocean
|
|
1465
|
+
- fix args names [`6960390`](https://github.com/oceanprotocol/ocean.js/commit/6960390720ae44badf40c37827e5b6e4bf151b81)
|
|
1466
|
+
- gas limit in ddo publish [`7d62aee`](https://github.com/oceanprotocol/ocean.js/commit/7d62aeee63ab1b2399a1ed85110e0dbe848054bf)
|
|
1467
|
+
- Release 0.9.1 [`5b76676`](https://github.com/oceanprotocol/ocean.js/commit/5b766763b6b7e5abf6047d512afed276356cab06)
|
|
1434
1468
|
|
|
1435
|
-
#### [v0.9.0](https://github.com/oceanprotocol/ocean
|
|
1469
|
+
#### [v0.9.0](https://github.com/oceanprotocol/ocean.js/compare/v0.8.1...v0.9.0)
|
|
1436
1470
|
|
|
1437
1471
|
> 26 October 2020
|
|
1438
1472
|
|
|
1439
|
-
- Fix/ComputeJob interface [`#410`](https://github.com/oceanprotocol/ocean
|
|
1440
|
-
- fix pool pricing [`#409`](https://github.com/oceanprotocol/ocean
|
|
1441
|
-
- word list update [`#407`](https://github.com/oceanprotocol/ocean
|
|
1442
|
-
- Release 0.9.0 [`1b90c92`](https://github.com/oceanprotocol/ocean
|
|
1443
|
-
- fix ComputeJob interface [`643fd04`](https://github.com/oceanprotocol/ocean
|
|
1473
|
+
- Fix/ComputeJob interface [`#410`](https://github.com/oceanprotocol/ocean.js/pull/410)
|
|
1474
|
+
- fix pool pricing [`#409`](https://github.com/oceanprotocol/ocean.js/pull/409)
|
|
1475
|
+
- word list update [`#407`](https://github.com/oceanprotocol/ocean.js/pull/407)
|
|
1476
|
+
- Release 0.9.0 [`1b90c92`](https://github.com/oceanprotocol/ocean.js/commit/1b90c92d08ae29b88ee8a0857564dffe558c69dc)
|
|
1477
|
+
- fix ComputeJob interface [`643fd04`](https://github.com/oceanprotocol/ocean.js/commit/643fd04be0db9d3628f41b7621a5232abf02910a)
|
|
1444
1478
|
|
|
1445
|
-
#### [v0.8.1](https://github.com/oceanprotocol/ocean
|
|
1479
|
+
#### [v0.8.1](https://github.com/oceanprotocol/ocean.js/compare/v0.8.0...v0.8.1)
|
|
1446
1480
|
|
|
1447
1481
|
> 26 October 2020
|
|
1448
1482
|
|
|
1449
|
-
- gas optimisations [`#406`](https://github.com/oceanprotocol/ocean
|
|
1450
|
-
- Bump @types/node from 14.14.2 to 14.14.3 [`#403`](https://github.com/oceanprotocol/ocean
|
|
1451
|
-
- Bump eslint from 7.11.0 to 7.12.0 [`#402`](https://github.com/oceanprotocol/ocean
|
|
1452
|
-
- Release 0.8.1 [`a21f9e0`](https://github.com/oceanprotocol/ocean
|
|
1483
|
+
- gas optimisations [`#406`](https://github.com/oceanprotocol/ocean.js/pull/406)
|
|
1484
|
+
- Bump @types/node from 14.14.2 to 14.14.3 [`#403`](https://github.com/oceanprotocol/ocean.js/pull/403)
|
|
1485
|
+
- Bump eslint from 7.11.0 to 7.12.0 [`#402`](https://github.com/oceanprotocol/ocean.js/pull/402)
|
|
1486
|
+
- Release 0.8.1 [`a21f9e0`](https://github.com/oceanprotocol/ocean.js/commit/a21f9e0adb3d43c822ea030c5e4a90b72d87d96c)
|
|
1453
1487
|
|
|
1454
|
-
#### [v0.8.0](https://github.com/oceanprotocol/ocean
|
|
1488
|
+
#### [v0.8.0](https://github.com/oceanprotocol/ocean.js/compare/v0.7.5...v0.8.0)
|
|
1455
1489
|
|
|
1456
1490
|
> 23 October 2020
|
|
1457
1491
|
|
|
1458
|
-
- update metadataCacheUri & providerUri for mainnet [`#401`](https://github.com/oceanprotocol/ocean
|
|
1459
|
-
- Release 0.8.0 [`f28ba74`](https://github.com/oceanprotocol/ocean
|
|
1492
|
+
- update metadataCacheUri & providerUri for mainnet [`#401`](https://github.com/oceanprotocol/ocean.js/pull/401)
|
|
1493
|
+
- Release 0.8.0 [`f28ba74`](https://github.com/oceanprotocol/ocean.js/commit/f28ba748f2ce5efb859e84681ab309efd4811978)
|
|
1460
1494
|
|
|
1461
|
-
#### [v0.7.5](https://github.com/oceanprotocol/ocean
|
|
1495
|
+
#### [v0.7.5](https://github.com/oceanprotocol/ocean.js/compare/v0.7.4...v0.7.5)
|
|
1462
1496
|
|
|
1463
1497
|
> 22 October 2020
|
|
1464
1498
|
|
|
1465
|
-
- bump contracts to 0.5.7 [`#399`](https://github.com/oceanprotocol/ocean
|
|
1466
|
-
- update compute status [`#398`](https://github.com/oceanprotocol/ocean
|
|
1467
|
-
- Release 0.7.5 [`f43b665`](https://github.com/oceanprotocol/ocean
|
|
1468
|
-
- add mainnet uri [`aba652e`](https://github.com/oceanprotocol/ocean
|
|
1469
|
-
- fix tests [`4c4ef66`](https://github.com/oceanprotocol/ocean
|
|
1499
|
+
- bump contracts to 0.5.7 [`#399`](https://github.com/oceanprotocol/ocean.js/pull/399)
|
|
1500
|
+
- update compute status [`#398`](https://github.com/oceanprotocol/ocean.js/pull/398)
|
|
1501
|
+
- Release 0.7.5 [`f43b665`](https://github.com/oceanprotocol/ocean.js/commit/f43b665e5354ce6139dcf636a6f171907c58791e)
|
|
1502
|
+
- add mainnet uri [`aba652e`](https://github.com/oceanprotocol/ocean.js/commit/aba652ecc1d37b7d96c231285cfbf94b153c62af)
|
|
1503
|
+
- fix tests [`4c4ef66`](https://github.com/oceanprotocol/ocean.js/commit/4c4ef66b8f13ba161995ad252f6886cfef3787ad)
|
|
1470
1504
|
|
|
1471
|
-
#### [v0.7.4](https://github.com/oceanprotocol/ocean
|
|
1505
|
+
#### [v0.7.4](https://github.com/oceanprotocol/ocean.js/compare/v0.7.3...v0.7.4)
|
|
1472
1506
|
|
|
1473
1507
|
> 22 October 2020
|
|
1474
1508
|
|
|
1475
|
-
- Release 0.7.4 [`94cb7c2`](https://github.com/oceanprotocol/ocean
|
|
1476
|
-
- update compute status [`1aefaf8`](https://github.com/oceanprotocol/ocean
|
|
1509
|
+
- Release 0.7.4 [`94cb7c2`](https://github.com/oceanprotocol/ocean.js/commit/94cb7c278af2f501e28a59e9ff0abafbd936cb76)
|
|
1510
|
+
- update compute status [`1aefaf8`](https://github.com/oceanprotocol/ocean.js/commit/1aefaf8116f473010852ebe83b1c41a9b602de90)
|
|
1477
1511
|
|
|
1478
|
-
#### [v0.7.3](https://github.com/oceanprotocol/ocean
|
|
1512
|
+
#### [v0.7.3](https://github.com/oceanprotocol/ocean.js/compare/v0.7.2...v0.7.3)
|
|
1479
1513
|
|
|
1480
1514
|
> 22 October 2020
|
|
1481
1515
|
|
|
1482
|
-
- allow compute status without signature [`#396`](https://github.com/oceanprotocol/ocean
|
|
1483
|
-
- Release 0.7.3 [`6cfd79d`](https://github.com/oceanprotocol/ocean
|
|
1484
|
-
- small refactor [`edce381`](https://github.com/oceanprotocol/ocean
|
|
1485
|
-
- typo [`c88040d`](https://github.com/oceanprotocol/ocean
|
|
1516
|
+
- allow compute status without signature [`#396`](https://github.com/oceanprotocol/ocean.js/pull/396)
|
|
1517
|
+
- Release 0.7.3 [`6cfd79d`](https://github.com/oceanprotocol/ocean.js/commit/6cfd79d3f0fe6ec7ad42120028cd787ad9edfbf5)
|
|
1518
|
+
- small refactor [`edce381`](https://github.com/oceanprotocol/ocean.js/commit/edce3812c6c0638349f406739e11b92321a08e38)
|
|
1519
|
+
- typo [`c88040d`](https://github.com/oceanprotocol/ocean.js/commit/c88040d0188a9490869c032c6924e5e305575e67)
|
|
1486
1520
|
|
|
1487
|
-
#### [v0.7.2](https://github.com/oceanprotocol/ocean
|
|
1521
|
+
#### [v0.7.2](https://github.com/oceanprotocol/ocean.js/compare/v0.7.1...v0.7.2)
|
|
1488
1522
|
|
|
1489
1523
|
> 22 October 2020
|
|
1490
1524
|
|
|
1491
|
-
- remove blob content [`#391`](https://github.com/oceanprotocol/ocean
|
|
1492
|
-
- Fix/LoggerLevel [`#377`](https://github.com/oceanprotocol/ocean
|
|
1493
|
-
- make searchforDT lowercase [`#393`](https://github.com/oceanprotocol/ocean
|
|
1494
|
-
- Bump @types/node from 14.14.0 to 14.14.2 [`#394`](https://github.com/oceanprotocol/ocean
|
|
1495
|
-
- Bump eslint-config-prettier from 6.13.0 to 6.14.0 [`#395`](https://github.com/oceanprotocol/ocean
|
|
1496
|
-
- refactor confighelper to use ocean-contracts [`#390`](https://github.com/oceanprotocol/ocean
|
|
1497
|
-
- fix Balancer pool [`0801970`](https://github.com/oceanprotocol/ocean
|
|
1498
|
-
- fix DataTokens [`c4d6b48`](https://github.com/oceanprotocol/ocean
|
|
1499
|
-
- fix error messages [`ca733f2`](https://github.com/oceanprotocol/ocean
|
|
1525
|
+
- remove blob content [`#391`](https://github.com/oceanprotocol/ocean.js/pull/391)
|
|
1526
|
+
- Fix/LoggerLevel [`#377`](https://github.com/oceanprotocol/ocean.js/pull/377)
|
|
1527
|
+
- make searchforDT lowercase [`#393`](https://github.com/oceanprotocol/ocean.js/pull/393)
|
|
1528
|
+
- Bump @types/node from 14.14.0 to 14.14.2 [`#394`](https://github.com/oceanprotocol/ocean.js/pull/394)
|
|
1529
|
+
- Bump eslint-config-prettier from 6.13.0 to 6.14.0 [`#395`](https://github.com/oceanprotocol/ocean.js/pull/395)
|
|
1530
|
+
- refactor confighelper to use ocean-contracts [`#390`](https://github.com/oceanprotocol/ocean.js/pull/390)
|
|
1531
|
+
- fix Balancer pool [`0801970`](https://github.com/oceanprotocol/ocean.js/commit/08019706e9d46c7409b338d77f4b2f50d4787aab)
|
|
1532
|
+
- fix DataTokens [`c4d6b48`](https://github.com/oceanprotocol/ocean.js/commit/c4d6b48896a115fd72c0cfd0f5a507ad2187ed1a)
|
|
1533
|
+
- fix error messages [`ca733f2`](https://github.com/oceanprotocol/ocean.js/commit/ca733f2a064224b9df261d4c114ad3971cd89999)
|
|
1500
1534
|
|
|
1501
|
-
#### [v0.7.1](https://github.com/oceanprotocol/ocean
|
|
1535
|
+
#### [v0.7.1](https://github.com/oceanprotocol/ocean.js/compare/v0.7.0...v0.7.1)
|
|
1502
1536
|
|
|
1503
1537
|
> 21 October 2020
|
|
1504
1538
|
|
|
1505
|
-
- Release 0.7.1 [`38353f4`](https://github.com/oceanprotocol/ocean
|
|
1506
|
-
- BestPrice type tweak [`47d3282`](https://github.com/oceanprotocol/ocean
|
|
1539
|
+
- Release 0.7.1 [`38353f4`](https://github.com/oceanprotocol/ocean.js/commit/38353f4c9be56bbae7a3833656b78fabf1969c6b)
|
|
1540
|
+
- BestPrice type tweak [`47d3282`](https://github.com/oceanprotocol/ocean.js/commit/47d328219746dd4fb05e364e24492eef0a0c5907)
|
|
1507
1541
|
|
|
1508
|
-
#### [v0.7.0](https://github.com/oceanprotocol/ocean
|
|
1542
|
+
#### [v0.7.0](https://github.com/oceanprotocol/ocean.js/compare/v0.6.7...v0.7.0)
|
|
1509
1543
|
|
|
1510
1544
|
> 21 October 2020
|
|
1511
1545
|
|
|
1512
|
-
- make create methods subscribable [`#389`](https://github.com/oceanprotocol/ocean
|
|
1513
|
-
- Bump @types/node from 14.11.10 to 14.14.0 [`#383`](https://github.com/oceanprotocol/ocean
|
|
1514
|
-
- make pool.create subscribable [`dec9c57`](https://github.com/oceanprotocol/ocean
|
|
1515
|
-
- change exchange.create to allow subscribe&approve [`11271a9`](https://github.com/oceanprotocol/ocean
|
|
1516
|
-
- pool.create returns txid [`4db0a0d`](https://github.com/oceanprotocol/ocean
|
|
1546
|
+
- make create methods subscribable [`#389`](https://github.com/oceanprotocol/ocean.js/pull/389)
|
|
1547
|
+
- Bump @types/node from 14.11.10 to 14.14.0 [`#383`](https://github.com/oceanprotocol/ocean.js/pull/383)
|
|
1548
|
+
- make pool.create subscribable [`dec9c57`](https://github.com/oceanprotocol/ocean.js/commit/dec9c57c94f777201355c1356c881989002931c1)
|
|
1549
|
+
- change exchange.create to allow subscribe&approve [`11271a9`](https://github.com/oceanprotocol/ocean.js/commit/11271a970b6fd692e26cf398973244ae1e153b9b)
|
|
1550
|
+
- pool.create returns txid [`4db0a0d`](https://github.com/oceanprotocol/ocean.js/commit/4db0a0d43d25aaefba121985dc00f5dad570db11)
|
|
1517
1551
|
|
|
1518
|
-
#### [v0.6.7](https://github.com/oceanprotocol/ocean
|
|
1552
|
+
#### [v0.6.7](https://github.com/oceanprotocol/ocean.js/compare/v0.6.6...v0.6.7)
|
|
1519
1553
|
|
|
1520
1554
|
> 21 October 2020
|
|
1521
1555
|
|
|
1522
|
-
- Update .travis.yml [`#384`](https://github.com/oceanprotocol/ocean
|
|
1523
|
-
- Release 0.6.7 [`f5f9e33`](https://github.com/oceanprotocol/ocean
|
|
1556
|
+
- Update .travis.yml [`#384`](https://github.com/oceanprotocol/ocean.js/pull/384)
|
|
1557
|
+
- Release 0.6.7 [`f5f9e33`](https://github.com/oceanprotocol/ocean.js/commit/f5f9e3308def5daea18cb4f2d2b9a2742c602fdb)
|
|
1524
1558
|
|
|
1525
|
-
#### [v0.6.6](https://github.com/oceanprotocol/ocean
|
|
1559
|
+
#### [v0.6.6](https://github.com/oceanprotocol/ocean.js/compare/v0.6.5...v0.6.6)
|
|
1526
1560
|
|
|
1527
1561
|
> 20 October 2020
|
|
1528
1562
|
|
|
1529
|
-
- add datatokeninfo to ddo creation [`#382`](https://github.com/oceanprotocol/ocean
|
|
1530
|
-
- fix getOrderHistory [`#381`](https://github.com/oceanprotocol/ocean
|
|
1531
|
-
- Bump @typescript-eslint/parser from 4.4.1 to 4.5.0 [`#378`](https://github.com/oceanprotocol/ocean
|
|
1532
|
-
- Bump @typescript-eslint/eslint-plugin from 4.4.1 to 4.5.0 [`#379`](https://github.com/oceanprotocol/ocean
|
|
1533
|
-
- Release 0.6.6 [`461ea5c`](https://github.com/oceanprotocol/ocean
|
|
1534
|
-
- fix tests [`efaa3f6`](https://github.com/oceanprotocol/ocean
|
|
1563
|
+
- add datatokeninfo to ddo creation [`#382`](https://github.com/oceanprotocol/ocean.js/pull/382)
|
|
1564
|
+
- fix getOrderHistory [`#381`](https://github.com/oceanprotocol/ocean.js/pull/381)
|
|
1565
|
+
- Bump @typescript-eslint/parser from 4.4.1 to 4.5.0 [`#378`](https://github.com/oceanprotocol/ocean.js/pull/378)
|
|
1566
|
+
- Bump @typescript-eslint/eslint-plugin from 4.4.1 to 4.5.0 [`#379`](https://github.com/oceanprotocol/ocean.js/pull/379)
|
|
1567
|
+
- Release 0.6.6 [`461ea5c`](https://github.com/oceanprotocol/ocean.js/commit/461ea5c46ab8f419f5d95a59a7237052b1192edd)
|
|
1568
|
+
- fix tests [`efaa3f6`](https://github.com/oceanprotocol/ocean.js/commit/efaa3f6d1d6b425cb9faa1a4d113d9272909cf7e)
|
|
1535
1569
|
|
|
1536
|
-
#### [v0.6.5](https://github.com/oceanprotocol/ocean
|
|
1570
|
+
#### [v0.6.5](https://github.com/oceanprotocol/ocean.js/compare/v0.6.4...v0.6.5)
|
|
1537
1571
|
|
|
1538
1572
|
> 19 October 2020
|
|
1539
1573
|
|
|
1540
|
-
- search for pools on-chain [`#375`](https://github.com/oceanprotocol/ocean
|
|
1541
|
-
- Fix/Error-messages [`#367`](https://github.com/oceanprotocol/ocean
|
|
1542
|
-
- Bump @types/chai from 4.2.13 to 4.2.14 [`#369`](https://github.com/oceanprotocol/ocean
|
|
1543
|
-
- Bump @types/node from 14.11.8 to 14.11.10 [`#372`](https://github.com/oceanprotocol/ocean
|
|
1544
|
-
- Bump release-it from 14.1.0 to 14.2.0 [`#370`](https://github.com/oceanprotocol/ocean
|
|
1545
|
-
- Bump eslint-config-prettier from 6.12.0 to 6.13.0 [`#371`](https://github.com/oceanprotocol/ocean
|
|
1546
|
-
- handle error messages [`d574782`](https://github.com/oceanprotocol/ocean
|
|
1547
|
-
- Release 0.6.5 [`7bed54e`](https://github.com/oceanprotocol/ocean
|
|
1548
|
-
- fix lint errors [`3a34c0c`](https://github.com/oceanprotocol/ocean
|
|
1574
|
+
- search for pools on-chain [`#375`](https://github.com/oceanprotocol/ocean.js/pull/375)
|
|
1575
|
+
- Fix/Error-messages [`#367`](https://github.com/oceanprotocol/ocean.js/pull/367)
|
|
1576
|
+
- Bump @types/chai from 4.2.13 to 4.2.14 [`#369`](https://github.com/oceanprotocol/ocean.js/pull/369)
|
|
1577
|
+
- Bump @types/node from 14.11.8 to 14.11.10 [`#372`](https://github.com/oceanprotocol/ocean.js/pull/372)
|
|
1578
|
+
- Bump release-it from 14.1.0 to 14.2.0 [`#370`](https://github.com/oceanprotocol/ocean.js/pull/370)
|
|
1579
|
+
- Bump eslint-config-prettier from 6.12.0 to 6.13.0 [`#371`](https://github.com/oceanprotocol/ocean.js/pull/371)
|
|
1580
|
+
- handle error messages [`d574782`](https://github.com/oceanprotocol/ocean.js/commit/d574782b14f1d237317c7029ae39bcb07a61226e)
|
|
1581
|
+
- Release 0.6.5 [`7bed54e`](https://github.com/oceanprotocol/ocean.js/commit/7bed54e0a311ce2f00e5e66923fa5b6527cd5f2c)
|
|
1582
|
+
- fix lint errors [`3a34c0c`](https://github.com/oceanprotocol/ocean.js/commit/3a34c0c54c42800746d3c04572d5b68bdcd91060)
|
|
1549
1583
|
|
|
1550
|
-
#### [v0.6.4](https://github.com/oceanprotocol/ocean
|
|
1584
|
+
#### [v0.6.4](https://github.com/oceanprotocol/ocean.js/compare/v0.6.3...v0.6.4)
|
|
1551
1585
|
|
|
1552
1586
|
> 16 October 2020
|
|
1553
1587
|
|
|
1554
|
-
- fix bug when amountOut>=balanceOut [`#365`](https://github.com/oceanprotocol/ocean
|
|
1555
|
-
- Bump @truffle/hdwallet-provider from 1.1.0 to 1.1.1 [`#368`](https://github.com/oceanprotocol/ocean
|
|
1556
|
-
- Release 0.6.4 [`e5e1e40`](https://github.com/oceanprotocol/ocean
|
|
1557
|
-
- add test [`b341667`](https://github.com/oceanprotocol/ocean
|
|
1588
|
+
- fix bug when amountOut>=balanceOut [`#365`](https://github.com/oceanprotocol/ocean.js/pull/365)
|
|
1589
|
+
- Bump @truffle/hdwallet-provider from 1.1.0 to 1.1.1 [`#368`](https://github.com/oceanprotocol/ocean.js/pull/368)
|
|
1590
|
+
- Release 0.6.4 [`e5e1e40`](https://github.com/oceanprotocol/ocean.js/commit/e5e1e40608cb2e5e4b45dbd9f44247229a158a58)
|
|
1591
|
+
- add test [`b341667`](https://github.com/oceanprotocol/ocean.js/commit/b34166732f4ddaacb4a7ba9ab9f13cb6e5961cfc)
|
|
1558
1592
|
|
|
1559
|
-
#### [v0.6.3](https://github.com/oceanprotocol/ocean
|
|
1593
|
+
#### [v0.6.3](https://github.com/oceanprotocol/ocean.js/compare/v0.6.2...v0.6.3)
|
|
1560
1594
|
|
|
1561
1595
|
> 15 October 2020
|
|
1562
1596
|
|
|
1563
|
-
- Fix/tests-assertion [`#362`](https://github.com/oceanprotocol/ocean
|
|
1564
|
-
- Bump @oceanprotocol/contracts from 0.5.5 to 0.5.6 [`#364`](https://github.com/oceanprotocol/ocean
|
|
1565
|
-
- Feature/new aqua and provider [`#359`](https://github.com/oceanprotocol/ocean
|
|
1566
|
-
- add ddo.datatokeninfo [`#363`](https://github.com/oceanprotocol/ocean
|
|
1567
|
-
- package updates [`0f82c00`](https://github.com/oceanprotocol/ocean
|
|
1568
|
-
- get polls from aquarius [`15e6518`](https://github.com/oceanprotocol/ocean
|
|
1569
|
-
- Release 0.6.3 [`7d15d2d`](https://github.com/oceanprotocol/ocean
|
|
1597
|
+
- Fix/tests-assertion [`#362`](https://github.com/oceanprotocol/ocean.js/pull/362)
|
|
1598
|
+
- Bump @oceanprotocol/contracts from 0.5.5 to 0.5.6 [`#364`](https://github.com/oceanprotocol/ocean.js/pull/364)
|
|
1599
|
+
- Feature/new aqua and provider [`#359`](https://github.com/oceanprotocol/ocean.js/pull/359)
|
|
1600
|
+
- add ddo.datatokeninfo [`#363`](https://github.com/oceanprotocol/ocean.js/pull/363)
|
|
1601
|
+
- package updates [`0f82c00`](https://github.com/oceanprotocol/ocean.js/commit/0f82c00a06ffdea0d560b822ab995ebfa1ffb447)
|
|
1602
|
+
- get polls from aquarius [`15e6518`](https://github.com/oceanprotocol/ocean.js/commit/15e651801caf366ec434563dd96a57ad5d2ccf68)
|
|
1603
|
+
- Release 0.6.3 [`7d15d2d`](https://github.com/oceanprotocol/ocean.js/commit/7d15d2d1d98005bed73204bab22567953ef5746e)
|
|
1570
1604
|
|
|
1571
|
-
#### [v0.6.2](https://github.com/oceanprotocol/ocean
|
|
1605
|
+
#### [v0.6.2](https://github.com/oceanprotocol/ocean.js/compare/v0.6.1...v0.6.2)
|
|
1572
1606
|
|
|
1573
1607
|
> 14 October 2020
|
|
1574
1608
|
|
|
1575
|
-
- add getTokensRemovedforPoolShares [`#361`](https://github.com/oceanprotocol/ocean
|
|
1576
|
-
- refactor [`8ee1172`](https://github.com/oceanprotocol/ocean
|
|
1577
|
-
- Release 0.6.2 [`20551cf`](https://github.com/oceanprotocol/ocean
|
|
1578
|
-
- add missing test [`452b0b6`](https://github.com/oceanprotocol/ocean
|
|
1609
|
+
- add getTokensRemovedforPoolShares [`#361`](https://github.com/oceanprotocol/ocean.js/pull/361)
|
|
1610
|
+
- refactor [`8ee1172`](https://github.com/oceanprotocol/ocean.js/commit/8ee1172d2154073cfbc7b4f1006e595dfd89de74)
|
|
1611
|
+
- Release 0.6.2 [`20551cf`](https://github.com/oceanprotocol/ocean.js/commit/20551cf8e18bff1ebd433ddd938a40887365429f)
|
|
1612
|
+
- add missing test [`452b0b6`](https://github.com/oceanprotocol/ocean.js/commit/452b0b6b7820999f9865b3b6efc4eea2b3f0f2f5)
|
|
1579
1613
|
|
|
1580
|
-
#### [v0.6.1](https://github.com/oceanprotocol/ocean
|
|
1614
|
+
#### [v0.6.1](https://github.com/oceanprotocol/ocean.js/compare/v0.6.0...v0.6.1)
|
|
1581
1615
|
|
|
1582
1616
|
> 14 October 2020
|
|
1583
1617
|
|
|
1584
|
-
- remove duplicate totalSupply [`#360`](https://github.com/oceanprotocol/ocean
|
|
1585
|
-
- Release 0.6.1 [`7f27935`](https://github.com/oceanprotocol/ocean
|
|
1586
|
-
- fix balancer test [`a6d79c0`](https://github.com/oceanprotocol/ocean
|
|
1587
|
-
- fix balancer test [`9cad523`](https://github.com/oceanprotocol/ocean
|
|
1618
|
+
- remove duplicate totalSupply [`#360`](https://github.com/oceanprotocol/ocean.js/pull/360)
|
|
1619
|
+
- Release 0.6.1 [`7f27935`](https://github.com/oceanprotocol/ocean.js/commit/7f279350a0801a96edd4857df2ac6740327c8a64)
|
|
1620
|
+
- fix balancer test [`a6d79c0`](https://github.com/oceanprotocol/ocean.js/commit/a6d79c020a557bb34b4f986942e740d5adf4ce0a)
|
|
1621
|
+
- fix balancer test [`9cad523`](https://github.com/oceanprotocol/ocean.js/commit/9cad5231505b89b75eb066e8131434593ae24eca)
|
|
1588
1622
|
|
|
1589
|
-
#### [v0.6.0](https://github.com/oceanprotocol/ocean
|
|
1623
|
+
#### [v0.6.0](https://github.com/oceanprotocol/ocean.js/compare/v0.5.6...v0.6.0)
|
|
1590
1624
|
|
|
1591
1625
|
> 13 October 2020
|
|
1592
1626
|
|
|
1593
|
-
- remove ddo prof [`#358`](https://github.com/oceanprotocol/ocean
|
|
1594
|
-
- ocean-lib-js → ocean.js [`#355`](https://github.com/oceanprotocol/ocean
|
|
1595
|
-
- metadataStore → metadataCache [`#354`](https://github.com/oceanprotocol/ocean
|
|
1596
|
-
- Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.4.1 [`#352`](https://github.com/oceanprotocol/ocean
|
|
1597
|
-
- Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 [`#353`](https://github.com/oceanprotocol/ocean
|
|
1598
|
-
- sort polls by blockNumber [`#357`](https://github.com/oceanprotocol/ocean
|
|
1599
|
-
- jsdocs updates [`#350`](https://github.com/oceanprotocol/ocean
|
|
1600
|
-
- add pool validation and helpers [`#348`](https://github.com/oceanprotocol/ocean
|
|
1601
|
-
- Bump eslint from 7.10.0 to 7.11.0 [`#344`](https://github.com/oceanprotocol/ocean
|
|
1602
|
-
- Bump @types/node from 14.11.7 to 14.11.8 [`#347`](https://github.com/oceanprotocol/ocean
|
|
1603
|
-
- Bump release-it from 14.0.4 to 14.1.0 [`#345`](https://github.com/oceanprotocol/ocean
|
|
1604
|
-
- Bump @types/node from 14.11.5 to 14.11.7 [`#342`](https://github.com/oceanprotocol/ocean
|
|
1605
|
-
- fix #341 [`#341`](https://github.com/oceanprotocol/ocean
|
|
1606
|
-
- Release 0.6.0 [`69a0b0d`](https://github.com/oceanprotocol/ocean
|
|
1607
|
-
- add more pool tests [`002a38d`](https://github.com/oceanprotocol/ocean
|
|
1608
|
-
- more helpers [`d2b770a`](https://github.com/oceanprotocol/ocean
|
|
1609
|
-
|
|
1610
|
-
#### [v0.5.6](https://github.com/oceanprotocol/ocean
|
|
1627
|
+
- remove ddo prof [`#358`](https://github.com/oceanprotocol/ocean.js/pull/358)
|
|
1628
|
+
- ocean-lib-js → ocean.js [`#355`](https://github.com/oceanprotocol/ocean.js/pull/355)
|
|
1629
|
+
- metadataStore → metadataCache [`#354`](https://github.com/oceanprotocol/ocean.js/pull/354)
|
|
1630
|
+
- Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.4.1 [`#352`](https://github.com/oceanprotocol/ocean.js/pull/352)
|
|
1631
|
+
- Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 [`#353`](https://github.com/oceanprotocol/ocean.js/pull/353)
|
|
1632
|
+
- sort polls by blockNumber [`#357`](https://github.com/oceanprotocol/ocean.js/pull/357)
|
|
1633
|
+
- jsdocs updates [`#350`](https://github.com/oceanprotocol/ocean.js/pull/350)
|
|
1634
|
+
- add pool validation and helpers [`#348`](https://github.com/oceanprotocol/ocean.js/pull/348)
|
|
1635
|
+
- Bump eslint from 7.10.0 to 7.11.0 [`#344`](https://github.com/oceanprotocol/ocean.js/pull/344)
|
|
1636
|
+
- Bump @types/node from 14.11.7 to 14.11.8 [`#347`](https://github.com/oceanprotocol/ocean.js/pull/347)
|
|
1637
|
+
- Bump release-it from 14.0.4 to 14.1.0 [`#345`](https://github.com/oceanprotocol/ocean.js/pull/345)
|
|
1638
|
+
- Bump @types/node from 14.11.5 to 14.11.7 [`#342`](https://github.com/oceanprotocol/ocean.js/pull/342)
|
|
1639
|
+
- fix #341 [`#341`](https://github.com/oceanprotocol/ocean.js/issues/341)
|
|
1640
|
+
- Release 0.6.0 [`69a0b0d`](https://github.com/oceanprotocol/ocean.js/commit/69a0b0d8a2f34ae08e37de1b21c7edc5d52a83ae)
|
|
1641
|
+
- add more pool tests [`002a38d`](https://github.com/oceanprotocol/ocean.js/commit/002a38d487ffacb54f04b74679da528d282b873c)
|
|
1642
|
+
- more helpers [`d2b770a`](https://github.com/oceanprotocol/ocean.js/commit/d2b770a9823ea0fa4252fedba6033c0634d38d5f)
|
|
1643
|
+
|
|
1644
|
+
#### [v0.5.6](https://github.com/oceanprotocol/ocean.js/compare/v0.5.5...v0.5.6)
|
|
1611
1645
|
|
|
1612
1646
|
> 8 October 2020
|
|
1613
1647
|
|
|
1614
|
-
- update DDO [`#340`](https://github.com/oceanprotocol/ocean
|
|
1615
|
-
- Bump release-it from 14.0.3 to 14.0.4 [`#339`](https://github.com/oceanprotocol/ocean
|
|
1616
|
-
- Bump @types/node from 14.11.4 to 14.11.5 [`#337`](https://github.com/oceanprotocol/ocean
|
|
1617
|
-
- fix incorrect dtAddress [`#338`](https://github.com/oceanprotocol/ocean
|
|
1618
|
-
- Feature/swapFee docs [`#331`](https://github.com/oceanprotocol/ocean
|
|
1619
|
-
- Bump @types/chai from 4.2.12 to 4.2.13 [`#334`](https://github.com/oceanprotocol/ocean
|
|
1620
|
-
- Bump @types/node from 14.11.2 to 14.11.4 [`#332`](https://github.com/oceanprotocol/ocean
|
|
1621
|
-
- Bump @typescript-eslint/eslint-plugin from 4.3.0 to 4.4.0 [`#335`](https://github.com/oceanprotocol/ocean
|
|
1622
|
-
- Bump @typescript-eslint/parser from 4.3.0 to 4.4.0 [`#333`](https://github.com/oceanprotocol/ocean
|
|
1623
|
-
- Bump uuid from 8.3.0 to 8.3.1 [`#330`](https://github.com/oceanprotocol/ocean
|
|
1624
|
-
- Release 0.5.6 [`a6d6a5f`](https://github.com/oceanprotocol/ocean
|
|
1625
|
-
- BestPrice interface [`d3b47d6`](https://github.com/oceanprotocol/ocean
|
|
1626
|
-
- Update OceanPool.ts [`e1c7eeb`](https://github.com/oceanprotocol/ocean
|
|
1627
|
-
|
|
1628
|
-
#### [v0.5.5](https://github.com/oceanprotocol/ocean
|
|
1648
|
+
- update DDO [`#340`](https://github.com/oceanprotocol/ocean.js/pull/340)
|
|
1649
|
+
- Bump release-it from 14.0.3 to 14.0.4 [`#339`](https://github.com/oceanprotocol/ocean.js/pull/339)
|
|
1650
|
+
- Bump @types/node from 14.11.4 to 14.11.5 [`#337`](https://github.com/oceanprotocol/ocean.js/pull/337)
|
|
1651
|
+
- fix incorrect dtAddress [`#338`](https://github.com/oceanprotocol/ocean.js/pull/338)
|
|
1652
|
+
- Feature/swapFee docs [`#331`](https://github.com/oceanprotocol/ocean.js/pull/331)
|
|
1653
|
+
- Bump @types/chai from 4.2.12 to 4.2.13 [`#334`](https://github.com/oceanprotocol/ocean.js/pull/334)
|
|
1654
|
+
- Bump @types/node from 14.11.2 to 14.11.4 [`#332`](https://github.com/oceanprotocol/ocean.js/pull/332)
|
|
1655
|
+
- Bump @typescript-eslint/eslint-plugin from 4.3.0 to 4.4.0 [`#335`](https://github.com/oceanprotocol/ocean.js/pull/335)
|
|
1656
|
+
- Bump @typescript-eslint/parser from 4.3.0 to 4.4.0 [`#333`](https://github.com/oceanprotocol/ocean.js/pull/333)
|
|
1657
|
+
- Bump uuid from 8.3.0 to 8.3.1 [`#330`](https://github.com/oceanprotocol/ocean.js/pull/330)
|
|
1658
|
+
- Release 0.5.6 [`a6d6a5f`](https://github.com/oceanprotocol/ocean.js/commit/a6d6a5f8c9b83b4ffcfe3a584bcf2dcf23316144)
|
|
1659
|
+
- BestPrice interface [`d3b47d6`](https://github.com/oceanprotocol/ocean.js/commit/d3b47d618ba145db55f12ba2a7ffdfc247d58693)
|
|
1660
|
+
- Update OceanPool.ts [`e1c7eeb`](https://github.com/oceanprotocol/ocean.js/commit/e1c7eeb6ba050860e63aac4b9909fd475dc786a8)
|
|
1661
|
+
|
|
1662
|
+
#### [v0.5.5](https://github.com/oceanprotocol/ocean.js/compare/v0.5.4...v0.5.5)
|
|
1629
1663
|
|
|
1630
1664
|
> 2 October 2020
|
|
1631
1665
|
|
|
1632
|
-
- fix typo in Metadata contract address [`#329`](https://github.com/oceanprotocol/ocean
|
|
1633
|
-
- Release 0.5.5 [`bca3202`](https://github.com/oceanprotocol/ocean
|
|
1634
|
-
- fix type in Metadata [`4653432`](https://github.com/oceanprotocol/ocean
|
|
1666
|
+
- fix typo in Metadata contract address [`#329`](https://github.com/oceanprotocol/ocean.js/pull/329)
|
|
1667
|
+
- Release 0.5.5 [`bca3202`](https://github.com/oceanprotocol/ocean.js/commit/bca320281401b13a0fe7e192598f60d487438d8b)
|
|
1668
|
+
- fix type in Metadata [`4653432`](https://github.com/oceanprotocol/ocean.js/commit/46534324f5a963d2214c2c70ace0022486c26a54)
|
|
1635
1669
|
|
|
1636
|
-
#### [v0.5.4](https://github.com/oceanprotocol/ocean
|
|
1670
|
+
#### [v0.5.4](https://github.com/oceanprotocol/ocean.js/compare/v0.5.3...v0.5.4)
|
|
1637
1671
|
|
|
1638
1672
|
> 2 October 2020
|
|
1639
1673
|
|
|
1640
|
-
- Feature/contracts 053 [`#328`](https://github.com/oceanprotocol/ocean
|
|
1641
|
-
- update to contracts 0.5.3 [`b78a57c`](https://github.com/oceanprotocol/ocean
|
|
1642
|
-
- Release 0.5.4 [`cd033b5`](https://github.com/oceanprotocol/ocean
|
|
1643
|
-
- update to contracts 0.5.3 [`cc84784`](https://github.com/oceanprotocol/ocean
|
|
1674
|
+
- Feature/contracts 053 [`#328`](https://github.com/oceanprotocol/ocean.js/pull/328)
|
|
1675
|
+
- update to contracts 0.5.3 [`b78a57c`](https://github.com/oceanprotocol/ocean.js/commit/b78a57c59a98cb10c0f90f14d24011c43920bfff)
|
|
1676
|
+
- Release 0.5.4 [`cd033b5`](https://github.com/oceanprotocol/ocean.js/commit/cd033b547a8e059ca37b69594aa5a66dfd5b4d7c)
|
|
1677
|
+
- update to contracts 0.5.3 [`cc84784`](https://github.com/oceanprotocol/ocean.js/commit/cc847841c5639fb0f74bea5ca5b4e43f184b923a)
|
|
1644
1678
|
|
|
1645
|
-
#### [v0.5.3](https://github.com/oceanprotocol/ocean
|
|
1679
|
+
#### [v0.5.3](https://github.com/oceanprotocol/ocean.js/compare/v0.5.2...v0.5.3)
|
|
1646
1680
|
|
|
1647
1681
|
> 2 October 2020
|
|
1648
1682
|
|
|
1649
|
-
- use networkID instead of chainId [`#327`](https://github.com/oceanprotocol/ocean
|
|
1650
|
-
- Release 0.5.3 [`9a228c1`](https://github.com/oceanprotocol/ocean
|
|
1683
|
+
- use networkID instead of chainId [`#327`](https://github.com/oceanprotocol/ocean.js/pull/327)
|
|
1684
|
+
- Release 0.5.3 [`9a228c1`](https://github.com/oceanprotocol/ocean.js/commit/9a228c131ba61d485c22f575f31e78e4689a3969)
|
|
1651
1685
|
|
|
1652
|
-
#### [v0.5.2](https://github.com/oceanprotocol/ocean
|
|
1686
|
+
#### [v0.5.2](https://github.com/oceanprotocol/ocean.js/compare/v0.5.1...v0.5.2)
|
|
1653
1687
|
|
|
1654
1688
|
> 1 October 2020
|
|
1655
1689
|
|
|
1656
|
-
- add order history [`#325`](https://github.com/oceanprotocol/ocean
|
|
1657
|
-
- Release 0.5.2 [`0526778`](https://github.com/oceanprotocol/ocean
|
|
1658
|
-
- add optional filter [`4d00c88`](https://github.com/oceanprotocol/ocean
|
|
1659
|
-
- rename from OrderHistory to Order [`2a715c9`](https://github.com/oceanprotocol/ocean
|
|
1690
|
+
- add order history [`#325`](https://github.com/oceanprotocol/ocean.js/pull/325)
|
|
1691
|
+
- Release 0.5.2 [`0526778`](https://github.com/oceanprotocol/ocean.js/commit/05267781824b59ea8eb0fe5ddc38556d77f68dc8)
|
|
1692
|
+
- add optional filter [`4d00c88`](https://github.com/oceanprotocol/ocean.js/commit/4d00c882df3915eb172b3df7bcb70d3dfd7a5f5f)
|
|
1693
|
+
- rename from OrderHistory to Order [`2a715c9`](https://github.com/oceanprotocol/ocean.js/commit/2a715c94427247d92f06deedde5ecc2f717dd644)
|
|
1660
1694
|
|
|
1661
|
-
#### [v0.5.1](https://github.com/oceanprotocol/ocean
|
|
1695
|
+
#### [v0.5.1](https://github.com/oceanprotocol/ocean.js/compare/v0.5.0...v0.5.1)
|
|
1662
1696
|
|
|
1663
1697
|
> 1 October 2020
|
|
1664
1698
|
|
|
1665
|
-
- Feature/contracts 0.5.1 [`#324`](https://github.com/oceanprotocol/ocean
|
|
1666
|
-
- bump contracts to 0.5.1 [`9b7f911`](https://github.com/oceanprotocol/ocean
|
|
1667
|
-
- Release 0.5.1 [`50e2f8d`](https://github.com/oceanprotocol/ocean
|
|
1668
|
-
- fix lint [`2e04ece`](https://github.com/oceanprotocol/ocean
|
|
1699
|
+
- Feature/contracts 0.5.1 [`#324`](https://github.com/oceanprotocol/ocean.js/pull/324)
|
|
1700
|
+
- bump contracts to 0.5.1 [`9b7f911`](https://github.com/oceanprotocol/ocean.js/commit/9b7f9119348c1310e34c73dbccecc2c41db828a0)
|
|
1701
|
+
- Release 0.5.1 [`50e2f8d`](https://github.com/oceanprotocol/ocean.js/commit/50e2f8de61092f466eb139a42cb3094640dfcfc7)
|
|
1702
|
+
- fix lint [`2e04ece`](https://github.com/oceanprotocol/ocean.js/commit/2e04ece81c10ed7b765cb09844145c474230efe7)
|
|
1669
1703
|
|
|
1670
|
-
#### [v0.5.0](https://github.com/oceanprotocol/ocean
|
|
1704
|
+
#### [v0.5.0](https://github.com/oceanprotocol/ocean.js/compare/v0.4.1...v0.5.0)
|
|
1671
1705
|
|
|
1672
1706
|
> 1 October 2020
|
|
1673
1707
|
|
|
1674
|
-
- Feature/contracts 0.5.0 & account removed where possible [`#323`](https://github.com/oceanprotocol/ocean
|
|
1675
|
-
- remove need of an account for some calls [`fa2a1f8`](https://github.com/oceanprotocol/ocean
|
|
1676
|
-
- bump contracts to 0.5.0 [`9bbff39`](https://github.com/oceanprotocol/ocean
|
|
1677
|
-
- Release 0.5.0 [`82af6ed`](https://github.com/oceanprotocol/ocean
|
|
1708
|
+
- Feature/contracts 0.5.0 & account removed where possible [`#323`](https://github.com/oceanprotocol/ocean.js/pull/323)
|
|
1709
|
+
- remove need of an account for some calls [`fa2a1f8`](https://github.com/oceanprotocol/ocean.js/commit/fa2a1f8944b5a158a142929bf89e09e21c169b8f)
|
|
1710
|
+
- bump contracts to 0.5.0 [`9bbff39`](https://github.com/oceanprotocol/ocean.js/commit/9bbff39cf002d50d2e923135cf35d4c2e5c26c94)
|
|
1711
|
+
- Release 0.5.0 [`82af6ed`](https://github.com/oceanprotocol/ocean.js/commit/82af6edcd3382db6241601c3e808a9827447ce59)
|
|
1678
1712
|
|
|
1679
|
-
#### [v0.4.1](https://github.com/oceanprotocol/ocean
|
|
1713
|
+
#### [v0.4.1](https://github.com/oceanprotocol/ocean.js/compare/v0.4.0...v0.4.1)
|
|
1680
1714
|
|
|
1681
1715
|
> 30 September 2020
|
|
1682
1716
|
|
|
1683
|
-
- Release 0.4.1 [`b013d97`](https://github.com/oceanprotocol/ocean
|
|
1684
|
-
- run build upon release [`2b5d48a`](https://github.com/oceanprotocol/ocean
|
|
1717
|
+
- Release 0.4.1 [`b013d97`](https://github.com/oceanprotocol/ocean.js/commit/b013d970ae8c12dc4dc45e82486ea27f5699df0e)
|
|
1718
|
+
- run build upon release [`2b5d48a`](https://github.com/oceanprotocol/ocean.js/commit/2b5d48a3c977c925f9b774ac1eb794180824ea22)
|
|
1685
1719
|
|
|
1686
|
-
#### [v0.4.0](https://github.com/oceanprotocol/ocean
|
|
1720
|
+
#### [v0.4.0](https://github.com/oceanprotocol/ocean.js/compare/v0.3.2...v0.4.0)
|
|
1687
1721
|
|
|
1688
1722
|
> 30 September 2020
|
|
1689
1723
|
|
|
1690
|
-
- add stats/history [`#289`](https://github.com/oceanprotocol/ocean
|
|
1691
|
-
- add stats [`c6a9f7d`](https://github.com/oceanprotocol/ocean
|
|
1692
|
-
- add stats [`b815fbf`](https://github.com/oceanprotocol/ocean
|
|
1693
|
-
- small refactor [`6f645d6`](https://github.com/oceanprotocol/ocean
|
|
1724
|
+
- add stats/history [`#289`](https://github.com/oceanprotocol/ocean.js/pull/289)
|
|
1725
|
+
- add stats [`c6a9f7d`](https://github.com/oceanprotocol/ocean.js/commit/c6a9f7d69b8ac60f349e62a3dbc161b835b4fb41)
|
|
1726
|
+
- add stats [`b815fbf`](https://github.com/oceanprotocol/ocean.js/commit/b815fbf0a135e0825674b45b64f1d911c03e6a59)
|
|
1727
|
+
- small refactor [`6f645d6`](https://github.com/oceanprotocol/ocean.js/commit/6f645d6e8fd134a69b56e862e9652a830308df12)
|
|
1694
1728
|
|
|
1695
|
-
#### [v0.3.2](https://github.com/oceanprotocol/ocean
|
|
1729
|
+
#### [v0.3.2](https://github.com/oceanprotocol/ocean.js/compare/v0.3.1...v0.3.2)
|
|
1696
1730
|
|
|
1697
1731
|
> 29 September 2020
|
|
1698
1732
|
|
|
1699
|
-
- Fix asset create [`#320`](https://github.com/oceanprotocol/ocean
|
|
1700
|
-
- Bump decimal.js from 10.2.0 to 10.2.1 [`#317`](https://github.com/oceanprotocol/ocean
|
|
1701
|
-
- Bump @typescript-eslint/eslint-plugin from 4.2.0 to 4.3.0 [`#318`](https://github.com/oceanprotocol/ocean
|
|
1702
|
-
- Bump @typescript-eslint/parser from 4.2.0 to 4.3.0 [`#319`](https://github.com/oceanprotocol/ocean
|
|
1703
|
-
- Bump eslint from 7.9.0 to 7.10.0 [`#314`](https://github.com/oceanprotocol/ocean
|
|
1704
|
-
- Bump eslint-config-prettier from 6.11.0 to 6.12.0 [`#313`](https://github.com/oceanprotocol/ocean
|
|
1705
|
-
- Release 0.3.2 [`43a96cc`](https://github.com/oceanprotocol/ocean
|
|
1706
|
-
- fix test spy [`cde752f`](https://github.com/oceanprotocol/ocean
|
|
1707
|
-
- dt check [`fc534c3`](https://github.com/oceanprotocol/ocean
|
|
1733
|
+
- Fix asset create [`#320`](https://github.com/oceanprotocol/ocean.js/pull/320)
|
|
1734
|
+
- Bump decimal.js from 10.2.0 to 10.2.1 [`#317`](https://github.com/oceanprotocol/ocean.js/pull/317)
|
|
1735
|
+
- Bump @typescript-eslint/eslint-plugin from 4.2.0 to 4.3.0 [`#318`](https://github.com/oceanprotocol/ocean.js/pull/318)
|
|
1736
|
+
- Bump @typescript-eslint/parser from 4.2.0 to 4.3.0 [`#319`](https://github.com/oceanprotocol/ocean.js/pull/319)
|
|
1737
|
+
- Bump eslint from 7.9.0 to 7.10.0 [`#314`](https://github.com/oceanprotocol/ocean.js/pull/314)
|
|
1738
|
+
- Bump eslint-config-prettier from 6.11.0 to 6.12.0 [`#313`](https://github.com/oceanprotocol/ocean.js/pull/313)
|
|
1739
|
+
- Release 0.3.2 [`43a96cc`](https://github.com/oceanprotocol/ocean.js/commit/43a96cc9c3570d306528aa4683cba3da6ba2a1bd)
|
|
1740
|
+
- fix test spy [`cde752f`](https://github.com/oceanprotocol/ocean.js/commit/cde752f4ae6927ce5acd680bea27f23325e8de02)
|
|
1741
|
+
- dt check [`fc534c3`](https://github.com/oceanprotocol/ocean.js/commit/fc534c3ce9d25a20774bdb9f29166d39add840c2)
|
|
1708
1742
|
|
|
1709
|
-
#### [v0.3.1](https://github.com/oceanprotocol/ocean
|
|
1743
|
+
#### [v0.3.1](https://github.com/oceanprotocol/ocean.js/compare/v0.3.0...v0.3.1)
|
|
1710
1744
|
|
|
1711
1745
|
> 25 September 2020
|
|
1712
1746
|
|
|
1713
|
-
- replace lzma library [`#311`](https://github.com/oceanprotocol/ocean
|
|
1714
|
-
- refactor getting local contract addresses [`#312`](https://github.com/oceanprotocol/ocean
|
|
1715
|
-
- make it work with lzma-native [`2896a8e`](https://github.com/oceanprotocol/ocean
|
|
1716
|
-
- test lz-string [`7188f33`](https://github.com/oceanprotocol/ocean
|
|
1717
|
-
- use limited, compress-only version of lzma.js [`3b8858a`](https://github.com/oceanprotocol/ocean
|
|
1747
|
+
- replace lzma library [`#311`](https://github.com/oceanprotocol/ocean.js/pull/311)
|
|
1748
|
+
- refactor getting local contract addresses [`#312`](https://github.com/oceanprotocol/ocean.js/pull/312)
|
|
1749
|
+
- make it work with lzma-native [`2896a8e`](https://github.com/oceanprotocol/ocean.js/commit/2896a8e24f8469e2590ccdab13c45c8c3a942a8e)
|
|
1750
|
+
- test lz-string [`7188f33`](https://github.com/oceanprotocol/ocean.js/commit/7188f337076278ea4ca52c9e9401b37d8e035196)
|
|
1751
|
+
- use limited, compress-only version of lzma.js [`3b8858a`](https://github.com/oceanprotocol/ocean.js/commit/3b8858a201329fc3489b0d72ebfd86e5e0362003)
|
|
1718
1752
|
|
|
1719
|
-
#### [v0.3.0](https://github.com/oceanprotocol/ocean
|
|
1753
|
+
#### [v0.3.0](https://github.com/oceanprotocol/ocean.js/compare/v0.2.5...v0.3.0)
|
|
1720
1754
|
|
|
1721
1755
|
> 23 September 2020
|
|
1722
1756
|
|
|
1723
|
-
- fix getOwnerAssets response [`#308`](https://github.com/oceanprotocol/ocean
|
|
1724
|
-
- use dtAddress as did, update metadata contract [`#309`](https://github.com/oceanprotocol/ocean
|
|
1725
|
-
- Feature/custom provider [`#288`](https://github.com/oceanprotocol/ocean
|
|
1726
|
-
- Bump @typescript-eslint/parser from 4.1.1 to 4.2.0 [`#303`](https://github.com/oceanprotocol/ocean
|
|
1727
|
-
- add data token address validity check [`#296`](https://github.com/oceanprotocol/ocean
|
|
1728
|
-
- Bump typedoc from 0.19.1 to 0.19.2 [`#305`](https://github.com/oceanprotocol/ocean
|
|
1729
|
-
- Bump @types/node from 14.11.1 to 14.11.2 [`#306`](https://github.com/oceanprotocol/ocean
|
|
1730
|
-
- Bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 [`#304`](https://github.com/oceanprotocol/ocean
|
|
1731
|
-
- Bump typescript from 4.0.2 to 4.0.3 [`#302`](https://github.com/oceanprotocol/ocean
|
|
1732
|
-
- Bump auto-changelog from 2.2.0 to 2.2.1 [`#301`](https://github.com/oceanprotocol/ocean
|
|
1733
|
-
- Bump @types/node from 14.10.2 to 14.11.1 [`#294`](https://github.com/oceanprotocol/ocean
|
|
1734
|
-
- Bump @truffle/hdwallet-provider from 1.0.44 to 1.1.0 [`#295`](https://github.com/oceanprotocol/ocean
|
|
1735
|
-
- add startOrder [`#271`](https://github.com/oceanprotocol/ocean
|
|
1736
|
-
- Feature/decentralized ddo (based on feature/StartOrder) [`#287`](https://github.com/oceanprotocol/ocean
|
|
1737
|
-
- add decentralized DDO [`c37c169`](https://github.com/oceanprotocol/ocean
|
|
1738
|
-
- add edit helpers [`323e57e`](https://github.com/oceanprotocol/ocean
|
|
1739
|
-
- use custom provider [`8665649`](https://github.com/oceanprotocol/ocean
|
|
1740
|
-
|
|
1741
|
-
#### [v0.2.5](https://github.com/oceanprotocol/ocean
|
|
1757
|
+
- fix getOwnerAssets response [`#308`](https://github.com/oceanprotocol/ocean.js/pull/308)
|
|
1758
|
+
- use dtAddress as did, update metadata contract [`#309`](https://github.com/oceanprotocol/ocean.js/pull/309)
|
|
1759
|
+
- Feature/custom provider [`#288`](https://github.com/oceanprotocol/ocean.js/pull/288)
|
|
1760
|
+
- Bump @typescript-eslint/parser from 4.1.1 to 4.2.0 [`#303`](https://github.com/oceanprotocol/ocean.js/pull/303)
|
|
1761
|
+
- add data token address validity check [`#296`](https://github.com/oceanprotocol/ocean.js/pull/296)
|
|
1762
|
+
- Bump typedoc from 0.19.1 to 0.19.2 [`#305`](https://github.com/oceanprotocol/ocean.js/pull/305)
|
|
1763
|
+
- Bump @types/node from 14.11.1 to 14.11.2 [`#306`](https://github.com/oceanprotocol/ocean.js/pull/306)
|
|
1764
|
+
- Bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 [`#304`](https://github.com/oceanprotocol/ocean.js/pull/304)
|
|
1765
|
+
- Bump typescript from 4.0.2 to 4.0.3 [`#302`](https://github.com/oceanprotocol/ocean.js/pull/302)
|
|
1766
|
+
- Bump auto-changelog from 2.2.0 to 2.2.1 [`#301`](https://github.com/oceanprotocol/ocean.js/pull/301)
|
|
1767
|
+
- Bump @types/node from 14.10.2 to 14.11.1 [`#294`](https://github.com/oceanprotocol/ocean.js/pull/294)
|
|
1768
|
+
- Bump @truffle/hdwallet-provider from 1.0.44 to 1.1.0 [`#295`](https://github.com/oceanprotocol/ocean.js/pull/295)
|
|
1769
|
+
- add startOrder [`#271`](https://github.com/oceanprotocol/ocean.js/pull/271)
|
|
1770
|
+
- Feature/decentralized ddo (based on feature/StartOrder) [`#287`](https://github.com/oceanprotocol/ocean.js/pull/287)
|
|
1771
|
+
- add decentralized DDO [`c37c169`](https://github.com/oceanprotocol/ocean.js/commit/c37c169d6af78c1cfd67130ba48d41a9a70b9a77)
|
|
1772
|
+
- add edit helpers [`323e57e`](https://github.com/oceanprotocol/ocean.js/commit/323e57e6f4fbe82d4195653e1027795a54825981)
|
|
1773
|
+
- use custom provider [`8665649`](https://github.com/oceanprotocol/ocean.js/commit/86656490d8b0e295dbd06da1ca0036b07dd62d1c)
|
|
1774
|
+
|
|
1775
|
+
#### [v0.2.5](https://github.com/oceanprotocol/ocean.js/compare/v0.2.4...v0.2.5)
|
|
1742
1776
|
|
|
1743
1777
|
> 16 September 2020
|
|
1744
1778
|
|
|
1745
|
-
- Bump web3 from 1.2.11 to 1.3.0 [`#282`](https://github.com/oceanprotocol/ocean
|
|
1746
|
-
- Bump @types/node from 14.10.1 to 14.10.2 [`#281`](https://github.com/oceanprotocol/ocean
|
|
1747
|
-
- Bump prettier from 2.1.1 to 2.1.2 [`#283`](https://github.com/oceanprotocol/ocean
|
|
1748
|
-
- Bump @typescript-eslint/eslint-plugin from 4.1.0 to 4.1.1 [`#274`](https://github.com/oceanprotocol/ocean
|
|
1749
|
-
- Bump @typescript-eslint/parser from 4.1.0 to 4.1.1 [`#275`](https://github.com/oceanprotocol/ocean
|
|
1750
|
-
- Bump release-it from 14.0.2 to 14.0.3 [`#276`](https://github.com/oceanprotocol/ocean
|
|
1751
|
-
- Bump @types/node from 14.10.0 to 14.10.1 [`#273`](https://github.com/oceanprotocol/ocean
|
|
1752
|
-
- Bump eslint from 7.8.1 to 7.9.0 [`#272`](https://github.com/oceanprotocol/ocean
|
|
1753
|
-
- Bump @types/node from 14.6.4 to 14.10.0 [`#269`](https://github.com/oceanprotocol/ocean
|
|
1754
|
-
- Bump @truffle/hdwallet-provider from 1.0.43 to 1.0.44 [`#268`](https://github.com/oceanprotocol/ocean
|
|
1755
|
-
- bump web3-eth-contract [`132d89e`](https://github.com/oceanprotocol/ocean
|
|
1756
|
-
- Release 0.2.5 [`e3e2108`](https://github.com/oceanprotocol/ocean
|
|
1757
|
-
|
|
1758
|
-
#### [v0.2.4](https://github.com/oceanprotocol/ocean
|
|
1779
|
+
- Bump web3 from 1.2.11 to 1.3.0 [`#282`](https://github.com/oceanprotocol/ocean.js/pull/282)
|
|
1780
|
+
- Bump @types/node from 14.10.1 to 14.10.2 [`#281`](https://github.com/oceanprotocol/ocean.js/pull/281)
|
|
1781
|
+
- Bump prettier from 2.1.1 to 2.1.2 [`#283`](https://github.com/oceanprotocol/ocean.js/pull/283)
|
|
1782
|
+
- Bump @typescript-eslint/eslint-plugin from 4.1.0 to 4.1.1 [`#274`](https://github.com/oceanprotocol/ocean.js/pull/274)
|
|
1783
|
+
- Bump @typescript-eslint/parser from 4.1.0 to 4.1.1 [`#275`](https://github.com/oceanprotocol/ocean.js/pull/275)
|
|
1784
|
+
- Bump release-it from 14.0.2 to 14.0.3 [`#276`](https://github.com/oceanprotocol/ocean.js/pull/276)
|
|
1785
|
+
- Bump @types/node from 14.10.0 to 14.10.1 [`#273`](https://github.com/oceanprotocol/ocean.js/pull/273)
|
|
1786
|
+
- Bump eslint from 7.8.1 to 7.9.0 [`#272`](https://github.com/oceanprotocol/ocean.js/pull/272)
|
|
1787
|
+
- Bump @types/node from 14.6.4 to 14.10.0 [`#269`](https://github.com/oceanprotocol/ocean.js/pull/269)
|
|
1788
|
+
- Bump @truffle/hdwallet-provider from 1.0.43 to 1.0.44 [`#268`](https://github.com/oceanprotocol/ocean.js/pull/268)
|
|
1789
|
+
- bump web3-eth-contract [`132d89e`](https://github.com/oceanprotocol/ocean.js/commit/132d89e302188f404e6003d29845eedc0e02f3d7)
|
|
1790
|
+
- Release 0.2.5 [`e3e2108`](https://github.com/oceanprotocol/ocean.js/commit/e3e210865d624e8c5f4dff6af6b04f6d81209cb4)
|
|
1791
|
+
|
|
1792
|
+
#### [v0.2.4](https://github.com/oceanprotocol/ocean.js/compare/v0.2.3...v0.2.4)
|
|
1759
1793
|
|
|
1760
1794
|
> 10 September 2020
|
|
1761
1795
|
|
|
1762
|
-
- Fix/check in searchForDT [`#267`](https://github.com/oceanprotocol/ocean
|
|
1763
|
-
- Release 0.2.4 [`57e8014`](https://github.com/oceanprotocol/ocean
|
|
1764
|
-
- add more unit tests [`dafbb1a`](https://github.com/oceanprotocol/ocean
|
|
1765
|
-
- fix lint [`d6053d5`](https://github.com/oceanprotocol/ocean
|
|
1796
|
+
- Fix/check in searchForDT [`#267`](https://github.com/oceanprotocol/ocean.js/pull/267)
|
|
1797
|
+
- Release 0.2.4 [`57e8014`](https://github.com/oceanprotocol/ocean.js/commit/57e8014060c9388d9aefc281611676a7dae8bdec)
|
|
1798
|
+
- add more unit tests [`dafbb1a`](https://github.com/oceanprotocol/ocean.js/commit/dafbb1a6ce33dccb616406d18d9b639b794c7f76)
|
|
1799
|
+
- fix lint [`d6053d5`](https://github.com/oceanprotocol/ocean.js/commit/d6053d5dbb98e39f5e630737a6c756bc2459b5fe)
|
|
1766
1800
|
|
|
1767
|
-
#### [v0.2.3](https://github.com/oceanprotocol/ocean
|
|
1801
|
+
#### [v0.2.3](https://github.com/oceanprotocol/ocean.js/compare/v0.2.2...v0.2.3)
|
|
1768
1802
|
|
|
1769
1803
|
> 9 September 2020
|
|
1770
1804
|
|
|
1771
|
-
- increase default gas [`#266`](https://github.com/oceanprotocol/ocean
|
|
1772
|
-
- Release 0.2.3 [`6932dfd`](https://github.com/oceanprotocol/ocean
|
|
1773
|
-
- hardcode create gas limit [`a2decb0`](https://github.com/oceanprotocol/ocean
|
|
1774
|
-
- lint [`99c6716`](https://github.com/oceanprotocol/ocean
|
|
1805
|
+
- increase default gas [`#266`](https://github.com/oceanprotocol/ocean.js/pull/266)
|
|
1806
|
+
- Release 0.2.3 [`6932dfd`](https://github.com/oceanprotocol/ocean.js/commit/6932dfd7703292df1bcf7a02d3ef5a4bbd7f83b9)
|
|
1807
|
+
- hardcode create gas limit [`a2decb0`](https://github.com/oceanprotocol/ocean.js/commit/a2decb0f1a34f533900f9072b181dec8b57813e5)
|
|
1808
|
+
- lint [`99c6716`](https://github.com/oceanprotocol/ocean.js/commit/99c67168213485929d9913dd8fbc98e98fc2d23f)
|
|
1775
1809
|
|
|
1776
|
-
#### [v0.2.2](https://github.com/oceanprotocol/ocean
|
|
1810
|
+
#### [v0.2.2](https://github.com/oceanprotocol/ocean.js/compare/v0.2.1...v0.2.2)
|
|
1777
1811
|
|
|
1778
1812
|
> 9 September 2020
|
|
1779
1813
|
|
|
1780
|
-
- refactor config helper [`#263`](https://github.com/oceanprotocol/ocean
|
|
1781
|
-
- More typings fixes [`#262`](https://github.com/oceanprotocol/ocean
|
|
1782
|
-
- run against latest Node.js [`#261`](https://github.com/oceanprotocol/ocean
|
|
1783
|
-
- test tweaks [`455983f`](https://github.com/oceanprotocol/ocean
|
|
1784
|
-
- more pool tests [`6f85014`](https://github.com/oceanprotocol/ocean
|
|
1785
|
-
- lots of typings [`d154cff`](https://github.com/oceanprotocol/ocean
|
|
1814
|
+
- refactor config helper [`#263`](https://github.com/oceanprotocol/ocean.js/pull/263)
|
|
1815
|
+
- More typings fixes [`#262`](https://github.com/oceanprotocol/ocean.js/pull/262)
|
|
1816
|
+
- run against latest Node.js [`#261`](https://github.com/oceanprotocol/ocean.js/pull/261)
|
|
1817
|
+
- test tweaks [`455983f`](https://github.com/oceanprotocol/ocean.js/commit/455983f7b63ec084fd5029b5852ad5cdbe5c9471)
|
|
1818
|
+
- more pool tests [`6f85014`](https://github.com/oceanprotocol/ocean.js/commit/6f85014e0016e683e5dc5f69a809ddc489951ba7)
|
|
1819
|
+
- lots of typings [`d154cff`](https://github.com/oceanprotocol/ocean.js/commit/d154cffc178388edd223d68b16528d4d908869ee)
|
|
1786
1820
|
|
|
1787
|
-
#### [v0.2.1](https://github.com/oceanprotocol/ocean
|
|
1821
|
+
#### [v0.2.1](https://github.com/oceanprotocol/ocean.js/compare/v0.2.0...v0.2.1)
|
|
1788
1822
|
|
|
1789
1823
|
> 8 September 2020
|
|
1790
1824
|
|
|
1791
|
-
- Remove queryMetadataByText() [`#260`](https://github.com/oceanprotocol/ocean
|
|
1792
|
-
- Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.1.0 [`#258`](https://github.com/oceanprotocol/ocean
|
|
1793
|
-
- Bump @typescript-eslint/parser from 4.0.1 to 4.1.0 [`#259`](https://github.com/oceanprotocol/ocean
|
|
1794
|
-
- remove queryMetadataByText() [`971af55`](https://github.com/oceanprotocol/ocean
|
|
1795
|
-
- more test fixes [`f8c1cff`](https://github.com/oceanprotocol/ocean
|
|
1796
|
-
- test updates [`47d1f4d`](https://github.com/oceanprotocol/ocean
|
|
1825
|
+
- Remove queryMetadataByText() [`#260`](https://github.com/oceanprotocol/ocean.js/pull/260)
|
|
1826
|
+
- Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.1.0 [`#258`](https://github.com/oceanprotocol/ocean.js/pull/258)
|
|
1827
|
+
- Bump @typescript-eslint/parser from 4.0.1 to 4.1.0 [`#259`](https://github.com/oceanprotocol/ocean.js/pull/259)
|
|
1828
|
+
- remove queryMetadataByText() [`971af55`](https://github.com/oceanprotocol/ocean.js/commit/971af5522dd5e2995b59f4c83afb60ffb87901f5)
|
|
1829
|
+
- more test fixes [`f8c1cff`](https://github.com/oceanprotocol/ocean.js/commit/f8c1cfff7b226d571b680bc0876d5af0ec8b3240)
|
|
1830
|
+
- test updates [`47d1f4d`](https://github.com/oceanprotocol/ocean.js/commit/47d1f4d01064d54892bb74a4f1c47dd837c3b1f3)
|
|
1797
1831
|
|
|
1798
|
-
#### [v0.2.0](https://github.com/oceanprotocol/ocean
|
|
1832
|
+
#### [v0.2.0](https://github.com/oceanprotocol/ocean.js/compare/v0.1.17...v0.2.0)
|
|
1799
1833
|
|
|
1800
1834
|
> 7 September 2020
|
|
1801
1835
|
|
|
1802
|
-
- Test coverage setup [`#252`](https://github.com/oceanprotocol/ocean
|
|
1803
|
-
- Auto-generating data token name [`#250`](https://github.com/oceanprotocol/ocean
|
|
1804
|
-
- Bump @types/node from 14.6.3 to 14.6.4 [`#251`](https://github.com/oceanprotocol/ocean
|
|
1805
|
-
- Bump @types/node from 14.6.2 to 14.6.3 [`#249`](https://github.com/oceanprotocol/ocean
|
|
1806
|
-
- Bump eslint from 7.8.0 to 7.8.1 [`#245`](https://github.com/oceanprotocol/ocean
|
|
1807
|
-
- Bump @types/chai-spies from 1.0.1 to 1.0.2 [`#244`](https://github.com/oceanprotocol/ocean
|
|
1808
|
-
- package updates [`694314c`](https://github.com/oceanprotocol/ocean
|
|
1809
|
-
- fix release-it dependency [`4f9477e`](https://github.com/oceanprotocol/ocean
|
|
1810
|
-
- more running unit tests [`0355d04`](https://github.com/oceanprotocol/ocean
|
|
1836
|
+
- Test coverage setup [`#252`](https://github.com/oceanprotocol/ocean.js/pull/252)
|
|
1837
|
+
- Auto-generating data token name [`#250`](https://github.com/oceanprotocol/ocean.js/pull/250)
|
|
1838
|
+
- Bump @types/node from 14.6.3 to 14.6.4 [`#251`](https://github.com/oceanprotocol/ocean.js/pull/251)
|
|
1839
|
+
- Bump @types/node from 14.6.2 to 14.6.3 [`#249`](https://github.com/oceanprotocol/ocean.js/pull/249)
|
|
1840
|
+
- Bump eslint from 7.8.0 to 7.8.1 [`#245`](https://github.com/oceanprotocol/ocean.js/pull/245)
|
|
1841
|
+
- Bump @types/chai-spies from 1.0.1 to 1.0.2 [`#244`](https://github.com/oceanprotocol/ocean.js/pull/244)
|
|
1842
|
+
- package updates [`694314c`](https://github.com/oceanprotocol/ocean.js/commit/694314cae6d833ded2eea6484e9b75196675cf91)
|
|
1843
|
+
- fix release-it dependency [`4f9477e`](https://github.com/oceanprotocol/ocean.js/commit/4f9477e5ba9b0df44a642c0d6017df5015ba7d93)
|
|
1844
|
+
- more running unit tests [`0355d04`](https://github.com/oceanprotocol/ocean.js/commit/0355d0420d53786eb8d4259f642190157736d486)
|
|
1811
1845
|
|
|
1812
|
-
#### [v0.1.17](https://github.com/oceanprotocol/ocean
|
|
1846
|
+
#### [v0.1.17](https://github.com/oceanprotocol/ocean.js/compare/v0.1.16...v0.1.17)
|
|
1813
1847
|
|
|
1814
1848
|
> 1 September 2020
|
|
1815
1849
|
|
|
1816
|
-
- FixedPriceExchange [`#231`](https://github.com/oceanprotocol/ocean
|
|
1817
|
-
- Bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0 [`#242`](https://github.com/oceanprotocol/ocean
|
|
1818
|
-
- Bump eslint from 7.7.0 to 7.8.0 [`#240`](https://github.com/oceanprotocol/ocean
|
|
1819
|
-
- Bump mocha from 8.1.2 to 8.1.3 [`#237`](https://github.com/oceanprotocol/ocean
|
|
1820
|
-
- Bump @types/node from 14.6.1 to 14.6.2 [`#238`](https://github.com/oceanprotocol/ocean
|
|
1821
|
-
- Bump typedoc from 0.18.0 to 0.19.0 [`#236`](https://github.com/oceanprotocol/ocean
|
|
1822
|
-
- first cut, tests are failing [`cc6cf43`](https://github.com/oceanprotocol/ocean
|
|
1823
|
-
- add more tests [`22ab447`](https://github.com/oceanprotocol/ocean
|
|
1824
|
-
- update to contracts 0.4.0 [`220261c`](https://github.com/oceanprotocol/ocean
|
|
1850
|
+
- FixedPriceExchange [`#231`](https://github.com/oceanprotocol/ocean.js/pull/231)
|
|
1851
|
+
- Bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0 [`#242`](https://github.com/oceanprotocol/ocean.js/pull/242)
|
|
1852
|
+
- Bump eslint from 7.7.0 to 7.8.0 [`#240`](https://github.com/oceanprotocol/ocean.js/pull/240)
|
|
1853
|
+
- Bump mocha from 8.1.2 to 8.1.3 [`#237`](https://github.com/oceanprotocol/ocean.js/pull/237)
|
|
1854
|
+
- Bump @types/node from 14.6.1 to 14.6.2 [`#238`](https://github.com/oceanprotocol/ocean.js/pull/238)
|
|
1855
|
+
- Bump typedoc from 0.18.0 to 0.19.0 [`#236`](https://github.com/oceanprotocol/ocean.js/pull/236)
|
|
1856
|
+
- first cut, tests are failing [`cc6cf43`](https://github.com/oceanprotocol/ocean.js/commit/cc6cf435fe7ae052467e2b69c3ecf8429b66bc99)
|
|
1857
|
+
- add more tests [`22ab447`](https://github.com/oceanprotocol/ocean.js/commit/22ab44713d21d92eaf9319be26af254c165af6b5)
|
|
1858
|
+
- update to contracts 0.4.0 [`220261c`](https://github.com/oceanprotocol/ocean.js/commit/220261cada63aedc5e7f71fb41f17a73838fd657)
|
|
1825
1859
|
|
|
1826
|
-
#### [v0.1.16](https://github.com/oceanprotocol/ocean
|
|
1860
|
+
#### [v0.1.16](https://github.com/oceanprotocol/ocean.js/compare/v0.1.15...v0.1.16)
|
|
1827
1861
|
|
|
1828
1862
|
> 28 August 2020
|
|
1829
1863
|
|
|
1830
|
-
- fix sharesBalance [`#235`](https://github.com/oceanprotocol/ocean
|
|
1831
|
-
- pool transaction typings [`#234`](https://github.com/oceanprotocol/ocean
|
|
1832
|
-
- Bump @truffle/hdwallet-provider from 1.0.42 to 1.0.43 [`#232`](https://github.com/oceanprotocol/ocean
|
|
1833
|
-
- Bump @types/node from 14.6.0 to 14.6.1 [`#233`](https://github.com/oceanprotocol/ocean
|
|
1834
|
-
- feature/setup-pool [`#230`](https://github.com/oceanprotocol/ocean
|
|
1835
|
-
- Bump ts-node from 8.10.2 to 9.0.0 [`#220`](https://github.com/oceanprotocol/ocean
|
|
1836
|
-
- Bump whatwg-url from 8.1.0 to 8.2.1 [`#225`](https://github.com/oceanprotocol/ocean
|
|
1837
|
-
- Bump @typescript-eslint/eslint-plugin from 3.9.1 to 3.10.1 [`#226`](https://github.com/oceanprotocol/ocean
|
|
1838
|
-
- Bump mocha from 8.1.1 to 8.1.2 [`#229`](https://github.com/oceanprotocol/ocean
|
|
1839
|
-
- Bump prettier from 2.0.5 to 2.1.1 [`#228`](https://github.com/oceanprotocol/ocean
|
|
1840
|
-
- Bump @typescript-eslint/parser from 3.9.1 to 3.10.1 [`#227`](https://github.com/oceanprotocol/ocean
|
|
1841
|
-
- Bump typescript from 3.9.7 to 4.0.2 [`#219`](https://github.com/oceanprotocol/ocean
|
|
1842
|
-
- use solidity setup pool function when creating new pool. [`d47a9f0`](https://github.com/oceanprotocol/ocean
|
|
1843
|
-
- Fix lint issues. [`5af50c4`](https://github.com/oceanprotocol/ocean
|
|
1844
|
-
- pool typings [`6584023`](https://github.com/oceanprotocol/ocean
|
|
1845
|
-
|
|
1846
|
-
#### [v0.1.15](https://github.com/oceanprotocol/ocean
|
|
1864
|
+
- fix sharesBalance [`#235`](https://github.com/oceanprotocol/ocean.js/pull/235)
|
|
1865
|
+
- pool transaction typings [`#234`](https://github.com/oceanprotocol/ocean.js/pull/234)
|
|
1866
|
+
- Bump @truffle/hdwallet-provider from 1.0.42 to 1.0.43 [`#232`](https://github.com/oceanprotocol/ocean.js/pull/232)
|
|
1867
|
+
- Bump @types/node from 14.6.0 to 14.6.1 [`#233`](https://github.com/oceanprotocol/ocean.js/pull/233)
|
|
1868
|
+
- feature/setup-pool [`#230`](https://github.com/oceanprotocol/ocean.js/pull/230)
|
|
1869
|
+
- Bump ts-node from 8.10.2 to 9.0.0 [`#220`](https://github.com/oceanprotocol/ocean.js/pull/220)
|
|
1870
|
+
- Bump whatwg-url from 8.1.0 to 8.2.1 [`#225`](https://github.com/oceanprotocol/ocean.js/pull/225)
|
|
1871
|
+
- Bump @typescript-eslint/eslint-plugin from 3.9.1 to 3.10.1 [`#226`](https://github.com/oceanprotocol/ocean.js/pull/226)
|
|
1872
|
+
- Bump mocha from 8.1.1 to 8.1.2 [`#229`](https://github.com/oceanprotocol/ocean.js/pull/229)
|
|
1873
|
+
- Bump prettier from 2.0.5 to 2.1.1 [`#228`](https://github.com/oceanprotocol/ocean.js/pull/228)
|
|
1874
|
+
- Bump @typescript-eslint/parser from 3.9.1 to 3.10.1 [`#227`](https://github.com/oceanprotocol/ocean.js/pull/227)
|
|
1875
|
+
- Bump typescript from 3.9.7 to 4.0.2 [`#219`](https://github.com/oceanprotocol/ocean.js/pull/219)
|
|
1876
|
+
- use solidity setup pool function when creating new pool. [`d47a9f0`](https://github.com/oceanprotocol/ocean.js/commit/d47a9f02a65342a682b904b28100ac376c61d290)
|
|
1877
|
+
- Fix lint issues. [`5af50c4`](https://github.com/oceanprotocol/ocean.js/commit/5af50c4c9297c2b98124ae609ff61a0c32626958)
|
|
1878
|
+
- pool typings [`6584023`](https://github.com/oceanprotocol/ocean.js/commit/65840235704bdd9f2e0b07418e65addcc86849ba)
|
|
1879
|
+
|
|
1880
|
+
#### [v0.1.15](https://github.com/oceanprotocol/ocean.js/compare/v0.1.14...v0.1.15)
|
|
1847
1881
|
|
|
1848
1882
|
> 20 August 2020
|
|
1849
1883
|
|
|
1850
|
-
- add ocean.pool.totalSupply() [`#218`](https://github.com/oceanprotocol/ocean
|
|
1851
|
-
- refactor [`af7964c`](https://github.com/oceanprotocol/ocean
|
|
1852
|
-
- simplification, make it work [`dee24e8`](https://github.com/oceanprotocol/ocean
|
|
1853
|
-
- Release 0.1.15 [`3607f49`](https://github.com/oceanprotocol/ocean
|
|
1884
|
+
- add ocean.pool.totalSupply() [`#218`](https://github.com/oceanprotocol/ocean.js/pull/218)
|
|
1885
|
+
- refactor [`af7964c`](https://github.com/oceanprotocol/ocean.js/commit/af7964ca84394574fb78fece1ca75a6799746fc8)
|
|
1886
|
+
- simplification, make it work [`dee24e8`](https://github.com/oceanprotocol/ocean.js/commit/dee24e87a3081373e055422702cff7633ad95131)
|
|
1887
|
+
- Release 0.1.15 [`3607f49`](https://github.com/oceanprotocol/ocean.js/commit/3607f49472352c11f14cfb95f5182f9c6254adfe)
|
|
1854
1888
|
|
|
1855
|
-
#### [v0.1.14](https://github.com/oceanprotocol/ocean
|
|
1889
|
+
#### [v0.1.14](https://github.com/oceanprotocol/ocean.js/compare/v0.1.13...v0.1.14)
|
|
1856
1890
|
|
|
1857
1891
|
> 19 August 2020
|
|
1858
1892
|
|
|
1859
|
-
- fix getDTPrice [`#217`](https://github.com/oceanprotocol/ocean
|
|
1860
|
-
- Release 0.1.14 [`8667e33`](https://github.com/oceanprotocol/ocean
|
|
1893
|
+
- fix getDTPrice [`#217`](https://github.com/oceanprotocol/ocean.js/pull/217)
|
|
1894
|
+
- Release 0.1.14 [`8667e33`](https://github.com/oceanprotocol/ocean.js/commit/8667e3396d6c74440e64de7a3a98f7def281030f)
|
|
1861
1895
|
|
|
1862
|
-
#### [v0.1.13](https://github.com/oceanprotocol/ocean
|
|
1896
|
+
#### [v0.1.13](https://github.com/oceanprotocol/ocean.js/compare/v0.1.12...v0.1.13)
|
|
1863
1897
|
|
|
1864
1898
|
> 19 August 2020
|
|
1865
1899
|
|
|
1866
|
-
- pool docs updates, small refactor [`#216`](https://github.com/oceanprotocol/ocean
|
|
1867
|
-
- Bump @oceanprotocol/contracts from 0.3.4 to 0.3.5 [`#215`](https://github.com/oceanprotocol/ocean
|
|
1868
|
-
- remove balancer artifacts [`7cf85f6`](https://github.com/oceanprotocol/ocean
|
|
1869
|
-
- lots of ABI typings [`bbd4659`](https://github.com/oceanprotocol/ocean
|
|
1870
|
-
- never stop typing [`76423a4`](https://github.com/oceanprotocol/ocean
|
|
1900
|
+
- pool docs updates, small refactor [`#216`](https://github.com/oceanprotocol/ocean.js/pull/216)
|
|
1901
|
+
- Bump @oceanprotocol/contracts from 0.3.4 to 0.3.5 [`#215`](https://github.com/oceanprotocol/ocean.js/pull/215)
|
|
1902
|
+
- remove balancer artifacts [`7cf85f6`](https://github.com/oceanprotocol/ocean.js/commit/7cf85f6392bf2e12f95d834dfde0159af519718c)
|
|
1903
|
+
- lots of ABI typings [`bbd4659`](https://github.com/oceanprotocol/ocean.js/commit/bbd465992b25e824d5c8b8934ce2fa61629ed8dc)
|
|
1904
|
+
- never stop typing [`76423a4`](https://github.com/oceanprotocol/ocean.js/commit/76423a4ff84f1bdcf0a57af2ed2ad9acce5a5ea6)
|
|
1871
1905
|
|
|
1872
|
-
#### [v0.1.12](https://github.com/oceanprotocol/ocean
|
|
1906
|
+
#### [v0.1.12](https://github.com/oceanprotocol/ocean.js/compare/v0.1.11...v0.1.12)
|
|
1873
1907
|
|
|
1874
1908
|
> 18 August 2020
|
|
1875
1909
|
|
|
1876
|
-
- artifacts path fix [`#213`](https://github.com/oceanprotocol/ocean
|
|
1877
|
-
- package updates & lots of typing fixes [`#210`](https://github.com/oceanprotocol/ocean
|
|
1878
|
-
- Bump @types/node from 14.0.26 to 14.6.0 [`#211`](https://github.com/oceanprotocol/ocean
|
|
1879
|
-
- Bump @types/mocha from 8.0.2 to 8.0.3 [`#212`](https://github.com/oceanprotocol/ocean
|
|
1880
|
-
- added chainId in configs [`#204`](https://github.com/oceanprotocol/ocean
|
|
1881
|
-
- Bump @types/mocha from 8.0.1 to 8.0.2 [`#207`](https://github.com/oceanprotocol/ocean
|
|
1882
|
-
- Bump typedoc from 0.17.8 to 0.18.0 [`#202`](https://github.com/oceanprotocol/ocean
|
|
1883
|
-
- Bump @truffle/hdwallet-provider from 1.0.40 to 1.0.42 [`#203`](https://github.com/oceanprotocol/ocean
|
|
1884
|
-
- Bump ora from 4.1.0 to 5.0.0 [`#201`](https://github.com/oceanprotocol/ocean
|
|
1885
|
-
- Bump ora from 4.0.5 to 4.1.0 [`#200`](https://github.com/oceanprotocol/ocean
|
|
1886
|
-
- Bump mocha from 8.1.0 to 8.1.1 [`#199`](https://github.com/oceanprotocol/ocean
|
|
1887
|
-
- formatting and typings and lint fixes [`7b1403c`](https://github.com/oceanprotocol/ocean
|
|
1888
|
-
- package updates [`ea5f505`](https://github.com/oceanprotocol/ocean
|
|
1889
|
-
- formatting [`dcdd40b`](https://github.com/oceanprotocol/ocean
|
|
1890
|
-
|
|
1891
|
-
#### [v0.1.11](https://github.com/oceanprotocol/ocean
|
|
1910
|
+
- artifacts path fix [`#213`](https://github.com/oceanprotocol/ocean.js/pull/213)
|
|
1911
|
+
- package updates & lots of typing fixes [`#210`](https://github.com/oceanprotocol/ocean.js/pull/210)
|
|
1912
|
+
- Bump @types/node from 14.0.26 to 14.6.0 [`#211`](https://github.com/oceanprotocol/ocean.js/pull/211)
|
|
1913
|
+
- Bump @types/mocha from 8.0.2 to 8.0.3 [`#212`](https://github.com/oceanprotocol/ocean.js/pull/212)
|
|
1914
|
+
- added chainId in configs [`#204`](https://github.com/oceanprotocol/ocean.js/pull/204)
|
|
1915
|
+
- Bump @types/mocha from 8.0.1 to 8.0.2 [`#207`](https://github.com/oceanprotocol/ocean.js/pull/207)
|
|
1916
|
+
- Bump typedoc from 0.17.8 to 0.18.0 [`#202`](https://github.com/oceanprotocol/ocean.js/pull/202)
|
|
1917
|
+
- Bump @truffle/hdwallet-provider from 1.0.40 to 1.0.42 [`#203`](https://github.com/oceanprotocol/ocean.js/pull/203)
|
|
1918
|
+
- Bump ora from 4.1.0 to 5.0.0 [`#201`](https://github.com/oceanprotocol/ocean.js/pull/201)
|
|
1919
|
+
- Bump ora from 4.0.5 to 4.1.0 [`#200`](https://github.com/oceanprotocol/ocean.js/pull/200)
|
|
1920
|
+
- Bump mocha from 8.1.0 to 8.1.1 [`#199`](https://github.com/oceanprotocol/ocean.js/pull/199)
|
|
1921
|
+
- formatting and typings and lint fixes [`7b1403c`](https://github.com/oceanprotocol/ocean.js/commit/7b1403c8546c09f657bc68cf6307f02641c67899)
|
|
1922
|
+
- package updates [`ea5f505`](https://github.com/oceanprotocol/ocean.js/commit/ea5f505edf685d4efb5fb581e8ecb4849989560d)
|
|
1923
|
+
- formatting [`dcdd40b`](https://github.com/oceanprotocol/ocean.js/commit/dcdd40bd2d2e84058b889709f77c08bead14b299)
|
|
1924
|
+
|
|
1925
|
+
#### [v0.1.11](https://github.com/oceanprotocol/ocean.js/compare/v0.1.10...v0.1.11)
|
|
1892
1926
|
|
|
1893
1927
|
> 4 August 2020
|
|
1894
1928
|
|
|
1895
|
-
- add getOceanNeeded [`#197`](https://github.com/oceanprotocol/ocean
|
|
1896
|
-
- Bump @types/mocha from 8.0.0 to 8.0.1 [`#196`](https://github.com/oceanprotocol/ocean
|
|
1897
|
-
- Bump mocha from 8.0.1 to 8.1.0 [`#195`](https://github.com/oceanprotocol/ocean
|
|
1898
|
-
- Release 0.1.11 [`c2d49a4`](https://github.com/oceanprotocol/ocean
|
|
1929
|
+
- add getOceanNeeded [`#197`](https://github.com/oceanprotocol/ocean.js/pull/197)
|
|
1930
|
+
- Bump @types/mocha from 8.0.0 to 8.0.1 [`#196`](https://github.com/oceanprotocol/ocean.js/pull/196)
|
|
1931
|
+
- Bump mocha from 8.0.1 to 8.1.0 [`#195`](https://github.com/oceanprotocol/ocean.js/pull/195)
|
|
1932
|
+
- Release 0.1.11 [`c2d49a4`](https://github.com/oceanprotocol/ocean.js/commit/c2d49a4e3c6cdcbdf588f46bfec4a2dd88eb5f37)
|
|
1899
1933
|
|
|
1900
|
-
#### [v0.1.10](https://github.com/oceanprotocol/ocean
|
|
1934
|
+
#### [v0.1.10](https://github.com/oceanprotocol/ocean.js/compare/v0.1.9...v0.1.10)
|
|
1901
1935
|
|
|
1902
1936
|
> 30 July 2020
|
|
1903
1937
|
|
|
1904
|
-
- add nonce to provider signature [`#194`](https://github.com/oceanprotocol/ocean
|
|
1905
|
-
- Bump @types/node from 14.0.25 to 14.0.26 [`#187`](https://github.com/oceanprotocol/ocean
|
|
1906
|
-
- Bump @truffle/hdwallet-provider from 1.0.39 to 1.0.40 [`#186`](https://github.com/oceanprotocol/ocean
|
|
1907
|
-
- Bump @types/node from 14.0.24 to 14.0.25 [`#185`](https://github.com/oceanprotocol/ocean
|
|
1908
|
-
- Bump @types/chai from 4.2.11 to 4.2.12 [`#184`](https://github.com/oceanprotocol/ocean
|
|
1909
|
-
- Bump mock-local-storage from 1.1.14 to 1.1.15 [`#183`](https://github.com/oceanprotocol/ocean
|
|
1910
|
-
- Release 0.1.10 [`1e19165`](https://github.com/oceanprotocol/ocean
|
|
1938
|
+
- add nonce to provider signature [`#194`](https://github.com/oceanprotocol/ocean.js/pull/194)
|
|
1939
|
+
- Bump @types/node from 14.0.25 to 14.0.26 [`#187`](https://github.com/oceanprotocol/ocean.js/pull/187)
|
|
1940
|
+
- Bump @truffle/hdwallet-provider from 1.0.39 to 1.0.40 [`#186`](https://github.com/oceanprotocol/ocean.js/pull/186)
|
|
1941
|
+
- Bump @types/node from 14.0.24 to 14.0.25 [`#185`](https://github.com/oceanprotocol/ocean.js/pull/185)
|
|
1942
|
+
- Bump @types/chai from 4.2.11 to 4.2.12 [`#184`](https://github.com/oceanprotocol/ocean.js/pull/184)
|
|
1943
|
+
- Bump mock-local-storage from 1.1.14 to 1.1.15 [`#183`](https://github.com/oceanprotocol/ocean.js/pull/183)
|
|
1944
|
+
- Release 0.1.10 [`1e19165`](https://github.com/oceanprotocol/ocean.js/commit/1e19165d1fd1f53ba07705ff41b7452f97993732)
|
|
1911
1945
|
|
|
1912
|
-
#### [v0.1.9](https://github.com/oceanprotocol/ocean
|
|
1946
|
+
#### [v0.1.9](https://github.com/oceanprotocol/ocean.js/compare/v0.1.8...v0.1.9)
|
|
1913
1947
|
|
|
1914
1948
|
> 22 July 2020
|
|
1915
1949
|
|
|
1916
|
-
- allow passing infuraProjectId to getConfig [`#182`](https://github.com/oceanprotocol/ocean
|
|
1917
|
-
- Bump @oceanprotocol/contracts from 0.3.1 to 0.3.3 [`#180`](https://github.com/oceanprotocol/ocean
|
|
1918
|
-
- fix transfers [`#179`](https://github.com/oceanprotocol/ocean
|
|
1919
|
-
- Update Datatokens.ts [`#178`](https://github.com/oceanprotocol/ocean
|
|
1920
|
-
- Feature/balancer [`#138`](https://github.com/oceanprotocol/ocean
|
|
1921
|
-
- refactor [`40a8149`](https://github.com/oceanprotocol/ocean
|
|
1922
|
-
- first cut [`b42b992`](https://github.com/oceanprotocol/ocean
|
|
1923
|
-
- refactor [`7b8f08e`](https://github.com/oceanprotocol/ocean
|
|
1950
|
+
- allow passing infuraProjectId to getConfig [`#182`](https://github.com/oceanprotocol/ocean.js/pull/182)
|
|
1951
|
+
- Bump @oceanprotocol/contracts from 0.3.1 to 0.3.3 [`#180`](https://github.com/oceanprotocol/ocean.js/pull/180)
|
|
1952
|
+
- fix transfers [`#179`](https://github.com/oceanprotocol/ocean.js/pull/179)
|
|
1953
|
+
- Update Datatokens.ts [`#178`](https://github.com/oceanprotocol/ocean.js/pull/178)
|
|
1954
|
+
- Feature/balancer [`#138`](https://github.com/oceanprotocol/ocean.js/pull/138)
|
|
1955
|
+
- refactor [`40a8149`](https://github.com/oceanprotocol/ocean.js/commit/40a8149905fd0023b3f8cb486ddb18121d325ea3)
|
|
1956
|
+
- first cut [`b42b992`](https://github.com/oceanprotocol/ocean.js/commit/b42b992e84a0c6f8723db3a6f5a8395e71bdd4f9)
|
|
1957
|
+
- refactor [`7b8f08e`](https://github.com/oceanprotocol/ocean.js/commit/7b8f08e3c13ef2782fc83a9eadefe2f7354df605)
|
|
1924
1958
|
|
|
1925
|
-
#### [v0.1.8](https://github.com/oceanprotocol/ocean
|
|
1959
|
+
#### [v0.1.8](https://github.com/oceanprotocol/ocean.js/compare/v0.1.7...v0.1.8)
|
|
1926
1960
|
|
|
1927
1961
|
> 21 July 2020
|
|
1928
1962
|
|
|
1929
|
-
- Bump @types/node from 14.0.23 to 14.0.24 [`#177`](https://github.com/oceanprotocol/ocean
|
|
1930
|
-
- Release 0.1.8 [`6b1bf5b`](https://github.com/oceanprotocol/ocean
|
|
1931
|
-
- update factoryAddress [`ffda6cc`](https://github.com/oceanprotocol/ocean
|
|
1963
|
+
- Bump @types/node from 14.0.23 to 14.0.24 [`#177`](https://github.com/oceanprotocol/ocean.js/pull/177)
|
|
1964
|
+
- Release 0.1.8 [`6b1bf5b`](https://github.com/oceanprotocol/ocean.js/commit/6b1bf5b0b212e4a83a52c523443f880a71313c7b)
|
|
1965
|
+
- update factoryAddress [`ffda6cc`](https://github.com/oceanprotocol/ocean.js/commit/ffda6ccd08af26a8cf6af6421bd50bc55c3285da)
|
|
1932
1966
|
|
|
1933
|
-
#### [v0.1.7](https://github.com/oceanprotocol/ocean
|
|
1967
|
+
#### [v0.1.7](https://github.com/oceanprotocol/ocean.js/compare/v0.1.6...v0.1.7)
|
|
1934
1968
|
|
|
1935
1969
|
> 20 July 2020
|
|
1936
1970
|
|
|
1937
|
-
- update ocean-contracts version [`#176`](https://github.com/oceanprotocol/ocean
|
|
1938
|
-
- Bump ora from 4.0.4 to 4.0.5 [`#172`](https://github.com/oceanprotocol/ocean
|
|
1939
|
-
- Bump @oceanprotocol/contracts from 0.2.3 to 0.3.0 [`#171`](https://github.com/oceanprotocol/ocean
|
|
1940
|
-
- Bump @truffle/hdwallet-provider from 1.0.38 to 1.0.39 [`#170`](https://github.com/oceanprotocol/ocean
|
|
1941
|
-
- Release 0.1.7 [`7d67fcb`](https://github.com/oceanprotocol/ocean
|
|
1971
|
+
- update ocean-contracts version [`#176`](https://github.com/oceanprotocol/ocean.js/pull/176)
|
|
1972
|
+
- Bump ora from 4.0.4 to 4.0.5 [`#172`](https://github.com/oceanprotocol/ocean.js/pull/172)
|
|
1973
|
+
- Bump @oceanprotocol/contracts from 0.2.3 to 0.3.0 [`#171`](https://github.com/oceanprotocol/ocean.js/pull/171)
|
|
1974
|
+
- Bump @truffle/hdwallet-provider from 1.0.38 to 1.0.39 [`#170`](https://github.com/oceanprotocol/ocean.js/pull/170)
|
|
1975
|
+
- Release 0.1.7 [`7d67fcb`](https://github.com/oceanprotocol/ocean.js/commit/7d67fcb54465380daa01196251f2c8e8a0db17ef)
|
|
1942
1976
|
|
|
1943
|
-
#### [v0.1.6](https://github.com/oceanprotocol/ocean
|
|
1977
|
+
#### [v0.1.6](https://github.com/oceanprotocol/ocean.js/compare/v0.1.5...v0.1.6)
|
|
1944
1978
|
|
|
1945
1979
|
> 17 July 2020
|
|
1946
1980
|
|
|
1947
|
-
- revert fetch require [`#169`](https://github.com/oceanprotocol/ocean
|
|
1948
|
-
- Bump typescript from 3.9.6 to 3.9.7 [`#168`](https://github.com/oceanprotocol/ocean
|
|
1949
|
-
- Bump mock-local-storage from 1.1.12 to 1.1.14 [`#167`](https://github.com/oceanprotocol/ocean
|
|
1950
|
-
- Release 0.1.6 [`83bf7c6`](https://github.com/oceanprotocol/ocean
|
|
1981
|
+
- revert fetch require [`#169`](https://github.com/oceanprotocol/ocean.js/pull/169)
|
|
1982
|
+
- Bump typescript from 3.9.6 to 3.9.7 [`#168`](https://github.com/oceanprotocol/ocean.js/pull/168)
|
|
1983
|
+
- Bump mock-local-storage from 1.1.12 to 1.1.14 [`#167`](https://github.com/oceanprotocol/ocean.js/pull/167)
|
|
1984
|
+
- Release 0.1.6 [`83bf7c6`](https://github.com/oceanprotocol/ocean.js/commit/83bf7c6e040eb5ddd4c0eaa2a313e56270915e99)
|
|
1951
1985
|
|
|
1952
|
-
#### [v0.1.5](https://github.com/oceanprotocol/ocean
|
|
1986
|
+
#### [v0.1.5](https://github.com/oceanprotocol/ocean.js/compare/v0.1.4...v0.1.5)
|
|
1953
1987
|
|
|
1954
1988
|
> 16 July 2020
|
|
1955
1989
|
|
|
1956
|
-
- Fix DDO interfaces typings export [`#165`](https://github.com/oceanprotocol/ocean
|
|
1957
|
-
- add rinkeby to known configs [`#164`](https://github.com/oceanprotocol/ocean
|
|
1958
|
-
- security fixes [`108d794`](https://github.com/oceanprotocol/ocean
|
|
1959
|
-
- more config helpers [`2426561`](https://github.com/oceanprotocol/ocean
|
|
1960
|
-
- Release 0.1.5 [`c1592eb`](https://github.com/oceanprotocol/ocean
|
|
1990
|
+
- Fix DDO interfaces typings export [`#165`](https://github.com/oceanprotocol/ocean.js/pull/165)
|
|
1991
|
+
- add rinkeby to known configs [`#164`](https://github.com/oceanprotocol/ocean.js/pull/164)
|
|
1992
|
+
- security fixes [`108d794`](https://github.com/oceanprotocol/ocean.js/commit/108d794c2293a4eee3be994b52b77dd508574e75)
|
|
1993
|
+
- more config helpers [`2426561`](https://github.com/oceanprotocol/ocean.js/commit/24265617b068ace688814f45fcc668749d1a04a5)
|
|
1994
|
+
- Release 0.1.5 [`c1592eb`](https://github.com/oceanprotocol/ocean.js/commit/c1592eb7b5e7c47d38a5fa1b0a7fb672edd2776f)
|
|
1961
1995
|
|
|
1962
|
-
#### [v0.1.4](https://github.com/oceanprotocol/ocean
|
|
1996
|
+
#### [v0.1.4](https://github.com/oceanprotocol/ocean.js/compare/v0.1.3...v0.1.4)
|
|
1963
1997
|
|
|
1964
1998
|
> 15 July 2020
|
|
1965
1999
|
|
|
1966
|
-
- Fix default abi's are not initialized correctly when initializing oceanlib [`#163`](https://github.com/oceanprotocol/ocean
|
|
1967
|
-
- Release 0.1.4 [`8252990`](https://github.com/oceanprotocol/ocean
|
|
1968
|
-
- bump contracts [`faff5f1`](https://github.com/oceanprotocol/ocean
|
|
1969
|
-
- Update README_marketplace_flow.md [`2230098`](https://github.com/oceanprotocol/ocean
|
|
2000
|
+
- Fix default abi's are not initialized correctly when initializing oceanlib [`#163`](https://github.com/oceanprotocol/ocean.js/pull/163)
|
|
2001
|
+
- Release 0.1.4 [`8252990`](https://github.com/oceanprotocol/ocean.js/commit/82529909817abe8273396e14165ff7a75d8869ee)
|
|
2002
|
+
- bump contracts [`faff5f1`](https://github.com/oceanprotocol/ocean.js/commit/faff5f143d541319a5a9d558be70098320ed1620)
|
|
2003
|
+
- Update README_marketplace_flow.md [`2230098`](https://github.com/oceanprotocol/ocean.js/commit/2230098ca5cfc26a720f212ea6dd37d6619a0e2d)
|
|
1970
2004
|
|
|
1971
|
-
#### [v0.1.3](https://github.com/oceanprotocol/ocean
|
|
2005
|
+
#### [v0.1.3](https://github.com/oceanprotocol/ocean.js/compare/v0.1.2...v0.1.3)
|
|
1972
2006
|
|
|
1973
2007
|
> 15 July 2020
|
|
1974
2008
|
|
|
1975
|
-
- always use Strings in Datatoken class [`#161`](https://github.com/oceanprotocol/ocean
|
|
1976
|
-
- Fix ABIs data types [`#159`](https://github.com/oceanprotocol/ocean
|
|
1977
|
-
- add ocean token & any token balance to Account [`#158`](https://github.com/oceanprotocol/ocean
|
|
1978
|
-
- feature/cleanup-test [`#157`](https://github.com/oceanprotocol/ocean
|
|
1979
|
-
- Update .travis.yml [`#155`](https://github.com/oceanprotocol/ocean
|
|
1980
|
-
- Update ConfigHelper.ts [`#156`](https://github.com/oceanprotocol/ocean
|
|
1981
|
-
- Fix/contracts dependencies [`#150`](https://github.com/oceanprotocol/ocean
|
|
1982
|
-
- added missing section [`#153`](https://github.com/oceanprotocol/ocean
|
|
1983
|
-
- dependencies cleanup [`3716c5d`](https://github.com/oceanprotocol/ocean
|
|
1984
|
-
- Release 0.1.3 [`36ba35f`](https://github.com/oceanprotocol/ocean
|
|
1985
|
-
- fix (#152) [`edb2d53`](https://github.com/oceanprotocol/ocean
|
|
2009
|
+
- always use Strings in Datatoken class [`#161`](https://github.com/oceanprotocol/ocean.js/pull/161)
|
|
2010
|
+
- Fix ABIs data types [`#159`](https://github.com/oceanprotocol/ocean.js/pull/159)
|
|
2011
|
+
- add ocean token & any token balance to Account [`#158`](https://github.com/oceanprotocol/ocean.js/pull/158)
|
|
2012
|
+
- feature/cleanup-test [`#157`](https://github.com/oceanprotocol/ocean.js/pull/157)
|
|
2013
|
+
- Update .travis.yml [`#155`](https://github.com/oceanprotocol/ocean.js/pull/155)
|
|
2014
|
+
- Update ConfigHelper.ts [`#156`](https://github.com/oceanprotocol/ocean.js/pull/156)
|
|
2015
|
+
- Fix/contracts dependencies [`#150`](https://github.com/oceanprotocol/ocean.js/pull/150)
|
|
2016
|
+
- added missing section [`#153`](https://github.com/oceanprotocol/ocean.js/pull/153)
|
|
2017
|
+
- dependencies cleanup [`3716c5d`](https://github.com/oceanprotocol/ocean.js/commit/3716c5d1b6f60a6760975688361271c8948d9a62)
|
|
2018
|
+
- Release 0.1.3 [`36ba35f`](https://github.com/oceanprotocol/ocean.js/commit/36ba35f23825c130e5ff95cb3a09113a463c52ce)
|
|
2019
|
+
- fix (#152) [`edb2d53`](https://github.com/oceanprotocol/ocean.js/commit/edb2d53fe398dd0fb30f38b327ea3898e6bfe526)
|
|
1986
2020
|
|
|
1987
|
-
#### [v0.1.2](https://github.com/oceanprotocol/ocean
|
|
2021
|
+
#### [v0.1.2](https://github.com/oceanprotocol/ocean.js/compare/v0.1.1...v0.1.2)
|
|
1988
2022
|
|
|
1989
2023
|
> 14 July 2020
|
|
1990
2024
|
|
|
1991
|
-
- DataTokens - use wei in the library [`#147`](https://github.com/oceanprotocol/ocean
|
|
1992
|
-
- Fix/documentation [`#146`](https://github.com/oceanprotocol/ocean
|
|
1993
|
-
- Bump @types/node from 14.0.22 to 14.0.23 [`#148`](https://github.com/oceanprotocol/ocean
|
|
1994
|
-
- feature/compute-interface [`#130`](https://github.com/oceanprotocol/ocean
|
|
1995
|
-
- Feature/compute test [`#143`](https://github.com/oceanprotocol/ocean
|
|
1996
|
-
- Bump @types/mocha from 7.0.2 to 8.0.0 [`#142`](https://github.com/oceanprotocol/ocean
|
|
1997
|
-
- Bump yargs from 15.4.0 to 15.4.1 [`#141`](https://github.com/oceanprotocol/ocean
|
|
1998
|
-
- Bump @types/node from 14.0.20 to 14.0.22 [`#140`](https://github.com/oceanprotocol/ocean
|
|
1999
|
-
- Bump @types/node from 14.0.19 to 14.0.20 [`#137`](https://github.com/oceanprotocol/ocean
|
|
2000
|
-
- Bump @truffle/hdwallet-provider from 1.0.37 to 1.0.38 [`#139`](https://github.com/oceanprotocol/ocean
|
|
2001
|
-
- Bump @types/node from 14.0.18 to 14.0.19 [`#135`](https://github.com/oceanprotocol/ocean
|
|
2002
|
-
- Bump @types/node from 14.0.14 to 14.0.18 [`#133`](https://github.com/oceanprotocol/ocean
|
|
2003
|
-
- fixes #144 [`#144`](https://github.com/oceanprotocol/ocean
|
|
2004
|
-
- wip: compute module, compute tests, create compute service. [`dad7a56`](https://github.com/oceanprotocol/ocean
|
|
2005
|
-
- move compute to separate file [`95325a7`](https://github.com/oceanprotocol/ocean
|
|
2006
|
-
- add provider compute mock [`60c406b`](https://github.com/oceanprotocol/ocean
|
|
2007
|
-
|
|
2008
|
-
#### [v0.1.1](https://github.com/oceanprotocol/ocean
|
|
2025
|
+
- DataTokens - use wei in the library [`#147`](https://github.com/oceanprotocol/ocean.js/pull/147)
|
|
2026
|
+
- Fix/documentation [`#146`](https://github.com/oceanprotocol/ocean.js/pull/146)
|
|
2027
|
+
- Bump @types/node from 14.0.22 to 14.0.23 [`#148`](https://github.com/oceanprotocol/ocean.js/pull/148)
|
|
2028
|
+
- feature/compute-interface [`#130`](https://github.com/oceanprotocol/ocean.js/pull/130)
|
|
2029
|
+
- Feature/compute test [`#143`](https://github.com/oceanprotocol/ocean.js/pull/143)
|
|
2030
|
+
- Bump @types/mocha from 7.0.2 to 8.0.0 [`#142`](https://github.com/oceanprotocol/ocean.js/pull/142)
|
|
2031
|
+
- Bump yargs from 15.4.0 to 15.4.1 [`#141`](https://github.com/oceanprotocol/ocean.js/pull/141)
|
|
2032
|
+
- Bump @types/node from 14.0.20 to 14.0.22 [`#140`](https://github.com/oceanprotocol/ocean.js/pull/140)
|
|
2033
|
+
- Bump @types/node from 14.0.19 to 14.0.20 [`#137`](https://github.com/oceanprotocol/ocean.js/pull/137)
|
|
2034
|
+
- Bump @truffle/hdwallet-provider from 1.0.37 to 1.0.38 [`#139`](https://github.com/oceanprotocol/ocean.js/pull/139)
|
|
2035
|
+
- Bump @types/node from 14.0.18 to 14.0.19 [`#135`](https://github.com/oceanprotocol/ocean.js/pull/135)
|
|
2036
|
+
- Bump @types/node from 14.0.14 to 14.0.18 [`#133`](https://github.com/oceanprotocol/ocean.js/pull/133)
|
|
2037
|
+
- fixes #144 [`#144`](https://github.com/oceanprotocol/ocean.js/issues/144)
|
|
2038
|
+
- wip: compute module, compute tests, create compute service. [`dad7a56`](https://github.com/oceanprotocol/ocean.js/commit/dad7a56c1e102c8666e7d44fcc2ed7e50ffc462f)
|
|
2039
|
+
- move compute to separate file [`95325a7`](https://github.com/oceanprotocol/ocean.js/commit/95325a733d47d9314c55d78c08bad8f30b8563c9)
|
|
2040
|
+
- add provider compute mock [`60c406b`](https://github.com/oceanprotocol/ocean.js/commit/60c406bcea73403df8c1899db382e73974969be8)
|
|
2041
|
+
|
|
2042
|
+
#### [v0.1.1](https://github.com/oceanprotocol/ocean.js/compare/v0.1.0...v0.1.1)
|
|
2009
2043
|
|
|
2010
2044
|
> 3 July 2020
|
|
2011
2045
|
|
|
2012
|
-
- Fix/releases [`#128`](https://github.com/oceanprotocol/ocean
|
|
2013
|
-
- Release 0.1.0 [`#127`](https://github.com/oceanprotocol/ocean
|
|
2014
|
-
- add release to travis [`f3dd76f`](https://github.com/oceanprotocol/ocean
|
|
2015
|
-
- Release 0.1.1 [`487b430`](https://github.com/oceanprotocol/ocean
|
|
2046
|
+
- Fix/releases [`#128`](https://github.com/oceanprotocol/ocean.js/pull/128)
|
|
2047
|
+
- Release 0.1.0 [`#127`](https://github.com/oceanprotocol/ocean.js/pull/127)
|
|
2048
|
+
- add release to travis [`f3dd76f`](https://github.com/oceanprotocol/ocean.js/commit/f3dd76fe80a0229649f83aaa0b2eb627a5e4cb93)
|
|
2049
|
+
- Release 0.1.1 [`487b430`](https://github.com/oceanprotocol/ocean.js/commit/487b4305461d3aedf87d290f5f339f8adb6c2e96)
|
|
2016
2050
|
|
|
2017
2051
|
#### v0.1.0
|
|
2018
2052
|
|
|
2019
2053
|
> 3 July 2020
|
|
2020
2054
|
|
|
2021
|
-
- Fix/ocean assets [`#126`](https://github.com/oceanprotocol/ocean
|
|
2022
|
-
- Bump yargs from 15.3.1 to 15.4.0 [`#125`](https://github.com/oceanprotocol/ocean
|
|
2023
|
-
- Bump @truffle/hdwallet-provider from 1.0.36 to 1.0.37 [`#124`](https://github.com/oceanprotocol/ocean
|
|
2024
|
-
- Feature/marketplace flow [`#110`](https://github.com/oceanprotocol/ocean
|
|
2025
|
-
- Feature/assets download [`#119`](https://github.com/oceanprotocol/ocean
|
|
2026
|
-
- Fix/unit test [`#116`](https://github.com/oceanprotocol/ocean
|
|
2027
|
-
- Update .travis.yml [`#123`](https://github.com/oceanprotocol/ocean
|
|
2028
|
-
- Bump typescript from 3.9.5 to 3.9.6 [`#122`](https://github.com/oceanprotocol/ocean
|
|
2029
|
-
- Bump typedoc from 0.17.7 to 0.17.8 [`#120`](https://github.com/oceanprotocol/ocean
|
|
2030
|
-
- feature/resolve-assets [`#117`](https://github.com/oceanprotocol/ocean
|
|
2031
|
-
- barge contains ganache now [`#115`](https://github.com/oceanprotocol/ocean
|
|
2032
|
-
- Feature/integrate barge [`#113`](https://github.com/oceanprotocol/ocean
|
|
2033
|
-
- Bump @truffle/hdwallet-provider from 1.0.35 to 1.0.36 [`#111`](https://github.com/oceanprotocol/ocean
|
|
2034
|
-
- Feature/unit-testing-beta [Part-1] [`#99`](https://github.com/oceanprotocol/ocean
|
|
2035
|
-
- Fix/args for encrypt method [`#107`](https://github.com/oceanprotocol/ocean
|
|
2036
|
-
- fix/readme [`#106`](https://github.com/oceanprotocol/ocean
|
|
2037
|
-
- Bump @types/node from 14.0.13 to 14.0.14 [`#105`](https://github.com/oceanprotocol/ocean
|
|
2038
|
-
- fix resolveByDTAddress [`#102`](https://github.com/oceanprotocol/ocean
|
|
2039
|
-
- Fix/integration test-beta [`#94`](https://github.com/oceanprotocol/ocean
|
|
2040
|
-
- Bump uuid from 8.1.0 to 8.2.0 [`#100`](https://github.com/oceanprotocol/ocean
|
|
2041
|
-
- Fix/integration test beta firstcut [`#97`](https://github.com/oceanprotocol/ocean
|
|
2042
|
-
- add coverage report tool [`#96`](https://github.com/oceanprotocol/ocean
|
|
2043
|
-
- Feature/beta version phase 2 [`#79`](https://github.com/oceanprotocol/ocean
|
|
2044
|
-
- Bump prettier from 1.19.1 to 2.0.5 [`#85`](https://github.com/oceanprotocol/ocean
|
|
2045
|
-
- Bump @types/node from 14.0.5 to 14.0.13 [`#86`](https://github.com/oceanprotocol/ocean
|
|
2046
|
-
- Feature/phase-2 [`#50`](https://github.com/oceanprotocol/ocean
|
|
2047
|
-
- Full flow for Phase-2 [Part-1] [`#78`](https://github.com/oceanprotocol/ocean
|
|
2048
|
-
- Bump @release-it/bumper from 1.1.1 to 1.4.0 [`#76`](https://github.com/oceanprotocol/ocean
|
|
2049
|
-
- Create Dependabot config file [`#64`](https://github.com/oceanprotocol/ocean
|
|
2050
|
-
- Feature/contracts [`#63`](https://github.com/oceanprotocol/ocean
|
|
2051
|
-
- init travis [`#52`](https://github.com/oceanprotocol/ocean
|
|
2052
|
-
- Feature/add detailed readme [`#51`](https://github.com/oceanprotocol/ocean
|
|
2053
|
-
- fix lint errors [`#49`](https://github.com/oceanprotocol/ocean
|
|
2054
|
-
- Feature/tests [`#41`](https://github.com/oceanprotocol/ocean
|
|
2055
|
-
- Feature/ datatokens.create [`#38`](https://github.com/oceanprotocol/ocean
|
|
2056
|
-
- Feature: datatokens class [`#36`](https://github.com/oceanprotocol/ocean
|
|
2057
|
-
- add configHelper [`#35`](https://github.com/oceanprotocol/ocean
|
|
2058
|
-
- Feature: move squid-js to ocean-lib-js [`#30`](https://github.com/oceanprotocol/ocean
|
|
2059
|
-
- Fix versions module [`#23`](https://github.com/oceanprotocol/ocean
|
|
2060
|
-
- feature: replace OceanAssets with Assets [`#27`](https://github.com/oceanprotocol/ocean
|
|
2061
|
-
- Feature/replace OceanCompute with Compute [`#22`](https://github.com/oceanprotocol/ocean
|
|
2062
|
-
- minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean
|
|
2063
|
-
- cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean
|
|
2064
|
-
- remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean
|
|
2065
|
-
- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean
|
|
2055
|
+
- Fix/ocean assets [`#126`](https://github.com/oceanprotocol/ocean.js/pull/126)
|
|
2056
|
+
- Bump yargs from 15.3.1 to 15.4.0 [`#125`](https://github.com/oceanprotocol/ocean.js/pull/125)
|
|
2057
|
+
- Bump @truffle/hdwallet-provider from 1.0.36 to 1.0.37 [`#124`](https://github.com/oceanprotocol/ocean.js/pull/124)
|
|
2058
|
+
- Feature/marketplace flow [`#110`](https://github.com/oceanprotocol/ocean.js/pull/110)
|
|
2059
|
+
- Feature/assets download [`#119`](https://github.com/oceanprotocol/ocean.js/pull/119)
|
|
2060
|
+
- Fix/unit test [`#116`](https://github.com/oceanprotocol/ocean.js/pull/116)
|
|
2061
|
+
- Update .travis.yml [`#123`](https://github.com/oceanprotocol/ocean.js/pull/123)
|
|
2062
|
+
- Bump typescript from 3.9.5 to 3.9.6 [`#122`](https://github.com/oceanprotocol/ocean.js/pull/122)
|
|
2063
|
+
- Bump typedoc from 0.17.7 to 0.17.8 [`#120`](https://github.com/oceanprotocol/ocean.js/pull/120)
|
|
2064
|
+
- feature/resolve-assets [`#117`](https://github.com/oceanprotocol/ocean.js/pull/117)
|
|
2065
|
+
- barge contains ganache now [`#115`](https://github.com/oceanprotocol/ocean.js/pull/115)
|
|
2066
|
+
- Feature/integrate barge [`#113`](https://github.com/oceanprotocol/ocean.js/pull/113)
|
|
2067
|
+
- Bump @truffle/hdwallet-provider from 1.0.35 to 1.0.36 [`#111`](https://github.com/oceanprotocol/ocean.js/pull/111)
|
|
2068
|
+
- Feature/unit-testing-beta [Part-1] [`#99`](https://github.com/oceanprotocol/ocean.js/pull/99)
|
|
2069
|
+
- Fix/args for encrypt method [`#107`](https://github.com/oceanprotocol/ocean.js/pull/107)
|
|
2070
|
+
- fix/readme [`#106`](https://github.com/oceanprotocol/ocean.js/pull/106)
|
|
2071
|
+
- Bump @types/node from 14.0.13 to 14.0.14 [`#105`](https://github.com/oceanprotocol/ocean.js/pull/105)
|
|
2072
|
+
- fix resolveByDTAddress [`#102`](https://github.com/oceanprotocol/ocean.js/pull/102)
|
|
2073
|
+
- Fix/integration test-beta [`#94`](https://github.com/oceanprotocol/ocean.js/pull/94)
|
|
2074
|
+
- Bump uuid from 8.1.0 to 8.2.0 [`#100`](https://github.com/oceanprotocol/ocean.js/pull/100)
|
|
2075
|
+
- Fix/integration test beta firstcut [`#97`](https://github.com/oceanprotocol/ocean.js/pull/97)
|
|
2076
|
+
- add coverage report tool [`#96`](https://github.com/oceanprotocol/ocean.js/pull/96)
|
|
2077
|
+
- Feature/beta version phase 2 [`#79`](https://github.com/oceanprotocol/ocean.js/pull/79)
|
|
2078
|
+
- Bump prettier from 1.19.1 to 2.0.5 [`#85`](https://github.com/oceanprotocol/ocean.js/pull/85)
|
|
2079
|
+
- Bump @types/node from 14.0.5 to 14.0.13 [`#86`](https://github.com/oceanprotocol/ocean.js/pull/86)
|
|
2080
|
+
- Feature/phase-2 [`#50`](https://github.com/oceanprotocol/ocean.js/pull/50)
|
|
2081
|
+
- Full flow for Phase-2 [Part-1] [`#78`](https://github.com/oceanprotocol/ocean.js/pull/78)
|
|
2082
|
+
- Bump @release-it/bumper from 1.1.1 to 1.4.0 [`#76`](https://github.com/oceanprotocol/ocean.js/pull/76)
|
|
2083
|
+
- Create Dependabot config file [`#64`](https://github.com/oceanprotocol/ocean.js/pull/64)
|
|
2084
|
+
- Feature/contracts [`#63`](https://github.com/oceanprotocol/ocean.js/pull/63)
|
|
2085
|
+
- init travis [`#52`](https://github.com/oceanprotocol/ocean.js/pull/52)
|
|
2086
|
+
- Feature/add detailed readme [`#51`](https://github.com/oceanprotocol/ocean.js/pull/51)
|
|
2087
|
+
- fix lint errors [`#49`](https://github.com/oceanprotocol/ocean.js/pull/49)
|
|
2088
|
+
- Feature/tests [`#41`](https://github.com/oceanprotocol/ocean.js/pull/41)
|
|
2089
|
+
- Feature/ datatokens.create [`#38`](https://github.com/oceanprotocol/ocean.js/pull/38)
|
|
2090
|
+
- Feature: datatokens class [`#36`](https://github.com/oceanprotocol/ocean.js/pull/36)
|
|
2091
|
+
- add configHelper [`#35`](https://github.com/oceanprotocol/ocean.js/pull/35)
|
|
2092
|
+
- Feature: move squid-js to ocean-lib-js [`#30`](https://github.com/oceanprotocol/ocean.js/pull/30)
|
|
2093
|
+
- Fix versions module [`#23`](https://github.com/oceanprotocol/ocean.js/pull/23)
|
|
2094
|
+
- feature: replace OceanAssets with Assets [`#27`](https://github.com/oceanprotocol/ocean.js/pull/27)
|
|
2095
|
+
- Feature/replace OceanCompute with Compute [`#22`](https://github.com/oceanprotocol/ocean.js/pull/22)
|
|
2096
|
+
- minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean.js/pull/11)
|
|
2097
|
+
- cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean.js/commit/cd9f6295ed08110936f9a092527bae5d0a974bbb)
|
|
2098
|
+
- remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean.js/commit/28d1775593ab78bf404708244c49af8f912f3117)
|
|
2099
|
+
- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean.js/commit/d8dadf5495d77e2f73d45454347c13e185bed7d4)
|