@oceanprotocol/lib 1.0.0-next.34 → 1.0.0-next.37
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 +1427 -1402
- 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/Compute.d.ts +1 -1
- package/dist/src/provider/Provider.d.ts +10 -12
- package/dist/src/tokens/Datatoken.d.ts +19 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,1992 +4,2017 @@ 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.
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
7
|
+
#### [v1.0.0-next.37](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.36...v1.0.0-next.37)
|
|
8
|
+
|
|
9
|
+
- test old package lock [`#1429`](https://github.com/oceanprotocol/ocean-lib-js/pull/1429)
|
|
10
|
+
- fix [`#1426`](https://github.com/oceanprotocol/ocean-lib-js/pull/1426)
|
|
11
|
+
- Add reuseOrder method [`#1421`](https://github.com/oceanprotocol/ocean-lib-js/pull/1421)
|
|
12
|
+
- Bump @types/node from 17.0.24 to 17.0.25 [`#1423`](https://github.com/oceanprotocol/ocean-lib-js/pull/1423)
|
|
13
|
+
- Bump @types/node from 17.0.23 to 17.0.24 [`#1422`](https://github.com/oceanprotocol/ocean-lib-js/pull/1422)
|
|
14
|
+
|
|
15
|
+
#### [v1.0.0-next.36](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.35...v1.0.0-next.36)
|
|
16
|
+
|
|
17
|
+
> 15 April 2022
|
|
18
|
+
|
|
19
|
+
- Fix get compute results [`#1386`](https://github.com/oceanprotocol/ocean-lib-js/pull/1386)
|
|
20
|
+
- Release 1.0.0-next.36 [`c4a5f9e`](https://github.com/oceanprotocol/ocean-lib-js/commit/c4a5f9e5ad356db6f8733252dfe497507075605c)
|
|
21
|
+
|
|
22
|
+
#### [v1.0.0-next.35](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.34...v1.0.0-next.35)
|
|
23
|
+
|
|
24
|
+
> 14 April 2022
|
|
25
|
+
|
|
26
|
+
- fix mm signature [`#1420`](https://github.com/oceanprotocol/ocean-lib-js/pull/1420)
|
|
27
|
+
- setPaymentCollector apply same checking as contract [`#1396`](https://github.com/oceanprotocol/ocean-lib-js/pull/1396)
|
|
28
|
+
- Release 1.0.0-next.35 [`80bf5cc`](https://github.com/oceanprotocol/ocean-lib-js/commit/80bf5cc33fa7f5e3b4cf47805ce53510c563b29b)
|
|
29
|
+
|
|
30
|
+
#### [v1.0.0-next.34](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.33...v1.0.0-next.34)
|
|
31
|
+
|
|
32
|
+
> 14 April 2022
|
|
33
|
+
|
|
34
|
+
- refactor signatures [`#1395`](https://github.com/oceanprotocol/ocean-lib-js/pull/1395)
|
|
35
|
+
- Bump @types/chai from 4.3.0 to 4.3.1 [`#1417`](https://github.com/oceanprotocol/ocean-lib-js/pull/1417)
|
|
36
|
+
- Bump @truffle/hdwallet-provider from 2.0.5 to 2.0.6 [`#1418`](https://github.com/oceanprotocol/ocean-lib-js/pull/1418)
|
|
37
|
+
- Issue-#1353: Rewrite Router test [`#1382`](https://github.com/oceanprotocol/ocean-lib-js/pull/1382)
|
|
38
|
+
- Issue-#1413: Refactor ZERO_ADDRESS constant [`#1414`](https://github.com/oceanprotocol/ocean-lib-js/pull/1414)
|
|
39
|
+
- Issue-#1410: Export Router and SideStaking classes [`#1411`](https://github.com/oceanprotocol/ocean-lib-js/pull/1411)
|
|
40
|
+
- Bump prettier from 2.6.1 to 2.6.2 [`#1388`](https://github.com/oceanprotocol/ocean-lib-js/pull/1388)
|
|
41
|
+
- Bump release-it from 14.14.1 to 14.14.2 [`#1415`](https://github.com/oceanprotocol/ocean-lib-js/pull/1415)
|
|
42
|
+
- Bump typedoc from 0.22.14 to 0.22.15 [`#1407`](https://github.com/oceanprotocol/ocean-lib-js/pull/1407)
|
|
43
|
+
- Bump @truffle/hdwallet-provider from 2.0.4 to 2.0.5 [`#1408`](https://github.com/oceanprotocol/ocean-lib-js/pull/1408)
|
|
44
|
+
- Bump release-it from 14.14.0 to 14.14.1 [`#1405`](https://github.com/oceanprotocol/ocean-lib-js/pull/1405)
|
|
45
|
+
- Bump typedoc from 0.22.13 to 0.22.14 [`#1402`](https://github.com/oceanprotocol/ocean-lib-js/pull/1402)
|
|
46
|
+
- Bump web3 from 1.7.1 to 1.7.3 [`#1403`](https://github.com/oceanprotocol/ocean-lib-js/pull/1403)
|
|
47
|
+
- refactor constants [`73c4647`](https://github.com/oceanprotocol/ocean-lib-js/commit/73c464778395bceab02e9459c830dd52cdcb23d1)
|
|
48
|
+
- refactor pool and erc creation params [`0ecc973`](https://github.com/oceanprotocol/ocean-lib-js/commit/0ecc973e0884eab5b60af9c12c7c441c0b2cfe77)
|
|
49
|
+
- Use ZERO_ADDRESS constant in src folder files [`ec10f43`](https://github.com/oceanprotocol/ocean-lib-js/commit/ec10f43ac7fdf696191d3894d2e2d3f82b7da3ca)
|
|
50
|
+
|
|
51
|
+
#### [v1.0.0-next.33](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.32...v1.0.0-next.33)
|
|
27
52
|
|
|
28
53
|
> 4 April 2022
|
|
29
54
|
|
|
30
|
-
- Feature/bump contracts to alpha 28 [`#1392`](https://github.com/oceanprotocol/ocean
|
|
31
|
-
- Bump mock-local-storage from 1.1.20 to 1.1.21 [`#1384`](https://github.com/oceanprotocol/ocean
|
|
32
|
-
- Bump release-it from 14.13.1 to 14.14.0 [`#1385`](https://github.com/oceanprotocol/ocean
|
|
33
|
-
- Issue-#1356 rewrite testcontracthandler helper class [`#1357`](https://github.com/oceanprotocol/ocean
|
|
34
|
-
- Bump @oceanprotocol/contracts from 1.0.0-alpha.26 to 1.0.0-alpha.27 [`#1381`](https://github.com/oceanprotocol/ocean
|
|
35
|
-
- upgrade to @oceanprotocol/contracts 1.0.0-alpha.27 [`745647b`](https://github.com/oceanprotocol/ocean
|
|
36
|
-
- update package-lock file [`a434458`](https://github.com/oceanprotocol/ocean
|
|
37
|
-
- revert package-lock to v4main version [`5766f87`](https://github.com/oceanprotocol/ocean
|
|
55
|
+
- Feature/bump contracts to alpha 28 [`#1392`](https://github.com/oceanprotocol/ocean-lib-js/pull/1392)
|
|
56
|
+
- Bump mock-local-storage from 1.1.20 to 1.1.21 [`#1384`](https://github.com/oceanprotocol/ocean-lib-js/pull/1384)
|
|
57
|
+
- Bump release-it from 14.13.1 to 14.14.0 [`#1385`](https://github.com/oceanprotocol/ocean-lib-js/pull/1385)
|
|
58
|
+
- Issue-#1356 rewrite testcontracthandler helper class [`#1357`](https://github.com/oceanprotocol/ocean-lib-js/pull/1357)
|
|
59
|
+
- Bump @oceanprotocol/contracts from 1.0.0-alpha.26 to 1.0.0-alpha.27 [`#1381`](https://github.com/oceanprotocol/ocean-lib-js/pull/1381)
|
|
60
|
+
- upgrade to @oceanprotocol/contracts 1.0.0-alpha.27 [`745647b`](https://github.com/oceanprotocol/ocean-lib-js/commit/745647b65ff9aaf55801078f5e7fd2c4672d9a61)
|
|
61
|
+
- update package-lock file [`a434458`](https://github.com/oceanprotocol/ocean-lib-js/commit/a4344580ed86b4f3aaa10c6345fc9cd8decf5cc4)
|
|
62
|
+
- revert package-lock to v4main version [`5766f87`](https://github.com/oceanprotocol/ocean-lib-js/commit/5766f874270000152df070a152e2ae847f2beb51)
|
|
38
63
|
|
|
39
|
-
#### [v1.0.0-next.32](https://github.com/oceanprotocol/ocean
|
|
64
|
+
#### [v1.0.0-next.32](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.31...v1.0.0-next.32)
|
|
40
65
|
|
|
41
66
|
> 29 March 2022
|
|
42
67
|
|
|
43
|
-
- comment broken tests [`#1379`](https://github.com/oceanprotocol/ocean
|
|
44
|
-
- Release 1.0.0-next.32 [`271e870`](https://github.com/oceanprotocol/ocean
|
|
68
|
+
- comment broken tests [`#1379`](https://github.com/oceanprotocol/ocean-lib-js/pull/1379)
|
|
69
|
+
- Release 1.0.0-next.32 [`271e870`](https://github.com/oceanprotocol/ocean-lib-js/commit/271e870b5ea50966f1df063e3c72ffb3524a05e3)
|
|
45
70
|
|
|
46
|
-
#### [v1.0.0-next.31](https://github.com/oceanprotocol/ocean
|
|
71
|
+
#### [v1.0.0-next.31](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.30...v1.0.0-next.31)
|
|
47
72
|
|
|
48
73
|
> 29 March 2022
|
|
49
74
|
|
|
50
|
-
- Release 1.0.0-next.31 [`7662364`](https://github.com/oceanprotocol/ocean
|
|
75
|
+
- Release 1.0.0-next.31 [`7662364`](https://github.com/oceanprotocol/ocean-lib-js/commit/76623648d2fa19e6bf760cec04230531c11b80f2)
|
|
51
76
|
|
|
52
|
-
#### [v1.0.0-next.30](https://github.com/oceanprotocol/ocean
|
|
77
|
+
#### [v1.0.0-next.30](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.29...v1.0.0-next.30)
|
|
53
78
|
|
|
54
79
|
> 29 March 2022
|
|
55
80
|
|
|
56
|
-
- default amountToUnits decimals to 18, FRE consumerMarketSwapFee witho… [`#1374`](https://github.com/oceanprotocol/ocean
|
|
57
|
-
- change address[1] to paymentCollector based on smart contract [`#1375`](https://github.com/oceanprotocol/ocean
|
|
58
|
-
- update compute status query and jsdoc [`#1361`](https://github.com/oceanprotocol/ocean
|
|
59
|
-
- Bump prettier from 2.6.0 to 2.6.1 [`#1373`](https://github.com/oceanprotocol/ocean
|
|
60
|
-
- Bump minimist from 1.2.5 to 1.2.6 [`#1370`](https://github.com/oceanprotocol/ocean
|
|
61
|
-
- Issue-#1367: Fix error in `NftFactory.disableTokenTemplate()` and `NftFactory.reactivateTokenTemplate()` [`#1368`](https://github.com/oceanprotocol/ocean
|
|
62
|
-
- fix typedoc [`#1378`](https://github.com/oceanprotocol/ocean
|
|
63
|
-
- Bump typescript from 4.6.2 to 4.6.3 [`#1371`](https://github.com/oceanprotocol/ocean
|
|
64
|
-
- Bump @types/node from 17.0.22 to 17.0.23 [`#1366`](https://github.com/oceanprotocol/ocean
|
|
65
|
-
- Issue-#1246: Use confighelper instead of hardcoded endpoints [`#1355`](https://github.com/oceanprotocol/ocean
|
|
66
|
-
- solve all typing warnings [`#1364`](https://github.com/oceanprotocol/ocean
|
|
67
|
-
- Bump @types/node from 17.0.21 to 17.0.22 [`#1363`](https://github.com/oceanprotocol/ocean
|
|
68
|
-
- Bump release-it from 14.12.5 to 14.13.1 [`#1360`](https://github.com/oceanprotocol/ocean
|
|
69
|
-
- Bump prettier from 2.5.1 to 2.6.0 [`#1340`](https://github.com/oceanprotocol/ocean
|
|
70
|
-
- use configuration file to read variables [`3572223`](https://github.com/oceanprotocol/ocean
|
|
71
|
-
- refactor imports in the tests [`165b4c8`](https://github.com/oceanprotocol/ocean
|
|
72
|
-
- read configHelperNetworks values for the tests [`896211b`](https://github.com/oceanprotocol/ocean
|
|
73
|
-
|
|
74
|
-
#### [v1.0.0-next.29](https://github.com/oceanprotocol/ocean
|
|
81
|
+
- default amountToUnits decimals to 18, FRE consumerMarketSwapFee witho… [`#1374`](https://github.com/oceanprotocol/ocean-lib-js/pull/1374)
|
|
82
|
+
- change address[1] to paymentCollector based on smart contract [`#1375`](https://github.com/oceanprotocol/ocean-lib-js/pull/1375)
|
|
83
|
+
- update compute status query and jsdoc [`#1361`](https://github.com/oceanprotocol/ocean-lib-js/pull/1361)
|
|
84
|
+
- Bump prettier from 2.6.0 to 2.6.1 [`#1373`](https://github.com/oceanprotocol/ocean-lib-js/pull/1373)
|
|
85
|
+
- Bump minimist from 1.2.5 to 1.2.6 [`#1370`](https://github.com/oceanprotocol/ocean-lib-js/pull/1370)
|
|
86
|
+
- Issue-#1367: Fix error in `NftFactory.disableTokenTemplate()` and `NftFactory.reactivateTokenTemplate()` [`#1368`](https://github.com/oceanprotocol/ocean-lib-js/pull/1368)
|
|
87
|
+
- fix typedoc [`#1378`](https://github.com/oceanprotocol/ocean-lib-js/pull/1378)
|
|
88
|
+
- Bump typescript from 4.6.2 to 4.6.3 [`#1371`](https://github.com/oceanprotocol/ocean-lib-js/pull/1371)
|
|
89
|
+
- Bump @types/node from 17.0.22 to 17.0.23 [`#1366`](https://github.com/oceanprotocol/ocean-lib-js/pull/1366)
|
|
90
|
+
- Issue-#1246: Use confighelper instead of hardcoded endpoints [`#1355`](https://github.com/oceanprotocol/ocean-lib-js/pull/1355)
|
|
91
|
+
- solve all typing warnings [`#1364`](https://github.com/oceanprotocol/ocean-lib-js/pull/1364)
|
|
92
|
+
- Bump @types/node from 17.0.21 to 17.0.22 [`#1363`](https://github.com/oceanprotocol/ocean-lib-js/pull/1363)
|
|
93
|
+
- Bump release-it from 14.12.5 to 14.13.1 [`#1360`](https://github.com/oceanprotocol/ocean-lib-js/pull/1360)
|
|
94
|
+
- Bump prettier from 2.5.1 to 2.6.0 [`#1340`](https://github.com/oceanprotocol/ocean-lib-js/pull/1340)
|
|
95
|
+
- use configuration file to read variables [`3572223`](https://github.com/oceanprotocol/ocean-lib-js/commit/35722239dfa2d021b074098e76f790e0191aa12a)
|
|
96
|
+
- refactor imports in the tests [`165b4c8`](https://github.com/oceanprotocol/ocean-lib-js/commit/165b4c86809615aada2463f2ece2a3be1d3ee419)
|
|
97
|
+
- read configHelperNetworks values for the tests [`896211b`](https://github.com/oceanprotocol/ocean-lib-js/commit/896211b93f1bfb634ab4677c4c68795884f16fc8)
|
|
98
|
+
|
|
99
|
+
#### [v1.0.0-next.29](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.28...v1.0.0-next.29)
|
|
75
100
|
|
|
76
101
|
> 21 March 2022
|
|
77
102
|
|
|
78
|
-
- Feature/contracts alpha 25 [`#1358`](https://github.com/oceanprotocol/ocean
|
|
79
|
-
- Release 1.0.0-next.29 [`069d21c`](https://github.com/oceanprotocol/ocean
|
|
103
|
+
- Feature/contracts alpha 25 [`#1358`](https://github.com/oceanprotocol/ocean-lib-js/pull/1358)
|
|
104
|
+
- Release 1.0.0-next.29 [`069d21c`](https://github.com/oceanprotocol/ocean-lib-js/commit/069d21c16473a5e568d573834f85d9684bfdfca4)
|
|
80
105
|
|
|
81
|
-
#### [v1.0.0-next.28](https://github.com/oceanprotocol/ocean
|
|
106
|
+
#### [v1.0.0-next.28](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.27...v1.0.0-next.28)
|
|
82
107
|
|
|
83
108
|
> 16 March 2022
|
|
84
109
|
|
|
85
|
-
- Replace toWei/fromWei when base token conversion [`#1318`](https://github.com/oceanprotocol/ocean
|
|
86
|
-
- Make metadataProofs optional in setMetadataAndTokenURI [`#1336`](https://github.com/oceanprotocol/ocean
|
|
87
|
-
- fix moonbase urls [`#1337`](https://github.com/oceanprotocol/ocean
|
|
88
|
-
- Release 1.0.0-next.28 [`6675de4`](https://github.com/oceanprotocol/ocean
|
|
110
|
+
- Replace toWei/fromWei when base token conversion [`#1318`](https://github.com/oceanprotocol/ocean-lib-js/pull/1318)
|
|
111
|
+
- Make metadataProofs optional in setMetadataAndTokenURI [`#1336`](https://github.com/oceanprotocol/ocean-lib-js/pull/1336)
|
|
112
|
+
- fix moonbase urls [`#1337`](https://github.com/oceanprotocol/ocean-lib-js/pull/1337)
|
|
113
|
+
- Release 1.0.0-next.28 [`6675de4`](https://github.com/oceanprotocol/ocean-lib-js/commit/6675de4e361cb62c8dc45e6e162139c77f6d5a45)
|
|
89
114
|
|
|
90
|
-
#### [v1.0.0-next.27](https://github.com/oceanprotocol/ocean
|
|
115
|
+
#### [v1.0.0-next.27](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.26...v1.0.0-next.27)
|
|
91
116
|
|
|
92
117
|
> 14 March 2022
|
|
93
118
|
|
|
94
|
-
- Feature/contracts alpha 22 [`#1334`](https://github.com/oceanprotocol/ocean
|
|
95
|
-
- Bump mocha from 9.2.1 to 9.2.2 [`#1332`](https://github.com/oceanprotocol/ocean
|
|
96
|
-
- Release 1.0.0-next.27 [`d3fcdd0`](https://github.com/oceanprotocol/ocean
|
|
119
|
+
- Feature/contracts alpha 22 [`#1334`](https://github.com/oceanprotocol/ocean-lib-js/pull/1334)
|
|
120
|
+
- Bump mocha from 9.2.1 to 9.2.2 [`#1332`](https://github.com/oceanprotocol/ocean-lib-js/pull/1332)
|
|
121
|
+
- Release 1.0.0-next.27 [`d3fcdd0`](https://github.com/oceanprotocol/ocean-lib-js/commit/d3fcdd0d561f85924a1b8266c564604d554e8148)
|
|
97
122
|
|
|
98
|
-
#### [v1.0.0-next.26](https://github.com/oceanprotocol/ocean
|
|
123
|
+
#### [v1.0.0-next.26](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.25...v1.0.0-next.26)
|
|
99
124
|
|
|
100
125
|
> 11 March 2022
|
|
101
126
|
|
|
102
|
-
- update `ServiceComputeOptions` [`#1330`](https://github.com/oceanprotocol/ocean
|
|
103
|
-
- dispenser creation: transform maxTokens and maxBalance to wei [`#1328`](https://github.com/oceanprotocol/ocean
|
|
104
|
-
- Bump @truffle/hdwallet-provider from 2.0.3 to 2.0.4 [`#1329`](https://github.com/oceanprotocol/ocean
|
|
105
|
-
- Release 1.0.0-next.26 [`e9f32c7`](https://github.com/oceanprotocol/ocean
|
|
127
|
+
- update `ServiceComputeOptions` [`#1330`](https://github.com/oceanprotocol/ocean-lib-js/pull/1330)
|
|
128
|
+
- dispenser creation: transform maxTokens and maxBalance to wei [`#1328`](https://github.com/oceanprotocol/ocean-lib-js/pull/1328)
|
|
129
|
+
- Bump @truffle/hdwallet-provider from 2.0.3 to 2.0.4 [`#1329`](https://github.com/oceanprotocol/ocean-lib-js/pull/1329)
|
|
130
|
+
- Release 1.0.0-next.26 [`e9f32c7`](https://github.com/oceanprotocol/ocean-lib-js/commit/e9f32c729abadc5985add4016d72f7647b8cecf9)
|
|
106
131
|
|
|
107
|
-
#### [v1.0.0-next.25](https://github.com/oceanprotocol/ocean
|
|
132
|
+
#### [v1.0.0-next.25](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.24...v1.0.0-next.25)
|
|
108
133
|
|
|
109
134
|
> 8 March 2022
|
|
110
135
|
|
|
111
|
-
- Bump ts-node from 10.6.0 to 10.7.0 [`#1327`](https://github.com/oceanprotocol/ocean
|
|
112
|
-
- Bump typedoc from 0.22.12 to 0.22.13 [`#1326`](https://github.com/oceanprotocol/ocean
|
|
113
|
-
- fix url [`#1325`](https://github.com/oceanprotocol/ocean
|
|
114
|
-
- Bump web3 from 1.7.0 to 1.7.1 [`#1323`](https://github.com/oceanprotocol/ocean
|
|
115
|
-
- Bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#1324`](https://github.com/oceanprotocol/ocean
|
|
116
|
-
- Bump ts-node from 10.5.0 to 10.6.0 [`#1319`](https://github.com/oceanprotocol/ocean
|
|
117
|
-
- Bump typescript from 4.5.5 to 4.6.2 [`#1317`](https://github.com/oceanprotocol/ocean
|
|
118
|
-
- Bump @types/node from 17.0.19 to 17.0.21 [`#1310`](https://github.com/oceanprotocol/ocean
|
|
119
|
-
- services specific additional information [`#1311`](https://github.com/oceanprotocol/ocean
|
|
120
|
-
- Bump release-it from 14.12.4 to 14.12.5 [`#1308`](https://github.com/oceanprotocol/ocean
|
|
121
|
-
- Update README: harmonize with ocean.py's v4 changes [`81b1849`](https://github.com/oceanprotocol/ocean
|
|
122
|
-
- Release 1.0.0-next.25 [`b403130`](https://github.com/oceanprotocol/ocean
|
|
123
|
-
- 2021 -> 2022 [`28a48f5`](https://github.com/oceanprotocol/ocean
|
|
124
|
-
|
|
125
|
-
#### [v1.0.0-next.24](https://github.com/oceanprotocol/ocean
|
|
136
|
+
- Bump ts-node from 10.6.0 to 10.7.0 [`#1327`](https://github.com/oceanprotocol/ocean-lib-js/pull/1327)
|
|
137
|
+
- Bump typedoc from 0.22.12 to 0.22.13 [`#1326`](https://github.com/oceanprotocol/ocean-lib-js/pull/1326)
|
|
138
|
+
- fix url [`#1325`](https://github.com/oceanprotocol/ocean-lib-js/pull/1325)
|
|
139
|
+
- Bump web3 from 1.7.0 to 1.7.1 [`#1323`](https://github.com/oceanprotocol/ocean-lib-js/pull/1323)
|
|
140
|
+
- Bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#1324`](https://github.com/oceanprotocol/ocean-lib-js/pull/1324)
|
|
141
|
+
- Bump ts-node from 10.5.0 to 10.6.0 [`#1319`](https://github.com/oceanprotocol/ocean-lib-js/pull/1319)
|
|
142
|
+
- Bump typescript from 4.5.5 to 4.6.2 [`#1317`](https://github.com/oceanprotocol/ocean-lib-js/pull/1317)
|
|
143
|
+
- Bump @types/node from 17.0.19 to 17.0.21 [`#1310`](https://github.com/oceanprotocol/ocean-lib-js/pull/1310)
|
|
144
|
+
- services specific additional information [`#1311`](https://github.com/oceanprotocol/ocean-lib-js/pull/1311)
|
|
145
|
+
- Bump release-it from 14.12.4 to 14.12.5 [`#1308`](https://github.com/oceanprotocol/ocean-lib-js/pull/1308)
|
|
146
|
+
- Update README: harmonize with ocean.py's v4 changes [`81b1849`](https://github.com/oceanprotocol/ocean-lib-js/commit/81b18493ff1a6dee13b23648b5f8a47452aaf3ab)
|
|
147
|
+
- Release 1.0.0-next.25 [`b403130`](https://github.com/oceanprotocol/ocean-lib-js/commit/b403130e2d7e99711d2fb582a12baeac49acbcc7)
|
|
148
|
+
- 2021 -> 2022 [`28a48f5`](https://github.com/oceanprotocol/ocean-lib-js/commit/28a48f5b5a2f792a79dabcd1a4fa9be1b2228311)
|
|
149
|
+
|
|
150
|
+
#### [v1.0.0-next.24](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.23...v1.0.0-next.24)
|
|
126
151
|
|
|
127
152
|
> 23 February 2022
|
|
128
153
|
|
|
129
|
-
- fix export [`#1309`](https://github.com/oceanprotocol/ocean
|
|
130
|
-
- Release 1.0.0-next.24 [`9116852`](https://github.com/oceanprotocol/ocean
|
|
154
|
+
- fix export [`#1309`](https://github.com/oceanprotocol/ocean-lib-js/pull/1309)
|
|
155
|
+
- Release 1.0.0-next.24 [`9116852`](https://github.com/oceanprotocol/ocean-lib-js/commit/91168527fca9c0667e686486bd0aae4892b79e2a)
|
|
131
156
|
|
|
132
|
-
#### [v1.0.0-next.23](https://github.com/oceanprotocol/ocean
|
|
157
|
+
#### [v1.0.0-next.23](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.22...v1.0.0-next.23)
|
|
133
158
|
|
|
134
159
|
> 22 February 2022
|
|
135
160
|
|
|
136
|
-
- Calculating max swap/liquidity [`#1306`](https://github.com/oceanprotocol/ocean
|
|
137
|
-
- Bump @types/node from 17.0.18 to 17.0.19 [`#1305`](https://github.com/oceanprotocol/ocean
|
|
138
|
-
- Release 1.0.0-next.23 [`aadd145`](https://github.com/oceanprotocol/ocean
|
|
161
|
+
- Calculating max swap/liquidity [`#1306`](https://github.com/oceanprotocol/ocean-lib-js/pull/1306)
|
|
162
|
+
- Bump @types/node from 17.0.18 to 17.0.19 [`#1305`](https://github.com/oceanprotocol/ocean-lib-js/pull/1305)
|
|
163
|
+
- Release 1.0.0-next.23 [`aadd145`](https://github.com/oceanprotocol/ocean-lib-js/commit/aadd1458ba7364a709f6eb94b3f8c123de3c189a)
|
|
139
164
|
|
|
140
|
-
#### [v1.0.0-next.22](https://github.com/oceanprotocol/ocean
|
|
165
|
+
#### [v1.0.0-next.22](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.21...v1.0.0-next.22)
|
|
141
166
|
|
|
142
167
|
> 21 February 2022
|
|
143
168
|
|
|
144
|
-
- fix estGas for setMetadata call [`#1303`](https://github.com/oceanprotocol/ocean
|
|
145
|
-
- Bump eslint-config-prettier from 8.3.0 to 8.4.0 [`#1301`](https://github.com/oceanprotocol/ocean
|
|
146
|
-
- Bump typedoc from 0.22.11 to 0.22.12 [`#1300`](https://github.com/oceanprotocol/ocean
|
|
147
|
-
- Bump mocha from 9.2.0 to 9.2.1 [`#1299`](https://github.com/oceanprotocol/ocean
|
|
148
|
-
- Release 1.0.0-next.22 [`ff0653c`](https://github.com/oceanprotocol/ocean
|
|
169
|
+
- fix estGas for setMetadata call [`#1303`](https://github.com/oceanprotocol/ocean-lib-js/pull/1303)
|
|
170
|
+
- Bump eslint-config-prettier from 8.3.0 to 8.4.0 [`#1301`](https://github.com/oceanprotocol/ocean-lib-js/pull/1301)
|
|
171
|
+
- Bump typedoc from 0.22.11 to 0.22.12 [`#1300`](https://github.com/oceanprotocol/ocean-lib-js/pull/1300)
|
|
172
|
+
- Bump mocha from 9.2.0 to 9.2.1 [`#1299`](https://github.com/oceanprotocol/ocean-lib-js/pull/1299)
|
|
173
|
+
- Release 1.0.0-next.22 [`ff0653c`](https://github.com/oceanprotocol/ocean-lib-js/commit/ff0653c8831a10dee36994adde460dbfa5567810)
|
|
149
174
|
|
|
150
|
-
#### [v1.0.0-next.21](https://github.com/oceanprotocol/ocean
|
|
175
|
+
#### [v1.0.0-next.21](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.20...v1.0.0-next.21)
|
|
151
176
|
|
|
152
177
|
> 17 February 2022
|
|
153
178
|
|
|
154
|
-
- Update contracts [`#1297`](https://github.com/oceanprotocol/ocean
|
|
155
|
-
- Release 1.0.0-next.21 [`ce88427`](https://github.com/oceanprotocol/ocean
|
|
179
|
+
- Update contracts [`#1297`](https://github.com/oceanprotocol/ocean-lib-js/pull/1297)
|
|
180
|
+
- Release 1.0.0-next.21 [`ce88427`](https://github.com/oceanprotocol/ocean-lib-js/commit/ce8842701aa1e9c82dbc8d6b18d94eeb0ea24540)
|
|
156
181
|
|
|
157
|
-
#### [v1.0.0-next.20](https://github.com/oceanprotocol/ocean
|
|
182
|
+
#### [v1.0.0-next.20](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.19...v1.0.0-next.20)
|
|
158
183
|
|
|
159
184
|
> 16 February 2022
|
|
160
185
|
|
|
161
|
-
- bump to contracts alpha.20 [`#1295`](https://github.com/oceanprotocol/ocean
|
|
162
|
-
- use barge addresses for unit tests [`#1291`](https://github.com/oceanprotocol/ocean
|
|
163
|
-
- Bump @types/node from 17.0.17 to 17.0.18 [`#1290`](https://github.com/oceanprotocol/ocean
|
|
164
|
-
- Bump @types/crypto-js from 4.1.0 to 4.1.1 [`#1289`](https://github.com/oceanprotocol/ocean
|
|
165
|
-
- Release 1.0.0-next.20 [`cb8b52c`](https://github.com/oceanprotocol/ocean
|
|
186
|
+
- bump to contracts alpha.20 [`#1295`](https://github.com/oceanprotocol/ocean-lib-js/pull/1295)
|
|
187
|
+
- use barge addresses for unit tests [`#1291`](https://github.com/oceanprotocol/ocean-lib-js/pull/1291)
|
|
188
|
+
- Bump @types/node from 17.0.17 to 17.0.18 [`#1290`](https://github.com/oceanprotocol/ocean-lib-js/pull/1290)
|
|
189
|
+
- Bump @types/crypto-js from 4.1.0 to 4.1.1 [`#1289`](https://github.com/oceanprotocol/ocean-lib-js/pull/1289)
|
|
190
|
+
- Release 1.0.0-next.20 [`cb8b52c`](https://github.com/oceanprotocol/ocean-lib-js/commit/cb8b52c6e1a73444b8170a762822e4ba15bf244e)
|
|
166
191
|
|
|
167
|
-
#### [v1.0.0-next.19](https://github.com/oceanprotocol/ocean
|
|
192
|
+
#### [v1.0.0-next.19](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.18...v1.0.0-next.19)
|
|
168
193
|
|
|
169
194
|
> 15 February 2022
|
|
170
195
|
|
|
171
|
-
- update config endpoint [`#1288`](https://github.com/oceanprotocol/ocean
|
|
172
|
-
- Release 1.0.0-next.19 [`9b71c85`](https://github.com/oceanprotocol/ocean
|
|
196
|
+
- update config endpoint [`#1288`](https://github.com/oceanprotocol/ocean-lib-js/pull/1288)
|
|
197
|
+
- Release 1.0.0-next.19 [`9b71c85`](https://github.com/oceanprotocol/ocean-lib-js/commit/9b71c853f7cd1f596b5fbd451f63e9cdb5af3b72)
|
|
173
198
|
|
|
174
|
-
#### [v1.0.0-next.18](https://github.com/oceanprotocol/ocean
|
|
199
|
+
#### [v1.0.0-next.18](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.17...v1.0.0-next.18)
|
|
175
200
|
|
|
176
201
|
> 14 February 2022
|
|
177
202
|
|
|
178
|
-
- update to contracts alpha.19 [`#1286`](https://github.com/oceanprotocol/ocean
|
|
179
|
-
- Update Pool class JSDoc comments [`#1281`](https://github.com/oceanprotocol/ocean
|
|
180
|
-
- updated existing jsdoc comments and add missing ones [`7b2ff71`](https://github.com/oceanprotocol/ocean
|
|
181
|
-
- Release 1.0.0-next.18 [`9f9e3dc`](https://github.com/oceanprotocol/ocean
|
|
203
|
+
- update to contracts alpha.19 [`#1286`](https://github.com/oceanprotocol/ocean-lib-js/pull/1286)
|
|
204
|
+
- Update Pool class JSDoc comments [`#1281`](https://github.com/oceanprotocol/ocean-lib-js/pull/1281)
|
|
205
|
+
- updated existing jsdoc comments and add missing ones [`7b2ff71`](https://github.com/oceanprotocol/ocean-lib-js/commit/7b2ff71d0cb148308cc49a0cb267e4b4f4ee83bb)
|
|
206
|
+
- Release 1.0.0-next.18 [`9f9e3dc`](https://github.com/oceanprotocol/ocean-lib-js/commit/9f9e3dce88d5e5e731cc13dbadfefc8a66cd43a5)
|
|
182
207
|
|
|
183
|
-
#### [v1.0.0-next.17](https://github.com/oceanprotocol/ocean
|
|
208
|
+
#### [v1.0.0-next.17](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.16...v1.0.0-next.17)
|
|
184
209
|
|
|
185
210
|
> 14 February 2022
|
|
186
211
|
|
|
187
|
-
- fix fixed order params [`#1287`](https://github.com/oceanprotocol/ocean
|
|
188
|
-
- Release 1.0.0-next.17 [`9c3a12d`](https://github.com/oceanprotocol/ocean
|
|
212
|
+
- fix fixed order params [`#1287`](https://github.com/oceanprotocol/ocean-lib-js/pull/1287)
|
|
213
|
+
- Release 1.0.0-next.17 [`9c3a12d`](https://github.com/oceanprotocol/ocean-lib-js/commit/9c3a12daa6276aeb3f0cf59d53ff76d2b8df7219)
|
|
189
214
|
|
|
190
|
-
#### [v1.0.0-next.16](https://github.com/oceanprotocol/ocean
|
|
215
|
+
#### [v1.0.0-next.16](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.15...v1.0.0-next.16)
|
|
191
216
|
|
|
192
217
|
> 14 February 2022
|
|
193
218
|
|
|
194
|
-
- Remove redundant get in `calcBaseInGivenOutDT` [`#1283`](https://github.com/oceanprotocol/ocean
|
|
195
|
-
- add aquarius to export list [`#1280`](https://github.com/oceanprotocol/ocean
|
|
196
|
-
- Release 1.0.0-next.16 [`9f8f6aa`](https://github.com/oceanprotocol/ocean
|
|
219
|
+
- Remove redundant get in `calcBaseInGivenOutDT` [`#1283`](https://github.com/oceanprotocol/ocean-lib-js/pull/1283)
|
|
220
|
+
- add aquarius to export list [`#1280`](https://github.com/oceanprotocol/ocean-lib-js/pull/1280)
|
|
221
|
+
- Release 1.0.0-next.16 [`9f8f6aa`](https://github.com/oceanprotocol/ocean-lib-js/commit/9f8f6aae99ab409cd0bdb61f3950b067b0363c2f)
|
|
197
222
|
|
|
198
|
-
#### [v1.0.0-next.15](https://github.com/oceanprotocol/ocean
|
|
223
|
+
#### [v1.0.0-next.15](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.14...v1.0.0-next.15)
|
|
199
224
|
|
|
200
225
|
> 11 February 2022
|
|
201
226
|
|
|
202
|
-
- fix redundancy [`#1278`](https://github.com/oceanprotocol/ocean
|
|
203
|
-
- Bump chai from 4.3.4 to 4.3.6 [`#1277`](https://github.com/oceanprotocol/ocean
|
|
204
|
-
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1276`](https://github.com/oceanprotocol/ocean
|
|
205
|
-
- Bump @types/node from 17.0.16 to 17.0.17 [`#1275`](https://github.com/oceanprotocol/ocean
|
|
206
|
-
- Release 1.0.0-next.15 [`84a022f`](https://github.com/oceanprotocol/ocean
|
|
227
|
+
- fix redundancy [`#1278`](https://github.com/oceanprotocol/ocean-lib-js/pull/1278)
|
|
228
|
+
- Bump chai from 4.3.4 to 4.3.6 [`#1277`](https://github.com/oceanprotocol/ocean-lib-js/pull/1277)
|
|
229
|
+
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1276`](https://github.com/oceanprotocol/ocean-lib-js/pull/1276)
|
|
230
|
+
- Bump @types/node from 17.0.16 to 17.0.17 [`#1275`](https://github.com/oceanprotocol/ocean-lib-js/pull/1275)
|
|
231
|
+
- Release 1.0.0-next.15 [`84a022f`](https://github.com/oceanprotocol/ocean-lib-js/commit/84a022f80c30bed5c7ad6ab692252210a71e9ae3)
|
|
207
232
|
|
|
208
|
-
#### [v1.0.0-next.14](https://github.com/oceanprotocol/ocean
|
|
233
|
+
#### [v1.0.0-next.14](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.13...v1.0.0-next.14)
|
|
209
234
|
|
|
210
235
|
> 10 February 2022
|
|
211
236
|
|
|
212
|
-
- fixes [`#1273`](https://github.com/oceanprotocol/ocean
|
|
213
|
-
- Release 1.0.0-next.14 [`6aa1231`](https://github.com/oceanprotocol/ocean
|
|
237
|
+
- fixes [`#1273`](https://github.com/oceanprotocol/ocean-lib-js/pull/1273)
|
|
238
|
+
- Release 1.0.0-next.14 [`6aa1231`](https://github.com/oceanprotocol/ocean-lib-js/commit/6aa1231a0a64d32a148108fc43bef2afca42e873)
|
|
214
239
|
|
|
215
|
-
#### [v1.0.0-next.13](https://github.com/oceanprotocol/ocean
|
|
240
|
+
#### [v1.0.0-next.13](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.12...v1.0.0-next.13)
|
|
216
241
|
|
|
217
242
|
> 10 February 2022
|
|
218
243
|
|
|
219
|
-
- Bump typescript from 4.4.4 to 4.5.5 [`#1270`](https://github.com/oceanprotocol/ocean
|
|
220
|
-
- Bump mocha from 9.1.3 to 9.2.0 [`#1269`](https://github.com/oceanprotocol/ocean
|
|
221
|
-
- Use v4main images [`#1267`](https://github.com/oceanprotocol/ocean
|
|
222
|
-
- Bump ts-node from 10.4.0 to 10.5.0 [`#1268`](https://github.com/oceanprotocol/ocean
|
|
223
|
-
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.3 [`#1271`](https://github.com/oceanprotocol/ocean
|
|
224
|
-
- Bump mock-local-storage from 1.1.19 to 1.1.20 [`#1263`](https://github.com/oceanprotocol/ocean
|
|
225
|
-
- Bump cross-fetch from 3.1.4 to 3.1.5 [`#1264`](https://github.com/oceanprotocol/ocean
|
|
226
|
-
- Bump auto-changelog from 2.3.0 to 2.4.0 [`#1265`](https://github.com/oceanprotocol/ocean
|
|
227
|
-
- Bump @types/mocha from 9.0.0 to 9.1.0 [`#1262`](https://github.com/oceanprotocol/ocean
|
|
228
|
-
- Bump follow-redirects from 1.14.6 to 1.14.8 [`#1261`](https://github.com/oceanprotocol/ocean
|
|
229
|
-
- Bump simple-get from 2.8.1 to 2.8.2 [`#1260`](https://github.com/oceanprotocol/ocean
|
|
230
|
-
- Bump @openzeppelin/contracts from 4.4.1 to 4.4.2 [`#1259`](https://github.com/oceanprotocol/ocean
|
|
231
|
-
- Bump @types/node from 17.0.8 to 17.0.16 [`#1255`](https://github.com/oceanprotocol/ocean
|
|
232
|
-
- Bump typedoc from 0.22.10 to 0.22.11 [`#1230`](https://github.com/oceanprotocol/ocean
|
|
233
|
-
- npm audit fix [`92f4eb9`](https://github.com/oceanprotocol/ocean
|
|
234
|
-
- Release 1.0.0-next.13 [`5152bc2`](https://github.com/oceanprotocol/ocean
|
|
235
|
-
|
|
236
|
-
#### [v1.0.0-next.12](https://github.com/oceanprotocol/ocean
|
|
244
|
+
- Bump typescript from 4.4.4 to 4.5.5 [`#1270`](https://github.com/oceanprotocol/ocean-lib-js/pull/1270)
|
|
245
|
+
- Bump mocha from 9.1.3 to 9.2.0 [`#1269`](https://github.com/oceanprotocol/ocean-lib-js/pull/1269)
|
|
246
|
+
- Use v4main images [`#1267`](https://github.com/oceanprotocol/ocean-lib-js/pull/1267)
|
|
247
|
+
- Bump ts-node from 10.4.0 to 10.5.0 [`#1268`](https://github.com/oceanprotocol/ocean-lib-js/pull/1268)
|
|
248
|
+
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.3 [`#1271`](https://github.com/oceanprotocol/ocean-lib-js/pull/1271)
|
|
249
|
+
- Bump mock-local-storage from 1.1.19 to 1.1.20 [`#1263`](https://github.com/oceanprotocol/ocean-lib-js/pull/1263)
|
|
250
|
+
- Bump cross-fetch from 3.1.4 to 3.1.5 [`#1264`](https://github.com/oceanprotocol/ocean-lib-js/pull/1264)
|
|
251
|
+
- Bump auto-changelog from 2.3.0 to 2.4.0 [`#1265`](https://github.com/oceanprotocol/ocean-lib-js/pull/1265)
|
|
252
|
+
- Bump @types/mocha from 9.0.0 to 9.1.0 [`#1262`](https://github.com/oceanprotocol/ocean-lib-js/pull/1262)
|
|
253
|
+
- Bump follow-redirects from 1.14.6 to 1.14.8 [`#1261`](https://github.com/oceanprotocol/ocean-lib-js/pull/1261)
|
|
254
|
+
- Bump simple-get from 2.8.1 to 2.8.2 [`#1260`](https://github.com/oceanprotocol/ocean-lib-js/pull/1260)
|
|
255
|
+
- Bump @openzeppelin/contracts from 4.4.1 to 4.4.2 [`#1259`](https://github.com/oceanprotocol/ocean-lib-js/pull/1259)
|
|
256
|
+
- Bump @types/node from 17.0.8 to 17.0.16 [`#1255`](https://github.com/oceanprotocol/ocean-lib-js/pull/1255)
|
|
257
|
+
- Bump typedoc from 0.22.10 to 0.22.11 [`#1230`](https://github.com/oceanprotocol/ocean-lib-js/pull/1230)
|
|
258
|
+
- npm audit fix [`92f4eb9`](https://github.com/oceanprotocol/ocean-lib-js/commit/92f4eb96695a1e32e750f6c3c0de7774e992e4f2)
|
|
259
|
+
- Release 1.0.0-next.13 [`5152bc2`](https://github.com/oceanprotocol/ocean-lib-js/commit/5152bc21646a6375799838daf77188a9dd6713f0)
|
|
260
|
+
|
|
261
|
+
#### [v1.0.0-next.12](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.11...v1.0.0-next.12)
|
|
237
262
|
|
|
238
263
|
> 9 February 2022
|
|
239
264
|
|
|
240
|
-
- use compute environments [`#1258`](https://github.com/oceanprotocol/ocean
|
|
241
|
-
- Bump web3 from 1.6.1 to 1.7.0 [`#1224`](https://github.com/oceanprotocol/ocean
|
|
242
|
-
- Barge c2d & latest contracts bump [`#1248`](https://github.com/oceanprotocol/ocean
|
|
243
|
-
- Release 1.0.0-next.12 [`022c8c7`](https://github.com/oceanprotocol/ocean
|
|
244
|
-
- fixed version for contracts [`fbcd22e`](https://github.com/oceanprotocol/ocean
|
|
245
|
-
- run push builds against v4main [`9142c35`](https://github.com/oceanprotocol/ocean
|
|
265
|
+
- use compute environments [`#1258`](https://github.com/oceanprotocol/ocean-lib-js/pull/1258)
|
|
266
|
+
- Bump web3 from 1.6.1 to 1.7.0 [`#1224`](https://github.com/oceanprotocol/ocean-lib-js/pull/1224)
|
|
267
|
+
- Barge c2d & latest contracts bump [`#1248`](https://github.com/oceanprotocol/ocean-lib-js/pull/1248)
|
|
268
|
+
- Release 1.0.0-next.12 [`022c8c7`](https://github.com/oceanprotocol/ocean-lib-js/commit/022c8c7454a8e39fe552f68cacb6a5ec75776cdf)
|
|
269
|
+
- fixed version for contracts [`fbcd22e`](https://github.com/oceanprotocol/ocean-lib-js/commit/fbcd22e714d6233d7d71f60d7eabb0cecb2fe963)
|
|
270
|
+
- run push builds against v4main [`9142c35`](https://github.com/oceanprotocol/ocean-lib-js/commit/9142c354f0ba3829a31d71c2814e6bdac406d91e)
|
|
246
271
|
|
|
247
|
-
#### [v1.0.0-next.11](https://github.com/oceanprotocol/ocean
|
|
272
|
+
#### [v1.0.0-next.11](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.10...v1.0.0-next.11)
|
|
248
273
|
|
|
249
274
|
> 7 February 2022
|
|
250
275
|
|
|
251
|
-
- Moved interfaces under types and some small fixes [`#1253`](https://github.com/oceanprotocol/ocean
|
|
252
|
-
- stop removing jsdocs [`#1254`](https://github.com/oceanprotocol/ocean
|
|
253
|
-
- Release 1.0.0-next.11 [`8fc3773`](https://github.com/oceanprotocol/ocean
|
|
276
|
+
- Moved interfaces under types and some small fixes [`#1253`](https://github.com/oceanprotocol/ocean-lib-js/pull/1253)
|
|
277
|
+
- stop removing jsdocs [`#1254`](https://github.com/oceanprotocol/ocean-lib-js/pull/1254)
|
|
278
|
+
- Release 1.0.0-next.11 [`8fc3773`](https://github.com/oceanprotocol/ocean-lib-js/commit/8fc377383434a1c8a3ba68586ab8db85bc922d40)
|
|
254
279
|
|
|
255
|
-
#### [v1.0.0-next.10](https://github.com/oceanprotocol/ocean
|
|
280
|
+
#### [v1.0.0-next.10](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.9...v1.0.0-next.10)
|
|
256
281
|
|
|
257
282
|
> 28 January 2022
|
|
258
283
|
|
|
259
|
-
- remove ammount [`#1241`](https://github.com/oceanprotocol/ocean
|
|
260
|
-
- update contracts [`#1244`](https://github.com/oceanprotocol/ocean
|
|
261
|
-
- Release 1.0.0-next.10 [`3dda9a6`](https://github.com/oceanprotocol/ocean
|
|
284
|
+
- remove ammount [`#1241`](https://github.com/oceanprotocol/ocean-lib-js/pull/1241)
|
|
285
|
+
- update contracts [`#1244`](https://github.com/oceanprotocol/ocean-lib-js/pull/1244)
|
|
286
|
+
- Release 1.0.0-next.10 [`3dda9a6`](https://github.com/oceanprotocol/ocean-lib-js/commit/3dda9a67097ac0adc388741b506cd23ef3e2cdb1)
|
|
262
287
|
|
|
263
|
-
#### [v1.0.0-next.9](https://github.com/oceanprotocol/ocean
|
|
288
|
+
#### [v1.0.0-next.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.8...v1.0.0-next.9)
|
|
264
289
|
|
|
265
290
|
> 26 January 2022
|
|
266
291
|
|
|
267
|
-
- fix order, update contracts [`#1240`](https://github.com/oceanprotocol/ocean
|
|
268
|
-
- Release 1.0.0-next.9 [`ef83df7`](https://github.com/oceanprotocol/ocean
|
|
292
|
+
- fix order, update contracts [`#1240`](https://github.com/oceanprotocol/ocean-lib-js/pull/1240)
|
|
293
|
+
- Release 1.0.0-next.9 [`ef83df7`](https://github.com/oceanprotocol/ocean-lib-js/commit/ef83df7c7248402940a25a3f5d223131c7ece82e)
|
|
269
294
|
|
|
270
|
-
#### [v1.0.0-next.8](https://github.com/oceanprotocol/ocean
|
|
295
|
+
#### [v1.0.0-next.8](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.7...v1.0.0-next.8)
|
|
271
296
|
|
|
272
297
|
> 25 January 2022
|
|
273
298
|
|
|
274
|
-
- heleper+ remove old ibs [`#1238`](https://github.com/oceanprotocol/ocean
|
|
275
|
-
- Add setMetaDataAndTokenURI method [`#1234`](https://github.com/oceanprotocol/ocean
|
|
276
|
-
- remove optional fetch method, add abort signal [`#1235`](https://github.com/oceanprotocol/ocean
|
|
277
|
-
- Release 1.0.0-next.8 [`1b0fb28`](https://github.com/oceanprotocol/ocean
|
|
299
|
+
- heleper+ remove old ibs [`#1238`](https://github.com/oceanprotocol/ocean-lib-js/pull/1238)
|
|
300
|
+
- Add setMetaDataAndTokenURI method [`#1234`](https://github.com/oceanprotocol/ocean-lib-js/pull/1234)
|
|
301
|
+
- remove optional fetch method, add abort signal [`#1235`](https://github.com/oceanprotocol/ocean-lib-js/pull/1235)
|
|
302
|
+
- Release 1.0.0-next.8 [`1b0fb28`](https://github.com/oceanprotocol/ocean-lib-js/commit/1b0fb28e7676737f2086f5032dd9dfca85431b0b)
|
|
278
303
|
|
|
279
|
-
#### [v1.0.0-next.7](https://github.com/oceanprotocol/ocean
|
|
304
|
+
#### [v1.0.0-next.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.6...v1.0.0-next.7)
|
|
280
305
|
|
|
281
306
|
> 20 January 2022
|
|
282
307
|
|
|
283
|
-
- replaced local artifacts with the published ones [`#1232`](https://github.com/oceanprotocol/ocean
|
|
284
|
-
- Allow users/market to set own gas contract options & configurable web3 contract params [`#1214`](https://github.com/oceanprotocol/ocean
|
|
285
|
-
- Add default http function and fixes provider class [`#1212`](https://github.com/oceanprotocol/ocean
|
|
286
|
-
- Feature/ split orders&fees and uniformize datatoken naming [`#1223`](https://github.com/oceanprotocol/ocean
|
|
287
|
-
- added default contract options and gas in config [`4d60a16`](https://github.com/oceanprotocol/ocean
|
|
288
|
-
- update artifacts after latest contract changes [`b4e102e`](https://github.com/oceanprotocol/ocean
|
|
289
|
-
- update artifacts [`c5b5835`](https://github.com/oceanprotocol/ocean
|
|
308
|
+
- replaced local artifacts with the published ones [`#1232`](https://github.com/oceanprotocol/ocean-lib-js/pull/1232)
|
|
309
|
+
- Allow users/market to set own gas contract options & configurable web3 contract params [`#1214`](https://github.com/oceanprotocol/ocean-lib-js/pull/1214)
|
|
310
|
+
- Add default http function and fixes provider class [`#1212`](https://github.com/oceanprotocol/ocean-lib-js/pull/1212)
|
|
311
|
+
- Feature/ split orders&fees and uniformize datatoken naming [`#1223`](https://github.com/oceanprotocol/ocean-lib-js/pull/1223)
|
|
312
|
+
- added default contract options and gas in config [`4d60a16`](https://github.com/oceanprotocol/ocean-lib-js/commit/4d60a16f6e79a89ed636b99592167c2c8f8c50ed)
|
|
313
|
+
- update artifacts after latest contract changes [`b4e102e`](https://github.com/oceanprotocol/ocean-lib-js/commit/b4e102e6a6fa597fc9540d169428030db52efcad)
|
|
314
|
+
- update artifacts [`c5b5835`](https://github.com/oceanprotocol/ocean-lib-js/commit/c5b583554eea28bab8a0c3af252dc70a707cdb51)
|
|
290
315
|
|
|
291
|
-
#### [v1.0.0-next.6](https://github.com/oceanprotocol/ocean
|
|
316
|
+
#### [v1.0.0-next.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.5...v1.0.0-next.6)
|
|
292
317
|
|
|
293
318
|
> 14 January 2022
|
|
294
319
|
|
|
295
|
-
- up [`#1219`](https://github.com/oceanprotocol/ocean
|
|
296
|
-
- Release 1.0.0-next.6 [`1879315`](https://github.com/oceanprotocol/ocean
|
|
320
|
+
- up [`#1219`](https://github.com/oceanprotocol/ocean-lib-js/pull/1219)
|
|
321
|
+
- Release 1.0.0-next.6 [`1879315`](https://github.com/oceanprotocol/ocean-lib-js/commit/187931531021b89bd9c735f90c7426aea65dd57b)
|
|
297
322
|
|
|
298
|
-
#### [v1.0.0-next.5](https://github.com/oceanprotocol/ocean
|
|
323
|
+
#### [v1.0.0-next.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.4...v1.0.0-next.5)
|
|
299
324
|
|
|
300
325
|
> 13 January 2022
|
|
301
326
|
|
|
302
|
-
- update abi/address [`#1218`](https://github.com/oceanprotocol/ocean
|
|
303
|
-
- Release 1.0.0-next.5 [`672e2b1`](https://github.com/oceanprotocol/ocean
|
|
327
|
+
- update abi/address [`#1218`](https://github.com/oceanprotocol/ocean-lib-js/pull/1218)
|
|
328
|
+
- Release 1.0.0-next.5 [`672e2b1`](https://github.com/oceanprotocol/ocean-lib-js/commit/672e2b1f4abcc16b4a747b66fa609ea4ca9b5994)
|
|
304
329
|
|
|
305
|
-
#### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean
|
|
330
|
+
#### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.3...v1.0.0-next.4)
|
|
306
331
|
|
|
307
332
|
> 13 January 2022
|
|
308
333
|
|
|
309
|
-
- update addresses based on new deployment [`#1216`](https://github.com/oceanprotocol/ocean
|
|
310
|
-
- Release 1.0.0-next.4 [`a85f29a`](https://github.com/oceanprotocol/ocean
|
|
334
|
+
- update addresses based on new deployment [`#1216`](https://github.com/oceanprotocol/ocean-lib-js/pull/1216)
|
|
335
|
+
- Release 1.0.0-next.4 [`a85f29a`](https://github.com/oceanprotocol/ocean-lib-js/commit/a85f29a5d2324f4b17ab45882267920f7a66e42b)
|
|
311
336
|
|
|
312
|
-
#### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean
|
|
337
|
+
#### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.2...v1.0.0-next.3)
|
|
313
338
|
|
|
314
339
|
> 12 January 2022
|
|
315
340
|
|
|
316
|
-
- update addresses [`#1213`](https://github.com/oceanprotocol/ocean
|
|
317
|
-
- Release 1.0.0-next.3 [`3c9ee75`](https://github.com/oceanprotocol/ocean
|
|
341
|
+
- update addresses [`#1213`](https://github.com/oceanprotocol/ocean-lib-js/pull/1213)
|
|
342
|
+
- Release 1.0.0-next.3 [`3c9ee75`](https://github.com/oceanprotocol/ocean-lib-js/commit/3c9ee7599ba3c5a8109925cdb6e76fa9ff389fe2)
|
|
318
343
|
|
|
319
|
-
#### [v1.0.0-next.2](https://github.com/oceanprotocol/ocean
|
|
344
|
+
#### [v1.0.0-next.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.1...v1.0.0-next.2)
|
|
320
345
|
|
|
321
346
|
> 11 January 2022
|
|
322
347
|
|
|
323
|
-
- Release 1.0.0-next.2 [`a9c592c`](https://github.com/oceanprotocol/ocean
|
|
324
|
-
- fix dist typings path [`ae6ee6f`](https://github.com/oceanprotocol/ocean
|
|
348
|
+
- Release 1.0.0-next.2 [`a9c592c`](https://github.com/oceanprotocol/ocean-lib-js/commit/a9c592c3e6f77419f9ddc13ac396063696f7eb69)
|
|
349
|
+
- fix dist typings path [`ae6ee6f`](https://github.com/oceanprotocol/ocean-lib-js/commit/ae6ee6f9c71218e0bf6c7a22283dbe9d725e61f0)
|
|
325
350
|
|
|
326
|
-
#### [v1.0.0-next.1](https://github.com/oceanprotocol/ocean
|
|
351
|
+
#### [v1.0.0-next.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.0...v1.0.0-next.1)
|
|
327
352
|
|
|
328
353
|
> 11 January 2022
|
|
329
354
|
|
|
330
|
-
- move artifacts folder under /src [`bdfa60a`](https://github.com/oceanprotocol/ocean
|
|
331
|
-
- fix artifacts path in all test files [`24425fc`](https://github.com/oceanprotocol/ocean
|
|
332
|
-
- make mocha pick up individual tsconfig, compile test files [`8776c1b`](https://github.com/oceanprotocol/ocean
|
|
355
|
+
- move artifacts folder under /src [`bdfa60a`](https://github.com/oceanprotocol/ocean-lib-js/commit/bdfa60a91b7c304ee775c5c88cc5e22b569acc74)
|
|
356
|
+
- fix artifacts path in all test files [`24425fc`](https://github.com/oceanprotocol/ocean-lib-js/commit/24425fcf8ba8f0b2f950cc5857c71e1b1d57f683)
|
|
357
|
+
- make mocha pick up individual tsconfig, compile test files [`8776c1b`](https://github.com/oceanprotocol/ocean-lib-js/commit/8776c1bb91d7136cf945179a00cf40847b9c413f)
|
|
333
358
|
|
|
334
|
-
#### [v1.0.0-next.0](https://github.com/oceanprotocol/ocean
|
|
359
|
+
#### [v1.0.0-next.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.20.2...v1.0.0-next.0)
|
|
335
360
|
|
|
336
361
|
> 11 January 2022
|
|
337
362
|
|
|
338
|
-
- Fix/pool_approve [`#1207`](https://github.com/oceanprotocol/ocean
|
|
339
|
-
- Add ocean-contracts artifacts in root dir [`#1208`](https://github.com/oceanprotocol/ocean
|
|
340
|
-
- integration tests publish all methods [`#1197`](https://github.com/oceanprotocol/ocean
|
|
341
|
-
- compute start [`#1196`](https://github.com/oceanprotocol/ocean
|
|
342
|
-
- publish & consume flow working [`#1192`](https://github.com/oceanprotocol/ocean
|
|
343
|
-
- publish tests [`#1184`](https://github.com/oceanprotocol/ocean
|
|
344
|
-
- Fix/update address [`#1174`](https://github.com/oceanprotocol/ocean
|
|
345
|
-
- config and encrypt fixes [`#1173`](https://github.com/oceanprotocol/ocean
|
|
346
|
-
- Function checks & provider fee updates [`#1159`](https://github.com/oceanprotocol/ocean
|
|
347
|
-
- add dispenser [`#1170`](https://github.com/oceanprotocol/ocean
|
|
348
|
-
- fix [`#1166`](https://github.com/oceanprotocol/ocean
|
|
349
|
-
- Feature/didutils [`#1163`](https://github.com/oceanprotocol/ocean
|
|
350
|
-
- fix encrypt function [`#1162`](https://github.com/oceanprotocol/ocean
|
|
351
|
-
- Add setTokenURI and others [`#1151`](https://github.com/oceanprotocol/ocean
|
|
352
|
-
- add provider to index [`#1150`](https://github.com/oceanprotocol/ocean
|
|
353
|
-
- update config url [`#1149`](https://github.com/oceanprotocol/ocean
|
|
354
|
-
- add c2d methods in provider class [`#1143`](https://github.com/oceanprotocol/ocean
|
|
355
|
-
- random fixes [`#1148`](https://github.com/oceanprotocol/ocean
|
|
356
|
-
- add code owner [`#1140`](https://github.com/oceanprotocol/ocean
|
|
357
|
-
- Ddo updates & refactoring & structure updates [`#1130`](https://github.com/oceanprotocol/ocean
|
|
358
|
-
- config [`#1139`](https://github.com/oceanprotocol/ocean
|
|
359
|
-
- build fix [`#1138`](https://github.com/oceanprotocol/ocean
|
|
360
|
-
- Helper class for provider interaction [`#1120`](https://github.com/oceanprotocol/ocean
|
|
361
|
-
- Post audit contract updates [`#1129`](https://github.com/oceanprotocol/ocean
|
|
362
|
-
- Integrate dispenser contract and post existing post audit fixes from contracts [`#1101`](https://github.com/oceanprotocol/ocean
|
|
363
|
-
- DDO typings [`#1111`](https://github.com/oceanprotocol/ocean
|
|
364
|
-
- Integration of Side staking and Fixed rate exchange contracts and unit tests [`#1102`](https://github.com/oceanprotocol/ocean
|
|
365
|
-
- Integrate erc721 erc20 template contracts & lot of refactoring [`#1082`](https://github.com/oceanprotocol/ocean
|
|
366
|
-
- Integrate pool contract and add support for multiple token decimals [`#1100`](https://github.com/oceanprotocol/ocean
|
|
367
|
-
- Feature/nft factory [`#1083`](https://github.com/oceanprotocol/ocean
|
|
368
|
-
- Integrated erc721factory contract methods [`#1080`](https://github.com/oceanprotocol/ocean
|
|
369
|
-
- updated tsconfig [`0a9cb3d`](https://github.com/oceanprotocol/ocean
|
|
370
|
-
- add getMetadata function, add more tests in NFT class [`96cfa95`](https://github.com/oceanprotocol/ocean
|
|
371
|
-
- add used artifacts update imports and removed not used dependancies [`a019491`](https://github.com/oceanprotocol/ocean
|
|
372
|
-
|
|
373
|
-
#### [v0.20.2](https://github.com/oceanprotocol/ocean
|
|
363
|
+
- Fix/pool_approve [`#1207`](https://github.com/oceanprotocol/ocean-lib-js/pull/1207)
|
|
364
|
+
- Add ocean-contracts artifacts in root dir [`#1208`](https://github.com/oceanprotocol/ocean-lib-js/pull/1208)
|
|
365
|
+
- integration tests publish all methods [`#1197`](https://github.com/oceanprotocol/ocean-lib-js/pull/1197)
|
|
366
|
+
- compute start [`#1196`](https://github.com/oceanprotocol/ocean-lib-js/pull/1196)
|
|
367
|
+
- publish & consume flow working [`#1192`](https://github.com/oceanprotocol/ocean-lib-js/pull/1192)
|
|
368
|
+
- publish tests [`#1184`](https://github.com/oceanprotocol/ocean-lib-js/pull/1184)
|
|
369
|
+
- Fix/update address [`#1174`](https://github.com/oceanprotocol/ocean-lib-js/pull/1174)
|
|
370
|
+
- config and encrypt fixes [`#1173`](https://github.com/oceanprotocol/ocean-lib-js/pull/1173)
|
|
371
|
+
- Function checks & provider fee updates [`#1159`](https://github.com/oceanprotocol/ocean-lib-js/pull/1159)
|
|
372
|
+
- add dispenser [`#1170`](https://github.com/oceanprotocol/ocean-lib-js/pull/1170)
|
|
373
|
+
- fix [`#1166`](https://github.com/oceanprotocol/ocean-lib-js/pull/1166)
|
|
374
|
+
- Feature/didutils [`#1163`](https://github.com/oceanprotocol/ocean-lib-js/pull/1163)
|
|
375
|
+
- fix encrypt function [`#1162`](https://github.com/oceanprotocol/ocean-lib-js/pull/1162)
|
|
376
|
+
- Add setTokenURI and others [`#1151`](https://github.com/oceanprotocol/ocean-lib-js/pull/1151)
|
|
377
|
+
- add provider to index [`#1150`](https://github.com/oceanprotocol/ocean-lib-js/pull/1150)
|
|
378
|
+
- update config url [`#1149`](https://github.com/oceanprotocol/ocean-lib-js/pull/1149)
|
|
379
|
+
- add c2d methods in provider class [`#1143`](https://github.com/oceanprotocol/ocean-lib-js/pull/1143)
|
|
380
|
+
- random fixes [`#1148`](https://github.com/oceanprotocol/ocean-lib-js/pull/1148)
|
|
381
|
+
- add code owner [`#1140`](https://github.com/oceanprotocol/ocean-lib-js/pull/1140)
|
|
382
|
+
- Ddo updates & refactoring & structure updates [`#1130`](https://github.com/oceanprotocol/ocean-lib-js/pull/1130)
|
|
383
|
+
- config [`#1139`](https://github.com/oceanprotocol/ocean-lib-js/pull/1139)
|
|
384
|
+
- build fix [`#1138`](https://github.com/oceanprotocol/ocean-lib-js/pull/1138)
|
|
385
|
+
- Helper class for provider interaction [`#1120`](https://github.com/oceanprotocol/ocean-lib-js/pull/1120)
|
|
386
|
+
- Post audit contract updates [`#1129`](https://github.com/oceanprotocol/ocean-lib-js/pull/1129)
|
|
387
|
+
- Integrate dispenser contract and post existing post audit fixes from contracts [`#1101`](https://github.com/oceanprotocol/ocean-lib-js/pull/1101)
|
|
388
|
+
- DDO typings [`#1111`](https://github.com/oceanprotocol/ocean-lib-js/pull/1111)
|
|
389
|
+
- Integration of Side staking and Fixed rate exchange contracts and unit tests [`#1102`](https://github.com/oceanprotocol/ocean-lib-js/pull/1102)
|
|
390
|
+
- Integrate erc721 erc20 template contracts & lot of refactoring [`#1082`](https://github.com/oceanprotocol/ocean-lib-js/pull/1082)
|
|
391
|
+
- Integrate pool contract and add support for multiple token decimals [`#1100`](https://github.com/oceanprotocol/ocean-lib-js/pull/1100)
|
|
392
|
+
- Feature/nft factory [`#1083`](https://github.com/oceanprotocol/ocean-lib-js/pull/1083)
|
|
393
|
+
- Integrated erc721factory contract methods [`#1080`](https://github.com/oceanprotocol/ocean-lib-js/pull/1080)
|
|
394
|
+
- updated tsconfig [`0a9cb3d`](https://github.com/oceanprotocol/ocean-lib-js/commit/0a9cb3d5926f29f22eabaa09d6f1c52f2f219348)
|
|
395
|
+
- add getMetadata function, add more tests in NFT class [`96cfa95`](https://github.com/oceanprotocol/ocean-lib-js/commit/96cfa952e4ab48c79e3870eb56ee905f728fa22c)
|
|
396
|
+
- add used artifacts update imports and removed not used dependancies [`a019491`](https://github.com/oceanprotocol/ocean-lib-js/commit/a019491ed2512c1c774d163c079c82392d9ecbf4)
|
|
397
|
+
|
|
398
|
+
#### [v0.20.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.20.1...v0.20.2)
|
|
374
399
|
|
|
375
400
|
> 3 January 2022
|
|
376
401
|
|
|
377
|
-
- allow custom parameters [`#1179`](https://github.com/oceanprotocol/ocean
|
|
378
|
-
- Bump source-map-support from 0.5.20 to 0.5.21 [`#1127`](https://github.com/oceanprotocol/ocean
|
|
379
|
-
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.0 [`#1181`](https://github.com/oceanprotocol/ocean
|
|
380
|
-
- Bump @types/node from 17.0.5 to 17.0.7 [`#1187`](https://github.com/oceanprotocol/ocean
|
|
381
|
-
- Bump mock-local-storage from 1.1.18 to 1.1.19 [`#1186`](https://github.com/oceanprotocol/ocean
|
|
382
|
-
- Bump typescript from 4.5.3 to 4.5.4 [`#1185`](https://github.com/oceanprotocol/ocean
|
|
383
|
-
- Bump prettier from 2.4.1 to 2.5.1 [`#1180`](https://github.com/oceanprotocol/ocean
|
|
384
|
-
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1182`](https://github.com/oceanprotocol/ocean
|
|
385
|
-
- Bump typedoc from 0.22.9 to 0.22.10 [`#1126`](https://github.com/oceanprotocol/ocean
|
|
386
|
-
- Bump @types/node from 16.11.7 to 17.0.5 [`#1177`](https://github.com/oceanprotocol/ocean
|
|
387
|
-
- Bump @types/chai from 4.2.22 to 4.3.0 [`#1147`](https://github.com/oceanprotocol/ocean
|
|
388
|
-
- Fix beginner guide [`#1157`](https://github.com/oceanprotocol/ocean
|
|
389
|
-
- Fix quickstart simple [`#1158`](https://github.com/oceanprotocol/ocean
|
|
390
|
-
- reuse datatoken info without getting from contract [`#1141`](https://github.com/oceanprotocol/ocean
|
|
391
|
-
- Bump typescript from 4.4.4 to 4.5.3 [`#1144`](https://github.com/oceanprotocol/ocean
|
|
392
|
-
- Release 0.20.2 [`62490dc`](https://github.com/oceanprotocol/ocean
|
|
393
|
-
|
|
394
|
-
#### [v0.20.1](https://github.com/oceanprotocol/ocean
|
|
402
|
+
- allow custom parameters [`#1179`](https://github.com/oceanprotocol/ocean-lib-js/pull/1179)
|
|
403
|
+
- Bump source-map-support from 0.5.20 to 0.5.21 [`#1127`](https://github.com/oceanprotocol/ocean-lib-js/pull/1127)
|
|
404
|
+
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.0 [`#1181`](https://github.com/oceanprotocol/ocean-lib-js/pull/1181)
|
|
405
|
+
- Bump @types/node from 17.0.5 to 17.0.7 [`#1187`](https://github.com/oceanprotocol/ocean-lib-js/pull/1187)
|
|
406
|
+
- Bump mock-local-storage from 1.1.18 to 1.1.19 [`#1186`](https://github.com/oceanprotocol/ocean-lib-js/pull/1186)
|
|
407
|
+
- Bump typescript from 4.5.3 to 4.5.4 [`#1185`](https://github.com/oceanprotocol/ocean-lib-js/pull/1185)
|
|
408
|
+
- Bump prettier from 2.4.1 to 2.5.1 [`#1180`](https://github.com/oceanprotocol/ocean-lib-js/pull/1180)
|
|
409
|
+
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1182`](https://github.com/oceanprotocol/ocean-lib-js/pull/1182)
|
|
410
|
+
- Bump typedoc from 0.22.9 to 0.22.10 [`#1126`](https://github.com/oceanprotocol/ocean-lib-js/pull/1126)
|
|
411
|
+
- Bump @types/node from 16.11.7 to 17.0.5 [`#1177`](https://github.com/oceanprotocol/ocean-lib-js/pull/1177)
|
|
412
|
+
- Bump @types/chai from 4.2.22 to 4.3.0 [`#1147`](https://github.com/oceanprotocol/ocean-lib-js/pull/1147)
|
|
413
|
+
- Fix beginner guide [`#1157`](https://github.com/oceanprotocol/ocean-lib-js/pull/1157)
|
|
414
|
+
- Fix quickstart simple [`#1158`](https://github.com/oceanprotocol/ocean-lib-js/pull/1158)
|
|
415
|
+
- reuse datatoken info without getting from contract [`#1141`](https://github.com/oceanprotocol/ocean-lib-js/pull/1141)
|
|
416
|
+
- Bump typescript from 4.4.4 to 4.5.3 [`#1144`](https://github.com/oceanprotocol/ocean-lib-js/pull/1144)
|
|
417
|
+
- Release 0.20.2 [`62490dc`](https://github.com/oceanprotocol/ocean-lib-js/commit/62490dcdbb734b304522f4bccf1c761ed84ab7ff)
|
|
418
|
+
|
|
419
|
+
#### [v0.20.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.20.0...v0.20.1)
|
|
395
420
|
|
|
396
421
|
> 10 December 2021
|
|
397
422
|
|
|
398
|
-
- required only validation on user custom parameter [`#1146`](https://github.com/oceanprotocol/ocean
|
|
399
|
-
- add configurable request timeout for HTTP request [`#1145`](https://github.com/oceanprotocol/ocean
|
|
400
|
-
- Release 0.20.1 [`e216090`](https://github.com/oceanprotocol/ocean
|
|
423
|
+
- required only validation on user custom parameter [`#1146`](https://github.com/oceanprotocol/ocean-lib-js/pull/1146)
|
|
424
|
+
- add configurable request timeout for HTTP request [`#1145`](https://github.com/oceanprotocol/ocean-lib-js/pull/1145)
|
|
425
|
+
- Release 0.20.1 [`e216090`](https://github.com/oceanprotocol/ocean-lib-js/commit/e216090394721358ce2bf9126c94f0b8069158db)
|
|
401
426
|
|
|
402
|
-
#### [v0.20.0](https://github.com/oceanprotocol/ocean
|
|
427
|
+
#### [v0.20.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.19.3...v0.20.0)
|
|
403
428
|
|
|
404
429
|
> 29 November 2021
|
|
405
430
|
|
|
406
|
-
- Bump @truffle/hdwallet-provider from 1.6.0 to 1.7.0 [`#1123`](https://github.com/oceanprotocol/ocean
|
|
407
|
-
- Bump release-it from 14.11.7 to 14.11.8 [`#1124`](https://github.com/oceanprotocol/ocean
|
|
408
|
-
- Bump mock-local-storage from 1.1.17 to 1.1.18 [`#1122`](https://github.com/oceanprotocol/ocean
|
|
409
|
-
- configurable web3 params [`#1112`](https://github.com/oceanprotocol/ocean
|
|
410
|
-
- add compute getResult [`#983`](https://github.com/oceanprotocol/ocean
|
|
411
|
-
- Bump web3 from 1.6.0 to 1.6.1 [`#1115`](https://github.com/oceanprotocol/ocean
|
|
412
|
-
- Bump microbundle from 0.14.1 to 0.14.2 [`#1118`](https://github.com/oceanprotocol/ocean
|
|
413
|
-
- Release 0.20.0 [`f79194f`](https://github.com/oceanprotocol/ocean
|
|
431
|
+
- Bump @truffle/hdwallet-provider from 1.6.0 to 1.7.0 [`#1123`](https://github.com/oceanprotocol/ocean-lib-js/pull/1123)
|
|
432
|
+
- Bump release-it from 14.11.7 to 14.11.8 [`#1124`](https://github.com/oceanprotocol/ocean-lib-js/pull/1124)
|
|
433
|
+
- Bump mock-local-storage from 1.1.17 to 1.1.18 [`#1122`](https://github.com/oceanprotocol/ocean-lib-js/pull/1122)
|
|
434
|
+
- configurable web3 params [`#1112`](https://github.com/oceanprotocol/ocean-lib-js/pull/1112)
|
|
435
|
+
- add compute getResult [`#983`](https://github.com/oceanprotocol/ocean-lib-js/pull/983)
|
|
436
|
+
- Bump web3 from 1.6.0 to 1.6.1 [`#1115`](https://github.com/oceanprotocol/ocean-lib-js/pull/1115)
|
|
437
|
+
- Bump microbundle from 0.14.1 to 0.14.2 [`#1118`](https://github.com/oceanprotocol/ocean-lib-js/pull/1118)
|
|
438
|
+
- Release 0.20.0 [`f79194f`](https://github.com/oceanprotocol/ocean-lib-js/commit/f79194faf37e447c07963c1114f0481b0b18030b)
|
|
414
439
|
|
|
415
|
-
#### [v0.19.3](https://github.com/oceanprotocol/ocean
|
|
440
|
+
#### [v0.19.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.19.2...v0.19.3)
|
|
416
441
|
|
|
417
442
|
> 26 November 2021
|
|
418
443
|
|
|
419
|
-
- Feature/issue 1060 change credential type [`#1073`](https://github.com/oceanprotocol/ocean
|
|
420
|
-
- Bump @truffle/hdwallet-provider from 1.5.1 to 1.6.0 [`#1103`](https://github.com/oceanprotocol/ocean
|
|
421
|
-
- Bump @types/node from 16.11.4 to 16.11.7 [`#1108`](https://github.com/oceanprotocol/ocean
|
|
422
|
-
- Bump release-it from 14.11.6 to 14.11.7 [`#1113`](https://github.com/oceanprotocol/ocean
|
|
423
|
-
- Bump typedoc from 0.22.6 to 0.22.9 [`#1114`](https://github.com/oceanprotocol/ocean
|
|
424
|
-
- Bump @types/node from 16.11.2 to 16.11.4 [`#1087`](https://github.com/oceanprotocol/ocean
|
|
425
|
-
- Bump ts-node from 10.3.1 to 10.4.0 [`#1086`](https://github.com/oceanprotocol/ocean
|
|
426
|
-
- Bump @types/node from 16.11.1 to 16.11.2 [`#1085`](https://github.com/oceanprotocol/ocean
|
|
427
|
-
- Bump ts-node from 10.3.0 to 10.3.1 [`#1084`](https://github.com/oceanprotocol/ocean
|
|
428
|
-
- Bump @types/node from 16.11.0 to 16.11.1 [`#1077`](https://github.com/oceanprotocol/ocean
|
|
429
|
-
- Bump mocha from 9.1.2 to 9.1.3 [`#1078`](https://github.com/oceanprotocol/ocean
|
|
430
|
-
- Bump typedoc from 0.22.5 to 0.22.6 [`#1079`](https://github.com/oceanprotocol/ocean
|
|
431
|
-
- Bump @types/node from 16.10.4 to 16.11.0 [`#1074`](https://github.com/oceanprotocol/ocean
|
|
432
|
-
- Bump microbundle from 0.14.0 to 0.14.1 [`#1075`](https://github.com/oceanprotocol/ocean
|
|
433
|
-
- Bump @types/node from 16.10.3 to 16.10.4 [`#1071`](https://github.com/oceanprotocol/ocean
|
|
434
|
-
- Bump typescript from 4.4.3 to 4.4.4 [`#1070`](https://github.com/oceanprotocol/ocean
|
|
435
|
-
- Bump ts-node from 10.2.1 to 10.3.0 [`#1069`](https://github.com/oceanprotocol/ocean
|
|
436
|
-
- Delete parameters.md [`#1063`](https://github.com/oceanprotocol/ocean
|
|
437
|
-
- Bump @truffle/hdwallet-provider from 1.5.0 to 1.5.1 [`#1067`](https://github.com/oceanprotocol/ocean
|
|
438
|
-
- Bump @types/node from 16.10.2 to 16.10.3 [`#1065`](https://github.com/oceanprotocol/ocean
|
|
439
|
-
- Bump microbundle from 0.13.3 to 0.14.0 [`#1066`](https://github.com/oceanprotocol/ocean
|
|
440
|
-
- Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 [`#1062`](https://github.com/oceanprotocol/ocean
|
|
441
|
-
- Bump @typescript-eslint/parser from 4.32.0 to 4.33.0 [`#1061`](https://github.com/oceanprotocol/ocean
|
|
442
|
-
- #1060 Event access control validation [`d7a21e7`](https://github.com/oceanprotocol/ocean
|
|
443
|
-
- Fix bug [`be79812`](https://github.com/oceanprotocol/ocean
|
|
444
|
-
- Fix codeclimate [`bd4f663`](https://github.com/oceanprotocol/ocean
|
|
445
|
-
|
|
446
|
-
#### [v0.19.2](https://github.com/oceanprotocol/ocean
|
|
444
|
+
- Feature/issue 1060 change credential type [`#1073`](https://github.com/oceanprotocol/ocean-lib-js/pull/1073)
|
|
445
|
+
- Bump @truffle/hdwallet-provider from 1.5.1 to 1.6.0 [`#1103`](https://github.com/oceanprotocol/ocean-lib-js/pull/1103)
|
|
446
|
+
- Bump @types/node from 16.11.4 to 16.11.7 [`#1108`](https://github.com/oceanprotocol/ocean-lib-js/pull/1108)
|
|
447
|
+
- Bump release-it from 14.11.6 to 14.11.7 [`#1113`](https://github.com/oceanprotocol/ocean-lib-js/pull/1113)
|
|
448
|
+
- Bump typedoc from 0.22.6 to 0.22.9 [`#1114`](https://github.com/oceanprotocol/ocean-lib-js/pull/1114)
|
|
449
|
+
- Bump @types/node from 16.11.2 to 16.11.4 [`#1087`](https://github.com/oceanprotocol/ocean-lib-js/pull/1087)
|
|
450
|
+
- Bump ts-node from 10.3.1 to 10.4.0 [`#1086`](https://github.com/oceanprotocol/ocean-lib-js/pull/1086)
|
|
451
|
+
- Bump @types/node from 16.11.1 to 16.11.2 [`#1085`](https://github.com/oceanprotocol/ocean-lib-js/pull/1085)
|
|
452
|
+
- Bump ts-node from 10.3.0 to 10.3.1 [`#1084`](https://github.com/oceanprotocol/ocean-lib-js/pull/1084)
|
|
453
|
+
- Bump @types/node from 16.11.0 to 16.11.1 [`#1077`](https://github.com/oceanprotocol/ocean-lib-js/pull/1077)
|
|
454
|
+
- Bump mocha from 9.1.2 to 9.1.3 [`#1078`](https://github.com/oceanprotocol/ocean-lib-js/pull/1078)
|
|
455
|
+
- Bump typedoc from 0.22.5 to 0.22.6 [`#1079`](https://github.com/oceanprotocol/ocean-lib-js/pull/1079)
|
|
456
|
+
- Bump @types/node from 16.10.4 to 16.11.0 [`#1074`](https://github.com/oceanprotocol/ocean-lib-js/pull/1074)
|
|
457
|
+
- Bump microbundle from 0.14.0 to 0.14.1 [`#1075`](https://github.com/oceanprotocol/ocean-lib-js/pull/1075)
|
|
458
|
+
- Bump @types/node from 16.10.3 to 16.10.4 [`#1071`](https://github.com/oceanprotocol/ocean-lib-js/pull/1071)
|
|
459
|
+
- Bump typescript from 4.4.3 to 4.4.4 [`#1070`](https://github.com/oceanprotocol/ocean-lib-js/pull/1070)
|
|
460
|
+
- Bump ts-node from 10.2.1 to 10.3.0 [`#1069`](https://github.com/oceanprotocol/ocean-lib-js/pull/1069)
|
|
461
|
+
- Delete parameters.md [`#1063`](https://github.com/oceanprotocol/ocean-lib-js/pull/1063)
|
|
462
|
+
- Bump @truffle/hdwallet-provider from 1.5.0 to 1.5.1 [`#1067`](https://github.com/oceanprotocol/ocean-lib-js/pull/1067)
|
|
463
|
+
- Bump @types/node from 16.10.2 to 16.10.3 [`#1065`](https://github.com/oceanprotocol/ocean-lib-js/pull/1065)
|
|
464
|
+
- Bump microbundle from 0.13.3 to 0.14.0 [`#1066`](https://github.com/oceanprotocol/ocean-lib-js/pull/1066)
|
|
465
|
+
- Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 [`#1062`](https://github.com/oceanprotocol/ocean-lib-js/pull/1062)
|
|
466
|
+
- Bump @typescript-eslint/parser from 4.32.0 to 4.33.0 [`#1061`](https://github.com/oceanprotocol/ocean-lib-js/pull/1061)
|
|
467
|
+
- #1060 Event access control validation [`d7a21e7`](https://github.com/oceanprotocol/ocean-lib-js/commit/d7a21e7e342e2094a864e1d1492324d5810f63db)
|
|
468
|
+
- Fix bug [`be79812`](https://github.com/oceanprotocol/ocean-lib-js/commit/be798129f9cb007d603ce78632c75dcc18506796)
|
|
469
|
+
- Fix codeclimate [`bd4f663`](https://github.com/oceanprotocol/ocean-lib-js/commit/bd4f663113597b9d23f44a56b57d5f1fb5ab3e7b)
|
|
470
|
+
|
|
471
|
+
#### [v0.19.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.19.1...v0.19.2)
|
|
447
472
|
|
|
448
473
|
> 4 October 2021
|
|
449
474
|
|
|
450
|
-
- Changing files name event.d.ts -> event.ts [`#1058`](https://github.com/oceanprotocol/ocean
|
|
451
|
-
- Release 0.19.2 [`5af26f0`](https://github.com/oceanprotocol/ocean
|
|
475
|
+
- Changing files name event.d.ts -> event.ts [`#1058`](https://github.com/oceanprotocol/ocean-lib-js/pull/1058)
|
|
476
|
+
- Release 0.19.2 [`5af26f0`](https://github.com/oceanprotocol/ocean-lib-js/commit/5af26f08e49c9eb357e2ae9cd8e39dc0b3182448)
|
|
452
477
|
|
|
453
|
-
#### [v0.19.1](https://github.com/oceanprotocol/ocean
|
|
478
|
+
#### [v0.19.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.19.0...v0.19.1)
|
|
454
479
|
|
|
455
480
|
> 4 October 2021
|
|
456
481
|
|
|
457
|
-
- bump contracts + add networks [`#1059`](https://github.com/oceanprotocol/ocean
|
|
458
|
-
- Bump typedoc from 0.21.9 to 0.22.5 [`#1056`](https://github.com/oceanprotocol/ocean
|
|
459
|
-
- Bump web3 from 1.5.3 to 1.6.0 [`#1052`](https://github.com/oceanprotocol/ocean
|
|
460
|
-
- Bump @types/node from 16.10.1 to 16.10.2 [`#1049`](https://github.com/oceanprotocol/ocean
|
|
461
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 [`#1045`](https://github.com/oceanprotocol/ocean
|
|
462
|
-
- Bump @typescript-eslint/parser from 4.31.2 to 4.32.0 [`#1044`](https://github.com/oceanprotocol/ocean
|
|
463
|
-
- Bump @types/node from 16.9.6 to 16.10.1 [`#1043`](https://github.com/oceanprotocol/ocean
|
|
464
|
-
- Bump mocha from 9.1.1 to 9.1.2 [`#1042`](https://github.com/oceanprotocol/ocean
|
|
465
|
-
- Release 0.19.1 [`606d5c2`](https://github.com/oceanprotocol/ocean
|
|
482
|
+
- bump contracts + add networks [`#1059`](https://github.com/oceanprotocol/ocean-lib-js/pull/1059)
|
|
483
|
+
- Bump typedoc from 0.21.9 to 0.22.5 [`#1056`](https://github.com/oceanprotocol/ocean-lib-js/pull/1056)
|
|
484
|
+
- Bump web3 from 1.5.3 to 1.6.0 [`#1052`](https://github.com/oceanprotocol/ocean-lib-js/pull/1052)
|
|
485
|
+
- Bump @types/node from 16.10.1 to 16.10.2 [`#1049`](https://github.com/oceanprotocol/ocean-lib-js/pull/1049)
|
|
486
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 [`#1045`](https://github.com/oceanprotocol/ocean-lib-js/pull/1045)
|
|
487
|
+
- Bump @typescript-eslint/parser from 4.31.2 to 4.32.0 [`#1044`](https://github.com/oceanprotocol/ocean-lib-js/pull/1044)
|
|
488
|
+
- Bump @types/node from 16.9.6 to 16.10.1 [`#1043`](https://github.com/oceanprotocol/ocean-lib-js/pull/1043)
|
|
489
|
+
- Bump mocha from 9.1.1 to 9.1.2 [`#1042`](https://github.com/oceanprotocol/ocean-lib-js/pull/1042)
|
|
490
|
+
- Release 0.19.1 [`606d5c2`](https://github.com/oceanprotocol/ocean-lib-js/commit/606d5c2a0bbe36b1f7bb7b7b79796ef77d6170bb)
|
|
466
491
|
|
|
467
|
-
#### [v0.19.0](https://github.com/oceanprotocol/ocean
|
|
492
|
+
#### [v0.19.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.18.0...v0.19.0)
|
|
468
493
|
|
|
469
494
|
> 24 September 2021
|
|
470
495
|
|
|
471
|
-
- Custom user parameters [`#944`](https://github.com/oceanprotocol/ocean
|
|
472
|
-
- Release 0.19.0 [`9c94a87`](https://github.com/oceanprotocol/ocean
|
|
496
|
+
- Custom user parameters [`#944`](https://github.com/oceanprotocol/ocean-lib-js/pull/944)
|
|
497
|
+
- Release 0.19.0 [`9c94a87`](https://github.com/oceanprotocol/ocean-lib-js/commit/9c94a8789c8dc5ca88b798196cfa5fb807811651)
|
|
473
498
|
|
|
474
|
-
#### [v0.18.0](https://github.com/oceanprotocol/ocean
|
|
499
|
+
#### [v0.18.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.18.0-next.0...v0.18.0)
|
|
475
500
|
|
|
476
501
|
> 24 September 2021
|
|
477
502
|
|
|
478
|
-
- Bump web3-core from 1.5.2 to 1.5.3 [`#1038`](https://github.com/oceanprotocol/ocean
|
|
479
|
-
- fix yaml indentation [`#1041`](https://github.com/oceanprotocol/ocean
|
|
480
|
-
- set versioning-strategy [`#1040`](https://github.com/oceanprotocol/ocean
|
|
481
|
-
- Bump web3 from 1.5.2 to 1.5.3 [`#1039`](https://github.com/oceanprotocol/ocean
|
|
482
|
-
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean
|
|
483
|
-
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean
|
|
484
|
-
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean
|
|
485
|
-
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean
|
|
486
|
-
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean
|
|
487
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean
|
|
488
|
-
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean
|
|
489
|
-
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean
|
|
490
|
-
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean
|
|
491
|
-
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean
|
|
492
|
-
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean
|
|
493
|
-
- Bump aqua queries [`3bea2aa`](https://github.com/oceanprotocol/ocean
|
|
494
|
-
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean
|
|
495
|
-
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean
|
|
496
|
-
|
|
497
|
-
#### [v0.18.0-next.0](https://github.com/oceanprotocol/ocean
|
|
503
|
+
- Bump web3-core from 1.5.2 to 1.5.3 [`#1038`](https://github.com/oceanprotocol/ocean-lib-js/pull/1038)
|
|
504
|
+
- fix yaml indentation [`#1041`](https://github.com/oceanprotocol/ocean-lib-js/pull/1041)
|
|
505
|
+
- set versioning-strategy [`#1040`](https://github.com/oceanprotocol/ocean-lib-js/pull/1040)
|
|
506
|
+
- Bump web3 from 1.5.2 to 1.5.3 [`#1039`](https://github.com/oceanprotocol/ocean-lib-js/pull/1039)
|
|
507
|
+
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean-lib-js/pull/1012)
|
|
508
|
+
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean-lib-js/pull/1036)
|
|
509
|
+
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean-lib-js/pull/1034)
|
|
510
|
+
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean-lib-js/pull/1035)
|
|
511
|
+
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean-lib-js/pull/1032)
|
|
512
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean-lib-js/pull/1031)
|
|
513
|
+
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean-lib-js/pull/1028)
|
|
514
|
+
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean-lib-js/pull/1026)
|
|
515
|
+
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean-lib-js/pull/1027)
|
|
516
|
+
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean-lib-js/pull/1025)
|
|
517
|
+
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean-lib-js/pull/1024)
|
|
518
|
+
- Bump aqua queries [`3bea2aa`](https://github.com/oceanprotocol/ocean-lib-js/commit/3bea2aaf9082bf1b61219f3d7960c14cec04fa1e)
|
|
519
|
+
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean-lib-js/commit/2651b72a2f02f952eb94e0b83edaf308cbb9e130)
|
|
520
|
+
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean-lib-js/commit/f893cb8b09e325df238be243713e07d64a158269)
|
|
521
|
+
|
|
522
|
+
#### [v0.18.0-next.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.5...v0.18.0-next.0)
|
|
498
523
|
|
|
499
524
|
> 14 September 2021
|
|
500
525
|
|
|
501
|
-
- enable create / passthrough of userData & algoData [`b1e91af`](https://github.com/oceanprotocol/ocean
|
|
502
|
-
- refactor balance check async flows [`51ca87f`](https://github.com/oceanprotocol/ocean
|
|
503
|
-
- naming & typings [`e707d0e`](https://github.com/oceanprotocol/ocean
|
|
526
|
+
- enable create / passthrough of userData & algoData [`b1e91af`](https://github.com/oceanprotocol/ocean-lib-js/commit/b1e91afd3d9cb03edd0317bf72c89426ad16ebc7)
|
|
527
|
+
- refactor balance check async flows [`51ca87f`](https://github.com/oceanprotocol/ocean-lib-js/commit/51ca87f3f7eee95b749996699a8b8f8e602ed7d6)
|
|
528
|
+
- naming & typings [`e707d0e`](https://github.com/oceanprotocol/ocean-lib-js/commit/e707d0e5d803e0d93fdba7117dd989ce3a5b66bd)
|
|
504
529
|
|
|
505
|
-
#### [v0.17.5](https://github.com/oceanprotocol/ocean
|
|
530
|
+
#### [v0.17.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.4...v0.17.5)
|
|
506
531
|
|
|
507
532
|
> 22 September 2021
|
|
508
533
|
|
|
509
|
-
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean
|
|
510
|
-
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean
|
|
511
|
-
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean
|
|
512
|
-
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean
|
|
513
|
-
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean
|
|
514
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean
|
|
515
|
-
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean
|
|
516
|
-
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean
|
|
517
|
-
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean
|
|
518
|
-
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean
|
|
534
|
+
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean-lib-js/pull/1012)
|
|
535
|
+
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean-lib-js/pull/1036)
|
|
536
|
+
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean-lib-js/pull/1034)
|
|
537
|
+
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean-lib-js/pull/1035)
|
|
538
|
+
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean-lib-js/pull/1032)
|
|
539
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean-lib-js/pull/1031)
|
|
540
|
+
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean-lib-js/pull/1028)
|
|
541
|
+
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean-lib-js/pull/1026)
|
|
542
|
+
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean-lib-js/pull/1027)
|
|
543
|
+
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean-lib-js/commit/f893cb8b09e325df238be243713e07d64a158269)
|
|
519
544
|
|
|
520
|
-
#### [v0.17.4](https://github.com/oceanprotocol/ocean
|
|
545
|
+
#### [v0.17.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.3...v0.17.4)
|
|
521
546
|
|
|
522
547
|
> 16 September 2021
|
|
523
548
|
|
|
524
|
-
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean
|
|
525
|
-
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean
|
|
526
|
-
- Fix releases [`#1021`](https://github.com/oceanprotocol/ocean
|
|
527
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 [`#1019`](https://github.com/oceanprotocol/ocean
|
|
528
|
-
- Bump @typescript-eslint/parser from 4.31.0 to 4.31.1 [`#1018`](https://github.com/oceanprotocol/ocean
|
|
529
|
-
- Bump ora from 5.4.1 to 6.0.1 [`#1020`](https://github.com/oceanprotocol/ocean
|
|
530
|
-
- Bump typedoc from 0.21.9 to 0.22.3 [`#1016`](https://github.com/oceanprotocol/ocean
|
|
531
|
-
- Bump @types/node from 16.9.0 to 16.9.1 [`#1015`](https://github.com/oceanprotocol/ocean
|
|
532
|
-
- Bump typescript from 4.4.2 to 4.4.3 [`#1017`](https://github.com/oceanprotocol/ocean
|
|
533
|
-
- Bump source-map-support from 0.5.19 to 0.5.20 [`#1013`](https://github.com/oceanprotocol/ocean
|
|
534
|
-
- Bump prettier from 2.3.2 to 2.4.0 [`#1014`](https://github.com/oceanprotocol/ocean
|
|
535
|
-
- Bump @types/node from 16.7.13 to 16.9.0 [`#1011`](https://github.com/oceanprotocol/ocean
|
|
536
|
-
- Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 [`#1007`](https://github.com/oceanprotocol/ocean
|
|
537
|
-
- Bump @types/node from 16.7.10 to 16.7.13 [`#1009`](https://github.com/oceanprotocol/ocean
|
|
538
|
-
- Bump @typescript-eslint/parser from 4.30.0 to 4.31.0 [`#1006`](https://github.com/oceanprotocol/ocean
|
|
539
|
-
- Bump @types/node-fetch from 2.5.12 to 3.0.3 [`#1004`](https://github.com/oceanprotocol/ocean
|
|
540
|
-
- Bump @types/node from 16.7.8 to 16.7.10 [`#1001`](https://github.com/oceanprotocol/ocean
|
|
541
|
-
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean
|
|
542
|
-
|
|
543
|
-
#### [v0.17.3](https://github.com/oceanprotocol/ocean
|
|
549
|
+
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean-lib-js/pull/1025)
|
|
550
|
+
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean-lib-js/pull/1024)
|
|
551
|
+
- Fix releases [`#1021`](https://github.com/oceanprotocol/ocean-lib-js/pull/1021)
|
|
552
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 [`#1019`](https://github.com/oceanprotocol/ocean-lib-js/pull/1019)
|
|
553
|
+
- Bump @typescript-eslint/parser from 4.31.0 to 4.31.1 [`#1018`](https://github.com/oceanprotocol/ocean-lib-js/pull/1018)
|
|
554
|
+
- Bump ora from 5.4.1 to 6.0.1 [`#1020`](https://github.com/oceanprotocol/ocean-lib-js/pull/1020)
|
|
555
|
+
- Bump typedoc from 0.21.9 to 0.22.3 [`#1016`](https://github.com/oceanprotocol/ocean-lib-js/pull/1016)
|
|
556
|
+
- Bump @types/node from 16.9.0 to 16.9.1 [`#1015`](https://github.com/oceanprotocol/ocean-lib-js/pull/1015)
|
|
557
|
+
- Bump typescript from 4.4.2 to 4.4.3 [`#1017`](https://github.com/oceanprotocol/ocean-lib-js/pull/1017)
|
|
558
|
+
- Bump source-map-support from 0.5.19 to 0.5.20 [`#1013`](https://github.com/oceanprotocol/ocean-lib-js/pull/1013)
|
|
559
|
+
- Bump prettier from 2.3.2 to 2.4.0 [`#1014`](https://github.com/oceanprotocol/ocean-lib-js/pull/1014)
|
|
560
|
+
- Bump @types/node from 16.7.13 to 16.9.0 [`#1011`](https://github.com/oceanprotocol/ocean-lib-js/pull/1011)
|
|
561
|
+
- Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 [`#1007`](https://github.com/oceanprotocol/ocean-lib-js/pull/1007)
|
|
562
|
+
- Bump @types/node from 16.7.10 to 16.7.13 [`#1009`](https://github.com/oceanprotocol/ocean-lib-js/pull/1009)
|
|
563
|
+
- Bump @typescript-eslint/parser from 4.30.0 to 4.31.0 [`#1006`](https://github.com/oceanprotocol/ocean-lib-js/pull/1006)
|
|
564
|
+
- Bump @types/node-fetch from 2.5.12 to 3.0.3 [`#1004`](https://github.com/oceanprotocol/ocean-lib-js/pull/1004)
|
|
565
|
+
- Bump @types/node from 16.7.8 to 16.7.10 [`#1001`](https://github.com/oceanprotocol/ocean-lib-js/pull/1001)
|
|
566
|
+
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean-lib-js/commit/2651b72a2f02f952eb94e0b83edaf308cbb9e130)
|
|
567
|
+
|
|
568
|
+
#### [v0.17.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.2...v0.17.3)
|
|
544
569
|
|
|
545
570
|
> 31 August 2021
|
|
546
571
|
|
|
547
|
-
- downgrade node-abort-controller to v2.0.0 [`#999`](https://github.com/oceanprotocol/ocean
|
|
548
|
-
- Release 0.17.3 [`0eac0c2`](https://github.com/oceanprotocol/ocean
|
|
572
|
+
- downgrade node-abort-controller to v2.0.0 [`#999`](https://github.com/oceanprotocol/ocean-lib-js/pull/999)
|
|
573
|
+
- Release 0.17.3 [`0eac0c2`](https://github.com/oceanprotocol/ocean-lib-js/commit/0eac0c20e3554e99807efcc2d9b261795daf5fd7)
|
|
549
574
|
|
|
550
|
-
#### [v0.17.2](https://github.com/oceanprotocol/ocean
|
|
575
|
+
#### [v0.17.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.1...v0.17.2)
|
|
551
576
|
|
|
552
577
|
> 31 August 2021
|
|
553
578
|
|
|
554
|
-
- Bump @types/node from 16.7.6 to 16.7.8 [`#996`](https://github.com/oceanprotocol/ocean
|
|
555
|
-
- update Gaia-X RPC [`#998`](https://github.com/oceanprotocol/ocean
|
|
556
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.30.0 [`#995`](https://github.com/oceanprotocol/ocean
|
|
557
|
-
- Bump eslint-plugin-prettier from 3.4.1 to 4.0.0 [`#994`](https://github.com/oceanprotocol/ocean
|
|
558
|
-
- Bump @typescript-eslint/parser from 4.29.3 to 4.30.0 [`#997`](https://github.com/oceanprotocol/ocean
|
|
559
|
-
- Bump typedoc from 0.21.6 to 0.21.9 [`#990`](https://github.com/oceanprotocol/ocean
|
|
560
|
-
- Bump @types/node from 16.7.2 to 16.7.6 [`#991`](https://github.com/oceanprotocol/ocean
|
|
561
|
-
- Bump mocha from 9.1.0 to 9.1.1 [`#992`](https://github.com/oceanprotocol/ocean
|
|
562
|
-
- Bump @types/node from 16.7.1 to 16.7.2 [`#988`](https://github.com/oceanprotocol/ocean
|
|
563
|
-
- Bump typescript from 4.3.5 to 4.4.2 [`#987`](https://github.com/oceanprotocol/ocean
|
|
564
|
-
- Bump @typescript-eslint/parser from 4.29.2 to 4.29.3 [`#984`](https://github.com/oceanprotocol/ocean
|
|
565
|
-
- Bump node-abort-controller from 2.0.0 to 3.0.0 [`#953`](https://github.com/oceanprotocol/ocean
|
|
566
|
-
- Bump ora from 5.4.1 to 6.0.0 [`#986`](https://github.com/oceanprotocol/ocean
|
|
567
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.2 to 4.29.3 [`#985`](https://github.com/oceanprotocol/ocean
|
|
568
|
-
- Bump @types/node from 16.6.2 to 16.7.1 [`#979`](https://github.com/oceanprotocol/ocean
|
|
569
|
-
- Bump @truffle/hdwallet-provider from 1.4.3 to 1.5.0 [`#978`](https://github.com/oceanprotocol/ocean
|
|
570
|
-
- Bump mocha from 9.0.3 to 9.1.0 [`#980`](https://github.com/oceanprotocol/ocean
|
|
571
|
-
- Bump eslint-plugin-prettier from 3.4.0 to 3.4.1 [`#981`](https://github.com/oceanprotocol/ocean
|
|
572
|
-
- Bump typedoc from 0.21.5 to 0.21.6 [`#977`](https://github.com/oceanprotocol/ocean
|
|
573
|
-
- Bump @types/node from 16.6.1 to 16.6.2 [`#975`](https://github.com/oceanprotocol/ocean
|
|
574
|
-
- Bump ts-node from 10.2.0 to 10.2.1 [`#974`](https://github.com/oceanprotocol/ocean
|
|
575
|
-
- Add agreementId in ComputeJob interface [`#976`](https://github.com/oceanprotocol/ocean
|
|
576
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2 [`#973`](https://github.com/oceanprotocol/ocean
|
|
577
|
-
- Bump @typescript-eslint/parser from 4.29.1 to 4.29.2 [`#972`](https://github.com/oceanprotocol/ocean
|
|
578
|
-
- Bump web3 from 1.5.1 to 1.5.2 [`#970`](https://github.com/oceanprotocol/ocean
|
|
579
|
-
- Bump release-it from 14.11.3 to 14.11.5 [`#968`](https://github.com/oceanprotocol/ocean
|
|
580
|
-
- Adding event to DDO [`#965`](https://github.com/oceanprotocol/ocean
|
|
581
|
-
- Bump @types/node from 16.6.0 to 16.6.1 [`#967`](https://github.com/oceanprotocol/ocean
|
|
582
|
-
- Bump @types/node from 16.4.13 to 16.6.0 [`#966`](https://github.com/oceanprotocol/ocean
|
|
583
|
-
- Bump release-it from 14.11.0 to 14.11.3 [`#962`](https://github.com/oceanprotocol/ocean
|
|
584
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1 [`#961`](https://github.com/oceanprotocol/ocean
|
|
585
|
-
- Bump @typescript-eslint/parser from 4.29.0 to 4.29.1 [`#963`](https://github.com/oceanprotocol/ocean
|
|
586
|
-
- Bump @truffle/hdwallet-provider from 1.4.2 to 1.4.3 [`#958`](https://github.com/oceanprotocol/ocean
|
|
587
|
-
- Bump release-it from 14.10.1 to 14.11.0 [`#959`](https://github.com/oceanprotocol/ocean
|
|
588
|
-
- Bump @types/node from 16.4.10 to 16.4.13 [`#957`](https://github.com/oceanprotocol/ocean
|
|
589
|
-
- Bump ts-node from 10.1.0 to 10.2.0 [`#956`](https://github.com/oceanprotocol/ocean
|
|
590
|
-
- Bump web3 from 1.5.0 to 1.5.1 [`#955`](https://github.com/oceanprotocol/ocean
|
|
591
|
-
- downgrade ora to v5.4.1 [`c1c7c53`](https://github.com/oceanprotocol/ocean
|
|
592
|
-
- Release 0.17.2 [`dd62e54`](https://github.com/oceanprotocol/ocean
|
|
593
|
-
- Update quickstart_simple.md [`a4be156`](https://github.com/oceanprotocol/ocean
|
|
594
|
-
|
|
595
|
-
#### [v0.17.1](https://github.com/oceanprotocol/ocean
|
|
579
|
+
- Bump @types/node from 16.7.6 to 16.7.8 [`#996`](https://github.com/oceanprotocol/ocean-lib-js/pull/996)
|
|
580
|
+
- update Gaia-X RPC [`#998`](https://github.com/oceanprotocol/ocean-lib-js/pull/998)
|
|
581
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.30.0 [`#995`](https://github.com/oceanprotocol/ocean-lib-js/pull/995)
|
|
582
|
+
- Bump eslint-plugin-prettier from 3.4.1 to 4.0.0 [`#994`](https://github.com/oceanprotocol/ocean-lib-js/pull/994)
|
|
583
|
+
- Bump @typescript-eslint/parser from 4.29.3 to 4.30.0 [`#997`](https://github.com/oceanprotocol/ocean-lib-js/pull/997)
|
|
584
|
+
- Bump typedoc from 0.21.6 to 0.21.9 [`#990`](https://github.com/oceanprotocol/ocean-lib-js/pull/990)
|
|
585
|
+
- Bump @types/node from 16.7.2 to 16.7.6 [`#991`](https://github.com/oceanprotocol/ocean-lib-js/pull/991)
|
|
586
|
+
- Bump mocha from 9.1.0 to 9.1.1 [`#992`](https://github.com/oceanprotocol/ocean-lib-js/pull/992)
|
|
587
|
+
- Bump @types/node from 16.7.1 to 16.7.2 [`#988`](https://github.com/oceanprotocol/ocean-lib-js/pull/988)
|
|
588
|
+
- Bump typescript from 4.3.5 to 4.4.2 [`#987`](https://github.com/oceanprotocol/ocean-lib-js/pull/987)
|
|
589
|
+
- Bump @typescript-eslint/parser from 4.29.2 to 4.29.3 [`#984`](https://github.com/oceanprotocol/ocean-lib-js/pull/984)
|
|
590
|
+
- Bump node-abort-controller from 2.0.0 to 3.0.0 [`#953`](https://github.com/oceanprotocol/ocean-lib-js/pull/953)
|
|
591
|
+
- Bump ora from 5.4.1 to 6.0.0 [`#986`](https://github.com/oceanprotocol/ocean-lib-js/pull/986)
|
|
592
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.2 to 4.29.3 [`#985`](https://github.com/oceanprotocol/ocean-lib-js/pull/985)
|
|
593
|
+
- Bump @types/node from 16.6.2 to 16.7.1 [`#979`](https://github.com/oceanprotocol/ocean-lib-js/pull/979)
|
|
594
|
+
- Bump @truffle/hdwallet-provider from 1.4.3 to 1.5.0 [`#978`](https://github.com/oceanprotocol/ocean-lib-js/pull/978)
|
|
595
|
+
- Bump mocha from 9.0.3 to 9.1.0 [`#980`](https://github.com/oceanprotocol/ocean-lib-js/pull/980)
|
|
596
|
+
- Bump eslint-plugin-prettier from 3.4.0 to 3.4.1 [`#981`](https://github.com/oceanprotocol/ocean-lib-js/pull/981)
|
|
597
|
+
- Bump typedoc from 0.21.5 to 0.21.6 [`#977`](https://github.com/oceanprotocol/ocean-lib-js/pull/977)
|
|
598
|
+
- Bump @types/node from 16.6.1 to 16.6.2 [`#975`](https://github.com/oceanprotocol/ocean-lib-js/pull/975)
|
|
599
|
+
- Bump ts-node from 10.2.0 to 10.2.1 [`#974`](https://github.com/oceanprotocol/ocean-lib-js/pull/974)
|
|
600
|
+
- Add agreementId in ComputeJob interface [`#976`](https://github.com/oceanprotocol/ocean-lib-js/pull/976)
|
|
601
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2 [`#973`](https://github.com/oceanprotocol/ocean-lib-js/pull/973)
|
|
602
|
+
- Bump @typescript-eslint/parser from 4.29.1 to 4.29.2 [`#972`](https://github.com/oceanprotocol/ocean-lib-js/pull/972)
|
|
603
|
+
- Bump web3 from 1.5.1 to 1.5.2 [`#970`](https://github.com/oceanprotocol/ocean-lib-js/pull/970)
|
|
604
|
+
- Bump release-it from 14.11.3 to 14.11.5 [`#968`](https://github.com/oceanprotocol/ocean-lib-js/pull/968)
|
|
605
|
+
- Adding event to DDO [`#965`](https://github.com/oceanprotocol/ocean-lib-js/pull/965)
|
|
606
|
+
- Bump @types/node from 16.6.0 to 16.6.1 [`#967`](https://github.com/oceanprotocol/ocean-lib-js/pull/967)
|
|
607
|
+
- Bump @types/node from 16.4.13 to 16.6.0 [`#966`](https://github.com/oceanprotocol/ocean-lib-js/pull/966)
|
|
608
|
+
- Bump release-it from 14.11.0 to 14.11.3 [`#962`](https://github.com/oceanprotocol/ocean-lib-js/pull/962)
|
|
609
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1 [`#961`](https://github.com/oceanprotocol/ocean-lib-js/pull/961)
|
|
610
|
+
- Bump @typescript-eslint/parser from 4.29.0 to 4.29.1 [`#963`](https://github.com/oceanprotocol/ocean-lib-js/pull/963)
|
|
611
|
+
- Bump @truffle/hdwallet-provider from 1.4.2 to 1.4.3 [`#958`](https://github.com/oceanprotocol/ocean-lib-js/pull/958)
|
|
612
|
+
- Bump release-it from 14.10.1 to 14.11.0 [`#959`](https://github.com/oceanprotocol/ocean-lib-js/pull/959)
|
|
613
|
+
- Bump @types/node from 16.4.10 to 16.4.13 [`#957`](https://github.com/oceanprotocol/ocean-lib-js/pull/957)
|
|
614
|
+
- Bump ts-node from 10.1.0 to 10.2.0 [`#956`](https://github.com/oceanprotocol/ocean-lib-js/pull/956)
|
|
615
|
+
- Bump web3 from 1.5.0 to 1.5.1 [`#955`](https://github.com/oceanprotocol/ocean-lib-js/pull/955)
|
|
616
|
+
- downgrade ora to v5.4.1 [`c1c7c53`](https://github.com/oceanprotocol/ocean-lib-js/commit/c1c7c5342a479861161f5ff57c4eafc1739ac185)
|
|
617
|
+
- Release 0.17.2 [`dd62e54`](https://github.com/oceanprotocol/ocean-lib-js/commit/dd62e5422eec667fef8fc387d76d4c8c346583cb)
|
|
618
|
+
- Update quickstart_simple.md [`a4be156`](https://github.com/oceanprotocol/ocean-lib-js/commit/a4be156126893984e89f3a28e73b74f883d71ce8)
|
|
619
|
+
|
|
620
|
+
#### [v0.17.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.0...v0.17.1)
|
|
596
621
|
|
|
597
622
|
> 3 August 2021
|
|
598
623
|
|
|
599
|
-
- Issue 950 fix allow deny [`#951`](https://github.com/oceanprotocol/ocean
|
|
600
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.29.0 [`#949`](https://github.com/oceanprotocol/ocean
|
|
601
|
-
- Bump @typescript-eslint/parser from 4.28.5 to 4.29.0 [`#948`](https://github.com/oceanprotocol/ocean
|
|
602
|
-
- Bump @types/node from 16.4.7 to 16.4.10 [`#945`](https://github.com/oceanprotocol/ocean
|
|
603
|
-
- Bump typedoc from 0.21.4 to 0.21.5 [`#946`](https://github.com/oceanprotocol/ocean
|
|
604
|
-
- Bump eslint from 7.31.0 to 7.32.0 [`#947`](https://github.com/oceanprotocol/ocean
|
|
605
|
-
- Release 0.17.1 [`8c415ab`](https://github.com/oceanprotocol/ocean
|
|
606
|
-
- Updating assets and asset credentials [`cf16ff8`](https://github.com/oceanprotocol/ocean
|
|
607
|
-
- Changing value to values [`1b58fdf`](https://github.com/oceanprotocol/ocean
|
|
624
|
+
- Issue 950 fix allow deny [`#951`](https://github.com/oceanprotocol/ocean-lib-js/pull/951)
|
|
625
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.29.0 [`#949`](https://github.com/oceanprotocol/ocean-lib-js/pull/949)
|
|
626
|
+
- Bump @typescript-eslint/parser from 4.28.5 to 4.29.0 [`#948`](https://github.com/oceanprotocol/ocean-lib-js/pull/948)
|
|
627
|
+
- Bump @types/node from 16.4.7 to 16.4.10 [`#945`](https://github.com/oceanprotocol/ocean-lib-js/pull/945)
|
|
628
|
+
- Bump typedoc from 0.21.4 to 0.21.5 [`#946`](https://github.com/oceanprotocol/ocean-lib-js/pull/946)
|
|
629
|
+
- Bump eslint from 7.31.0 to 7.32.0 [`#947`](https://github.com/oceanprotocol/ocean-lib-js/pull/947)
|
|
630
|
+
- Release 0.17.1 [`8c415ab`](https://github.com/oceanprotocol/ocean-lib-js/commit/8c415ab2d9180b6b20c54ba67783df80bdbf46d4)
|
|
631
|
+
- Updating assets and asset credentials [`cf16ff8`](https://github.com/oceanprotocol/ocean-lib-js/commit/cf16ff89667795e12a96fb9ccdd49bc27177bb6d)
|
|
632
|
+
- Changing value to values [`1b58fdf`](https://github.com/oceanprotocol/ocean-lib-js/commit/1b58fdfb9d0fed48bfb827a44162a150c41ed8ca)
|
|
608
633
|
|
|
609
|
-
#### [v0.17.0](https://github.com/oceanprotocol/ocean
|
|
634
|
+
#### [v0.17.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.7...v0.17.0)
|
|
610
635
|
|
|
611
636
|
> 30 July 2021
|
|
612
637
|
|
|
613
|
-
- add single metadataCacheUri for all networks [`#919`](https://github.com/oceanprotocol/ocean
|
|
614
|
-
- move datatoken name generation out of class [`#943`](https://github.com/oceanprotocol/ocean
|
|
615
|
-
- Bump @types/node from 16.4.6 to 16.4.7 [`#942`](https://github.com/oceanprotocol/ocean
|
|
616
|
-
- Release 0.17.0 [`44eff0e`](https://github.com/oceanprotocol/ocean
|
|
638
|
+
- add single metadataCacheUri for all networks [`#919`](https://github.com/oceanprotocol/ocean-lib-js/pull/919)
|
|
639
|
+
- move datatoken name generation out of class [`#943`](https://github.com/oceanprotocol/ocean-lib-js/pull/943)
|
|
640
|
+
- Bump @types/node from 16.4.6 to 16.4.7 [`#942`](https://github.com/oceanprotocol/ocean-lib-js/pull/942)
|
|
641
|
+
- Release 0.17.0 [`44eff0e`](https://github.com/oceanprotocol/ocean-lib-js/commit/44eff0ee2f7628d1fb165dc8a1861e91d179e839)
|
|
617
642
|
|
|
618
|
-
#### [v0.16.7](https://github.com/oceanprotocol/ocean
|
|
643
|
+
#### [v0.16.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.6...v0.16.7)
|
|
619
644
|
|
|
620
645
|
> 29 July 2021
|
|
621
646
|
|
|
622
|
-
- allow editable author [`#936`](https://github.com/oceanprotocol/ocean
|
|
623
|
-
- Bump @types/node from 16.4.4 to 16.4.6 [`#939`](https://github.com/oceanprotocol/ocean
|
|
624
|
-
- Bump web3 from 1.4.0 to 1.5.0 [`#938`](https://github.com/oceanprotocol/ocean
|
|
625
|
-
- Bump @types/node from 16.4.3 to 16.4.4 [`#937`](https://github.com/oceanprotocol/ocean
|
|
626
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.28.5 [`#934`](https://github.com/oceanprotocol/ocean
|
|
627
|
-
- Bump @typescript-eslint/parser from 4.28.4 to 4.28.5 [`#933`](https://github.com/oceanprotocol/ocean
|
|
628
|
-
- Bump @truffle/hdwallet-provider from 1.4.1 to 1.4.2 [`#931`](https://github.com/oceanprotocol/ocean
|
|
629
|
-
- use decimals in account balance [`#921`](https://github.com/oceanprotocol/ocean
|
|
630
|
-
- Bump mocha from 9.0.2 to 9.0.3 [`#932`](https://github.com/oceanprotocol/ocean
|
|
631
|
-
- Bump @types/node from 16.4.1 to 16.4.3 [`#930`](https://github.com/oceanprotocol/ocean
|
|
632
|
-
- Bump release-it from 14.10.0 to 14.10.1 [`#929`](https://github.com/oceanprotocol/ocean
|
|
633
|
-
- Bump @types/node from 16.4.0 to 16.4.1 [`#925`](https://github.com/oceanprotocol/ocean
|
|
634
|
-
- Bump @types/mocha from 8.2.3 to 9.0.0 [`#927`](https://github.com/oceanprotocol/ocean
|
|
635
|
-
- Bump @types/node-fetch from 2.5.11 to 2.5.12 [`#926`](https://github.com/oceanprotocol/ocean
|
|
636
|
-
- Bump crypto-js from 4.0.0 to 4.1.1 [`#924`](https://github.com/oceanprotocol/ocean
|
|
637
|
-
- remove redundant build on publish [`#923`](https://github.com/oceanprotocol/ocean
|
|
638
|
-
- Release 0.16.7 [`1710752`](https://github.com/oceanprotocol/ocean
|
|
639
|
-
|
|
640
|
-
#### [v0.16.6](https://github.com/oceanprotocol/ocean
|
|
647
|
+
- allow editable author [`#936`](https://github.com/oceanprotocol/ocean-lib-js/pull/936)
|
|
648
|
+
- Bump @types/node from 16.4.4 to 16.4.6 [`#939`](https://github.com/oceanprotocol/ocean-lib-js/pull/939)
|
|
649
|
+
- Bump web3 from 1.4.0 to 1.5.0 [`#938`](https://github.com/oceanprotocol/ocean-lib-js/pull/938)
|
|
650
|
+
- Bump @types/node from 16.4.3 to 16.4.4 [`#937`](https://github.com/oceanprotocol/ocean-lib-js/pull/937)
|
|
651
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.28.5 [`#934`](https://github.com/oceanprotocol/ocean-lib-js/pull/934)
|
|
652
|
+
- Bump @typescript-eslint/parser from 4.28.4 to 4.28.5 [`#933`](https://github.com/oceanprotocol/ocean-lib-js/pull/933)
|
|
653
|
+
- Bump @truffle/hdwallet-provider from 1.4.1 to 1.4.2 [`#931`](https://github.com/oceanprotocol/ocean-lib-js/pull/931)
|
|
654
|
+
- use decimals in account balance [`#921`](https://github.com/oceanprotocol/ocean-lib-js/pull/921)
|
|
655
|
+
- Bump mocha from 9.0.2 to 9.0.3 [`#932`](https://github.com/oceanprotocol/ocean-lib-js/pull/932)
|
|
656
|
+
- Bump @types/node from 16.4.1 to 16.4.3 [`#930`](https://github.com/oceanprotocol/ocean-lib-js/pull/930)
|
|
657
|
+
- Bump release-it from 14.10.0 to 14.10.1 [`#929`](https://github.com/oceanprotocol/ocean-lib-js/pull/929)
|
|
658
|
+
- Bump @types/node from 16.4.0 to 16.4.1 [`#925`](https://github.com/oceanprotocol/ocean-lib-js/pull/925)
|
|
659
|
+
- Bump @types/mocha from 8.2.3 to 9.0.0 [`#927`](https://github.com/oceanprotocol/ocean-lib-js/pull/927)
|
|
660
|
+
- Bump @types/node-fetch from 2.5.11 to 2.5.12 [`#926`](https://github.com/oceanprotocol/ocean-lib-js/pull/926)
|
|
661
|
+
- Bump crypto-js from 4.0.0 to 4.1.1 [`#924`](https://github.com/oceanprotocol/ocean-lib-js/pull/924)
|
|
662
|
+
- remove redundant build on publish [`#923`](https://github.com/oceanprotocol/ocean-lib-js/pull/923)
|
|
663
|
+
- Release 0.16.7 [`1710752`](https://github.com/oceanprotocol/ocean-lib-js/commit/1710752a7cba9db1d754540f286d92f090ea9c38)
|
|
664
|
+
|
|
665
|
+
#### [v0.16.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.5...v0.16.6)
|
|
641
666
|
|
|
642
667
|
> 22 July 2021
|
|
643
668
|
|
|
644
|
-
- remove leading slash from all `nodeUri` [`#922`](https://github.com/oceanprotocol/ocean
|
|
645
|
-
- Bump @types/node from 16.3.3 to 16.4.0 [`#917`](https://github.com/oceanprotocol/ocean
|
|
646
|
-
- Bump @typescript-eslint/parser from 4.28.3 to 4.28.4 [`#914`](https://github.com/oceanprotocol/ocean
|
|
647
|
-
- Bump eslint from 7.30.0 to 7.31.0 [`#913`](https://github.com/oceanprotocol/ocean
|
|
648
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4 [`#915`](https://github.com/oceanprotocol/ocean
|
|
649
|
-
- Bump @types/node from 16.3.1 to 16.3.3 [`#912`](https://github.com/oceanprotocol/ocean
|
|
650
|
-
- update Polygon Mumbai explorerUri [`#911`](https://github.com/oceanprotocol/ocean
|
|
651
|
-
- Release 0.16.6 [`16f14aa`](https://github.com/oceanprotocol/ocean
|
|
669
|
+
- remove leading slash from all `nodeUri` [`#922`](https://github.com/oceanprotocol/ocean-lib-js/pull/922)
|
|
670
|
+
- Bump @types/node from 16.3.3 to 16.4.0 [`#917`](https://github.com/oceanprotocol/ocean-lib-js/pull/917)
|
|
671
|
+
- Bump @typescript-eslint/parser from 4.28.3 to 4.28.4 [`#914`](https://github.com/oceanprotocol/ocean-lib-js/pull/914)
|
|
672
|
+
- Bump eslint from 7.30.0 to 7.31.0 [`#913`](https://github.com/oceanprotocol/ocean-lib-js/pull/913)
|
|
673
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4 [`#915`](https://github.com/oceanprotocol/ocean-lib-js/pull/915)
|
|
674
|
+
- Bump @types/node from 16.3.1 to 16.3.3 [`#912`](https://github.com/oceanprotocol/ocean-lib-js/pull/912)
|
|
675
|
+
- update Polygon Mumbai explorerUri [`#911`](https://github.com/oceanprotocol/ocean-lib-js/pull/911)
|
|
676
|
+
- Release 0.16.6 [`16f14aa`](https://github.com/oceanprotocol/ocean-lib-js/commit/16f14aaf4d792c03dd2216b7d3bb6156881de447)
|
|
652
677
|
|
|
653
|
-
#### [v0.16.5](https://github.com/oceanprotocol/ocean
|
|
678
|
+
#### [v0.16.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.4...v0.16.5)
|
|
654
679
|
|
|
655
680
|
> 13 July 2021
|
|
656
681
|
|
|
657
|
-
- update Gaia-X values [`#906`](https://github.com/oceanprotocol/ocean
|
|
658
|
-
- Bump web3 from 1.3.6 to 1.4.0 [`#876`](https://github.com/oceanprotocol/ocean
|
|
659
|
-
- Bump typedoc from 0.21.3 to 0.21.4 [`#902`](https://github.com/oceanprotocol/ocean
|
|
660
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.2 to 4.28.3 [`#904`](https://github.com/oceanprotocol/ocean
|
|
661
|
-
- Bump @typescript-eslint/parser from 4.28.2 to 4.28.3 [`#903`](https://github.com/oceanprotocol/ocean
|
|
662
|
-
- Changing error message [`#898`](https://github.com/oceanprotocol/ocean
|
|
663
|
-
- Bump ts-node from 10.0.0 to 10.1.0 [`#901`](https://github.com/oceanprotocol/ocean
|
|
664
|
-
- Bump @types/node from 16.3.0 to 16.3.1 [`#900`](https://github.com/oceanprotocol/ocean
|
|
665
|
-
- Bump typedoc from 0.21.2 to 0.21.3 [`#899`](https://github.com/oceanprotocol/ocean
|
|
666
|
-
- Bump @types/chai from 4.2.20 to 4.2.21 [`#897`](https://github.com/oceanprotocol/ocean
|
|
667
|
-
- Bump @types/node from 16.0.0 to 16.3.0 [`#896`](https://github.com/oceanprotocol/ocean
|
|
668
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.1 to 4.28.2 [`#890`](https://github.com/oceanprotocol/ocean
|
|
669
|
-
- Bump @types/node-fetch from 2.5.10 to 2.5.11 [`#893`](https://github.com/oceanprotocol/ocean
|
|
670
|
-
- Bump @types/mocha from 8.2.2 to 8.2.3 [`#894`](https://github.com/oceanprotocol/ocean
|
|
671
|
-
- update package-lock [`bd5f767`](https://github.com/oceanprotocol/ocean
|
|
672
|
-
- Release 0.16.5 [`fe1828f`](https://github.com/oceanprotocol/ocean
|
|
673
|
-
|
|
674
|
-
#### [v0.16.4](https://github.com/oceanprotocol/ocean
|
|
682
|
+
- update Gaia-X values [`#906`](https://github.com/oceanprotocol/ocean-lib-js/pull/906)
|
|
683
|
+
- Bump web3 from 1.3.6 to 1.4.0 [`#876`](https://github.com/oceanprotocol/ocean-lib-js/pull/876)
|
|
684
|
+
- Bump typedoc from 0.21.3 to 0.21.4 [`#902`](https://github.com/oceanprotocol/ocean-lib-js/pull/902)
|
|
685
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.2 to 4.28.3 [`#904`](https://github.com/oceanprotocol/ocean-lib-js/pull/904)
|
|
686
|
+
- Bump @typescript-eslint/parser from 4.28.2 to 4.28.3 [`#903`](https://github.com/oceanprotocol/ocean-lib-js/pull/903)
|
|
687
|
+
- Changing error message [`#898`](https://github.com/oceanprotocol/ocean-lib-js/pull/898)
|
|
688
|
+
- Bump ts-node from 10.0.0 to 10.1.0 [`#901`](https://github.com/oceanprotocol/ocean-lib-js/pull/901)
|
|
689
|
+
- Bump @types/node from 16.3.0 to 16.3.1 [`#900`](https://github.com/oceanprotocol/ocean-lib-js/pull/900)
|
|
690
|
+
- Bump typedoc from 0.21.2 to 0.21.3 [`#899`](https://github.com/oceanprotocol/ocean-lib-js/pull/899)
|
|
691
|
+
- Bump @types/chai from 4.2.20 to 4.2.21 [`#897`](https://github.com/oceanprotocol/ocean-lib-js/pull/897)
|
|
692
|
+
- Bump @types/node from 16.0.0 to 16.3.0 [`#896`](https://github.com/oceanprotocol/ocean-lib-js/pull/896)
|
|
693
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.1 to 4.28.2 [`#890`](https://github.com/oceanprotocol/ocean-lib-js/pull/890)
|
|
694
|
+
- Bump @types/node-fetch from 2.5.10 to 2.5.11 [`#893`](https://github.com/oceanprotocol/ocean-lib-js/pull/893)
|
|
695
|
+
- Bump @types/mocha from 8.2.2 to 8.2.3 [`#894`](https://github.com/oceanprotocol/ocean-lib-js/pull/894)
|
|
696
|
+
- update package-lock [`bd5f767`](https://github.com/oceanprotocol/ocean-lib-js/commit/bd5f7674e8d663f9d57d3f5df240c32ebe580234)
|
|
697
|
+
- Release 0.16.5 [`fe1828f`](https://github.com/oceanprotocol/ocean-lib-js/commit/fe1828fec945569863689c96ac9d4fa5ea694980)
|
|
698
|
+
|
|
699
|
+
#### [v0.16.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.3...v0.16.4)
|
|
675
700
|
|
|
676
701
|
> 7 July 2021
|
|
677
702
|
|
|
678
|
-
- Bump @typescript-eslint/parser from 4.28.1 to 4.28.2 [`#891`](https://github.com/oceanprotocol/ocean
|
|
679
|
-
- Bump @types/crypto-js from 4.0.1 to 4.0.2 [`#892`](https://github.com/oceanprotocol/ocean
|
|
680
|
-
- bump ocean-contracts to 0.6.5 [`#889`](https://github.com/oceanprotocol/ocean
|
|
681
|
-
- Bump @types/node from 15.14.0 to 16.0.0 [`#881`](https://github.com/oceanprotocol/ocean
|
|
682
|
-
- Bump eslint from 7.29.0 to 7.30.0 [`#883`](https://github.com/oceanprotocol/ocean
|
|
683
|
-
- Bump @types/chai from 4.2.19 to 4.2.20 [`#888`](https://github.com/oceanprotocol/ocean
|
|
684
|
-
- Release 0.16.4 [`8e56b34`](https://github.com/oceanprotocol/ocean
|
|
703
|
+
- Bump @typescript-eslint/parser from 4.28.1 to 4.28.2 [`#891`](https://github.com/oceanprotocol/ocean-lib-js/pull/891)
|
|
704
|
+
- Bump @types/crypto-js from 4.0.1 to 4.0.2 [`#892`](https://github.com/oceanprotocol/ocean-lib-js/pull/892)
|
|
705
|
+
- bump ocean-contracts to 0.6.5 [`#889`](https://github.com/oceanprotocol/ocean-lib-js/pull/889)
|
|
706
|
+
- Bump @types/node from 15.14.0 to 16.0.0 [`#881`](https://github.com/oceanprotocol/ocean-lib-js/pull/881)
|
|
707
|
+
- Bump eslint from 7.29.0 to 7.30.0 [`#883`](https://github.com/oceanprotocol/ocean-lib-js/pull/883)
|
|
708
|
+
- Bump @types/chai from 4.2.19 to 4.2.20 [`#888`](https://github.com/oceanprotocol/ocean-lib-js/pull/888)
|
|
709
|
+
- Release 0.16.4 [`8e56b34`](https://github.com/oceanprotocol/ocean-lib-js/commit/8e56b34133d201a634af8bd77945a19be599053d)
|
|
685
710
|
|
|
686
|
-
#### [v0.16.3](https://github.com/oceanprotocol/ocean
|
|
711
|
+
#### [v0.16.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.2...v0.16.3)
|
|
687
712
|
|
|
688
713
|
> 7 July 2021
|
|
689
714
|
|
|
690
|
-
- Bump mocha from 9.0.1 to 9.0.2 [`#882`](https://github.com/oceanprotocol/ocean
|
|
691
|
-
- added chainId property to DDO class [`#887`](https://github.com/oceanprotocol/ocean
|
|
692
|
-
- Bump typescript from 4.3.4 to 4.3.5 [`#878`](https://github.com/oceanprotocol/ocean
|
|
693
|
-
- Bump @types/node from 15.12.5 to 15.14.0 [`#879`](https://github.com/oceanprotocol/ocean
|
|
694
|
-
- Change this.oceanAddress to baseToken [`#880`](https://github.com/oceanprotocol/ocean
|
|
695
|
-
- Release 0.16.3 [`3d9a7a4`](https://github.com/oceanprotocol/ocean
|
|
715
|
+
- Bump mocha from 9.0.1 to 9.0.2 [`#882`](https://github.com/oceanprotocol/ocean-lib-js/pull/882)
|
|
716
|
+
- added chainId property to DDO class [`#887`](https://github.com/oceanprotocol/ocean-lib-js/pull/887)
|
|
717
|
+
- Bump typescript from 4.3.4 to 4.3.5 [`#878`](https://github.com/oceanprotocol/ocean-lib-js/pull/878)
|
|
718
|
+
- Bump @types/node from 15.12.5 to 15.14.0 [`#879`](https://github.com/oceanprotocol/ocean-lib-js/pull/879)
|
|
719
|
+
- Change this.oceanAddress to baseToken [`#880`](https://github.com/oceanprotocol/ocean-lib-js/pull/880)
|
|
720
|
+
- Release 0.16.3 [`3d9a7a4`](https://github.com/oceanprotocol/ocean-lib-js/commit/3d9a7a499a6dabbe76e6983145921bf671d60d9d)
|
|
696
721
|
|
|
697
|
-
#### [v0.16.2](https://github.com/oceanprotocol/ocean
|
|
722
|
+
#### [v0.16.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.1...v0.16.2)
|
|
698
723
|
|
|
699
724
|
> 30 June 2021
|
|
700
725
|
|
|
701
|
-
- validate ddo before publish on chain [`#873`](https://github.com/oceanprotocol/ocean
|
|
702
|
-
- allow extended FRE [`#875`](https://github.com/oceanprotocol/ocean
|
|
703
|
-
- Bump decimal.js from 10.3.0 to 10.3.1 [`#865`](https://github.com/oceanprotocol/ocean
|
|
704
|
-
- Bump prettier from 2.3.1 to 2.3.2 [`#866`](https://github.com/oceanprotocol/ocean
|
|
705
|
-
- Bump typedoc from 0.21.0 to 0.21.2 [`#868`](https://github.com/oceanprotocol/ocean
|
|
706
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1 [`#871`](https://github.com/oceanprotocol/ocean
|
|
707
|
-
- Bump @typescript-eslint/parser from 4.28.0 to 4.28.1 [`#872`](https://github.com/oceanprotocol/ocean
|
|
708
|
-
- Improve Ocean.assets.isConsumable return interface and message [`#869`](https://github.com/oceanprotocol/ocean
|
|
709
|
-
- Bump @types/node from 15.12.4 to 15.12.5 [`#867`](https://github.com/oceanprotocol/ocean
|
|
710
|
-
- Release 0.16.2 [`590a168`](https://github.com/oceanprotocol/ocean
|
|
726
|
+
- validate ddo before publish on chain [`#873`](https://github.com/oceanprotocol/ocean-lib-js/pull/873)
|
|
727
|
+
- allow extended FRE [`#875`](https://github.com/oceanprotocol/ocean-lib-js/pull/875)
|
|
728
|
+
- Bump decimal.js from 10.3.0 to 10.3.1 [`#865`](https://github.com/oceanprotocol/ocean-lib-js/pull/865)
|
|
729
|
+
- Bump prettier from 2.3.1 to 2.3.2 [`#866`](https://github.com/oceanprotocol/ocean-lib-js/pull/866)
|
|
730
|
+
- Bump typedoc from 0.21.0 to 0.21.2 [`#868`](https://github.com/oceanprotocol/ocean-lib-js/pull/868)
|
|
731
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1 [`#871`](https://github.com/oceanprotocol/ocean-lib-js/pull/871)
|
|
732
|
+
- Bump @typescript-eslint/parser from 4.28.0 to 4.28.1 [`#872`](https://github.com/oceanprotocol/ocean-lib-js/pull/872)
|
|
733
|
+
- Improve Ocean.assets.isConsumable return interface and message [`#869`](https://github.com/oceanprotocol/ocean-lib-js/pull/869)
|
|
734
|
+
- Bump @types/node from 15.12.4 to 15.12.5 [`#867`](https://github.com/oceanprotocol/ocean-lib-js/pull/867)
|
|
735
|
+
- Release 0.16.2 [`590a168`](https://github.com/oceanprotocol/ocean-lib-js/commit/590a1682918efe416d7a0795b86bd168f4df2718)
|
|
711
736
|
|
|
712
|
-
#### [v0.16.1](https://github.com/oceanprotocol/ocean
|
|
737
|
+
#### [v0.16.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.0...v0.16.1)
|
|
713
738
|
|
|
714
739
|
> 25 June 2021
|
|
715
740
|
|
|
716
|
-
- proper compare using lowercase [`#864`](https://github.com/oceanprotocol/ocean
|
|
717
|
-
- Release 0.16.1 [`069e60b`](https://github.com/oceanprotocol/ocean
|
|
741
|
+
- proper compare using lowercase [`#864`](https://github.com/oceanprotocol/ocean-lib-js/pull/864)
|
|
742
|
+
- Release 0.16.1 [`069e60b`](https://github.com/oceanprotocol/ocean-lib-js/commit/069e60baeb705f335fa749eab7e59fbc5015a27f)
|
|
718
743
|
|
|
719
|
-
#### [v0.16.0](https://github.com/oceanprotocol/ocean
|
|
744
|
+
#### [v0.16.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.15.1...v0.16.0)
|
|
720
745
|
|
|
721
746
|
> 25 June 2021
|
|
722
747
|
|
|
723
|
-
- skip coverage job for dependabot [`#863`](https://github.com/oceanprotocol/ocean
|
|
724
|
-
- Bump @types/node from 15.12.2 to 15.12.4 [`#857`](https://github.com/oceanprotocol/ocean
|
|
725
|
-
- Bump decimal.js from 10.2.1 to 10.3.0 [`#861`](https://github.com/oceanprotocol/ocean
|
|
726
|
-
- Bump eslint from 7.28.0 to 7.29.0 [`#860`](https://github.com/oceanprotocol/ocean
|
|
727
|
-
- Bump contracts to 0.6.4 [`#837`](https://github.com/oceanprotocol/ocean
|
|
728
|
-
- Bump release-it from 14.9.0 to 14.10.0 [`#852`](https://github.com/oceanprotocol/ocean
|
|
729
|
-
- Bump typescript from 4.3.3 to 4.3.4 [`#851`](https://github.com/oceanprotocol/ocean
|
|
730
|
-
- Replace Travis with GitHub Actions [`#847`](https://github.com/oceanprotocol/ocean
|
|
731
|
-
- Bump typescript from 4.3.2 to 4.3.3 [`#849`](https://github.com/oceanprotocol/ocean
|
|
732
|
-
- Bump prettier from 2.3.0 to 2.3.1 [`#833`](https://github.com/oceanprotocol/ocean
|
|
733
|
-
- Bump typedoc from 0.20.36 to 0.20.37 [`#848`](https://github.com/oceanprotocol/ocean
|
|
734
|
-
- Bump ora from 5.4.0 to 5.4.1 [`#846`](https://github.com/oceanprotocol/ocean
|
|
735
|
-
- Bump release-it from 14.8.0 to 14.9.0 [`#845`](https://github.com/oceanprotocol/ocean
|
|
736
|
-
- Update docs about 'getPreviousValidOrders' only working on Eth [`#842`](https://github.com/oceanprotocol/ocean
|
|
737
|
-
- Bump eslint from 7.27.0 to 7.28.0 [`#830`](https://github.com/oceanprotocol/ocean
|
|
738
|
-
- Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.27.0 [`#843`](https://github.com/oceanprotocol/ocean
|
|
739
|
-
- Bump mocha from 8.4.0 to 9.0.0 [`#840`](https://github.com/oceanprotocol/ocean
|
|
740
|
-
- Add also DDO object param where DID param is available [`#828`](https://github.com/oceanprotocol/ocean
|
|
741
|
-
- Bump microbundle from 0.13.1 to 0.13.3 [`#839`](https://github.com/oceanprotocol/ocean
|
|
742
|
-
- Bump release-it from 14.7.0 to 14.8.0 [`#832`](https://github.com/oceanprotocol/ocean
|
|
743
|
-
- Bump @types/node from 15.12.0 to 15.12.2 [`#835`](https://github.com/oceanprotocol/ocean
|
|
744
|
-
- used type guard to detect if ddo or did and resolve just when needed [`ec2e67d`](https://github.com/oceanprotocol/ocean
|
|
745
|
-
- added ddo object param to function that expect did and asset resolve is called [`f0404f3`](https://github.com/oceanprotocol/ocean
|
|
746
|
-
- added AssetResolverHelper [`c88680f`](https://github.com/oceanprotocol/ocean
|
|
747
|
-
|
|
748
|
-
#### [v0.15.1](https://github.com/oceanprotocol/ocean
|
|
748
|
+
- skip coverage job for dependabot [`#863`](https://github.com/oceanprotocol/ocean-lib-js/pull/863)
|
|
749
|
+
- Bump @types/node from 15.12.2 to 15.12.4 [`#857`](https://github.com/oceanprotocol/ocean-lib-js/pull/857)
|
|
750
|
+
- Bump decimal.js from 10.2.1 to 10.3.0 [`#861`](https://github.com/oceanprotocol/ocean-lib-js/pull/861)
|
|
751
|
+
- Bump eslint from 7.28.0 to 7.29.0 [`#860`](https://github.com/oceanprotocol/ocean-lib-js/pull/860)
|
|
752
|
+
- Bump contracts to 0.6.4 [`#837`](https://github.com/oceanprotocol/ocean-lib-js/pull/837)
|
|
753
|
+
- Bump release-it from 14.9.0 to 14.10.0 [`#852`](https://github.com/oceanprotocol/ocean-lib-js/pull/852)
|
|
754
|
+
- Bump typescript from 4.3.3 to 4.3.4 [`#851`](https://github.com/oceanprotocol/ocean-lib-js/pull/851)
|
|
755
|
+
- Replace Travis with GitHub Actions [`#847`](https://github.com/oceanprotocol/ocean-lib-js/pull/847)
|
|
756
|
+
- Bump typescript from 4.3.2 to 4.3.3 [`#849`](https://github.com/oceanprotocol/ocean-lib-js/pull/849)
|
|
757
|
+
- Bump prettier from 2.3.0 to 2.3.1 [`#833`](https://github.com/oceanprotocol/ocean-lib-js/pull/833)
|
|
758
|
+
- Bump typedoc from 0.20.36 to 0.20.37 [`#848`](https://github.com/oceanprotocol/ocean-lib-js/pull/848)
|
|
759
|
+
- Bump ora from 5.4.0 to 5.4.1 [`#846`](https://github.com/oceanprotocol/ocean-lib-js/pull/846)
|
|
760
|
+
- Bump release-it from 14.8.0 to 14.9.0 [`#845`](https://github.com/oceanprotocol/ocean-lib-js/pull/845)
|
|
761
|
+
- Update docs about 'getPreviousValidOrders' only working on Eth [`#842`](https://github.com/oceanprotocol/ocean-lib-js/pull/842)
|
|
762
|
+
- Bump eslint from 7.27.0 to 7.28.0 [`#830`](https://github.com/oceanprotocol/ocean-lib-js/pull/830)
|
|
763
|
+
- Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.27.0 [`#843`](https://github.com/oceanprotocol/ocean-lib-js/pull/843)
|
|
764
|
+
- Bump mocha from 8.4.0 to 9.0.0 [`#840`](https://github.com/oceanprotocol/ocean-lib-js/pull/840)
|
|
765
|
+
- Add also DDO object param where DID param is available [`#828`](https://github.com/oceanprotocol/ocean-lib-js/pull/828)
|
|
766
|
+
- Bump microbundle from 0.13.1 to 0.13.3 [`#839`](https://github.com/oceanprotocol/ocean-lib-js/pull/839)
|
|
767
|
+
- Bump release-it from 14.7.0 to 14.8.0 [`#832`](https://github.com/oceanprotocol/ocean-lib-js/pull/832)
|
|
768
|
+
- Bump @types/node from 15.12.0 to 15.12.2 [`#835`](https://github.com/oceanprotocol/ocean-lib-js/pull/835)
|
|
769
|
+
- used type guard to detect if ddo or did and resolve just when needed [`ec2e67d`](https://github.com/oceanprotocol/ocean-lib-js/commit/ec2e67db353f0cf6199ea5551a73eac0e1f6b611)
|
|
770
|
+
- added ddo object param to function that expect did and asset resolve is called [`f0404f3`](https://github.com/oceanprotocol/ocean-lib-js/commit/f0404f3204b44fd6042edd26c2ca87a0cae083c8)
|
|
771
|
+
- added AssetResolverHelper [`c88680f`](https://github.com/oceanprotocol/ocean-lib-js/commit/c88680f10061b47d1d72d1339975466df0ec5804)
|
|
772
|
+
|
|
773
|
+
#### [v0.15.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.15.0...v0.15.1)
|
|
749
774
|
|
|
750
775
|
> 3 June 2021
|
|
751
776
|
|
|
752
|
-
- Bump microbundle from 0.13.0 to 0.13.1 [`#820`](https://github.com/oceanprotocol/ocean
|
|
753
|
-
- Bump @types/node from 15.9.0 to 15.12.0 [`#829`](https://github.com/oceanprotocol/ocean
|
|
754
|
-
- Bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0 [`#824`](https://github.com/oceanprotocol/ocean
|
|
755
|
-
- Bump @typescript-eslint/parser from 4.25.0 to 4.26.0 [`#823`](https://github.com/oceanprotocol/ocean
|
|
756
|
-
- Bump @types/node from 15.6.1 to 15.9.0 [`#826`](https://github.com/oceanprotocol/ocean
|
|
757
|
-
- Add order checks for credentials [`#827`](https://github.com/oceanprotocol/ocean
|
|
758
|
-
- Feature/credentials support in asset [`#787`](https://github.com/oceanprotocol/ocean
|
|
759
|
-
- add "valid" boolean in File.ts [`#825`](https://github.com/oceanprotocol/ocean
|
|
760
|
-
- Add ocean.assets.isConsumable function [`#786`](https://github.com/oceanprotocol/ocean
|
|
761
|
-
- fix ddo encrypt for browsers [`#822`](https://github.com/oceanprotocol/ocean
|
|
762
|
-
- add type 'free' to BestPrice [`#821`](https://github.com/oceanprotocol/ocean
|
|
763
|
-
- Release 0.15.1 [`727a550`](https://github.com/oceanprotocol/ocean
|
|
764
|
-
- fix version [`6735e8a`](https://github.com/oceanprotocol/ocean
|
|
765
|
-
|
|
766
|
-
#### [v0.15.0](https://github.com/oceanprotocol/ocean
|
|
777
|
+
- Bump microbundle from 0.13.0 to 0.13.1 [`#820`](https://github.com/oceanprotocol/ocean-lib-js/pull/820)
|
|
778
|
+
- Bump @types/node from 15.9.0 to 15.12.0 [`#829`](https://github.com/oceanprotocol/ocean-lib-js/pull/829)
|
|
779
|
+
- Bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0 [`#824`](https://github.com/oceanprotocol/ocean-lib-js/pull/824)
|
|
780
|
+
- Bump @typescript-eslint/parser from 4.25.0 to 4.26.0 [`#823`](https://github.com/oceanprotocol/ocean-lib-js/pull/823)
|
|
781
|
+
- Bump @types/node from 15.6.1 to 15.9.0 [`#826`](https://github.com/oceanprotocol/ocean-lib-js/pull/826)
|
|
782
|
+
- Add order checks for credentials [`#827`](https://github.com/oceanprotocol/ocean-lib-js/pull/827)
|
|
783
|
+
- Feature/credentials support in asset [`#787`](https://github.com/oceanprotocol/ocean-lib-js/pull/787)
|
|
784
|
+
- add "valid" boolean in File.ts [`#825`](https://github.com/oceanprotocol/ocean-lib-js/pull/825)
|
|
785
|
+
- Add ocean.assets.isConsumable function [`#786`](https://github.com/oceanprotocol/ocean-lib-js/pull/786)
|
|
786
|
+
- fix ddo encrypt for browsers [`#822`](https://github.com/oceanprotocol/ocean-lib-js/pull/822)
|
|
787
|
+
- add type 'free' to BestPrice [`#821`](https://github.com/oceanprotocol/ocean-lib-js/pull/821)
|
|
788
|
+
- Release 0.15.1 [`727a550`](https://github.com/oceanprotocol/ocean-lib-js/commit/727a55046c44c1841360f6aa2a4f94befe157860)
|
|
789
|
+
- fix version [`6735e8a`](https://github.com/oceanprotocol/ocean-lib-js/commit/6735e8a33f8a6e2fb513d5412a0a1db70d8b59ff)
|
|
790
|
+
|
|
791
|
+
#### [v0.15.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.9...v0.15.0)
|
|
767
792
|
|
|
768
793
|
> 28 May 2021
|
|
769
794
|
|
|
770
|
-
- Bump typescript from 4.2.4 to 4.3.2 [`#819`](https://github.com/oceanprotocol/ocean
|
|
771
|
-
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#816`](https://github.com/oceanprotocol/ocean
|
|
772
|
-
- Bump mocha from 8.3.2 to 8.4.0 [`#817`](https://github.com/oceanprotocol/ocean
|
|
773
|
-
- Fix/ Order method should throw error messages [`#803`](https://github.com/oceanprotocol/ocean
|
|
774
|
-
- Bump @oceanprotocol/contracts from 0.6.2 to 0.6.3 [`#814`](https://github.com/oceanprotocol/ocean
|
|
775
|
-
- Bump release-it from 14.6.1 to 14.7.0 [`#815`](https://github.com/oceanprotocol/ocean
|
|
776
|
-
- Bump auto-changelog from 2.2.1 to 2.3.0 [`#813`](https://github.com/oceanprotocol/ocean
|
|
777
|
-
- Bump @types/node from 15.0.2 to 15.6.1 [`#810`](https://github.com/oceanprotocol/ocean
|
|
778
|
-
- remove all doo price tests [`#805`](https://github.com/oceanprotocol/ocean
|
|
779
|
-
- Bump ts-node from 9.1.1 to 10.0.0 [`#811`](https://github.com/oceanprotocol/ocean
|
|
780
|
-
- Bump @typescript-eslint/parser from 4.22.1 to 4.25.0 [`#812`](https://github.com/oceanprotocol/ocean
|
|
781
|
-
- Bump web3-eth-contract from 1.3.5 to 1.3.6 [`#802`](https://github.com/oceanprotocol/ocean
|
|
782
|
-
- Bump prettier from 2.2.1 to 2.3.0 [`#793`](https://github.com/oceanprotocol/ocean
|
|
783
|
-
- Bump @types/chai from 4.2.17 to 4.2.18 [`#797`](https://github.com/oceanprotocol/ocean
|
|
784
|
-
- Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.25.0 [`#809`](https://github.com/oceanprotocol/ocean
|
|
785
|
-
- Bump eslint from 7.25.0 to 7.27.0 [`#808`](https://github.com/oceanprotocol/ocean
|
|
786
|
-
- building package-lock.json with npm v7 [`#804`](https://github.com/oceanprotocol/ocean
|
|
787
|
-
- Bump mocha from 8.3.2 to 8.4.0 [`#801`](https://github.com/oceanprotocol/ocean
|
|
788
|
-
- Bump release-it from 14.6.1 to 14.6.2 [`#795`](https://github.com/oceanprotocol/ocean
|
|
789
|
-
- Bump lodash from 4.17.19 to 4.17.21 [`#799`](https://github.com/oceanprotocol/ocean
|
|
790
|
-
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#800`](https://github.com/oceanprotocol/ocean
|
|
791
|
-
- building package.json with npm v7 [`5aa8d7d`](https://github.com/oceanprotocol/ocean
|
|
792
|
-
- Release 0.15.0 [`ffcdfb2`](https://github.com/oceanprotocol/ocean
|
|
793
|
-
- fix ddo encrypt for browsers [`b85d85b`](https://github.com/oceanprotocol/ocean
|
|
794
|
-
|
|
795
|
-
#### [v0.14.9](https://github.com/oceanprotocol/ocean
|
|
795
|
+
- Bump typescript from 4.2.4 to 4.3.2 [`#819`](https://github.com/oceanprotocol/ocean-lib-js/pull/819)
|
|
796
|
+
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#816`](https://github.com/oceanprotocol/ocean-lib-js/pull/816)
|
|
797
|
+
- Bump mocha from 8.3.2 to 8.4.0 [`#817`](https://github.com/oceanprotocol/ocean-lib-js/pull/817)
|
|
798
|
+
- Fix/ Order method should throw error messages [`#803`](https://github.com/oceanprotocol/ocean-lib-js/pull/803)
|
|
799
|
+
- Bump @oceanprotocol/contracts from 0.6.2 to 0.6.3 [`#814`](https://github.com/oceanprotocol/ocean-lib-js/pull/814)
|
|
800
|
+
- Bump release-it from 14.6.1 to 14.7.0 [`#815`](https://github.com/oceanprotocol/ocean-lib-js/pull/815)
|
|
801
|
+
- Bump auto-changelog from 2.2.1 to 2.3.0 [`#813`](https://github.com/oceanprotocol/ocean-lib-js/pull/813)
|
|
802
|
+
- Bump @types/node from 15.0.2 to 15.6.1 [`#810`](https://github.com/oceanprotocol/ocean-lib-js/pull/810)
|
|
803
|
+
- remove all doo price tests [`#805`](https://github.com/oceanprotocol/ocean-lib-js/pull/805)
|
|
804
|
+
- Bump ts-node from 9.1.1 to 10.0.0 [`#811`](https://github.com/oceanprotocol/ocean-lib-js/pull/811)
|
|
805
|
+
- Bump @typescript-eslint/parser from 4.22.1 to 4.25.0 [`#812`](https://github.com/oceanprotocol/ocean-lib-js/pull/812)
|
|
806
|
+
- Bump web3-eth-contract from 1.3.5 to 1.3.6 [`#802`](https://github.com/oceanprotocol/ocean-lib-js/pull/802)
|
|
807
|
+
- Bump prettier from 2.2.1 to 2.3.0 [`#793`](https://github.com/oceanprotocol/ocean-lib-js/pull/793)
|
|
808
|
+
- Bump @types/chai from 4.2.17 to 4.2.18 [`#797`](https://github.com/oceanprotocol/ocean-lib-js/pull/797)
|
|
809
|
+
- Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.25.0 [`#809`](https://github.com/oceanprotocol/ocean-lib-js/pull/809)
|
|
810
|
+
- Bump eslint from 7.25.0 to 7.27.0 [`#808`](https://github.com/oceanprotocol/ocean-lib-js/pull/808)
|
|
811
|
+
- building package-lock.json with npm v7 [`#804`](https://github.com/oceanprotocol/ocean-lib-js/pull/804)
|
|
812
|
+
- Bump mocha from 8.3.2 to 8.4.0 [`#801`](https://github.com/oceanprotocol/ocean-lib-js/pull/801)
|
|
813
|
+
- Bump release-it from 14.6.1 to 14.6.2 [`#795`](https://github.com/oceanprotocol/ocean-lib-js/pull/795)
|
|
814
|
+
- Bump lodash from 4.17.19 to 4.17.21 [`#799`](https://github.com/oceanprotocol/ocean-lib-js/pull/799)
|
|
815
|
+
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#800`](https://github.com/oceanprotocol/ocean-lib-js/pull/800)
|
|
816
|
+
- building package.json with npm v7 [`5aa8d7d`](https://github.com/oceanprotocol/ocean-lib-js/commit/5aa8d7d10113a829f5c6a62bc21bf46d6e03e2ac)
|
|
817
|
+
- Release 0.15.0 [`ffcdfb2`](https://github.com/oceanprotocol/ocean-lib-js/commit/ffcdfb299da05a8b2ecd3e449a0aeeaf5f1cc875)
|
|
818
|
+
- fix ddo encrypt for browsers [`b85d85b`](https://github.com/oceanprotocol/ocean-lib-js/commit/b85d85b569731a3b68d7b2c4913a15e5bf1395db)
|
|
819
|
+
|
|
820
|
+
#### [v0.14.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.8...v0.14.9)
|
|
796
821
|
|
|
797
822
|
> 11 May 2021
|
|
798
823
|
|
|
799
|
-
- Feature/dispenser [`#790`](https://github.com/oceanprotocol/ocean
|
|
800
|
-
- Bump handlebars from 4.7.6 to 4.7.7 [`#791`](https://github.com/oceanprotocol/ocean
|
|
801
|
-
- Bump @types/node from 15.0.1 to 15.0.2 [`#785`](https://github.com/oceanprotocol/ocean
|
|
802
|
-
- Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 [`#784`](https://github.com/oceanprotocol/ocean
|
|
803
|
-
- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 [`#783`](https://github.com/oceanprotocol/ocean
|
|
804
|
-
- Revert "creating interface for the dispenser contract" [`53b401d`](https://github.com/oceanprotocol/ocean
|
|
805
|
-
- creating interface for the dispenser contract [`413b17e`](https://github.com/oceanprotocol/ocean
|
|
806
|
-
- Release 0.14.9 [`804a6a6`](https://github.com/oceanprotocol/ocean
|
|
824
|
+
- Feature/dispenser [`#790`](https://github.com/oceanprotocol/ocean-lib-js/pull/790)
|
|
825
|
+
- Bump handlebars from 4.7.6 to 4.7.7 [`#791`](https://github.com/oceanprotocol/ocean-lib-js/pull/791)
|
|
826
|
+
- Bump @types/node from 15.0.1 to 15.0.2 [`#785`](https://github.com/oceanprotocol/ocean-lib-js/pull/785)
|
|
827
|
+
- Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 [`#784`](https://github.com/oceanprotocol/ocean-lib-js/pull/784)
|
|
828
|
+
- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 [`#783`](https://github.com/oceanprotocol/ocean-lib-js/pull/783)
|
|
829
|
+
- Revert "creating interface for the dispenser contract" [`53b401d`](https://github.com/oceanprotocol/ocean-lib-js/commit/53b401dcd059234197e0119e7eca2fecc8d19109)
|
|
830
|
+
- creating interface for the dispenser contract [`413b17e`](https://github.com/oceanprotocol/ocean-lib-js/commit/413b17e668a4d92e2ab9d43092b604bc2b2f2914)
|
|
831
|
+
- Release 0.14.9 [`804a6a6`](https://github.com/oceanprotocol/ocean-lib-js/commit/804a6a62facbe9f6b110d4d864cd63424555316b)
|
|
807
832
|
|
|
808
|
-
#### [v0.14.8](https://github.com/oceanprotocol/ocean
|
|
833
|
+
#### [v0.14.8](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.7...v0.14.8)
|
|
809
834
|
|
|
810
835
|
> 30 April 2021
|
|
811
836
|
|
|
812
|
-
- update CodeClimate badges [`#782`](https://github.com/oceanprotocol/ocean
|
|
813
|
-
- Feature/use decimal in pool [`#775`](https://github.com/oceanprotocol/ocean
|
|
814
|
-
- lock ocean-contracts to 0.5.16 [`#781`](https://github.com/oceanprotocol/ocean
|
|
815
|
-
- Bump @types/node from 15.0.0 to 15.0.1 [`#776`](https://github.com/oceanprotocol/ocean
|
|
816
|
-
- Bump @types/node from 14.14.41 to 15.0.0 [`#773`](https://github.com/oceanprotocol/ocean
|
|
817
|
-
- Bump @types/chai from 4.2.16 to 4.2.17 [`#774`](https://github.com/oceanprotocol/ocean
|
|
818
|
-
- Bump typedoc from 0.20.35 to 0.20.36 [`#768`](https://github.com/oceanprotocol/ocean
|
|
819
|
-
- Bump eslint from 7.24.0 to 7.25.0 [`#767`](https://github.com/oceanprotocol/ocean
|
|
820
|
-
- Bump eslint-config-prettier from 8.2.0 to 8.3.0 [`#769`](https://github.com/oceanprotocol/ocean
|
|
821
|
-
- Bump @truffle/hdwallet-provider from 1.2.6 to 1.3.0 [`#770`](https://github.com/oceanprotocol/ocean
|
|
822
|
-
- Bump node-abort-controller from 1.2.1 to 2.0.0 [`#771`](https://github.com/oceanprotocol/ocean
|
|
823
|
-
- Release 0.14.8 [`ae46477`](https://github.com/oceanprotocol/ocean
|
|
824
|
-
|
|
825
|
-
#### [v0.14.7](https://github.com/oceanprotocol/ocean
|
|
837
|
+
- update CodeClimate badges [`#782`](https://github.com/oceanprotocol/ocean-lib-js/pull/782)
|
|
838
|
+
- Feature/use decimal in pool [`#775`](https://github.com/oceanprotocol/ocean-lib-js/pull/775)
|
|
839
|
+
- lock ocean-contracts to 0.5.16 [`#781`](https://github.com/oceanprotocol/ocean-lib-js/pull/781)
|
|
840
|
+
- Bump @types/node from 15.0.0 to 15.0.1 [`#776`](https://github.com/oceanprotocol/ocean-lib-js/pull/776)
|
|
841
|
+
- Bump @types/node from 14.14.41 to 15.0.0 [`#773`](https://github.com/oceanprotocol/ocean-lib-js/pull/773)
|
|
842
|
+
- Bump @types/chai from 4.2.16 to 4.2.17 [`#774`](https://github.com/oceanprotocol/ocean-lib-js/pull/774)
|
|
843
|
+
- Bump typedoc from 0.20.35 to 0.20.36 [`#768`](https://github.com/oceanprotocol/ocean-lib-js/pull/768)
|
|
844
|
+
- Bump eslint from 7.24.0 to 7.25.0 [`#767`](https://github.com/oceanprotocol/ocean-lib-js/pull/767)
|
|
845
|
+
- Bump eslint-config-prettier from 8.2.0 to 8.3.0 [`#769`](https://github.com/oceanprotocol/ocean-lib-js/pull/769)
|
|
846
|
+
- Bump @truffle/hdwallet-provider from 1.2.6 to 1.3.0 [`#770`](https://github.com/oceanprotocol/ocean-lib-js/pull/770)
|
|
847
|
+
- Bump node-abort-controller from 1.2.1 to 2.0.0 [`#771`](https://github.com/oceanprotocol/ocean-lib-js/pull/771)
|
|
848
|
+
- Release 0.14.8 [`ae46477`](https://github.com/oceanprotocol/ocean-lib-js/commit/ae464774a487127b5f6f89e9200184a54d231f6d)
|
|
849
|
+
|
|
850
|
+
#### [v0.14.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.6...v0.14.7)
|
|
826
851
|
|
|
827
852
|
> 23 April 2021
|
|
828
853
|
|
|
829
|
-
- Fix address.json import [`#765`](https://github.com/oceanprotocol/ocean
|
|
830
|
-
- Release 0.14.7 [`beb877b`](https://github.com/oceanprotocol/ocean
|
|
854
|
+
- Fix address.json import [`#765`](https://github.com/oceanprotocol/ocean-lib-js/pull/765)
|
|
855
|
+
- Release 0.14.7 [`beb877b`](https://github.com/oceanprotocol/ocean-lib-js/commit/beb877b5e3ed07228b05636c0eff0dae15ff0025)
|
|
831
856
|
|
|
832
|
-
#### [v0.14.6](https://github.com/oceanprotocol/ocean
|
|
857
|
+
#### [v0.14.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.5...v0.14.6)
|
|
833
858
|
|
|
834
859
|
> 22 April 2021
|
|
835
860
|
|
|
836
|
-
- add moonbeamalpha [`#751`](https://github.com/oceanprotocol/ocean
|
|
837
|
-
- Bump @ethereum-navigator/navigator from 0.5.2 to 0.5.3 [`#763`](https://github.com/oceanprotocol/ocean
|
|
838
|
-
- Release 0.14.6 [`01b0654`](https://github.com/oceanprotocol/ocean
|
|
861
|
+
- add moonbeamalpha [`#751`](https://github.com/oceanprotocol/ocean-lib-js/pull/751)
|
|
862
|
+
- Bump @ethereum-navigator/navigator from 0.5.2 to 0.5.3 [`#763`](https://github.com/oceanprotocol/ocean-lib-js/pull/763)
|
|
863
|
+
- Release 0.14.6 [`01b0654`](https://github.com/oceanprotocol/ocean-lib-js/commit/01b0654470a29a3c106fb31da4f35a8007b965d5)
|
|
839
864
|
|
|
840
|
-
#### [v0.14.5](https://github.com/oceanprotocol/ocean
|
|
865
|
+
#### [v0.14.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.4...v0.14.5)
|
|
841
866
|
|
|
842
867
|
> 19 April 2021
|
|
843
868
|
|
|
844
|
-
- updating path names in package.json [`#756`](https://github.com/oceanprotocol/ocean
|
|
845
|
-
- Release 0.14.5 [`69a01c7`](https://github.com/oceanprotocol/ocean
|
|
869
|
+
- updating path names in package.json [`#756`](https://github.com/oceanprotocol/ocean-lib-js/pull/756)
|
|
870
|
+
- Release 0.14.5 [`69a01c7`](https://github.com/oceanprotocol/ocean-lib-js/commit/69a01c75dfc468b951b7af5ef17cbd4d04d1c32c)
|
|
846
871
|
|
|
847
|
-
#### [v0.14.4](https://github.com/oceanprotocol/ocean
|
|
872
|
+
#### [v0.14.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.3...v0.14.4)
|
|
848
873
|
|
|
849
874
|
> 19 April 2021
|
|
850
875
|
|
|
851
|
-
- add seachPreviousOrder [`#755`](https://github.com/oceanprotocol/ocean
|
|
852
|
-
- updating export name [`#754`](https://github.com/oceanprotocol/ocean
|
|
853
|
-
- Bump @types/node from 14.14.39 to 14.14.41 [`#748`](https://github.com/oceanprotocol/ocean
|
|
854
|
-
- Release 0.14.4 [`aad461c`](https://github.com/oceanprotocol/ocean
|
|
876
|
+
- add seachPreviousOrder [`#755`](https://github.com/oceanprotocol/ocean-lib-js/pull/755)
|
|
877
|
+
- updating export name [`#754`](https://github.com/oceanprotocol/ocean-lib-js/pull/754)
|
|
878
|
+
- Bump @types/node from 14.14.39 to 14.14.41 [`#748`](https://github.com/oceanprotocol/ocean-lib-js/pull/748)
|
|
879
|
+
- Release 0.14.4 [`aad461c`](https://github.com/oceanprotocol/ocean-lib-js/commit/aad461c7e9c123546e8cb3ee0d16238763bceac1)
|
|
855
880
|
|
|
856
|
-
#### [v0.14.3](https://github.com/oceanprotocol/ocean
|
|
881
|
+
#### [v0.14.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.2...v0.14.3)
|
|
857
882
|
|
|
858
883
|
> 16 April 2021
|
|
859
884
|
|
|
860
|
-
- export provider, fix circular dependency [`#750`](https://github.com/oceanprotocol/ocean
|
|
861
|
-
- Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 [`#749`](https://github.com/oceanprotocol/ocean
|
|
862
|
-
- Release 0.14.3 [`4b50788`](https://github.com/oceanprotocol/ocean
|
|
885
|
+
- export provider, fix circular dependency [`#750`](https://github.com/oceanprotocol/ocean-lib-js/pull/750)
|
|
886
|
+
- Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 [`#749`](https://github.com/oceanprotocol/ocean-lib-js/pull/749)
|
|
887
|
+
- Release 0.14.3 [`4b50788`](https://github.com/oceanprotocol/ocean-lib-js/commit/4b50788600a9167a0050dfde8b409fa45dd1ed17)
|
|
863
888
|
|
|
864
|
-
#### [v0.14.2](https://github.com/oceanprotocol/ocean
|
|
889
|
+
#### [v0.14.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.1...v0.14.2)
|
|
865
890
|
|
|
866
891
|
> 16 April 2021
|
|
867
892
|
|
|
868
|
-
- fix compute status [`#746`](https://github.com/oceanprotocol/ocean
|
|
869
|
-
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#744`](https://github.com/oceanprotocol/ocean
|
|
870
|
-
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.22.0 [`#743`](https://github.com/oceanprotocol/ocean
|
|
871
|
-
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#742`](https://github.com/oceanprotocol/ocean
|
|
872
|
-
- Bump @types/node from 14.14.37 to 14.14.39 [`#745`](https://github.com/oceanprotocol/ocean
|
|
873
|
-
- Release 0.14.2 [`9bb1b01`](https://github.com/oceanprotocol/ocean
|
|
893
|
+
- fix compute status [`#746`](https://github.com/oceanprotocol/ocean-lib-js/pull/746)
|
|
894
|
+
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#744`](https://github.com/oceanprotocol/ocean-lib-js/pull/744)
|
|
895
|
+
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.22.0 [`#743`](https://github.com/oceanprotocol/ocean-lib-js/pull/743)
|
|
896
|
+
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#742`](https://github.com/oceanprotocol/ocean-lib-js/pull/742)
|
|
897
|
+
- Bump @types/node from 14.14.37 to 14.14.39 [`#745`](https://github.com/oceanprotocol/ocean-lib-js/pull/745)
|
|
898
|
+
- Release 0.14.2 [`9bb1b01`](https://github.com/oceanprotocol/ocean-lib-js/commit/9bb1b012a12e21e63955e4a3dbea6a5dfcee8c16)
|
|
874
899
|
|
|
875
|
-
#### [v0.14.1](https://github.com/oceanprotocol/ocean
|
|
900
|
+
#### [v0.14.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.0...v0.14.1)
|
|
876
901
|
|
|
877
902
|
> 14 April 2021
|
|
878
903
|
|
|
879
|
-
- Bump @types/chai from 4.2.15 to 4.2.16 [`#740`](https://github.com/oceanprotocol/ocean
|
|
880
|
-
- Bump eslint-config-prettier from 8.1.0 to 8.2.0 [`#739`](https://github.com/oceanprotocol/ocean
|
|
881
|
-
- Bump release-it from 14.5.1 to 14.6.1 [`#738`](https://github.com/oceanprotocol/ocean
|
|
882
|
-
- Bump eslint from 7.23.0 to 7.24.0 [`#737`](https://github.com/oceanprotocol/ocean
|
|
883
|
-
- Bump @typescript-eslint/parser from 4.20.0 to 4.22.0 [`#736`](https://github.com/oceanprotocol/ocean
|
|
884
|
-
- add inputDID & algoDID [`#735`](https://github.com/oceanprotocol/ocean
|
|
885
|
-
- Release 0.14.1 [`5d2251f`](https://github.com/oceanprotocol/ocean
|
|
904
|
+
- Bump @types/chai from 4.2.15 to 4.2.16 [`#740`](https://github.com/oceanprotocol/ocean-lib-js/pull/740)
|
|
905
|
+
- Bump eslint-config-prettier from 8.1.0 to 8.2.0 [`#739`](https://github.com/oceanprotocol/ocean-lib-js/pull/739)
|
|
906
|
+
- Bump release-it from 14.5.1 to 14.6.1 [`#738`](https://github.com/oceanprotocol/ocean-lib-js/pull/738)
|
|
907
|
+
- Bump eslint from 7.23.0 to 7.24.0 [`#737`](https://github.com/oceanprotocol/ocean-lib-js/pull/737)
|
|
908
|
+
- Bump @typescript-eslint/parser from 4.20.0 to 4.22.0 [`#736`](https://github.com/oceanprotocol/ocean-lib-js/pull/736)
|
|
909
|
+
- add inputDID & algoDID [`#735`](https://github.com/oceanprotocol/ocean-lib-js/pull/735)
|
|
910
|
+
- Release 0.14.1 [`5d2251f`](https://github.com/oceanprotocol/ocean-lib-js/commit/5d2251fdc97a9b096f7ded20adf4b5e10c9b34e0)
|
|
886
911
|
|
|
887
|
-
#### [v0.14.0](https://github.com/oceanprotocol/ocean
|
|
912
|
+
#### [v0.14.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.13.0...v0.14.0)
|
|
888
913
|
|
|
889
914
|
> 13 April 2021
|
|
890
915
|
|
|
891
|
-
- refactor compute [`#731`](https://github.com/oceanprotocol/ocean
|
|
892
|
-
- Issue 668/documentation improvements [`#669`](https://github.com/oceanprotocol/ocean
|
|
893
|
-
- Release 0.14.0 [`b68cc55`](https://github.com/oceanprotocol/ocean
|
|
894
|
-
- package fix [`8b58fb4`](https://github.com/oceanprotocol/ocean
|
|
916
|
+
- refactor compute [`#731`](https://github.com/oceanprotocol/ocean-lib-js/pull/731)
|
|
917
|
+
- Issue 668/documentation improvements [`#669`](https://github.com/oceanprotocol/ocean-lib-js/pull/669)
|
|
918
|
+
- Release 0.14.0 [`b68cc55`](https://github.com/oceanprotocol/ocean-lib-js/commit/b68cc55149ca130a6877b246dce4da7af0b35d9c)
|
|
919
|
+
- package fix [`8b58fb4`](https://github.com/oceanprotocol/ocean-lib-js/commit/8b58fb4111e36b69b0d8319b0c4d076e4e3bf016)
|
|
895
920
|
|
|
896
|
-
#### [v0.13.0](https://github.com/oceanprotocol/ocean
|
|
921
|
+
#### [v0.13.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.12.2...v0.13.0)
|
|
897
922
|
|
|
898
923
|
> 13 April 2021
|
|
899
924
|
|
|
900
|
-
- re-building package-lock.json with npm v7 [`#704`](https://github.com/oceanprotocol/ocean
|
|
901
|
-
- [KianYee] #459 enhance file info function [`#710`](https://github.com/oceanprotocol/ocean
|
|
902
|
-
- Optimize compute job status calls [`#717`](https://github.com/oceanprotocol/ocean
|
|
903
|
-
- Bump web3 from 1.3.4 to 1.3.5 [`#712`](https://github.com/oceanprotocol/ocean
|
|
904
|
-
- Bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 [`#733`](https://github.com/oceanprotocol/ocean
|
|
905
|
-
- Bump @typescript-eslint/parser from 4.21.0 to 4.22.0 [`#732`](https://github.com/oceanprotocol/ocean
|
|
906
|
-
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#728`](https://github.com/oceanprotocol/ocean
|
|
907
|
-
- Bump release-it from 14.5.1 to 14.6.1 [`#729`](https://github.com/oceanprotocol/ocean
|
|
908
|
-
- Bump eslint from 7.23.0 to 7.24.0 [`#730`](https://github.com/oceanprotocol/ocean
|
|
909
|
-
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#725`](https://github.com/oceanprotocol/ocean
|
|
910
|
-
- Bump @types/chai from 4.2.15 to 4.2.16 [`#726`](https://github.com/oceanprotocol/ocean
|
|
911
|
-
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#727`](https://github.com/oceanprotocol/ocean
|
|
912
|
-
- remove references to V3 [`#723`](https://github.com/oceanprotocol/ocean
|
|
913
|
-
- Feature/more tests [`#718`](https://github.com/oceanprotocol/ocean
|
|
914
|
-
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#722`](https://github.com/oceanprotocol/ocean
|
|
915
|
-
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#719`](https://github.com/oceanprotocol/ocean
|
|
916
|
-
- Bump typescript from 4.2.3 to 4.2.4 [`#720`](https://github.com/oceanprotocol/ocean
|
|
917
|
-
- Bump node-abort-controller from 1.2.0 to 1.2.1 [`#721`](https://github.com/oceanprotocol/ocean
|
|
918
|
-
- Building CommonJS, ES and UMD modules with microbundle [`#698`](https://github.com/oceanprotocol/ocean
|
|
919
|
-
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#714`](https://github.com/oceanprotocol/ocean
|
|
920
|
-
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#715`](https://github.com/oceanprotocol/ocean
|
|
921
|
-
- add compute dataset/compute algo [`#711`](https://github.com/oceanprotocol/ocean
|
|
922
|
-
- Release 0.13.0 [`833a287`](https://github.com/oceanprotocol/ocean
|
|
923
|
-
|
|
924
|
-
#### [v0.12.2](https://github.com/oceanprotocol/ocean
|
|
925
|
+
- re-building package-lock.json with npm v7 [`#704`](https://github.com/oceanprotocol/ocean-lib-js/pull/704)
|
|
926
|
+
- [KianYee] #459 enhance file info function [`#710`](https://github.com/oceanprotocol/ocean-lib-js/pull/710)
|
|
927
|
+
- Optimize compute job status calls [`#717`](https://github.com/oceanprotocol/ocean-lib-js/pull/717)
|
|
928
|
+
- Bump web3 from 1.3.4 to 1.3.5 [`#712`](https://github.com/oceanprotocol/ocean-lib-js/pull/712)
|
|
929
|
+
- Bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 [`#733`](https://github.com/oceanprotocol/ocean-lib-js/pull/733)
|
|
930
|
+
- Bump @typescript-eslint/parser from 4.21.0 to 4.22.0 [`#732`](https://github.com/oceanprotocol/ocean-lib-js/pull/732)
|
|
931
|
+
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#728`](https://github.com/oceanprotocol/ocean-lib-js/pull/728)
|
|
932
|
+
- Bump release-it from 14.5.1 to 14.6.1 [`#729`](https://github.com/oceanprotocol/ocean-lib-js/pull/729)
|
|
933
|
+
- Bump eslint from 7.23.0 to 7.24.0 [`#730`](https://github.com/oceanprotocol/ocean-lib-js/pull/730)
|
|
934
|
+
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#725`](https://github.com/oceanprotocol/ocean-lib-js/pull/725)
|
|
935
|
+
- Bump @types/chai from 4.2.15 to 4.2.16 [`#726`](https://github.com/oceanprotocol/ocean-lib-js/pull/726)
|
|
936
|
+
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#727`](https://github.com/oceanprotocol/ocean-lib-js/pull/727)
|
|
937
|
+
- remove references to V3 [`#723`](https://github.com/oceanprotocol/ocean-lib-js/pull/723)
|
|
938
|
+
- Feature/more tests [`#718`](https://github.com/oceanprotocol/ocean-lib-js/pull/718)
|
|
939
|
+
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#722`](https://github.com/oceanprotocol/ocean-lib-js/pull/722)
|
|
940
|
+
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#719`](https://github.com/oceanprotocol/ocean-lib-js/pull/719)
|
|
941
|
+
- Bump typescript from 4.2.3 to 4.2.4 [`#720`](https://github.com/oceanprotocol/ocean-lib-js/pull/720)
|
|
942
|
+
- Bump node-abort-controller from 1.2.0 to 1.2.1 [`#721`](https://github.com/oceanprotocol/ocean-lib-js/pull/721)
|
|
943
|
+
- Building CommonJS, ES and UMD modules with microbundle [`#698`](https://github.com/oceanprotocol/ocean-lib-js/pull/698)
|
|
944
|
+
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#714`](https://github.com/oceanprotocol/ocean-lib-js/pull/714)
|
|
945
|
+
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#715`](https://github.com/oceanprotocol/ocean-lib-js/pull/715)
|
|
946
|
+
- add compute dataset/compute algo [`#711`](https://github.com/oceanprotocol/ocean-lib-js/pull/711)
|
|
947
|
+
- Release 0.13.0 [`833a287`](https://github.com/oceanprotocol/ocean-lib-js/commit/833a287070566c77286a73b8429a2c64d6089cfb)
|
|
948
|
+
|
|
949
|
+
#### [v0.12.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.12.1...v0.12.2)
|
|
925
950
|
|
|
926
951
|
> 4 April 2021
|
|
927
952
|
|
|
928
|
-
- Bump cross-fetch from 3.1.3 to 3.1.4 [`#706`](https://github.com/oceanprotocol/ocean
|
|
929
|
-
- Bump typedoc from 0.20.34 to 0.20.35 [`#707`](https://github.com/oceanprotocol/ocean
|
|
930
|
-
- Bump @types/node-fetch from 2.5.8 to 2.5.9 [`#708`](https://github.com/oceanprotocol/ocean
|
|
931
|
-
- Bump @types/chai from 4.2.15 to 4.2.16 [`#709`](https://github.com/oceanprotocol/ocean
|
|
932
|
-
- Bump release-it from 14.5.0 to 14.5.1 [`#705`](https://github.com/oceanprotocol/ocean
|
|
933
|
-
- Bump y18n from 4.0.0 to 4.0.1 [`#702`](https://github.com/oceanprotocol/ocean
|
|
934
|
-
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#701`](https://github.com/oceanprotocol/ocean
|
|
935
|
-
- use blob instead of buffer [`#694`](https://github.com/oceanprotocol/ocean
|
|
936
|
-
- Bump cross-fetch from 3.1.2 to 3.1.3 [`#700`](https://github.com/oceanprotocol/ocean
|
|
937
|
-
- Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 [`#695`](https://github.com/oceanprotocol/ocean
|
|
938
|
-
- Bump @typescript-eslint/parser from 4.19.0 to 4.20.0 [`#696`](https://github.com/oceanprotocol/ocean
|
|
939
|
-
- improve tests speed [`#691`](https://github.com/oceanprotocol/ocean
|
|
940
|
-
- Bump @types/node from 14.14.36 to 14.14.37 [`#693`](https://github.com/oceanprotocol/ocean
|
|
941
|
-
- Bump eslint from 7.22.0 to 7.23.0 [`#692`](https://github.com/oceanprotocol/ocean
|
|
942
|
-
- Replacing node-fetch with cross-fetch [`#687`](https://github.com/oceanprotocol/ocean
|
|
943
|
-
- Bump @truffle/hdwallet-provider from 1.2.4 to 1.2.5 [`#688`](https://github.com/oceanprotocol/ocean
|
|
944
|
-
- Bump @types/node from 14.14.35 to 14.14.36 [`#689`](https://github.com/oceanprotocol/ocean
|
|
945
|
-
- Bump typedoc from 0.20.33 to 0.20.34 [`#690`](https://github.com/oceanprotocol/ocean
|
|
946
|
-
- Release 0.12.2 [`08fb294`](https://github.com/oceanprotocol/ocean
|
|
947
|
-
|
|
948
|
-
#### [v0.12.1](https://github.com/oceanprotocol/ocean
|
|
953
|
+
- Bump cross-fetch from 3.1.3 to 3.1.4 [`#706`](https://github.com/oceanprotocol/ocean-lib-js/pull/706)
|
|
954
|
+
- Bump typedoc from 0.20.34 to 0.20.35 [`#707`](https://github.com/oceanprotocol/ocean-lib-js/pull/707)
|
|
955
|
+
- Bump @types/node-fetch from 2.5.8 to 2.5.9 [`#708`](https://github.com/oceanprotocol/ocean-lib-js/pull/708)
|
|
956
|
+
- Bump @types/chai from 4.2.15 to 4.2.16 [`#709`](https://github.com/oceanprotocol/ocean-lib-js/pull/709)
|
|
957
|
+
- Bump release-it from 14.5.0 to 14.5.1 [`#705`](https://github.com/oceanprotocol/ocean-lib-js/pull/705)
|
|
958
|
+
- Bump y18n from 4.0.0 to 4.0.1 [`#702`](https://github.com/oceanprotocol/ocean-lib-js/pull/702)
|
|
959
|
+
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#701`](https://github.com/oceanprotocol/ocean-lib-js/pull/701)
|
|
960
|
+
- use blob instead of buffer [`#694`](https://github.com/oceanprotocol/ocean-lib-js/pull/694)
|
|
961
|
+
- Bump cross-fetch from 3.1.2 to 3.1.3 [`#700`](https://github.com/oceanprotocol/ocean-lib-js/pull/700)
|
|
962
|
+
- Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 [`#695`](https://github.com/oceanprotocol/ocean-lib-js/pull/695)
|
|
963
|
+
- Bump @typescript-eslint/parser from 4.19.0 to 4.20.0 [`#696`](https://github.com/oceanprotocol/ocean-lib-js/pull/696)
|
|
964
|
+
- improve tests speed [`#691`](https://github.com/oceanprotocol/ocean-lib-js/pull/691)
|
|
965
|
+
- Bump @types/node from 14.14.36 to 14.14.37 [`#693`](https://github.com/oceanprotocol/ocean-lib-js/pull/693)
|
|
966
|
+
- Bump eslint from 7.22.0 to 7.23.0 [`#692`](https://github.com/oceanprotocol/ocean-lib-js/pull/692)
|
|
967
|
+
- Replacing node-fetch with cross-fetch [`#687`](https://github.com/oceanprotocol/ocean-lib-js/pull/687)
|
|
968
|
+
- Bump @truffle/hdwallet-provider from 1.2.4 to 1.2.5 [`#688`](https://github.com/oceanprotocol/ocean-lib-js/pull/688)
|
|
969
|
+
- Bump @types/node from 14.14.35 to 14.14.36 [`#689`](https://github.com/oceanprotocol/ocean-lib-js/pull/689)
|
|
970
|
+
- Bump typedoc from 0.20.33 to 0.20.34 [`#690`](https://github.com/oceanprotocol/ocean-lib-js/pull/690)
|
|
971
|
+
- Release 0.12.2 [`08fb294`](https://github.com/oceanprotocol/ocean-lib-js/commit/08fb29418d0511ef80d696e81910fc7e4dde64a0)
|
|
972
|
+
|
|
973
|
+
#### [v0.12.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.12.0...v0.12.1)
|
|
949
974
|
|
|
950
975
|
> 24 March 2021
|
|
951
976
|
|
|
952
|
-
- add allowAllPublishedAlgorithms [`#686`](https://github.com/oceanprotocol/ocean
|
|
953
|
-
- Add remove ocean liquidity function [`#685`](https://github.com/oceanprotocol/ocean
|
|
954
|
-
- Bump @typescript-eslint/parser from 4.18.0 to 4.19.0 [`#681`](https://github.com/oceanprotocol/ocean
|
|
955
|
-
- Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 [`#682`](https://github.com/oceanprotocol/ocean
|
|
956
|
-
- Bump @types/mocha from 8.2.1 to 8.2.2 [`#672`](https://github.com/oceanprotocol/ocean
|
|
957
|
-
- Bump release-it from 14.4.1 to 14.5.0 [`#673`](https://github.com/oceanprotocol/ocean
|
|
958
|
-
- Bump @truffle/hdwallet-provider from 1.2.3 to 1.2.4 [`#674`](https://github.com/oceanprotocol/ocean
|
|
959
|
-
- Bump typedoc from 0.20.32 to 0.20.33 [`#675`](https://github.com/oceanprotocol/ocean
|
|
960
|
-
- Release 0.12.1 [`c968388`](https://github.com/oceanprotocol/ocean
|
|
977
|
+
- add allowAllPublishedAlgorithms [`#686`](https://github.com/oceanprotocol/ocean-lib-js/pull/686)
|
|
978
|
+
- Add remove ocean liquidity function [`#685`](https://github.com/oceanprotocol/ocean-lib-js/pull/685)
|
|
979
|
+
- Bump @typescript-eslint/parser from 4.18.0 to 4.19.0 [`#681`](https://github.com/oceanprotocol/ocean-lib-js/pull/681)
|
|
980
|
+
- Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 [`#682`](https://github.com/oceanprotocol/ocean-lib-js/pull/682)
|
|
981
|
+
- Bump @types/mocha from 8.2.1 to 8.2.2 [`#672`](https://github.com/oceanprotocol/ocean-lib-js/pull/672)
|
|
982
|
+
- Bump release-it from 14.4.1 to 14.5.0 [`#673`](https://github.com/oceanprotocol/ocean-lib-js/pull/673)
|
|
983
|
+
- Bump @truffle/hdwallet-provider from 1.2.3 to 1.2.4 [`#674`](https://github.com/oceanprotocol/ocean-lib-js/pull/674)
|
|
984
|
+
- Bump typedoc from 0.20.32 to 0.20.33 [`#675`](https://github.com/oceanprotocol/ocean-lib-js/pull/675)
|
|
985
|
+
- Release 0.12.1 [`c968388`](https://github.com/oceanprotocol/ocean-lib-js/commit/c968388d17c74dc3efe160e6e4bbdee8417e3a43)
|
|
961
986
|
|
|
962
|
-
#### [v0.12.0](https://github.com/oceanprotocol/ocean
|
|
987
|
+
#### [v0.12.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.5...v0.12.0)
|
|
963
988
|
|
|
964
989
|
> 18 March 2021
|
|
965
990
|
|
|
966
|
-
- add encrypt ddo support [`#662`](https://github.com/oceanprotocol/ocean
|
|
967
|
-
- Release 0.12.0 [`b8fc15e`](https://github.com/oceanprotocol/ocean
|
|
991
|
+
- add encrypt ddo support [`#662`](https://github.com/oceanprotocol/ocean-lib-js/pull/662)
|
|
992
|
+
- Release 0.12.0 [`b8fc15e`](https://github.com/oceanprotocol/ocean-lib-js/commit/b8fc15e4df6e700c809ff937b0ae712cbe00e222)
|
|
968
993
|
|
|
969
|
-
#### [v0.11.5](https://github.com/oceanprotocol/ocean
|
|
994
|
+
#### [v0.11.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.4...v0.11.5)
|
|
970
995
|
|
|
971
996
|
> 18 March 2021
|
|
972
997
|
|
|
973
|
-
- add oceanTokenSymbol to ConfigHelper [`#670`](https://github.com/oceanprotocol/ocean
|
|
974
|
-
- Bump ora from 5.3.0 to 5.4.0 [`#671`](https://github.com/oceanprotocol/ocean
|
|
975
|
-
- Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 [`#664`](https://github.com/oceanprotocol/ocean
|
|
976
|
-
- Issue 666/docs test commands [`#667`](https://github.com/oceanprotocol/ocean
|
|
977
|
-
- Bump @types/node from 14.14.34 to 14.14.35 [`#663`](https://github.com/oceanprotocol/ocean
|
|
978
|
-
- Bump @typescript-eslint/parser from 4.17.0 to 4.18.0 [`#665`](https://github.com/oceanprotocol/ocean
|
|
979
|
-
- dependency fixes [`#661`](https://github.com/oceanprotocol/ocean
|
|
980
|
-
- Bump mocha from 8.3.1 to 8.3.2 [`#660`](https://github.com/oceanprotocol/ocean
|
|
981
|
-
- Bump @typescript-eslint/parser from 4.16.1 to 4.17.0 [`#651`](https://github.com/oceanprotocol/ocean
|
|
982
|
-
- Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 [`#652`](https://github.com/oceanprotocol/ocean
|
|
983
|
-
- Bump chai from 4.3.3 to 4.3.4 [`#659`](https://github.com/oceanprotocol/ocean
|
|
984
|
-
- Bump typedoc from 0.20.30 to 0.20.32 [`#658`](https://github.com/oceanprotocol/ocean
|
|
985
|
-
- Bump @truffle/hdwallet-provider from 1.2.2 to 1.2.3 [`#655`](https://github.com/oceanprotocol/ocean
|
|
986
|
-
- Bump @types/node from 14.14.33 to 14.14.34 [`#656`](https://github.com/oceanprotocol/ocean
|
|
987
|
-
- Bump eslint from 7.21.0 to 7.22.0 [`#657`](https://github.com/oceanprotocol/ocean
|
|
988
|
-
- Bump @types/node from 14.14.32 to 14.14.33 [`#653`](https://github.com/oceanprotocol/ocean
|
|
989
|
-
- npm audit fix [`4ccc13d`](https://github.com/oceanprotocol/ocean
|
|
990
|
-
- Release 0.11.5 [`bb82b4a`](https://github.com/oceanprotocol/ocean
|
|
991
|
-
- updating unit test command [`09d3703`](https://github.com/oceanprotocol/ocean
|
|
992
|
-
|
|
993
|
-
#### [v0.11.4](https://github.com/oceanprotocol/ocean
|
|
998
|
+
- add oceanTokenSymbol to ConfigHelper [`#670`](https://github.com/oceanprotocol/ocean-lib-js/pull/670)
|
|
999
|
+
- Bump ora from 5.3.0 to 5.4.0 [`#671`](https://github.com/oceanprotocol/ocean-lib-js/pull/671)
|
|
1000
|
+
- Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 [`#664`](https://github.com/oceanprotocol/ocean-lib-js/pull/664)
|
|
1001
|
+
- Issue 666/docs test commands [`#667`](https://github.com/oceanprotocol/ocean-lib-js/pull/667)
|
|
1002
|
+
- Bump @types/node from 14.14.34 to 14.14.35 [`#663`](https://github.com/oceanprotocol/ocean-lib-js/pull/663)
|
|
1003
|
+
- Bump @typescript-eslint/parser from 4.17.0 to 4.18.0 [`#665`](https://github.com/oceanprotocol/ocean-lib-js/pull/665)
|
|
1004
|
+
- dependency fixes [`#661`](https://github.com/oceanprotocol/ocean-lib-js/pull/661)
|
|
1005
|
+
- Bump mocha from 8.3.1 to 8.3.2 [`#660`](https://github.com/oceanprotocol/ocean-lib-js/pull/660)
|
|
1006
|
+
- Bump @typescript-eslint/parser from 4.16.1 to 4.17.0 [`#651`](https://github.com/oceanprotocol/ocean-lib-js/pull/651)
|
|
1007
|
+
- Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 [`#652`](https://github.com/oceanprotocol/ocean-lib-js/pull/652)
|
|
1008
|
+
- Bump chai from 4.3.3 to 4.3.4 [`#659`](https://github.com/oceanprotocol/ocean-lib-js/pull/659)
|
|
1009
|
+
- Bump typedoc from 0.20.30 to 0.20.32 [`#658`](https://github.com/oceanprotocol/ocean-lib-js/pull/658)
|
|
1010
|
+
- Bump @truffle/hdwallet-provider from 1.2.2 to 1.2.3 [`#655`](https://github.com/oceanprotocol/ocean-lib-js/pull/655)
|
|
1011
|
+
- Bump @types/node from 14.14.33 to 14.14.34 [`#656`](https://github.com/oceanprotocol/ocean-lib-js/pull/656)
|
|
1012
|
+
- Bump eslint from 7.21.0 to 7.22.0 [`#657`](https://github.com/oceanprotocol/ocean-lib-js/pull/657)
|
|
1013
|
+
- Bump @types/node from 14.14.32 to 14.14.33 [`#653`](https://github.com/oceanprotocol/ocean-lib-js/pull/653)
|
|
1014
|
+
- npm audit fix [`4ccc13d`](https://github.com/oceanprotocol/ocean-lib-js/commit/4ccc13db39a14588334ab9f09b463e7ab8fb00d7)
|
|
1015
|
+
- Release 0.11.5 [`bb82b4a`](https://github.com/oceanprotocol/ocean-lib-js/commit/bb82b4afb5eb3bb20b7a35b3dd68c6698020dc37)
|
|
1016
|
+
- updating unit test command [`09d3703`](https://github.com/oceanprotocol/ocean-lib-js/commit/09d3703f723fbf763a35b06834f95a619fe019ef)
|
|
1017
|
+
|
|
1018
|
+
#### [v0.11.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.3...v0.11.4)
|
|
994
1019
|
|
|
995
1020
|
> 8 March 2021
|
|
996
1021
|
|
|
997
|
-
- fix typo [`#650`](https://github.com/oceanprotocol/ocean
|
|
998
|
-
- fix fre bug [`#649`](https://github.com/oceanprotocol/ocean
|
|
999
|
-
- add explorerUri for each network [`#643`](https://github.com/oceanprotocol/ocean
|
|
1000
|
-
- Bump typescript from 4.1.5 to 4.2.3 [`#645`](https://github.com/oceanprotocol/ocean
|
|
1001
|
-
- Bump typedoc from 0.20.29 to 0.20.30 [`#646`](https://github.com/oceanprotocol/ocean
|
|
1002
|
-
- Bump @types/node from 14.14.31 to 14.14.32 [`#647`](https://github.com/oceanprotocol/ocean
|
|
1003
|
-
- Bump mocha from 8.3.0 to 8.3.1 [`#648`](https://github.com/oceanprotocol/ocean
|
|
1004
|
-
- Bump typedoc from 0.20.28 to 0.20.29 [`#642`](https://github.com/oceanprotocol/ocean
|
|
1005
|
-
- Bump chai from 4.3.1 to 4.3.3 [`#641`](https://github.com/oceanprotocol/ocean
|
|
1006
|
-
- Release 0.11.4 [`f9afbc8`](https://github.com/oceanprotocol/ocean
|
|
1022
|
+
- fix typo [`#650`](https://github.com/oceanprotocol/ocean-lib-js/pull/650)
|
|
1023
|
+
- fix fre bug [`#649`](https://github.com/oceanprotocol/ocean-lib-js/pull/649)
|
|
1024
|
+
- add explorerUri for each network [`#643`](https://github.com/oceanprotocol/ocean-lib-js/pull/643)
|
|
1025
|
+
- Bump typescript from 4.1.5 to 4.2.3 [`#645`](https://github.com/oceanprotocol/ocean-lib-js/pull/645)
|
|
1026
|
+
- Bump typedoc from 0.20.29 to 0.20.30 [`#646`](https://github.com/oceanprotocol/ocean-lib-js/pull/646)
|
|
1027
|
+
- Bump @types/node from 14.14.31 to 14.14.32 [`#647`](https://github.com/oceanprotocol/ocean-lib-js/pull/647)
|
|
1028
|
+
- Bump mocha from 8.3.0 to 8.3.1 [`#648`](https://github.com/oceanprotocol/ocean-lib-js/pull/648)
|
|
1029
|
+
- Bump typedoc from 0.20.28 to 0.20.29 [`#642`](https://github.com/oceanprotocol/ocean-lib-js/pull/642)
|
|
1030
|
+
- Bump chai from 4.3.1 to 4.3.3 [`#641`](https://github.com/oceanprotocol/ocean-lib-js/pull/641)
|
|
1031
|
+
- Release 0.11.4 [`f9afbc8`](https://github.com/oceanprotocol/ocean-lib-js/commit/f9afbc87b1fbe31703153fd718b82de603640e90)
|
|
1007
1032
|
|
|
1008
|
-
#### [v0.11.3](https://github.com/oceanprotocol/ocean
|
|
1033
|
+
#### [v0.11.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.2...v0.11.3)
|
|
1009
1034
|
|
|
1010
1035
|
> 8 March 2021
|
|
1011
1036
|
|
|
1012
|
-
- Release 0.11.3 [`9412449`](https://github.com/oceanprotocol/ocean
|
|
1037
|
+
- Release 0.11.3 [`9412449`](https://github.com/oceanprotocol/ocean-lib-js/commit/9412449fe56d7f75fdee2cc2adbb08b9f0730a26)
|
|
1013
1038
|
|
|
1014
|
-
#### [v0.11.2](https://github.com/oceanprotocol/ocean
|
|
1039
|
+
#### [v0.11.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.1...v0.11.2)
|
|
1015
1040
|
|
|
1016
1041
|
> 3 March 2021
|
|
1017
1042
|
|
|
1018
|
-
- Add explicit testing docs [`#639`](https://github.com/oceanprotocol/ocean
|
|
1019
|
-
- Asset metadata sample links removal [`#598`](https://github.com/oceanprotocol/ocean
|
|
1020
|
-
- Bump chai from 4.3.0 to 4.3.1 [`#638`](https://github.com/oceanprotocol/ocean
|
|
1021
|
-
- Release 0.11.2 [`0db6897`](https://github.com/oceanprotocol/ocean
|
|
1022
|
-
- remove asset sample link if not send on metadata update [`3608472`](https://github.com/oceanprotocol/ocean
|
|
1023
|
-
- update integration test [`d6a84e7`](https://github.com/oceanprotocol/ocean
|
|
1043
|
+
- Add explicit testing docs [`#639`](https://github.com/oceanprotocol/ocean-lib-js/pull/639)
|
|
1044
|
+
- Asset metadata sample links removal [`#598`](https://github.com/oceanprotocol/ocean-lib-js/pull/598)
|
|
1045
|
+
- Bump chai from 4.3.0 to 4.3.1 [`#638`](https://github.com/oceanprotocol/ocean-lib-js/pull/638)
|
|
1046
|
+
- Release 0.11.2 [`0db6897`](https://github.com/oceanprotocol/ocean-lib-js/commit/0db6897c03692c631dc37c2898eb0baef0f8daa9)
|
|
1047
|
+
- remove asset sample link if not send on metadata update [`3608472`](https://github.com/oceanprotocol/ocean-lib-js/commit/3608472e758c5d0ba1c871c15776a8bc3cf3480b)
|
|
1048
|
+
- update integration test [`d6a84e7`](https://github.com/oceanprotocol/ocean-lib-js/commit/d6a84e7935dc0f3e219a3ca88a1b9231fd66bd72)
|
|
1024
1049
|
|
|
1025
|
-
#### [v0.11.1](https://github.com/oceanprotocol/ocean
|
|
1050
|
+
#### [v0.11.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.0...v0.11.1)
|
|
1026
1051
|
|
|
1027
1052
|
> 3 March 2021
|
|
1028
1053
|
|
|
1029
|
-
- small improvement on FRE tests [`#636`](https://github.com/oceanprotocol/ocean
|
|
1030
|
-
- More integration tests [`#630`](https://github.com/oceanprotocol/ocean
|
|
1031
|
-
- Bump @typescript-eslint/parser from 4.15.2 to 4.16.1 [`#635`](https://github.com/oceanprotocol/ocean
|
|
1032
|
-
- Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 [`#634`](https://github.com/oceanprotocol/ocean
|
|
1033
|
-
- Bump eslint from 7.20.0 to 7.21.0 [`#632`](https://github.com/oceanprotocol/ocean
|
|
1034
|
-
- Bump eslint-config-prettier from 8.0.0 to 8.1.0 [`#631`](https://github.com/oceanprotocol/ocean
|
|
1035
|
-
- wip tests [`8b46472`](https://github.com/oceanprotocol/ocean
|
|
1036
|
-
- more tests [`228c01c`](https://github.com/oceanprotocol/ocean
|
|
1037
|
-
- add ' tokens are not deducted' test for bad URL [`5e7c6cb`](https://github.com/oceanprotocol/ocean
|
|
1054
|
+
- small improvement on FRE tests [`#636`](https://github.com/oceanprotocol/ocean-lib-js/pull/636)
|
|
1055
|
+
- More integration tests [`#630`](https://github.com/oceanprotocol/ocean-lib-js/pull/630)
|
|
1056
|
+
- Bump @typescript-eslint/parser from 4.15.2 to 4.16.1 [`#635`](https://github.com/oceanprotocol/ocean-lib-js/pull/635)
|
|
1057
|
+
- Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 [`#634`](https://github.com/oceanprotocol/ocean-lib-js/pull/634)
|
|
1058
|
+
- Bump eslint from 7.20.0 to 7.21.0 [`#632`](https://github.com/oceanprotocol/ocean-lib-js/pull/632)
|
|
1059
|
+
- Bump eslint-config-prettier from 8.0.0 to 8.1.0 [`#631`](https://github.com/oceanprotocol/ocean-lib-js/pull/631)
|
|
1060
|
+
- wip tests [`8b46472`](https://github.com/oceanprotocol/ocean-lib-js/commit/8b464722ef4b88cb66b672e230564cd27e2eea7b)
|
|
1061
|
+
- more tests [`228c01c`](https://github.com/oceanprotocol/ocean-lib-js/commit/228c01c98f0dd1554ad639efbd72ecd52f50eaad)
|
|
1062
|
+
- add ' tokens are not deducted' test for bad URL [`5e7c6cb`](https://github.com/oceanprotocol/ocean-lib-js/commit/5e7c6cb497c34bc1f4d750a876aa9b0848b1e8b6)
|
|
1038
1063
|
|
|
1039
|
-
#### [v0.11.0](https://github.com/oceanprotocol/ocean
|
|
1064
|
+
#### [v0.11.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.10.1...v0.11.0)
|
|
1040
1065
|
|
|
1041
1066
|
> 24 February 2021
|
|
1042
1067
|
|
|
1043
|
-
- Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 [`#624`](https://github.com/oceanprotocol/ocean
|
|
1044
|
-
- Bump eslint-config-prettier from 7.2.0 to 8.0.0 [`#622`](https://github.com/oceanprotocol/ocean
|
|
1045
|
-
- Bump release-it from 14.4.0 to 14.4.1 [`#623`](https://github.com/oceanprotocol/ocean
|
|
1046
|
-
- Bump typedoc from 0.20.27 to 0.20.28 [`#629`](https://github.com/oceanprotocol/ocean
|
|
1047
|
-
- Add polygon network [`#627`](https://github.com/oceanprotocol/ocean
|
|
1048
|
-
- Bump typedoc from 0.20.25 to 0.20.27 [`#621`](https://github.com/oceanprotocol/ocean
|
|
1049
|
-
- Bump @typescript-eslint/parser from 4.15.1 to 4.15.2 [`#625`](https://github.com/oceanprotocol/ocean
|
|
1050
|
-
- Bump @types/node from 14.14.28 to 14.14.31 [`#620`](https://github.com/oceanprotocol/ocean
|
|
1051
|
-
- Feature/compute nextv [`#612`](https://github.com/oceanprotocol/ocean
|
|
1052
|
-
- Feature/travis dockerhub auth [`#617`](https://github.com/oceanprotocol/ocean
|
|
1053
|
-
- Bump @types/mocha from 8.2.0 to 8.2.1 [`#618`](https://github.com/oceanprotocol/ocean
|
|
1054
|
-
- Bump @typescript-eslint/parser from 4.15.0 to 4.15.1 [`#615`](https://github.com/oceanprotocol/ocean
|
|
1055
|
-
- Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 [`#616`](https://github.com/oceanprotocol/ocean
|
|
1056
|
-
- Bump typedoc from 0.20.24 to 0.20.25 [`#614`](https://github.com/oceanprotocol/ocean
|
|
1057
|
-
- Dynamic provider endpoints [`#558`](https://github.com/oceanprotocol/ocean
|
|
1058
|
-
- Bump @types/node from 14.14.26 to 14.14.28 [`#611`](https://github.com/oceanprotocol/ocean
|
|
1059
|
-
- Bump release-it from 14.3.0 to 14.4.0 [`#609`](https://github.com/oceanprotocol/ocean
|
|
1060
|
-
- Bump eslint from 7.19.0 to 7.20.0 [`#610`](https://github.com/oceanprotocol/ocean
|
|
1061
|
-
- Bump typedoc from 0.20.23 to 0.20.24 [`#605`](https://github.com/oceanprotocol/ocean
|
|
1062
|
-
- Bump mocha from 8.2.1 to 8.3.0 [`#606`](https://github.com/oceanprotocol/ocean
|
|
1063
|
-
- Bump @types/node from 14.14.25 to 14.14.26 [`#607`](https://github.com/oceanprotocol/ocean
|
|
1064
|
-
- Bump @truffle/hdwallet-provider from 1.2.1 to 1.2.2 [`#608`](https://github.com/oceanprotocol/ocean
|
|
1065
|
-
- Bump typescript from 4.1.4 to 4.1.5 [`#603`](https://github.com/oceanprotocol/ocean
|
|
1066
|
-
- Bump @types/chai from 4.2.14 to 4.2.15 [`#604`](https://github.com/oceanprotocol/ocean
|
|
1067
|
-
- speed up previous order [`#599`](https://github.com/oceanprotocol/ocean
|
|
1068
|
-
- add minter roles [`#600`](https://github.com/oceanprotocol/ocean
|
|
1069
|
-
- Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 [`#594`](https://github.com/oceanprotocol/ocean
|
|
1070
|
-
- Bump @typescript-eslint/parser from 4.14.2 to 4.15.0 [`#595`](https://github.com/oceanprotocol/ocean
|
|
1071
|
-
- Bump typescript from 4.1.3 to 4.1.4 [`#596`](https://github.com/oceanprotocol/ocean
|
|
1072
|
-
- Bump typedoc from 0.20.20 to 0.20.23 [`#593`](https://github.com/oceanprotocol/ocean
|
|
1073
|
-
- Bump @oceanprotocol/contracts from 0.5.8 to 0.5.9 [`#592`](https://github.com/oceanprotocol/ocean
|
|
1074
|
-
- Bump chai from 4.2.0 to 4.3.0 [`#591`](https://github.com/oceanprotocol/ocean
|
|
1075
|
-
- remove barge defaults overwrites [`#585`](https://github.com/oceanprotocol/ocean
|
|
1076
|
-
- Bump @types/node from 14.14.22 to 14.14.25 [`#584`](https://github.com/oceanprotocol/ocean
|
|
1077
|
-
- Bump web3 from 1.3.3 to 1.3.4 [`#580`](https://github.com/oceanprotocol/ocean
|
|
1078
|
-
- Bump release-it from 14.2.2 to 14.3.0 [`#579`](https://github.com/oceanprotocol/ocean
|
|
1079
|
-
- add codeowners [`#578`](https://github.com/oceanprotocol/ocean
|
|
1080
|
-
- set default logger level to error and use only one instance of logger [`#571`](https://github.com/oceanprotocol/ocean
|
|
1081
|
-
- Bump @typescript-eslint/eslint-plugin from 4.14.1 to 4.14.2 [`#576`](https://github.com/oceanprotocol/ocean
|
|
1082
|
-
- Bump @typescript-eslint/parser from 4.14.1 to 4.14.2 [`#577`](https://github.com/oceanprotocol/ocean
|
|
1083
|
-
- Bump typedoc from 0.20.19 to 0.20.20 [`#575`](https://github.com/oceanprotocol/ocean
|
|
1084
|
-
- Bump eslint from 7.18.0 to 7.19.0 [`#574`](https://github.com/oceanprotocol/ocean
|
|
1085
|
-
- Bump web3 from 1.3.0 to 1.3.3 [`#566`](https://github.com/oceanprotocol/ocean
|
|
1086
|
-
- added logger param when instantiating datatoken [`#562`](https://github.com/oceanprotocol/ocean
|
|
1087
|
-
- Bump typedoc from 0.20.18 to 0.20.19 [`#567`](https://github.com/oceanprotocol/ocean
|
|
1088
|
-
- Bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.14.1 [`#568`](https://github.com/oceanprotocol/ocean
|
|
1089
|
-
- Bump @typescript-eslint/parser from 4.13.0 to 4.14.1 [`#569`](https://github.com/oceanprotocol/ocean
|
|
1090
|
-
- Bump typedoc from 0.20.16 to 0.20.18 [`#565`](https://github.com/oceanprotocol/ocean
|
|
1091
|
-
- Release 0.11.0 [`4f494f2`](https://github.com/oceanprotocol/ocean
|
|
1092
|
-
- bump web3-eth-contract to 1.3.3 [`d7ababa`](https://github.com/oceanprotocol/ocean
|
|
1093
|
-
- refactor [`100e5c5`](https://github.com/oceanprotocol/ocean
|
|
1094
|
-
|
|
1095
|
-
#### [v0.10.1](https://github.com/oceanprotocol/ocean
|
|
1068
|
+
- Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 [`#624`](https://github.com/oceanprotocol/ocean-lib-js/pull/624)
|
|
1069
|
+
- Bump eslint-config-prettier from 7.2.0 to 8.0.0 [`#622`](https://github.com/oceanprotocol/ocean-lib-js/pull/622)
|
|
1070
|
+
- Bump release-it from 14.4.0 to 14.4.1 [`#623`](https://github.com/oceanprotocol/ocean-lib-js/pull/623)
|
|
1071
|
+
- Bump typedoc from 0.20.27 to 0.20.28 [`#629`](https://github.com/oceanprotocol/ocean-lib-js/pull/629)
|
|
1072
|
+
- Add polygon network [`#627`](https://github.com/oceanprotocol/ocean-lib-js/pull/627)
|
|
1073
|
+
- Bump typedoc from 0.20.25 to 0.20.27 [`#621`](https://github.com/oceanprotocol/ocean-lib-js/pull/621)
|
|
1074
|
+
- Bump @typescript-eslint/parser from 4.15.1 to 4.15.2 [`#625`](https://github.com/oceanprotocol/ocean-lib-js/pull/625)
|
|
1075
|
+
- Bump @types/node from 14.14.28 to 14.14.31 [`#620`](https://github.com/oceanprotocol/ocean-lib-js/pull/620)
|
|
1076
|
+
- Feature/compute nextv [`#612`](https://github.com/oceanprotocol/ocean-lib-js/pull/612)
|
|
1077
|
+
- Feature/travis dockerhub auth [`#617`](https://github.com/oceanprotocol/ocean-lib-js/pull/617)
|
|
1078
|
+
- Bump @types/mocha from 8.2.0 to 8.2.1 [`#618`](https://github.com/oceanprotocol/ocean-lib-js/pull/618)
|
|
1079
|
+
- Bump @typescript-eslint/parser from 4.15.0 to 4.15.1 [`#615`](https://github.com/oceanprotocol/ocean-lib-js/pull/615)
|
|
1080
|
+
- Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 [`#616`](https://github.com/oceanprotocol/ocean-lib-js/pull/616)
|
|
1081
|
+
- Bump typedoc from 0.20.24 to 0.20.25 [`#614`](https://github.com/oceanprotocol/ocean-lib-js/pull/614)
|
|
1082
|
+
- Dynamic provider endpoints [`#558`](https://github.com/oceanprotocol/ocean-lib-js/pull/558)
|
|
1083
|
+
- Bump @types/node from 14.14.26 to 14.14.28 [`#611`](https://github.com/oceanprotocol/ocean-lib-js/pull/611)
|
|
1084
|
+
- Bump release-it from 14.3.0 to 14.4.0 [`#609`](https://github.com/oceanprotocol/ocean-lib-js/pull/609)
|
|
1085
|
+
- Bump eslint from 7.19.0 to 7.20.0 [`#610`](https://github.com/oceanprotocol/ocean-lib-js/pull/610)
|
|
1086
|
+
- Bump typedoc from 0.20.23 to 0.20.24 [`#605`](https://github.com/oceanprotocol/ocean-lib-js/pull/605)
|
|
1087
|
+
- Bump mocha from 8.2.1 to 8.3.0 [`#606`](https://github.com/oceanprotocol/ocean-lib-js/pull/606)
|
|
1088
|
+
- Bump @types/node from 14.14.25 to 14.14.26 [`#607`](https://github.com/oceanprotocol/ocean-lib-js/pull/607)
|
|
1089
|
+
- Bump @truffle/hdwallet-provider from 1.2.1 to 1.2.2 [`#608`](https://github.com/oceanprotocol/ocean-lib-js/pull/608)
|
|
1090
|
+
- Bump typescript from 4.1.4 to 4.1.5 [`#603`](https://github.com/oceanprotocol/ocean-lib-js/pull/603)
|
|
1091
|
+
- Bump @types/chai from 4.2.14 to 4.2.15 [`#604`](https://github.com/oceanprotocol/ocean-lib-js/pull/604)
|
|
1092
|
+
- speed up previous order [`#599`](https://github.com/oceanprotocol/ocean-lib-js/pull/599)
|
|
1093
|
+
- add minter roles [`#600`](https://github.com/oceanprotocol/ocean-lib-js/pull/600)
|
|
1094
|
+
- Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 [`#594`](https://github.com/oceanprotocol/ocean-lib-js/pull/594)
|
|
1095
|
+
- Bump @typescript-eslint/parser from 4.14.2 to 4.15.0 [`#595`](https://github.com/oceanprotocol/ocean-lib-js/pull/595)
|
|
1096
|
+
- Bump typescript from 4.1.3 to 4.1.4 [`#596`](https://github.com/oceanprotocol/ocean-lib-js/pull/596)
|
|
1097
|
+
- Bump typedoc from 0.20.20 to 0.20.23 [`#593`](https://github.com/oceanprotocol/ocean-lib-js/pull/593)
|
|
1098
|
+
- Bump @oceanprotocol/contracts from 0.5.8 to 0.5.9 [`#592`](https://github.com/oceanprotocol/ocean-lib-js/pull/592)
|
|
1099
|
+
- Bump chai from 4.2.0 to 4.3.0 [`#591`](https://github.com/oceanprotocol/ocean-lib-js/pull/591)
|
|
1100
|
+
- remove barge defaults overwrites [`#585`](https://github.com/oceanprotocol/ocean-lib-js/pull/585)
|
|
1101
|
+
- Bump @types/node from 14.14.22 to 14.14.25 [`#584`](https://github.com/oceanprotocol/ocean-lib-js/pull/584)
|
|
1102
|
+
- Bump web3 from 1.3.3 to 1.3.4 [`#580`](https://github.com/oceanprotocol/ocean-lib-js/pull/580)
|
|
1103
|
+
- Bump release-it from 14.2.2 to 14.3.0 [`#579`](https://github.com/oceanprotocol/ocean-lib-js/pull/579)
|
|
1104
|
+
- add codeowners [`#578`](https://github.com/oceanprotocol/ocean-lib-js/pull/578)
|
|
1105
|
+
- set default logger level to error and use only one instance of logger [`#571`](https://github.com/oceanprotocol/ocean-lib-js/pull/571)
|
|
1106
|
+
- Bump @typescript-eslint/eslint-plugin from 4.14.1 to 4.14.2 [`#576`](https://github.com/oceanprotocol/ocean-lib-js/pull/576)
|
|
1107
|
+
- Bump @typescript-eslint/parser from 4.14.1 to 4.14.2 [`#577`](https://github.com/oceanprotocol/ocean-lib-js/pull/577)
|
|
1108
|
+
- Bump typedoc from 0.20.19 to 0.20.20 [`#575`](https://github.com/oceanprotocol/ocean-lib-js/pull/575)
|
|
1109
|
+
- Bump eslint from 7.18.0 to 7.19.0 [`#574`](https://github.com/oceanprotocol/ocean-lib-js/pull/574)
|
|
1110
|
+
- Bump web3 from 1.3.0 to 1.3.3 [`#566`](https://github.com/oceanprotocol/ocean-lib-js/pull/566)
|
|
1111
|
+
- added logger param when instantiating datatoken [`#562`](https://github.com/oceanprotocol/ocean-lib-js/pull/562)
|
|
1112
|
+
- Bump typedoc from 0.20.18 to 0.20.19 [`#567`](https://github.com/oceanprotocol/ocean-lib-js/pull/567)
|
|
1113
|
+
- Bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.14.1 [`#568`](https://github.com/oceanprotocol/ocean-lib-js/pull/568)
|
|
1114
|
+
- Bump @typescript-eslint/parser from 4.13.0 to 4.14.1 [`#569`](https://github.com/oceanprotocol/ocean-lib-js/pull/569)
|
|
1115
|
+
- Bump typedoc from 0.20.16 to 0.20.18 [`#565`](https://github.com/oceanprotocol/ocean-lib-js/pull/565)
|
|
1116
|
+
- Release 0.11.0 [`4f494f2`](https://github.com/oceanprotocol/ocean-lib-js/commit/4f494f21a9cc39e018b336c17db281fa00d6ec8c)
|
|
1117
|
+
- bump web3-eth-contract to 1.3.3 [`d7ababa`](https://github.com/oceanprotocol/ocean-lib-js/commit/d7ababab24a8a168e4bb9f6f18d81fe1f413567f)
|
|
1118
|
+
- refactor [`100e5c5`](https://github.com/oceanprotocol/ocean-lib-js/commit/100e5c5767046393a57d7d1055db2e68e0d262cb)
|
|
1119
|
+
|
|
1120
|
+
#### [v0.10.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.10.0...v0.10.1)
|
|
1096
1121
|
|
|
1097
1122
|
> 21 January 2021
|
|
1098
1123
|
|
|
1099
|
-
- fix metamask bug [`#557`](https://github.com/oceanprotocol/ocean
|
|
1100
|
-
- multithread search by dt address [`#559`](https://github.com/oceanprotocol/ocean
|
|
1101
|
-
- Bump ora from 5.2.0 to 5.3.0 [`#556`](https://github.com/oceanprotocol/ocean
|
|
1102
|
-
- Bump @types/node from 14.14.21 to 14.14.22 [`#555`](https://github.com/oceanprotocol/ocean
|
|
1103
|
-
- Bump @typescript-eslint/eslint-plugin from 4.13.0 to 4.14.0 [`#554`](https://github.com/oceanprotocol/ocean
|
|
1104
|
-
- Bump eslint-config-prettier from 7.1.0 to 7.2.0 [`#552`](https://github.com/oceanprotocol/ocean
|
|
1105
|
-
- Release 0.10.1 [`bb12807`](https://github.com/oceanprotocol/ocean
|
|
1124
|
+
- fix metamask bug [`#557`](https://github.com/oceanprotocol/ocean-lib-js/pull/557)
|
|
1125
|
+
- multithread search by dt address [`#559`](https://github.com/oceanprotocol/ocean-lib-js/pull/559)
|
|
1126
|
+
- Bump ora from 5.2.0 to 5.3.0 [`#556`](https://github.com/oceanprotocol/ocean-lib-js/pull/556)
|
|
1127
|
+
- Bump @types/node from 14.14.21 to 14.14.22 [`#555`](https://github.com/oceanprotocol/ocean-lib-js/pull/555)
|
|
1128
|
+
- Bump @typescript-eslint/eslint-plugin from 4.13.0 to 4.14.0 [`#554`](https://github.com/oceanprotocol/ocean-lib-js/pull/554)
|
|
1129
|
+
- Bump eslint-config-prettier from 7.1.0 to 7.2.0 [`#552`](https://github.com/oceanprotocol/ocean-lib-js/pull/552)
|
|
1130
|
+
- Release 0.10.1 [`bb12807`](https://github.com/oceanprotocol/ocean-lib-js/commit/bb12807ab69fbf760d598fdb012d8b7e2e8f5b17)
|
|
1106
1131
|
|
|
1107
|
-
#### [v0.10.0](https://github.com/oceanprotocol/ocean
|
|
1132
|
+
#### [v0.10.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.21...v0.10.0)
|
|
1108
1133
|
|
|
1109
1134
|
> 18 January 2021
|
|
1110
1135
|
|
|
1111
|
-
- Bump typedoc from 0.20.14 to 0.20.16 [`#549`](https://github.com/oceanprotocol/ocean
|
|
1112
|
-
- Bump eslint from 7.17.0 to 7.18.0 [`#550`](https://github.com/oceanprotocol/ocean
|
|
1113
|
-
- Bump mock-local-storage from 1.1.15 to 1.1.17 [`#548`](https://github.com/oceanprotocol/ocean
|
|
1114
|
-
- Bump @types/node-fetch from 2.5.7 to 2.5.8 [`#545`](https://github.com/oceanprotocol/ocean
|
|
1115
|
-
- Bump @types/node from 14.14.20 to 14.14.21 [`#546`](https://github.com/oceanprotocol/ocean
|
|
1116
|
-
- Refactor `OnChainMetadataCache` [`#551`](https://github.com/oceanprotocol/ocean
|
|
1117
|
-
- add updateServiceTimeout and edit ddo updates [`#544`](https://github.com/oceanprotocol/ocean
|
|
1118
|
-
- Release 0.10.0 [`6c0b5c6`](https://github.com/oceanprotocol/ocean
|
|
1119
|
-
- typedoc fixes [`25ac01e`](https://github.com/oceanprotocol/ocean
|
|
1136
|
+
- Bump typedoc from 0.20.14 to 0.20.16 [`#549`](https://github.com/oceanprotocol/ocean-lib-js/pull/549)
|
|
1137
|
+
- Bump eslint from 7.17.0 to 7.18.0 [`#550`](https://github.com/oceanprotocol/ocean-lib-js/pull/550)
|
|
1138
|
+
- Bump mock-local-storage from 1.1.15 to 1.1.17 [`#548`](https://github.com/oceanprotocol/ocean-lib-js/pull/548)
|
|
1139
|
+
- Bump @types/node-fetch from 2.5.7 to 2.5.8 [`#545`](https://github.com/oceanprotocol/ocean-lib-js/pull/545)
|
|
1140
|
+
- Bump @types/node from 14.14.20 to 14.14.21 [`#546`](https://github.com/oceanprotocol/ocean-lib-js/pull/546)
|
|
1141
|
+
- Refactor `OnChainMetadataCache` [`#551`](https://github.com/oceanprotocol/ocean-lib-js/pull/551)
|
|
1142
|
+
- add updateServiceTimeout and edit ddo updates [`#544`](https://github.com/oceanprotocol/ocean-lib-js/pull/544)
|
|
1143
|
+
- Release 0.10.0 [`6c0b5c6`](https://github.com/oceanprotocol/ocean-lib-js/commit/6c0b5c6779ec280ad4d0f19e0adb9eeb9cd7a9e0)
|
|
1144
|
+
- typedoc fixes [`25ac01e`](https://github.com/oceanprotocol/ocean-lib-js/commit/25ac01e97dbb6a278650aae5773292d5e73af7e9)
|
|
1120
1145
|
|
|
1121
|
-
#### [v0.9.21](https://github.com/oceanprotocol/ocean
|
|
1146
|
+
#### [v0.9.21](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.20...v0.9.21)
|
|
1122
1147
|
|
|
1123
1148
|
> 13 January 2021
|
|
1124
1149
|
|
|
1125
|
-
- Feature/decimal [`#541`](https://github.com/oceanprotocol/ocean
|
|
1126
|
-
- Datokens: check cap before mint [`#531`](https://github.com/oceanprotocol/ocean
|
|
1127
|
-
- [WIP] Adds checkURL function to use provider endpoint. [`#540`](https://github.com/oceanprotocol/ocean
|
|
1128
|
-
- package updates [`#539`](https://github.com/oceanprotocol/ocean
|
|
1129
|
-
- fix download for large files [`#537`](https://github.com/oceanprotocol/ocean
|
|
1130
|
-
- pool creation: check allowance for dt and ocean before aprove is called [`#530`](https://github.com/oceanprotocol/ocean
|
|
1131
|
-
- Bump @typescript-eslint/parser from 4.12.0 to 4.13.0 [`#534`](https://github.com/oceanprotocol/ocean
|
|
1132
|
-
- Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0 [`#533`](https://github.com/oceanprotocol/ocean
|
|
1133
|
-
- Bump typedoc from 0.20.13 to 0.20.14 [`#532`](https://github.com/oceanprotocol/ocean
|
|
1134
|
-
- Bump @typescript-eslint/parser from 4.11.1 to 4.12.0 [`#528`](https://github.com/oceanprotocol/ocean
|
|
1135
|
-
- Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 [`#529`](https://github.com/oceanprotocol/ocean
|
|
1136
|
-
- Bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0 [`#527`](https://github.com/oceanprotocol/ocean
|
|
1137
|
-
- Bump eslint from 7.16.0 to 7.17.0 [`#520`](https://github.com/oceanprotocol/ocean
|
|
1138
|
-
- Bump ora from 5.1.0 to 5.2.0 [`#521`](https://github.com/oceanprotocol/ocean
|
|
1139
|
-
- Bump typescript from 4.0.5 to 4.1.3 [`#522`](https://github.com/oceanprotocol/ocean
|
|
1140
|
-
- Bump typedoc from 0.20.10 to 0.20.13 [`#526`](https://github.com/oceanprotocol/ocean
|
|
1141
|
-
- Bump @types/node from 14.14.19 to 14.14.20 [`#523`](https://github.com/oceanprotocol/ocean
|
|
1142
|
-
- Bump @typescript-eslint/eslint-plugin from 4.11.0 to 4.11.1 [`#511`](https://github.com/oceanprotocol/ocean
|
|
1143
|
-
- Bump @typescript-eslint/parser from 4.11.0 to 4.11.1 [`#512`](https://github.com/oceanprotocol/ocean
|
|
1144
|
-
- Bump @types/node from 14.14.16 to 14.14.19 [`#519`](https://github.com/oceanprotocol/ocean
|
|
1145
|
-
- Bump typedoc from 0.19.2 to 0.20.10 [`#518`](https://github.com/oceanprotocol/ocean
|
|
1146
|
-
- Bump @truffle/hdwallet-provider from 1.2.0 to 1.2.1 [`#510`](https://github.com/oceanprotocol/ocean
|
|
1147
|
-
- Bump eslint from 7.15.0 to 7.16.0 [`#505`](https://github.com/oceanprotocol/ocean
|
|
1148
|
-
- Bump @typescript-eslint/parser from 4.10.0 to 4.11.0 [`#507`](https://github.com/oceanprotocol/ocean
|
|
1149
|
-
- Bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.0 [`#508`](https://github.com/oceanprotocol/ocean
|
|
1150
|
-
- Bump @types/node from 14.14.14 to 14.14.16 [`#509`](https://github.com/oceanprotocol/ocean
|
|
1151
|
-
- Bump @types/node from 14.14.13 to 14.14.14 [`#502`](https://github.com/oceanprotocol/ocean
|
|
1152
|
-
- Bump @typescript-eslint/eslint-plugin from 4.9.1 to 4.10.0 [`#501`](https://github.com/oceanprotocol/ocean
|
|
1153
|
-
- Bump @typescript-eslint/parser from 4.9.1 to 4.10.0 [`#500`](https://github.com/oceanprotocol/ocean
|
|
1154
|
-
- Bump @types/node from 14.14.11 to 14.14.13 [`#498`](https://github.com/oceanprotocol/ocean
|
|
1155
|
-
- Bump eslint-plugin-prettier from 3.2.0 to 3.3.0 [`#499`](https://github.com/oceanprotocol/ocean
|
|
1156
|
-
- Bump @types/node from 14.14.11 to 14.14.12 [`#496`](https://github.com/oceanprotocol/ocean
|
|
1157
|
-
- Bump ini from 1.3.5 to 1.3.8 [`#497`](https://github.com/oceanprotocol/ocean
|
|
1158
|
-
- Release 0.9.21 [`3801c39`](https://github.com/oceanprotocol/ocean
|
|
1159
|
-
- wip check allowance for dt and ocean at pool creation [`a5a55b1`](https://github.com/oceanprotocol/ocean
|
|
1160
|
-
- throw error when a condition is not valid instead of returning null [`286e737`](https://github.com/oceanprotocol/ocean
|
|
1161
|
-
|
|
1162
|
-
#### [v0.9.20](https://github.com/oceanprotocol/ocean
|
|
1150
|
+
- Feature/decimal [`#541`](https://github.com/oceanprotocol/ocean-lib-js/pull/541)
|
|
1151
|
+
- Datokens: check cap before mint [`#531`](https://github.com/oceanprotocol/ocean-lib-js/pull/531)
|
|
1152
|
+
- [WIP] Adds checkURL function to use provider endpoint. [`#540`](https://github.com/oceanprotocol/ocean-lib-js/pull/540)
|
|
1153
|
+
- package updates [`#539`](https://github.com/oceanprotocol/ocean-lib-js/pull/539)
|
|
1154
|
+
- fix download for large files [`#537`](https://github.com/oceanprotocol/ocean-lib-js/pull/537)
|
|
1155
|
+
- pool creation: check allowance for dt and ocean before aprove is called [`#530`](https://github.com/oceanprotocol/ocean-lib-js/pull/530)
|
|
1156
|
+
- Bump @typescript-eslint/parser from 4.12.0 to 4.13.0 [`#534`](https://github.com/oceanprotocol/ocean-lib-js/pull/534)
|
|
1157
|
+
- Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0 [`#533`](https://github.com/oceanprotocol/ocean-lib-js/pull/533)
|
|
1158
|
+
- Bump typedoc from 0.20.13 to 0.20.14 [`#532`](https://github.com/oceanprotocol/ocean-lib-js/pull/532)
|
|
1159
|
+
- Bump @typescript-eslint/parser from 4.11.1 to 4.12.0 [`#528`](https://github.com/oceanprotocol/ocean-lib-js/pull/528)
|
|
1160
|
+
- Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 [`#529`](https://github.com/oceanprotocol/ocean-lib-js/pull/529)
|
|
1161
|
+
- Bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0 [`#527`](https://github.com/oceanprotocol/ocean-lib-js/pull/527)
|
|
1162
|
+
- Bump eslint from 7.16.0 to 7.17.0 [`#520`](https://github.com/oceanprotocol/ocean-lib-js/pull/520)
|
|
1163
|
+
- Bump ora from 5.1.0 to 5.2.0 [`#521`](https://github.com/oceanprotocol/ocean-lib-js/pull/521)
|
|
1164
|
+
- Bump typescript from 4.0.5 to 4.1.3 [`#522`](https://github.com/oceanprotocol/ocean-lib-js/pull/522)
|
|
1165
|
+
- Bump typedoc from 0.20.10 to 0.20.13 [`#526`](https://github.com/oceanprotocol/ocean-lib-js/pull/526)
|
|
1166
|
+
- Bump @types/node from 14.14.19 to 14.14.20 [`#523`](https://github.com/oceanprotocol/ocean-lib-js/pull/523)
|
|
1167
|
+
- Bump @typescript-eslint/eslint-plugin from 4.11.0 to 4.11.1 [`#511`](https://github.com/oceanprotocol/ocean-lib-js/pull/511)
|
|
1168
|
+
- Bump @typescript-eslint/parser from 4.11.0 to 4.11.1 [`#512`](https://github.com/oceanprotocol/ocean-lib-js/pull/512)
|
|
1169
|
+
- Bump @types/node from 14.14.16 to 14.14.19 [`#519`](https://github.com/oceanprotocol/ocean-lib-js/pull/519)
|
|
1170
|
+
- Bump typedoc from 0.19.2 to 0.20.10 [`#518`](https://github.com/oceanprotocol/ocean-lib-js/pull/518)
|
|
1171
|
+
- Bump @truffle/hdwallet-provider from 1.2.0 to 1.2.1 [`#510`](https://github.com/oceanprotocol/ocean-lib-js/pull/510)
|
|
1172
|
+
- Bump eslint from 7.15.0 to 7.16.0 [`#505`](https://github.com/oceanprotocol/ocean-lib-js/pull/505)
|
|
1173
|
+
- Bump @typescript-eslint/parser from 4.10.0 to 4.11.0 [`#507`](https://github.com/oceanprotocol/ocean-lib-js/pull/507)
|
|
1174
|
+
- Bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.0 [`#508`](https://github.com/oceanprotocol/ocean-lib-js/pull/508)
|
|
1175
|
+
- Bump @types/node from 14.14.14 to 14.14.16 [`#509`](https://github.com/oceanprotocol/ocean-lib-js/pull/509)
|
|
1176
|
+
- Bump @types/node from 14.14.13 to 14.14.14 [`#502`](https://github.com/oceanprotocol/ocean-lib-js/pull/502)
|
|
1177
|
+
- Bump @typescript-eslint/eslint-plugin from 4.9.1 to 4.10.0 [`#501`](https://github.com/oceanprotocol/ocean-lib-js/pull/501)
|
|
1178
|
+
- Bump @typescript-eslint/parser from 4.9.1 to 4.10.0 [`#500`](https://github.com/oceanprotocol/ocean-lib-js/pull/500)
|
|
1179
|
+
- Bump @types/node from 14.14.11 to 14.14.13 [`#498`](https://github.com/oceanprotocol/ocean-lib-js/pull/498)
|
|
1180
|
+
- Bump eslint-plugin-prettier from 3.2.0 to 3.3.0 [`#499`](https://github.com/oceanprotocol/ocean-lib-js/pull/499)
|
|
1181
|
+
- Bump @types/node from 14.14.11 to 14.14.12 [`#496`](https://github.com/oceanprotocol/ocean-lib-js/pull/496)
|
|
1182
|
+
- Bump ini from 1.3.5 to 1.3.8 [`#497`](https://github.com/oceanprotocol/ocean-lib-js/pull/497)
|
|
1183
|
+
- Release 0.9.21 [`3801c39`](https://github.com/oceanprotocol/ocean-lib-js/commit/3801c3925ba1c80003214deda3d1d734c051f995)
|
|
1184
|
+
- wip check allowance for dt and ocean at pool creation [`a5a55b1`](https://github.com/oceanprotocol/ocean-lib-js/commit/a5a55b19a158b9e13d9061abed9d784149b2d20c)
|
|
1185
|
+
- throw error when a condition is not valid instead of returning null [`286e737`](https://github.com/oceanprotocol/ocean-lib-js/commit/286e737e93f7b079cff932872ea61adfa621cf1e)
|
|
1186
|
+
|
|
1187
|
+
#### [v0.9.20](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.19...v0.9.20)
|
|
1163
1188
|
|
|
1164
1189
|
> 10 December 2020
|
|
1165
1190
|
|
|
1166
|
-
- add subgraphUri to ConfigHelper [`#495`](https://github.com/oceanprotocol/ocean
|
|
1167
|
-
- Release 0.9.20 [`795008e`](https://github.com/oceanprotocol/ocean
|
|
1168
|
-
- add subgraphUri [`1b7d573`](https://github.com/oceanprotocol/ocean
|
|
1191
|
+
- add subgraphUri to ConfigHelper [`#495`](https://github.com/oceanprotocol/ocean-lib-js/pull/495)
|
|
1192
|
+
- Release 0.9.20 [`795008e`](https://github.com/oceanprotocol/ocean-lib-js/commit/795008e765c0e3afef65d2a1bf95d09c44c4027d)
|
|
1193
|
+
- add subgraphUri [`1b7d573`](https://github.com/oceanprotocol/ocean-lib-js/commit/1b7d573434201f4225bb41f59da2ed25b947cfd0)
|
|
1169
1194
|
|
|
1170
|
-
#### [v0.9.19](https://github.com/oceanprotocol/ocean
|
|
1195
|
+
#### [v0.9.19](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.18...v0.9.19)
|
|
1171
1196
|
|
|
1172
1197
|
> 10 December 2020
|
|
1173
1198
|
|
|
1174
|
-
- add ropsten [`#492`](https://github.com/oceanprotocol/ocean
|
|
1175
|
-
- Bump @types/mocha from 8.0.4 to 8.2.0 [`#491`](https://github.com/oceanprotocol/ocean
|
|
1176
|
-
- Bump @types/node from 14.14.10 to 14.14.11 [`#490`](https://github.com/oceanprotocol/ocean
|
|
1177
|
-
- Bump uuid from 8.3.1 to 8.3.2 [`#489`](https://github.com/oceanprotocol/ocean
|
|
1178
|
-
- Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.9.1 [`#488`](https://github.com/oceanprotocol/ocean
|
|
1179
|
-
- Bump ts-node from 9.1.0 to 9.1.1 [`#487`](https://github.com/oceanprotocol/ocean
|
|
1180
|
-
- Bump @typescript-eslint/parser from 4.9.0 to 4.9.1 [`#486`](https://github.com/oceanprotocol/ocean
|
|
1181
|
-
- Bump eslint from 7.14.0 to 7.15.0 [`#485`](https://github.com/oceanprotocol/ocean
|
|
1182
|
-
- Bump eslint-config-prettier from 6.15.0 to 7.0.0 [`#484`](https://github.com/oceanprotocol/ocean
|
|
1183
|
-
- Bump highlight.js from 10.2.0 to 10.4.1 [`#482`](https://github.com/oceanprotocol/ocean
|
|
1184
|
-
- Bump ts-node from 9.0.0 to 9.1.0 [`#480`](https://github.com/oceanprotocol/ocean
|
|
1185
|
-
- Bump @types/chai-spies from 1.0.2 to 1.0.3 [`#481`](https://github.com/oceanprotocol/ocean
|
|
1186
|
-
- Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 [`#479`](https://github.com/oceanprotocol/ocean
|
|
1187
|
-
- Bump cross-env from 7.0.2 to 7.0.3 [`#478`](https://github.com/oceanprotocol/ocean
|
|
1188
|
-
- Bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 [`#477`](https://github.com/oceanprotocol/ocean
|
|
1189
|
-
- Bump @typescript-eslint/parser from 4.8.2 to 4.9.0 [`#476`](https://github.com/oceanprotocol/ocean
|
|
1190
|
-
- Bump prettier from 2.2.0 to 2.2.1 [`#474`](https://github.com/oceanprotocol/ocean
|
|
1191
|
-
- Bump @types/node from 14.14.9 to 14.14.10 [`#471`](https://github.com/oceanprotocol/ocean
|
|
1192
|
-
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#472`](https://github.com/oceanprotocol/ocean
|
|
1193
|
-
- Bump release-it from 14.2.1 to 14.2.2 [`#473`](https://github.com/oceanprotocol/ocean
|
|
1194
|
-
- Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 [`#470`](https://github.com/oceanprotocol/ocean
|
|
1195
|
-
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#469`](https://github.com/oceanprotocol/ocean
|
|
1196
|
-
- Release 0.9.19 [`7bfcd65`](https://github.com/oceanprotocol/ocean
|
|
1197
|
-
|
|
1198
|
-
#### [v0.9.18](https://github.com/oceanprotocol/ocean
|
|
1199
|
+
- add ropsten [`#492`](https://github.com/oceanprotocol/ocean-lib-js/pull/492)
|
|
1200
|
+
- Bump @types/mocha from 8.0.4 to 8.2.0 [`#491`](https://github.com/oceanprotocol/ocean-lib-js/pull/491)
|
|
1201
|
+
- Bump @types/node from 14.14.10 to 14.14.11 [`#490`](https://github.com/oceanprotocol/ocean-lib-js/pull/490)
|
|
1202
|
+
- Bump uuid from 8.3.1 to 8.3.2 [`#489`](https://github.com/oceanprotocol/ocean-lib-js/pull/489)
|
|
1203
|
+
- Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.9.1 [`#488`](https://github.com/oceanprotocol/ocean-lib-js/pull/488)
|
|
1204
|
+
- Bump ts-node from 9.1.0 to 9.1.1 [`#487`](https://github.com/oceanprotocol/ocean-lib-js/pull/487)
|
|
1205
|
+
- Bump @typescript-eslint/parser from 4.9.0 to 4.9.1 [`#486`](https://github.com/oceanprotocol/ocean-lib-js/pull/486)
|
|
1206
|
+
- Bump eslint from 7.14.0 to 7.15.0 [`#485`](https://github.com/oceanprotocol/ocean-lib-js/pull/485)
|
|
1207
|
+
- Bump eslint-config-prettier from 6.15.0 to 7.0.0 [`#484`](https://github.com/oceanprotocol/ocean-lib-js/pull/484)
|
|
1208
|
+
- Bump highlight.js from 10.2.0 to 10.4.1 [`#482`](https://github.com/oceanprotocol/ocean-lib-js/pull/482)
|
|
1209
|
+
- Bump ts-node from 9.0.0 to 9.1.0 [`#480`](https://github.com/oceanprotocol/ocean-lib-js/pull/480)
|
|
1210
|
+
- Bump @types/chai-spies from 1.0.2 to 1.0.3 [`#481`](https://github.com/oceanprotocol/ocean-lib-js/pull/481)
|
|
1211
|
+
- Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 [`#479`](https://github.com/oceanprotocol/ocean-lib-js/pull/479)
|
|
1212
|
+
- Bump cross-env from 7.0.2 to 7.0.3 [`#478`](https://github.com/oceanprotocol/ocean-lib-js/pull/478)
|
|
1213
|
+
- Bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 [`#477`](https://github.com/oceanprotocol/ocean-lib-js/pull/477)
|
|
1214
|
+
- Bump @typescript-eslint/parser from 4.8.2 to 4.9.0 [`#476`](https://github.com/oceanprotocol/ocean-lib-js/pull/476)
|
|
1215
|
+
- Bump prettier from 2.2.0 to 2.2.1 [`#474`](https://github.com/oceanprotocol/ocean-lib-js/pull/474)
|
|
1216
|
+
- Bump @types/node from 14.14.9 to 14.14.10 [`#471`](https://github.com/oceanprotocol/ocean-lib-js/pull/471)
|
|
1217
|
+
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#472`](https://github.com/oceanprotocol/ocean-lib-js/pull/472)
|
|
1218
|
+
- Bump release-it from 14.2.1 to 14.2.2 [`#473`](https://github.com/oceanprotocol/ocean-lib-js/pull/473)
|
|
1219
|
+
- Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 [`#470`](https://github.com/oceanprotocol/ocean-lib-js/pull/470)
|
|
1220
|
+
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#469`](https://github.com/oceanprotocol/ocean-lib-js/pull/469)
|
|
1221
|
+
- Release 0.9.19 [`7bfcd65`](https://github.com/oceanprotocol/ocean-lib-js/commit/7bfcd65949e0bf90fe2b0331468c29dddb6cf536)
|
|
1222
|
+
|
|
1223
|
+
#### [v0.9.18](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.17...v0.9.18)
|
|
1199
1224
|
|
|
1200
1225
|
> 24 November 2020
|
|
1201
1226
|
|
|
1202
|
-
- Handle assets with low liquidity [`#468`](https://github.com/oceanprotocol/ocean
|
|
1203
|
-
- Bump prettier from 2.1.2 to 2.2.0 [`#467`](https://github.com/oceanprotocol/ocean
|
|
1204
|
-
- Bump eslint from 7.13.0 to 7.14.0 [`#466`](https://github.com/oceanprotocol/ocean
|
|
1205
|
-
- Bump @types/node from 14.14.8 to 14.14.9 [`#465`](https://github.com/oceanprotocol/ocean
|
|
1206
|
-
- Release 0.9.18 [`832f2d8`](https://github.com/oceanprotocol/ocean
|
|
1227
|
+
- Handle assets with low liquidity [`#468`](https://github.com/oceanprotocol/ocean-lib-js/pull/468)
|
|
1228
|
+
- Bump prettier from 2.1.2 to 2.2.0 [`#467`](https://github.com/oceanprotocol/ocean-lib-js/pull/467)
|
|
1229
|
+
- Bump eslint from 7.13.0 to 7.14.0 [`#466`](https://github.com/oceanprotocol/ocean-lib-js/pull/466)
|
|
1230
|
+
- Bump @types/node from 14.14.8 to 14.14.9 [`#465`](https://github.com/oceanprotocol/ocean-lib-js/pull/465)
|
|
1231
|
+
- Release 0.9.18 [`832f2d8`](https://github.com/oceanprotocol/ocean-lib-js/commit/832f2d82b5d04c81a9c301a657ae7db84394871c)
|
|
1207
1232
|
|
|
1208
|
-
#### [v0.9.17](https://github.com/oceanprotocol/ocean
|
|
1233
|
+
#### [v0.9.17](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.16...v0.9.17)
|
|
1209
1234
|
|
|
1210
1235
|
> 19 November 2020
|
|
1211
1236
|
|
|
1212
|
-
- fix typo [`#464`](https://github.com/oceanprotocol/ocean
|
|
1213
|
-
- Bump @typescript-eslint/eslint-plugin from 4.8.0 to 4.8.1 [`#459`](https://github.com/oceanprotocol/ocean
|
|
1214
|
-
- Bump @typescript-eslint/parser from 4.8.0 to 4.8.1 [`#460`](https://github.com/oceanprotocol/ocean
|
|
1215
|
-
- Bump @types/node from 14.14.7 to 14.14.8 [`#461`](https://github.com/oceanprotocol/ocean
|
|
1216
|
-
- Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.0 [`#458`](https://github.com/oceanprotocol/ocean
|
|
1217
|
-
- Bump @typescript-eslint/parser from 4.7.0 to 4.8.0 [`#457`](https://github.com/oceanprotocol/ocean
|
|
1218
|
-
- Release 0.9.17 [`4345bb9`](https://github.com/oceanprotocol/ocean
|
|
1237
|
+
- fix typo [`#464`](https://github.com/oceanprotocol/ocean-lib-js/pull/464)
|
|
1238
|
+
- Bump @typescript-eslint/eslint-plugin from 4.8.0 to 4.8.1 [`#459`](https://github.com/oceanprotocol/ocean-lib-js/pull/459)
|
|
1239
|
+
- Bump @typescript-eslint/parser from 4.8.0 to 4.8.1 [`#460`](https://github.com/oceanprotocol/ocean-lib-js/pull/460)
|
|
1240
|
+
- Bump @types/node from 14.14.7 to 14.14.8 [`#461`](https://github.com/oceanprotocol/ocean-lib-js/pull/461)
|
|
1241
|
+
- Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.0 [`#458`](https://github.com/oceanprotocol/ocean-lib-js/pull/458)
|
|
1242
|
+
- Bump @typescript-eslint/parser from 4.7.0 to 4.8.0 [`#457`](https://github.com/oceanprotocol/ocean-lib-js/pull/457)
|
|
1243
|
+
- Release 0.9.17 [`4345bb9`](https://github.com/oceanprotocol/ocean-lib-js/commit/4345bb94b62373d44eca6dbec6984faf6529eb9b)
|
|
1219
1244
|
|
|
1220
|
-
#### [v0.9.16](https://github.com/oceanprotocol/ocean
|
|
1245
|
+
#### [v0.9.16](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.15...v0.9.16)
|
|
1221
1246
|
|
|
1222
1247
|
> 16 November 2020
|
|
1223
1248
|
|
|
1224
|
-
- Bug/fullfill promises [`#456`](https://github.com/oceanprotocol/ocean
|
|
1225
|
-
- Release 0.9.16 [`bf19bcc`](https://github.com/oceanprotocol/ocean
|
|
1249
|
+
- Bug/fullfill promises [`#456`](https://github.com/oceanprotocol/ocean-lib-js/pull/456)
|
|
1250
|
+
- Release 0.9.16 [`bf19bcc`](https://github.com/oceanprotocol/ocean-lib-js/commit/bf19bcc1f5ce73a14266dc15951a74d06d6c3e74)
|
|
1226
1251
|
|
|
1227
|
-
#### [v0.9.15](https://github.com/oceanprotocol/ocean
|
|
1252
|
+
#### [v0.9.15](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.14...v0.9.15)
|
|
1228
1253
|
|
|
1229
1254
|
> 16 November 2020
|
|
1230
1255
|
|
|
1231
|
-
- fullfill promises [`#455`](https://github.com/oceanprotocol/ocean
|
|
1232
|
-
- Release 0.9.15 [`8f9ef02`](https://github.com/oceanprotocol/ocean
|
|
1256
|
+
- fullfill promises [`#455`](https://github.com/oceanprotocol/ocean-lib-js/pull/455)
|
|
1257
|
+
- Release 0.9.15 [`8f9ef02`](https://github.com/oceanprotocol/ocean-lib-js/commit/8f9ef02b94da8eb19948d729dde6576d5f1d43eb)
|
|
1233
1258
|
|
|
1234
|
-
#### [v0.9.14](https://github.com/oceanprotocol/ocean
|
|
1259
|
+
#### [v0.9.14](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.13...v0.9.14)
|
|
1235
1260
|
|
|
1236
1261
|
> 16 November 2020
|
|
1237
1262
|
|
|
1238
|
-
- add buyDTWithExactOcean function [`#454`](https://github.com/oceanprotocol/ocean
|
|
1239
|
-
- add computeBuySlippage and computeSellSlippage [`6424cac`](https://github.com/oceanprotocol/ocean
|
|
1240
|
-
- remove console.log [`ff7171f`](https://github.com/oceanprotocol/ocean
|
|
1241
|
-
- Release 0.9.14 [`0119885`](https://github.com/oceanprotocol/ocean
|
|
1263
|
+
- add buyDTWithExactOcean function [`#454`](https://github.com/oceanprotocol/ocean-lib-js/pull/454)
|
|
1264
|
+
- add computeBuySlippage and computeSellSlippage [`6424cac`](https://github.com/oceanprotocol/ocean-lib-js/commit/6424caca697e8f2875b52df0721cf3e63d8e8ce0)
|
|
1265
|
+
- remove console.log [`ff7171f`](https://github.com/oceanprotocol/ocean-lib-js/commit/ff7171f64b314db803f59be404e72afc4c77393a)
|
|
1266
|
+
- Release 0.9.14 [`0119885`](https://github.com/oceanprotocol/ocean-lib-js/commit/0119885277cd361bc00e485168a48477276f25e6)
|
|
1242
1267
|
|
|
1243
|
-
#### [v0.9.13](https://github.com/oceanprotocol/ocean
|
|
1268
|
+
#### [v0.9.13](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.12...v0.9.13)
|
|
1244
1269
|
|
|
1245
1270
|
> 13 November 2020
|
|
1246
1271
|
|
|
1247
|
-
- update isInPurgatory typing [`#452`](https://github.com/oceanprotocol/ocean
|
|
1248
|
-
- Release 0.9.13 [`c2c100d`](https://github.com/oceanprotocol/ocean
|
|
1272
|
+
- update isInPurgatory typing [`#452`](https://github.com/oceanprotocol/ocean-lib-js/pull/452)
|
|
1273
|
+
- Release 0.9.13 [`c2c100d`](https://github.com/oceanprotocol/ocean-lib-js/commit/c2c100d0a0b2fb5fc131b66aeb502c50280b1acf)
|
|
1249
1274
|
|
|
1250
|
-
#### [v0.9.12](https://github.com/oceanprotocol/ocean
|
|
1275
|
+
#### [v0.9.12](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.11...v0.9.12)
|
|
1251
1276
|
|
|
1252
1277
|
> 13 November 2020
|
|
1253
1278
|
|
|
1254
|
-
- Update .travis.yml [`#451`](https://github.com/oceanprotocol/ocean
|
|
1255
|
-
- Release 0.9.12 [`5143120`](https://github.com/oceanprotocol/ocean
|
|
1279
|
+
- Update .travis.yml [`#451`](https://github.com/oceanprotocol/ocean-lib-js/pull/451)
|
|
1280
|
+
- Release 0.9.12 [`5143120`](https://github.com/oceanprotocol/ocean-lib-js/commit/5143120204048f86c27ff97211ef1f900632fb2d)
|
|
1256
1281
|
|
|
1257
|
-
#### [v0.9.11](https://github.com/oceanprotocol/ocean
|
|
1282
|
+
#### [v0.9.11](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.10...v0.9.11)
|
|
1258
1283
|
|
|
1259
1284
|
> 13 November 2020
|
|
1260
1285
|
|
|
1261
|
-
- chunk promises [`#450`](https://github.com/oceanprotocol/ocean
|
|
1262
|
-
- Update typedoc.js [`#449`](https://github.com/oceanprotocol/ocean
|
|
1263
|
-
- update for purgatory [`#448`](https://github.com/oceanprotocol/ocean
|
|
1264
|
-
- Bump @types/mocha from 8.0.3 to 8.0.4 [`#447`](https://github.com/oceanprotocol/ocean
|
|
1265
|
-
- logs/history speed optimizations [`#441`](https://github.com/oceanprotocol/ocean
|
|
1266
|
-
- Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 [`#445`](https://github.com/oceanprotocol/ocean
|
|
1267
|
-
- Bump @types/node from 14.14.6 to 14.14.7 [`#444`](https://github.com/oceanprotocol/ocean
|
|
1268
|
-
- Bump @typescript-eslint/parser from 4.6.1 to 4.7.0 [`#446`](https://github.com/oceanprotocol/ocean
|
|
1269
|
-
- Bump eslint from 7.12.1 to 7.13.0 [`#442`](https://github.com/oceanprotocol/ocean
|
|
1270
|
-
- Bump @truffle/hdwallet-provider from 1.1.1 to 1.2.0 [`#443`](https://github.com/oceanprotocol/ocean
|
|
1271
|
-
- complete refactor getPoolLogs & getEventData [`1d717cb`](https://github.com/oceanprotocol/ocean
|
|
1272
|
-
- parallelized get shares and tx [`33bcb47`](https://github.com/oceanprotocol/ocean
|
|
1273
|
-
- fix [`eb5c298`](https://github.com/oceanprotocol/ocean
|
|
1274
|
-
|
|
1275
|
-
#### [v0.9.10](https://github.com/oceanprotocol/ocean
|
|
1286
|
+
- chunk promises [`#450`](https://github.com/oceanprotocol/ocean-lib-js/pull/450)
|
|
1287
|
+
- Update typedoc.js [`#449`](https://github.com/oceanprotocol/ocean-lib-js/pull/449)
|
|
1288
|
+
- update for purgatory [`#448`](https://github.com/oceanprotocol/ocean-lib-js/pull/448)
|
|
1289
|
+
- Bump @types/mocha from 8.0.3 to 8.0.4 [`#447`](https://github.com/oceanprotocol/ocean-lib-js/pull/447)
|
|
1290
|
+
- logs/history speed optimizations [`#441`](https://github.com/oceanprotocol/ocean-lib-js/pull/441)
|
|
1291
|
+
- Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 [`#445`](https://github.com/oceanprotocol/ocean-lib-js/pull/445)
|
|
1292
|
+
- Bump @types/node from 14.14.6 to 14.14.7 [`#444`](https://github.com/oceanprotocol/ocean-lib-js/pull/444)
|
|
1293
|
+
- Bump @typescript-eslint/parser from 4.6.1 to 4.7.0 [`#446`](https://github.com/oceanprotocol/ocean-lib-js/pull/446)
|
|
1294
|
+
- Bump eslint from 7.12.1 to 7.13.0 [`#442`](https://github.com/oceanprotocol/ocean-lib-js/pull/442)
|
|
1295
|
+
- Bump @truffle/hdwallet-provider from 1.1.1 to 1.2.0 [`#443`](https://github.com/oceanprotocol/ocean-lib-js/pull/443)
|
|
1296
|
+
- complete refactor getPoolLogs & getEventData [`1d717cb`](https://github.com/oceanprotocol/ocean-lib-js/commit/1d717cb3b03b150d16bb684bd13a1d7bdafa55a6)
|
|
1297
|
+
- parallelized get shares and tx [`33bcb47`](https://github.com/oceanprotocol/ocean-lib-js/commit/33bcb47d455cfbbbd9d8c26961f4127e9c514a82)
|
|
1298
|
+
- fix [`eb5c298`](https://github.com/oceanprotocol/ocean-lib-js/commit/eb5c29810f0a5e6e68370322fef57520564d50c1)
|
|
1299
|
+
|
|
1300
|
+
#### [v0.9.10](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.9...v0.9.10)
|
|
1276
1301
|
|
|
1277
1302
|
> 6 November 2020
|
|
1278
1303
|
|
|
1279
|
-
- buy/sell helpers [`#440`](https://github.com/oceanprotocol/ocean
|
|
1280
|
-
- fix datatoken search [`#439`](https://github.com/oceanprotocol/ocean
|
|
1281
|
-
- Bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1 [`#436`](https://github.com/oceanprotocol/ocean
|
|
1282
|
-
- Bump mocha from 8.1.3 to 8.2.1 [`#437`](https://github.com/oceanprotocol/ocean
|
|
1283
|
-
- Bump @typescript-eslint/parser from 4.6.0 to 4.6.1 [`#435`](https://github.com/oceanprotocol/ocean
|
|
1284
|
-
- Bump release-it from 14.2.0 to 14.2.1 [`#434`](https://github.com/oceanprotocol/ocean
|
|
1285
|
-
- Release 0.9.10 [`38c8b00`](https://github.com/oceanprotocol/ocean
|
|
1304
|
+
- buy/sell helpers [`#440`](https://github.com/oceanprotocol/ocean-lib-js/pull/440)
|
|
1305
|
+
- fix datatoken search [`#439`](https://github.com/oceanprotocol/ocean-lib-js/pull/439)
|
|
1306
|
+
- Bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1 [`#436`](https://github.com/oceanprotocol/ocean-lib-js/pull/436)
|
|
1307
|
+
- Bump mocha from 8.1.3 to 8.2.1 [`#437`](https://github.com/oceanprotocol/ocean-lib-js/pull/437)
|
|
1308
|
+
- Bump @typescript-eslint/parser from 4.6.0 to 4.6.1 [`#435`](https://github.com/oceanprotocol/ocean-lib-js/pull/435)
|
|
1309
|
+
- Bump release-it from 14.2.0 to 14.2.1 [`#434`](https://github.com/oceanprotocol/ocean-lib-js/pull/434)
|
|
1310
|
+
- Release 0.9.10 [`38c8b00`](https://github.com/oceanprotocol/ocean-lib-js/commit/38c8b00400e5e36eaea1c4c7ae4a2b419bbfbbfb)
|
|
1286
1311
|
|
|
1287
|
-
#### [v0.9.9](https://github.com/oceanprotocol/ocean
|
|
1312
|
+
#### [v0.9.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.8...v0.9.9)
|
|
1288
1313
|
|
|
1289
1314
|
> 30 October 2020
|
|
1290
1315
|
|
|
1291
|
-
- fix fromwei conversion [`#430`](https://github.com/oceanprotocol/ocean
|
|
1292
|
-
- fix typos [`#433`](https://github.com/oceanprotocol/ocean
|
|
1293
|
-
- use event block number as start [`#432`](https://github.com/oceanprotocol/ocean
|
|
1294
|
-
- fix DTPrice if amount is too high [`#431`](https://github.com/oceanprotocol/ocean
|
|
1295
|
-
- optimise gas costs [`ead3d21`](https://github.com/oceanprotocol/ocean
|
|
1296
|
-
- Release 0.9.9 [`94f46ee`](https://github.com/oceanprotocol/ocean
|
|
1297
|
-
- more wei conversions [`17a07b4`](https://github.com/oceanprotocol/ocean
|
|
1316
|
+
- fix fromwei conversion [`#430`](https://github.com/oceanprotocol/ocean-lib-js/pull/430)
|
|
1317
|
+
- fix typos [`#433`](https://github.com/oceanprotocol/ocean-lib-js/pull/433)
|
|
1318
|
+
- use event block number as start [`#432`](https://github.com/oceanprotocol/ocean-lib-js/pull/432)
|
|
1319
|
+
- fix DTPrice if amount is too high [`#431`](https://github.com/oceanprotocol/ocean-lib-js/pull/431)
|
|
1320
|
+
- optimise gas costs [`ead3d21`](https://github.com/oceanprotocol/ocean-lib-js/commit/ead3d212a2eabe0882f5581f6ca37bd2453399e3)
|
|
1321
|
+
- Release 0.9.9 [`94f46ee`](https://github.com/oceanprotocol/ocean-lib-js/commit/94f46eefcf88cca02ddfb6efc67c764a52cbda47)
|
|
1322
|
+
- more wei conversions [`17a07b4`](https://github.com/oceanprotocol/ocean-lib-js/commit/17a07b4897f4b3230a698b5654a6ef62cdfcd837)
|
|
1298
1323
|
|
|
1299
|
-
#### [v0.9.8](https://github.com/oceanprotocol/ocean
|
|
1324
|
+
#### [v0.9.8](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.7...v0.9.8)
|
|
1300
1325
|
|
|
1301
1326
|
> 29 October 2020
|
|
1302
1327
|
|
|
1303
|
-
- fix getPoolSharesByAddress [`#429`](https://github.com/oceanprotocol/ocean
|
|
1304
|
-
- Release 0.9.8 [`0a0ce63`](https://github.com/oceanprotocol/ocean
|
|
1305
|
-
- bug fix [`07c3835`](https://github.com/oceanprotocol/ocean
|
|
1328
|
+
- fix getPoolSharesByAddress [`#429`](https://github.com/oceanprotocol/ocean-lib-js/pull/429)
|
|
1329
|
+
- Release 0.9.8 [`0a0ce63`](https://github.com/oceanprotocol/ocean-lib-js/commit/0a0ce63580939ad7c59d314b5548cec1c8b23cf1)
|
|
1330
|
+
- bug fix [`07c3835`](https://github.com/oceanprotocol/ocean-lib-js/commit/07c3835759e96efba97407147dfde7f3da445716)
|
|
1306
1331
|
|
|
1307
|
-
#### [v0.9.7](https://github.com/oceanprotocol/ocean
|
|
1332
|
+
#### [v0.9.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.6...v0.9.7)
|
|
1308
1333
|
|
|
1309
1334
|
> 29 October 2020
|
|
1310
1335
|
|
|
1311
|
-
- add getPoolSharesByAddress [`#428`](https://github.com/oceanprotocol/ocean
|
|
1312
|
-
- more gas optimisations [`#427`](https://github.com/oceanprotocol/ocean
|
|
1313
|
-
- Bump @types/node from 14.14.5 to 14.14.6 [`#426`](https://github.com/oceanprotocol/ocean
|
|
1314
|
-
- more fixes [`694cde2`](https://github.com/oceanprotocol/ocean
|
|
1315
|
-
- add getPoolsSharesbyAddress [`087b021`](https://github.com/oceanprotocol/ocean
|
|
1316
|
-
- Release 0.9.7 [`7b16f75`](https://github.com/oceanprotocol/ocean
|
|
1336
|
+
- add getPoolSharesByAddress [`#428`](https://github.com/oceanprotocol/ocean-lib-js/pull/428)
|
|
1337
|
+
- more gas optimisations [`#427`](https://github.com/oceanprotocol/ocean-lib-js/pull/427)
|
|
1338
|
+
- Bump @types/node from 14.14.5 to 14.14.6 [`#426`](https://github.com/oceanprotocol/ocean-lib-js/pull/426)
|
|
1339
|
+
- more fixes [`694cde2`](https://github.com/oceanprotocol/ocean-lib-js/commit/694cde2a1359aacb03f9a09dd70a5b6770b2a031)
|
|
1340
|
+
- add getPoolsSharesbyAddress [`087b021`](https://github.com/oceanprotocol/ocean-lib-js/commit/087b021c17ba00e5a3b8d914642a6ac0527e14a2)
|
|
1341
|
+
- Release 0.9.7 [`7b16f75`](https://github.com/oceanprotocol/ocean-lib-js/commit/7b16f7561fc663861d5777e151092396564a239b)
|
|
1317
1342
|
|
|
1318
|
-
#### [v0.9.6](https://github.com/oceanprotocol/ocean
|
|
1343
|
+
#### [v0.9.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.5...v0.9.6)
|
|
1319
1344
|
|
|
1320
1345
|
> 28 October 2020
|
|
1321
1346
|
|
|
1322
|
-
- fix/remove liquidity [`#425`](https://github.com/oceanprotocol/ocean
|
|
1323
|
-
- Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#422`](https://github.com/oceanprotocol/ocean
|
|
1324
|
-
- Bump eslint from 7.12.0 to 7.12.1 [`#423`](https://github.com/oceanprotocol/ocean
|
|
1325
|
-
- more fixes [`2d31bd9`](https://github.com/oceanprotocol/ocean
|
|
1326
|
-
- fix max amountPoolshares balancer bug [`4a077a9`](https://github.com/oceanprotocol/ocean
|
|
1327
|
-
- Release 0.9.6 [`02b4b2b`](https://github.com/oceanprotocol/ocean
|
|
1347
|
+
- fix/remove liquidity [`#425`](https://github.com/oceanprotocol/ocean-lib-js/pull/425)
|
|
1348
|
+
- Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#422`](https://github.com/oceanprotocol/ocean-lib-js/pull/422)
|
|
1349
|
+
- Bump eslint from 7.12.0 to 7.12.1 [`#423`](https://github.com/oceanprotocol/ocean-lib-js/pull/423)
|
|
1350
|
+
- more fixes [`2d31bd9`](https://github.com/oceanprotocol/ocean-lib-js/commit/2d31bd9123919358684936d720f62ada039aa7be)
|
|
1351
|
+
- fix max amountPoolshares balancer bug [`4a077a9`](https://github.com/oceanprotocol/ocean-lib-js/commit/4a077a9fa9d22471c36eeb4b3e5e60a1f2579467)
|
|
1352
|
+
- Release 0.9.6 [`02b4b2b`](https://github.com/oceanprotocol/ocean-lib-js/commit/02b4b2bb0550b7168076582465ca59dde76a5a77)
|
|
1328
1353
|
|
|
1329
|
-
#### [v0.9.5](https://github.com/oceanprotocol/ocean
|
|
1354
|
+
#### [v0.9.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.4...v0.9.5)
|
|
1330
1355
|
|
|
1331
1356
|
> 27 October 2020
|
|
1332
1357
|
|
|
1333
|
-
- fix addmax & removemax [`#421`](https://github.com/oceanprotocol/ocean
|
|
1334
|
-
- Release 0.9.5 [`d67beac`](https://github.com/oceanprotocol/ocean
|
|
1358
|
+
- fix addmax & removemax [`#421`](https://github.com/oceanprotocol/ocean-lib-js/pull/421)
|
|
1359
|
+
- Release 0.9.5 [`d67beac`](https://github.com/oceanprotocol/ocean-lib-js/commit/d67beacde87a91c61c7e64ff0fae9f817ec88d5e)
|
|
1335
1360
|
|
|
1336
|
-
#### [v0.9.4](https://github.com/oceanprotocol/ocean
|
|
1361
|
+
#### [v0.9.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.3...v0.9.4)
|
|
1337
1362
|
|
|
1338
1363
|
> 27 October 2020
|
|
1339
1364
|
|
|
1340
|
-
- gas cost optimisations [`#420`](https://github.com/oceanprotocol/ocean
|
|
1341
|
-
- Release 0.9.4 [`e5c6797`](https://github.com/oceanprotocol/ocean
|
|
1365
|
+
- gas cost optimisations [`#420`](https://github.com/oceanprotocol/ocean-lib-js/pull/420)
|
|
1366
|
+
- Release 0.9.4 [`e5c6797`](https://github.com/oceanprotocol/ocean-lib-js/commit/e5c6797af9bfa73099189c3a45cc60b68bd96ed5)
|
|
1342
1367
|
|
|
1343
|
-
#### [v0.9.3](https://github.com/oceanprotocol/ocean
|
|
1368
|
+
#### [v0.9.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.1...v0.9.3)
|
|
1344
1369
|
|
|
1345
1370
|
> 27 October 2020
|
|
1346
1371
|
|
|
1347
|
-
- update bpool creation gas estimate [`#416`](https://github.com/oceanprotocol/ocean
|
|
1348
|
-
- Bump @types/node from 14.14.3 to 14.14.5 [`#415`](https://github.com/oceanprotocol/ocean
|
|
1349
|
-
- Bump @typescript-eslint/parser from 4.5.0 to 4.6.0 [`#413`](https://github.com/oceanprotocol/ocean
|
|
1350
|
-
- Bump typescript from 4.0.3 to 4.0.5 [`#414`](https://github.com/oceanprotocol/ocean
|
|
1351
|
-
- Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#412`](https://github.com/oceanprotocol/ocean
|
|
1352
|
-
- fix args names [`#411`](https://github.com/oceanprotocol/ocean
|
|
1353
|
-
- Release v0.9.2 [`19c05d5`](https://github.com/oceanprotocol/ocean
|
|
1354
|
-
- Release 0.9.3 [`e0bbcd1`](https://github.com/oceanprotocol/ocean
|
|
1355
|
-
- Update PoolFactory.ts [`2b810ac`](https://github.com/oceanprotocol/ocean
|
|
1372
|
+
- update bpool creation gas estimate [`#416`](https://github.com/oceanprotocol/ocean-lib-js/pull/416)
|
|
1373
|
+
- Bump @types/node from 14.14.3 to 14.14.5 [`#415`](https://github.com/oceanprotocol/ocean-lib-js/pull/415)
|
|
1374
|
+
- Bump @typescript-eslint/parser from 4.5.0 to 4.6.0 [`#413`](https://github.com/oceanprotocol/ocean-lib-js/pull/413)
|
|
1375
|
+
- Bump typescript from 4.0.3 to 4.0.5 [`#414`](https://github.com/oceanprotocol/ocean-lib-js/pull/414)
|
|
1376
|
+
- Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#412`](https://github.com/oceanprotocol/ocean-lib-js/pull/412)
|
|
1377
|
+
- fix args names [`#411`](https://github.com/oceanprotocol/ocean-lib-js/pull/411)
|
|
1378
|
+
- Release v0.9.2 [`19c05d5`](https://github.com/oceanprotocol/ocean-lib-js/commit/19c05d512d4eae265c96055cb6de6e9b158c4eb8)
|
|
1379
|
+
- Release 0.9.3 [`e0bbcd1`](https://github.com/oceanprotocol/ocean-lib-js/commit/e0bbcd101f48a50c895cc958125f31162d17fb7c)
|
|
1380
|
+
- Update PoolFactory.ts [`2b810ac`](https://github.com/oceanprotocol/ocean-lib-js/commit/2b810ac6a55f18f411ecfad56aa01dd73a6057d5)
|
|
1356
1381
|
|
|
1357
|
-
#### [v0.9.1](https://github.com/oceanprotocol/ocean
|
|
1382
|
+
#### [v0.9.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.0...v0.9.1)
|
|
1358
1383
|
|
|
1359
1384
|
> 26 October 2020
|
|
1360
1385
|
|
|
1361
|
-
- fix args names [`6960390`](https://github.com/oceanprotocol/ocean
|
|
1362
|
-
- gas limit in ddo publish [`7d62aee`](https://github.com/oceanprotocol/ocean
|
|
1363
|
-
- Release 0.9.1 [`5b76676`](https://github.com/oceanprotocol/ocean
|
|
1386
|
+
- fix args names [`6960390`](https://github.com/oceanprotocol/ocean-lib-js/commit/6960390720ae44badf40c37827e5b6e4bf151b81)
|
|
1387
|
+
- gas limit in ddo publish [`7d62aee`](https://github.com/oceanprotocol/ocean-lib-js/commit/7d62aeee63ab1b2399a1ed85110e0dbe848054bf)
|
|
1388
|
+
- Release 0.9.1 [`5b76676`](https://github.com/oceanprotocol/ocean-lib-js/commit/5b766763b6b7e5abf6047d512afed276356cab06)
|
|
1364
1389
|
|
|
1365
|
-
#### [v0.9.0](https://github.com/oceanprotocol/ocean
|
|
1390
|
+
#### [v0.9.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.8.1...v0.9.0)
|
|
1366
1391
|
|
|
1367
1392
|
> 26 October 2020
|
|
1368
1393
|
|
|
1369
|
-
- Fix/ComputeJob interface [`#410`](https://github.com/oceanprotocol/ocean
|
|
1370
|
-
- fix pool pricing [`#409`](https://github.com/oceanprotocol/ocean
|
|
1371
|
-
- word list update [`#407`](https://github.com/oceanprotocol/ocean
|
|
1372
|
-
- Release 0.9.0 [`1b90c92`](https://github.com/oceanprotocol/ocean
|
|
1373
|
-
- fix ComputeJob interface [`643fd04`](https://github.com/oceanprotocol/ocean
|
|
1394
|
+
- Fix/ComputeJob interface [`#410`](https://github.com/oceanprotocol/ocean-lib-js/pull/410)
|
|
1395
|
+
- fix pool pricing [`#409`](https://github.com/oceanprotocol/ocean-lib-js/pull/409)
|
|
1396
|
+
- word list update [`#407`](https://github.com/oceanprotocol/ocean-lib-js/pull/407)
|
|
1397
|
+
- Release 0.9.0 [`1b90c92`](https://github.com/oceanprotocol/ocean-lib-js/commit/1b90c92d08ae29b88ee8a0857564dffe558c69dc)
|
|
1398
|
+
- fix ComputeJob interface [`643fd04`](https://github.com/oceanprotocol/ocean-lib-js/commit/643fd04be0db9d3628f41b7621a5232abf02910a)
|
|
1374
1399
|
|
|
1375
|
-
#### [v0.8.1](https://github.com/oceanprotocol/ocean
|
|
1400
|
+
#### [v0.8.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.8.0...v0.8.1)
|
|
1376
1401
|
|
|
1377
1402
|
> 26 October 2020
|
|
1378
1403
|
|
|
1379
|
-
- gas optimisations [`#406`](https://github.com/oceanprotocol/ocean
|
|
1380
|
-
- Bump @types/node from 14.14.2 to 14.14.3 [`#403`](https://github.com/oceanprotocol/ocean
|
|
1381
|
-
- Bump eslint from 7.11.0 to 7.12.0 [`#402`](https://github.com/oceanprotocol/ocean
|
|
1382
|
-
- Release 0.8.1 [`a21f9e0`](https://github.com/oceanprotocol/ocean
|
|
1404
|
+
- gas optimisations [`#406`](https://github.com/oceanprotocol/ocean-lib-js/pull/406)
|
|
1405
|
+
- Bump @types/node from 14.14.2 to 14.14.3 [`#403`](https://github.com/oceanprotocol/ocean-lib-js/pull/403)
|
|
1406
|
+
- Bump eslint from 7.11.0 to 7.12.0 [`#402`](https://github.com/oceanprotocol/ocean-lib-js/pull/402)
|
|
1407
|
+
- Release 0.8.1 [`a21f9e0`](https://github.com/oceanprotocol/ocean-lib-js/commit/a21f9e0adb3d43c822ea030c5e4a90b72d87d96c)
|
|
1383
1408
|
|
|
1384
|
-
#### [v0.8.0](https://github.com/oceanprotocol/ocean
|
|
1409
|
+
#### [v0.8.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.5...v0.8.0)
|
|
1385
1410
|
|
|
1386
1411
|
> 23 October 2020
|
|
1387
1412
|
|
|
1388
|
-
- update metadataCacheUri & providerUri for mainnet [`#401`](https://github.com/oceanprotocol/ocean
|
|
1389
|
-
- Release 0.8.0 [`f28ba74`](https://github.com/oceanprotocol/ocean
|
|
1413
|
+
- update metadataCacheUri & providerUri for mainnet [`#401`](https://github.com/oceanprotocol/ocean-lib-js/pull/401)
|
|
1414
|
+
- Release 0.8.0 [`f28ba74`](https://github.com/oceanprotocol/ocean-lib-js/commit/f28ba748f2ce5efb859e84681ab309efd4811978)
|
|
1390
1415
|
|
|
1391
|
-
#### [v0.7.5](https://github.com/oceanprotocol/ocean
|
|
1416
|
+
#### [v0.7.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.4...v0.7.5)
|
|
1392
1417
|
|
|
1393
1418
|
> 22 October 2020
|
|
1394
1419
|
|
|
1395
|
-
- bump contracts to 0.5.7 [`#399`](https://github.com/oceanprotocol/ocean
|
|
1396
|
-
- update compute status [`#398`](https://github.com/oceanprotocol/ocean
|
|
1397
|
-
- Release 0.7.5 [`f43b665`](https://github.com/oceanprotocol/ocean
|
|
1398
|
-
- add mainnet uri [`aba652e`](https://github.com/oceanprotocol/ocean
|
|
1399
|
-
- fix tests [`4c4ef66`](https://github.com/oceanprotocol/ocean
|
|
1420
|
+
- bump contracts to 0.5.7 [`#399`](https://github.com/oceanprotocol/ocean-lib-js/pull/399)
|
|
1421
|
+
- update compute status [`#398`](https://github.com/oceanprotocol/ocean-lib-js/pull/398)
|
|
1422
|
+
- Release 0.7.5 [`f43b665`](https://github.com/oceanprotocol/ocean-lib-js/commit/f43b665e5354ce6139dcf636a6f171907c58791e)
|
|
1423
|
+
- add mainnet uri [`aba652e`](https://github.com/oceanprotocol/ocean-lib-js/commit/aba652ecc1d37b7d96c231285cfbf94b153c62af)
|
|
1424
|
+
- fix tests [`4c4ef66`](https://github.com/oceanprotocol/ocean-lib-js/commit/4c4ef66b8f13ba161995ad252f6886cfef3787ad)
|
|
1400
1425
|
|
|
1401
|
-
#### [v0.7.4](https://github.com/oceanprotocol/ocean
|
|
1426
|
+
#### [v0.7.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.3...v0.7.4)
|
|
1402
1427
|
|
|
1403
1428
|
> 22 October 2020
|
|
1404
1429
|
|
|
1405
|
-
- Release 0.7.4 [`94cb7c2`](https://github.com/oceanprotocol/ocean
|
|
1406
|
-
- update compute status [`1aefaf8`](https://github.com/oceanprotocol/ocean
|
|
1430
|
+
- Release 0.7.4 [`94cb7c2`](https://github.com/oceanprotocol/ocean-lib-js/commit/94cb7c278af2f501e28a59e9ff0abafbd936cb76)
|
|
1431
|
+
- update compute status [`1aefaf8`](https://github.com/oceanprotocol/ocean-lib-js/commit/1aefaf8116f473010852ebe83b1c41a9b602de90)
|
|
1407
1432
|
|
|
1408
|
-
#### [v0.7.3](https://github.com/oceanprotocol/ocean
|
|
1433
|
+
#### [v0.7.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.2...v0.7.3)
|
|
1409
1434
|
|
|
1410
1435
|
> 22 October 2020
|
|
1411
1436
|
|
|
1412
|
-
- allow compute status without signature [`#396`](https://github.com/oceanprotocol/ocean
|
|
1413
|
-
- Release 0.7.3 [`6cfd79d`](https://github.com/oceanprotocol/ocean
|
|
1414
|
-
- small refactor [`edce381`](https://github.com/oceanprotocol/ocean
|
|
1415
|
-
- typo [`c88040d`](https://github.com/oceanprotocol/ocean
|
|
1437
|
+
- allow compute status without signature [`#396`](https://github.com/oceanprotocol/ocean-lib-js/pull/396)
|
|
1438
|
+
- Release 0.7.3 [`6cfd79d`](https://github.com/oceanprotocol/ocean-lib-js/commit/6cfd79d3f0fe6ec7ad42120028cd787ad9edfbf5)
|
|
1439
|
+
- small refactor [`edce381`](https://github.com/oceanprotocol/ocean-lib-js/commit/edce3812c6c0638349f406739e11b92321a08e38)
|
|
1440
|
+
- typo [`c88040d`](https://github.com/oceanprotocol/ocean-lib-js/commit/c88040d0188a9490869c032c6924e5e305575e67)
|
|
1416
1441
|
|
|
1417
|
-
#### [v0.7.2](https://github.com/oceanprotocol/ocean
|
|
1442
|
+
#### [v0.7.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.1...v0.7.2)
|
|
1418
1443
|
|
|
1419
1444
|
> 22 October 2020
|
|
1420
1445
|
|
|
1421
|
-
- remove blob content [`#391`](https://github.com/oceanprotocol/ocean
|
|
1422
|
-
- Fix/LoggerLevel [`#377`](https://github.com/oceanprotocol/ocean
|
|
1423
|
-
- make searchforDT lowercase [`#393`](https://github.com/oceanprotocol/ocean
|
|
1424
|
-
- Bump @types/node from 14.14.0 to 14.14.2 [`#394`](https://github.com/oceanprotocol/ocean
|
|
1425
|
-
- Bump eslint-config-prettier from 6.13.0 to 6.14.0 [`#395`](https://github.com/oceanprotocol/ocean
|
|
1426
|
-
- refactor confighelper to use ocean-contracts [`#390`](https://github.com/oceanprotocol/ocean
|
|
1427
|
-
- fix Balancer pool [`0801970`](https://github.com/oceanprotocol/ocean
|
|
1428
|
-
- fix DataTokens [`c4d6b48`](https://github.com/oceanprotocol/ocean
|
|
1429
|
-
- fix error messages [`ca733f2`](https://github.com/oceanprotocol/ocean
|
|
1446
|
+
- remove blob content [`#391`](https://github.com/oceanprotocol/ocean-lib-js/pull/391)
|
|
1447
|
+
- Fix/LoggerLevel [`#377`](https://github.com/oceanprotocol/ocean-lib-js/pull/377)
|
|
1448
|
+
- make searchforDT lowercase [`#393`](https://github.com/oceanprotocol/ocean-lib-js/pull/393)
|
|
1449
|
+
- Bump @types/node from 14.14.0 to 14.14.2 [`#394`](https://github.com/oceanprotocol/ocean-lib-js/pull/394)
|
|
1450
|
+
- Bump eslint-config-prettier from 6.13.0 to 6.14.0 [`#395`](https://github.com/oceanprotocol/ocean-lib-js/pull/395)
|
|
1451
|
+
- refactor confighelper to use ocean-contracts [`#390`](https://github.com/oceanprotocol/ocean-lib-js/pull/390)
|
|
1452
|
+
- fix Balancer pool [`0801970`](https://github.com/oceanprotocol/ocean-lib-js/commit/08019706e9d46c7409b338d77f4b2f50d4787aab)
|
|
1453
|
+
- fix DataTokens [`c4d6b48`](https://github.com/oceanprotocol/ocean-lib-js/commit/c4d6b48896a115fd72c0cfd0f5a507ad2187ed1a)
|
|
1454
|
+
- fix error messages [`ca733f2`](https://github.com/oceanprotocol/ocean-lib-js/commit/ca733f2a064224b9df261d4c114ad3971cd89999)
|
|
1430
1455
|
|
|
1431
|
-
#### [v0.7.1](https://github.com/oceanprotocol/ocean
|
|
1456
|
+
#### [v0.7.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.0...v0.7.1)
|
|
1432
1457
|
|
|
1433
1458
|
> 21 October 2020
|
|
1434
1459
|
|
|
1435
|
-
- Release 0.7.1 [`38353f4`](https://github.com/oceanprotocol/ocean
|
|
1436
|
-
- BestPrice type tweak [`47d3282`](https://github.com/oceanprotocol/ocean
|
|
1460
|
+
- Release 0.7.1 [`38353f4`](https://github.com/oceanprotocol/ocean-lib-js/commit/38353f4c9be56bbae7a3833656b78fabf1969c6b)
|
|
1461
|
+
- BestPrice type tweak [`47d3282`](https://github.com/oceanprotocol/ocean-lib-js/commit/47d328219746dd4fb05e364e24492eef0a0c5907)
|
|
1437
1462
|
|
|
1438
|
-
#### [v0.7.0](https://github.com/oceanprotocol/ocean
|
|
1463
|
+
#### [v0.7.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.7...v0.7.0)
|
|
1439
1464
|
|
|
1440
1465
|
> 21 October 2020
|
|
1441
1466
|
|
|
1442
|
-
- make create methods subscribable [`#389`](https://github.com/oceanprotocol/ocean
|
|
1443
|
-
- Bump @types/node from 14.11.10 to 14.14.0 [`#383`](https://github.com/oceanprotocol/ocean
|
|
1444
|
-
- make pool.create subscribable [`dec9c57`](https://github.com/oceanprotocol/ocean
|
|
1445
|
-
- change exchange.create to allow subscribe&approve [`11271a9`](https://github.com/oceanprotocol/ocean
|
|
1446
|
-
- pool.create returns txid [`4db0a0d`](https://github.com/oceanprotocol/ocean
|
|
1467
|
+
- make create methods subscribable [`#389`](https://github.com/oceanprotocol/ocean-lib-js/pull/389)
|
|
1468
|
+
- Bump @types/node from 14.11.10 to 14.14.0 [`#383`](https://github.com/oceanprotocol/ocean-lib-js/pull/383)
|
|
1469
|
+
- make pool.create subscribable [`dec9c57`](https://github.com/oceanprotocol/ocean-lib-js/commit/dec9c57c94f777201355c1356c881989002931c1)
|
|
1470
|
+
- change exchange.create to allow subscribe&approve [`11271a9`](https://github.com/oceanprotocol/ocean-lib-js/commit/11271a970b6fd692e26cf398973244ae1e153b9b)
|
|
1471
|
+
- pool.create returns txid [`4db0a0d`](https://github.com/oceanprotocol/ocean-lib-js/commit/4db0a0d43d25aaefba121985dc00f5dad570db11)
|
|
1447
1472
|
|
|
1448
|
-
#### [v0.6.7](https://github.com/oceanprotocol/ocean
|
|
1473
|
+
#### [v0.6.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.6...v0.6.7)
|
|
1449
1474
|
|
|
1450
1475
|
> 21 October 2020
|
|
1451
1476
|
|
|
1452
|
-
- Update .travis.yml [`#384`](https://github.com/oceanprotocol/ocean
|
|
1453
|
-
- Release 0.6.7 [`f5f9e33`](https://github.com/oceanprotocol/ocean
|
|
1477
|
+
- Update .travis.yml [`#384`](https://github.com/oceanprotocol/ocean-lib-js/pull/384)
|
|
1478
|
+
- Release 0.6.7 [`f5f9e33`](https://github.com/oceanprotocol/ocean-lib-js/commit/f5f9e3308def5daea18cb4f2d2b9a2742c602fdb)
|
|
1454
1479
|
|
|
1455
|
-
#### [v0.6.6](https://github.com/oceanprotocol/ocean
|
|
1480
|
+
#### [v0.6.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.5...v0.6.6)
|
|
1456
1481
|
|
|
1457
1482
|
> 20 October 2020
|
|
1458
1483
|
|
|
1459
|
-
- add datatokeninfo to ddo creation [`#382`](https://github.com/oceanprotocol/ocean
|
|
1460
|
-
- fix getOrderHistory [`#381`](https://github.com/oceanprotocol/ocean
|
|
1461
|
-
- Bump @typescript-eslint/parser from 4.4.1 to 4.5.0 [`#378`](https://github.com/oceanprotocol/ocean
|
|
1462
|
-
- Bump @typescript-eslint/eslint-plugin from 4.4.1 to 4.5.0 [`#379`](https://github.com/oceanprotocol/ocean
|
|
1463
|
-
- Release 0.6.6 [`461ea5c`](https://github.com/oceanprotocol/ocean
|
|
1464
|
-
- fix tests [`efaa3f6`](https://github.com/oceanprotocol/ocean
|
|
1484
|
+
- add datatokeninfo to ddo creation [`#382`](https://github.com/oceanprotocol/ocean-lib-js/pull/382)
|
|
1485
|
+
- fix getOrderHistory [`#381`](https://github.com/oceanprotocol/ocean-lib-js/pull/381)
|
|
1486
|
+
- Bump @typescript-eslint/parser from 4.4.1 to 4.5.0 [`#378`](https://github.com/oceanprotocol/ocean-lib-js/pull/378)
|
|
1487
|
+
- Bump @typescript-eslint/eslint-plugin from 4.4.1 to 4.5.0 [`#379`](https://github.com/oceanprotocol/ocean-lib-js/pull/379)
|
|
1488
|
+
- Release 0.6.6 [`461ea5c`](https://github.com/oceanprotocol/ocean-lib-js/commit/461ea5c46ab8f419f5d95a59a7237052b1192edd)
|
|
1489
|
+
- fix tests [`efaa3f6`](https://github.com/oceanprotocol/ocean-lib-js/commit/efaa3f6d1d6b425cb9faa1a4d113d9272909cf7e)
|
|
1465
1490
|
|
|
1466
|
-
#### [v0.6.5](https://github.com/oceanprotocol/ocean
|
|
1491
|
+
#### [v0.6.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.4...v0.6.5)
|
|
1467
1492
|
|
|
1468
1493
|
> 19 October 2020
|
|
1469
1494
|
|
|
1470
|
-
- search for pools on-chain [`#375`](https://github.com/oceanprotocol/ocean
|
|
1471
|
-
- Fix/Error-messages [`#367`](https://github.com/oceanprotocol/ocean
|
|
1472
|
-
- Bump @types/chai from 4.2.13 to 4.2.14 [`#369`](https://github.com/oceanprotocol/ocean
|
|
1473
|
-
- Bump @types/node from 14.11.8 to 14.11.10 [`#372`](https://github.com/oceanprotocol/ocean
|
|
1474
|
-
- Bump release-it from 14.1.0 to 14.2.0 [`#370`](https://github.com/oceanprotocol/ocean
|
|
1475
|
-
- Bump eslint-config-prettier from 6.12.0 to 6.13.0 [`#371`](https://github.com/oceanprotocol/ocean
|
|
1476
|
-
- handle error messages [`d574782`](https://github.com/oceanprotocol/ocean
|
|
1477
|
-
- Release 0.6.5 [`7bed54e`](https://github.com/oceanprotocol/ocean
|
|
1478
|
-
- fix lint errors [`3a34c0c`](https://github.com/oceanprotocol/ocean
|
|
1495
|
+
- search for pools on-chain [`#375`](https://github.com/oceanprotocol/ocean-lib-js/pull/375)
|
|
1496
|
+
- Fix/Error-messages [`#367`](https://github.com/oceanprotocol/ocean-lib-js/pull/367)
|
|
1497
|
+
- Bump @types/chai from 4.2.13 to 4.2.14 [`#369`](https://github.com/oceanprotocol/ocean-lib-js/pull/369)
|
|
1498
|
+
- Bump @types/node from 14.11.8 to 14.11.10 [`#372`](https://github.com/oceanprotocol/ocean-lib-js/pull/372)
|
|
1499
|
+
- Bump release-it from 14.1.0 to 14.2.0 [`#370`](https://github.com/oceanprotocol/ocean-lib-js/pull/370)
|
|
1500
|
+
- Bump eslint-config-prettier from 6.12.0 to 6.13.0 [`#371`](https://github.com/oceanprotocol/ocean-lib-js/pull/371)
|
|
1501
|
+
- handle error messages [`d574782`](https://github.com/oceanprotocol/ocean-lib-js/commit/d574782b14f1d237317c7029ae39bcb07a61226e)
|
|
1502
|
+
- Release 0.6.5 [`7bed54e`](https://github.com/oceanprotocol/ocean-lib-js/commit/7bed54e0a311ce2f00e5e66923fa5b6527cd5f2c)
|
|
1503
|
+
- fix lint errors [`3a34c0c`](https://github.com/oceanprotocol/ocean-lib-js/commit/3a34c0c54c42800746d3c04572d5b68bdcd91060)
|
|
1479
1504
|
|
|
1480
|
-
#### [v0.6.4](https://github.com/oceanprotocol/ocean
|
|
1505
|
+
#### [v0.6.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.3...v0.6.4)
|
|
1481
1506
|
|
|
1482
1507
|
> 16 October 2020
|
|
1483
1508
|
|
|
1484
|
-
- fix bug when amountOut>=balanceOut [`#365`](https://github.com/oceanprotocol/ocean
|
|
1485
|
-
- Bump @truffle/hdwallet-provider from 1.1.0 to 1.1.1 [`#368`](https://github.com/oceanprotocol/ocean
|
|
1486
|
-
- Release 0.6.4 [`e5e1e40`](https://github.com/oceanprotocol/ocean
|
|
1487
|
-
- add test [`b341667`](https://github.com/oceanprotocol/ocean
|
|
1509
|
+
- fix bug when amountOut>=balanceOut [`#365`](https://github.com/oceanprotocol/ocean-lib-js/pull/365)
|
|
1510
|
+
- Bump @truffle/hdwallet-provider from 1.1.0 to 1.1.1 [`#368`](https://github.com/oceanprotocol/ocean-lib-js/pull/368)
|
|
1511
|
+
- Release 0.6.4 [`e5e1e40`](https://github.com/oceanprotocol/ocean-lib-js/commit/e5e1e40608cb2e5e4b45dbd9f44247229a158a58)
|
|
1512
|
+
- add test [`b341667`](https://github.com/oceanprotocol/ocean-lib-js/commit/b34166732f4ddaacb4a7ba9ab9f13cb6e5961cfc)
|
|
1488
1513
|
|
|
1489
|
-
#### [v0.6.3](https://github.com/oceanprotocol/ocean
|
|
1514
|
+
#### [v0.6.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.2...v0.6.3)
|
|
1490
1515
|
|
|
1491
1516
|
> 15 October 2020
|
|
1492
1517
|
|
|
1493
|
-
- Fix/tests-assertion [`#362`](https://github.com/oceanprotocol/ocean
|
|
1494
|
-
- Bump @oceanprotocol/contracts from 0.5.5 to 0.5.6 [`#364`](https://github.com/oceanprotocol/ocean
|
|
1495
|
-
- Feature/new aqua and provider [`#359`](https://github.com/oceanprotocol/ocean
|
|
1496
|
-
- add ddo.datatokeninfo [`#363`](https://github.com/oceanprotocol/ocean
|
|
1497
|
-
- package updates [`0f82c00`](https://github.com/oceanprotocol/ocean
|
|
1498
|
-
- get polls from aquarius [`15e6518`](https://github.com/oceanprotocol/ocean
|
|
1499
|
-
- Release 0.6.3 [`7d15d2d`](https://github.com/oceanprotocol/ocean
|
|
1518
|
+
- Fix/tests-assertion [`#362`](https://github.com/oceanprotocol/ocean-lib-js/pull/362)
|
|
1519
|
+
- Bump @oceanprotocol/contracts from 0.5.5 to 0.5.6 [`#364`](https://github.com/oceanprotocol/ocean-lib-js/pull/364)
|
|
1520
|
+
- Feature/new aqua and provider [`#359`](https://github.com/oceanprotocol/ocean-lib-js/pull/359)
|
|
1521
|
+
- add ddo.datatokeninfo [`#363`](https://github.com/oceanprotocol/ocean-lib-js/pull/363)
|
|
1522
|
+
- package updates [`0f82c00`](https://github.com/oceanprotocol/ocean-lib-js/commit/0f82c00a06ffdea0d560b822ab995ebfa1ffb447)
|
|
1523
|
+
- get polls from aquarius [`15e6518`](https://github.com/oceanprotocol/ocean-lib-js/commit/15e651801caf366ec434563dd96a57ad5d2ccf68)
|
|
1524
|
+
- Release 0.6.3 [`7d15d2d`](https://github.com/oceanprotocol/ocean-lib-js/commit/7d15d2d1d98005bed73204bab22567953ef5746e)
|
|
1500
1525
|
|
|
1501
|
-
#### [v0.6.2](https://github.com/oceanprotocol/ocean
|
|
1526
|
+
#### [v0.6.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.1...v0.6.2)
|
|
1502
1527
|
|
|
1503
1528
|
> 14 October 2020
|
|
1504
1529
|
|
|
1505
|
-
- add getTokensRemovedforPoolShares [`#361`](https://github.com/oceanprotocol/ocean
|
|
1506
|
-
- refactor [`8ee1172`](https://github.com/oceanprotocol/ocean
|
|
1507
|
-
- Release 0.6.2 [`20551cf`](https://github.com/oceanprotocol/ocean
|
|
1508
|
-
- add missing test [`452b0b6`](https://github.com/oceanprotocol/ocean
|
|
1530
|
+
- add getTokensRemovedforPoolShares [`#361`](https://github.com/oceanprotocol/ocean-lib-js/pull/361)
|
|
1531
|
+
- refactor [`8ee1172`](https://github.com/oceanprotocol/ocean-lib-js/commit/8ee1172d2154073cfbc7b4f1006e595dfd89de74)
|
|
1532
|
+
- Release 0.6.2 [`20551cf`](https://github.com/oceanprotocol/ocean-lib-js/commit/20551cf8e18bff1ebd433ddd938a40887365429f)
|
|
1533
|
+
- add missing test [`452b0b6`](https://github.com/oceanprotocol/ocean-lib-js/commit/452b0b6b7820999f9865b3b6efc4eea2b3f0f2f5)
|
|
1509
1534
|
|
|
1510
|
-
#### [v0.6.1](https://github.com/oceanprotocol/ocean
|
|
1535
|
+
#### [v0.6.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.0...v0.6.1)
|
|
1511
1536
|
|
|
1512
1537
|
> 14 October 2020
|
|
1513
1538
|
|
|
1514
|
-
- remove duplicate totalSupply [`#360`](https://github.com/oceanprotocol/ocean
|
|
1515
|
-
- Release 0.6.1 [`7f27935`](https://github.com/oceanprotocol/ocean
|
|
1516
|
-
- fix balancer test [`a6d79c0`](https://github.com/oceanprotocol/ocean
|
|
1517
|
-
- fix balancer test [`9cad523`](https://github.com/oceanprotocol/ocean
|
|
1539
|
+
- remove duplicate totalSupply [`#360`](https://github.com/oceanprotocol/ocean-lib-js/pull/360)
|
|
1540
|
+
- Release 0.6.1 [`7f27935`](https://github.com/oceanprotocol/ocean-lib-js/commit/7f279350a0801a96edd4857df2ac6740327c8a64)
|
|
1541
|
+
- fix balancer test [`a6d79c0`](https://github.com/oceanprotocol/ocean-lib-js/commit/a6d79c020a557bb34b4f986942e740d5adf4ce0a)
|
|
1542
|
+
- fix balancer test [`9cad523`](https://github.com/oceanprotocol/ocean-lib-js/commit/9cad5231505b89b75eb066e8131434593ae24eca)
|
|
1518
1543
|
|
|
1519
|
-
#### [v0.6.0](https://github.com/oceanprotocol/ocean
|
|
1544
|
+
#### [v0.6.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.6...v0.6.0)
|
|
1520
1545
|
|
|
1521
1546
|
> 13 October 2020
|
|
1522
1547
|
|
|
1523
|
-
- remove ddo prof [`#358`](https://github.com/oceanprotocol/ocean
|
|
1524
|
-
- ocean-lib-js → ocean.js [`#355`](https://github.com/oceanprotocol/ocean
|
|
1525
|
-
- metadataStore → metadataCache [`#354`](https://github.com/oceanprotocol/ocean
|
|
1526
|
-
- Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.4.1 [`#352`](https://github.com/oceanprotocol/ocean
|
|
1527
|
-
- Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 [`#353`](https://github.com/oceanprotocol/ocean
|
|
1528
|
-
- sort polls by blockNumber [`#357`](https://github.com/oceanprotocol/ocean
|
|
1529
|
-
- jsdocs updates [`#350`](https://github.com/oceanprotocol/ocean
|
|
1530
|
-
- add pool validation and helpers [`#348`](https://github.com/oceanprotocol/ocean
|
|
1531
|
-
- Bump eslint from 7.10.0 to 7.11.0 [`#344`](https://github.com/oceanprotocol/ocean
|
|
1532
|
-
- Bump @types/node from 14.11.7 to 14.11.8 [`#347`](https://github.com/oceanprotocol/ocean
|
|
1533
|
-
- Bump release-it from 14.0.4 to 14.1.0 [`#345`](https://github.com/oceanprotocol/ocean
|
|
1534
|
-
- Bump @types/node from 14.11.5 to 14.11.7 [`#342`](https://github.com/oceanprotocol/ocean
|
|
1535
|
-
- fix #341 [`#341`](https://github.com/oceanprotocol/ocean
|
|
1536
|
-
- Release 0.6.0 [`69a0b0d`](https://github.com/oceanprotocol/ocean
|
|
1537
|
-
- add more pool tests [`002a38d`](https://github.com/oceanprotocol/ocean
|
|
1538
|
-
- more helpers [`d2b770a`](https://github.com/oceanprotocol/ocean
|
|
1539
|
-
|
|
1540
|
-
#### [v0.5.6](https://github.com/oceanprotocol/ocean
|
|
1548
|
+
- remove ddo prof [`#358`](https://github.com/oceanprotocol/ocean-lib-js/pull/358)
|
|
1549
|
+
- ocean-lib-js → ocean.js [`#355`](https://github.com/oceanprotocol/ocean-lib-js/pull/355)
|
|
1550
|
+
- metadataStore → metadataCache [`#354`](https://github.com/oceanprotocol/ocean-lib-js/pull/354)
|
|
1551
|
+
- Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.4.1 [`#352`](https://github.com/oceanprotocol/ocean-lib-js/pull/352)
|
|
1552
|
+
- Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 [`#353`](https://github.com/oceanprotocol/ocean-lib-js/pull/353)
|
|
1553
|
+
- sort polls by blockNumber [`#357`](https://github.com/oceanprotocol/ocean-lib-js/pull/357)
|
|
1554
|
+
- jsdocs updates [`#350`](https://github.com/oceanprotocol/ocean-lib-js/pull/350)
|
|
1555
|
+
- add pool validation and helpers [`#348`](https://github.com/oceanprotocol/ocean-lib-js/pull/348)
|
|
1556
|
+
- Bump eslint from 7.10.0 to 7.11.0 [`#344`](https://github.com/oceanprotocol/ocean-lib-js/pull/344)
|
|
1557
|
+
- Bump @types/node from 14.11.7 to 14.11.8 [`#347`](https://github.com/oceanprotocol/ocean-lib-js/pull/347)
|
|
1558
|
+
- Bump release-it from 14.0.4 to 14.1.0 [`#345`](https://github.com/oceanprotocol/ocean-lib-js/pull/345)
|
|
1559
|
+
- Bump @types/node from 14.11.5 to 14.11.7 [`#342`](https://github.com/oceanprotocol/ocean-lib-js/pull/342)
|
|
1560
|
+
- fix #341 [`#341`](https://github.com/oceanprotocol/ocean-lib-js/issues/341)
|
|
1561
|
+
- Release 0.6.0 [`69a0b0d`](https://github.com/oceanprotocol/ocean-lib-js/commit/69a0b0d8a2f34ae08e37de1b21c7edc5d52a83ae)
|
|
1562
|
+
- add more pool tests [`002a38d`](https://github.com/oceanprotocol/ocean-lib-js/commit/002a38d487ffacb54f04b74679da528d282b873c)
|
|
1563
|
+
- more helpers [`d2b770a`](https://github.com/oceanprotocol/ocean-lib-js/commit/d2b770a9823ea0fa4252fedba6033c0634d38d5f)
|
|
1564
|
+
|
|
1565
|
+
#### [v0.5.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.5...v0.5.6)
|
|
1541
1566
|
|
|
1542
1567
|
> 8 October 2020
|
|
1543
1568
|
|
|
1544
|
-
- update DDO [`#340`](https://github.com/oceanprotocol/ocean
|
|
1545
|
-
- Bump release-it from 14.0.3 to 14.0.4 [`#339`](https://github.com/oceanprotocol/ocean
|
|
1546
|
-
- Bump @types/node from 14.11.4 to 14.11.5 [`#337`](https://github.com/oceanprotocol/ocean
|
|
1547
|
-
- fix incorrect dtAddress [`#338`](https://github.com/oceanprotocol/ocean
|
|
1548
|
-
- Feature/swapFee docs [`#331`](https://github.com/oceanprotocol/ocean
|
|
1549
|
-
- Bump @types/chai from 4.2.12 to 4.2.13 [`#334`](https://github.com/oceanprotocol/ocean
|
|
1550
|
-
- Bump @types/node from 14.11.2 to 14.11.4 [`#332`](https://github.com/oceanprotocol/ocean
|
|
1551
|
-
- Bump @typescript-eslint/eslint-plugin from 4.3.0 to 4.4.0 [`#335`](https://github.com/oceanprotocol/ocean
|
|
1552
|
-
- Bump @typescript-eslint/parser from 4.3.0 to 4.4.0 [`#333`](https://github.com/oceanprotocol/ocean
|
|
1553
|
-
- Bump uuid from 8.3.0 to 8.3.1 [`#330`](https://github.com/oceanprotocol/ocean
|
|
1554
|
-
- Release 0.5.6 [`a6d6a5f`](https://github.com/oceanprotocol/ocean
|
|
1555
|
-
- BestPrice interface [`d3b47d6`](https://github.com/oceanprotocol/ocean
|
|
1556
|
-
- Update OceanPool.ts [`e1c7eeb`](https://github.com/oceanprotocol/ocean
|
|
1557
|
-
|
|
1558
|
-
#### [v0.5.5](https://github.com/oceanprotocol/ocean
|
|
1569
|
+
- update DDO [`#340`](https://github.com/oceanprotocol/ocean-lib-js/pull/340)
|
|
1570
|
+
- Bump release-it from 14.0.3 to 14.0.4 [`#339`](https://github.com/oceanprotocol/ocean-lib-js/pull/339)
|
|
1571
|
+
- Bump @types/node from 14.11.4 to 14.11.5 [`#337`](https://github.com/oceanprotocol/ocean-lib-js/pull/337)
|
|
1572
|
+
- fix incorrect dtAddress [`#338`](https://github.com/oceanprotocol/ocean-lib-js/pull/338)
|
|
1573
|
+
- Feature/swapFee docs [`#331`](https://github.com/oceanprotocol/ocean-lib-js/pull/331)
|
|
1574
|
+
- Bump @types/chai from 4.2.12 to 4.2.13 [`#334`](https://github.com/oceanprotocol/ocean-lib-js/pull/334)
|
|
1575
|
+
- Bump @types/node from 14.11.2 to 14.11.4 [`#332`](https://github.com/oceanprotocol/ocean-lib-js/pull/332)
|
|
1576
|
+
- Bump @typescript-eslint/eslint-plugin from 4.3.0 to 4.4.0 [`#335`](https://github.com/oceanprotocol/ocean-lib-js/pull/335)
|
|
1577
|
+
- Bump @typescript-eslint/parser from 4.3.0 to 4.4.0 [`#333`](https://github.com/oceanprotocol/ocean-lib-js/pull/333)
|
|
1578
|
+
- Bump uuid from 8.3.0 to 8.3.1 [`#330`](https://github.com/oceanprotocol/ocean-lib-js/pull/330)
|
|
1579
|
+
- Release 0.5.6 [`a6d6a5f`](https://github.com/oceanprotocol/ocean-lib-js/commit/a6d6a5f8c9b83b4ffcfe3a584bcf2dcf23316144)
|
|
1580
|
+
- BestPrice interface [`d3b47d6`](https://github.com/oceanprotocol/ocean-lib-js/commit/d3b47d618ba145db55f12ba2a7ffdfc247d58693)
|
|
1581
|
+
- Update OceanPool.ts [`e1c7eeb`](https://github.com/oceanprotocol/ocean-lib-js/commit/e1c7eeb6ba050860e63aac4b9909fd475dc786a8)
|
|
1582
|
+
|
|
1583
|
+
#### [v0.5.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.4...v0.5.5)
|
|
1559
1584
|
|
|
1560
1585
|
> 2 October 2020
|
|
1561
1586
|
|
|
1562
|
-
- fix typo in Metadata contract address [`#329`](https://github.com/oceanprotocol/ocean
|
|
1563
|
-
- Release 0.5.5 [`bca3202`](https://github.com/oceanprotocol/ocean
|
|
1564
|
-
- fix type in Metadata [`4653432`](https://github.com/oceanprotocol/ocean
|
|
1587
|
+
- fix typo in Metadata contract address [`#329`](https://github.com/oceanprotocol/ocean-lib-js/pull/329)
|
|
1588
|
+
- Release 0.5.5 [`bca3202`](https://github.com/oceanprotocol/ocean-lib-js/commit/bca320281401b13a0fe7e192598f60d487438d8b)
|
|
1589
|
+
- fix type in Metadata [`4653432`](https://github.com/oceanprotocol/ocean-lib-js/commit/46534324f5a963d2214c2c70ace0022486c26a54)
|
|
1565
1590
|
|
|
1566
|
-
#### [v0.5.4](https://github.com/oceanprotocol/ocean
|
|
1591
|
+
#### [v0.5.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.3...v0.5.4)
|
|
1567
1592
|
|
|
1568
1593
|
> 2 October 2020
|
|
1569
1594
|
|
|
1570
|
-
- Feature/contracts 053 [`#328`](https://github.com/oceanprotocol/ocean
|
|
1571
|
-
- update to contracts 0.5.3 [`b78a57c`](https://github.com/oceanprotocol/ocean
|
|
1572
|
-
- Release 0.5.4 [`cd033b5`](https://github.com/oceanprotocol/ocean
|
|
1573
|
-
- update to contracts 0.5.3 [`cc84784`](https://github.com/oceanprotocol/ocean
|
|
1595
|
+
- Feature/contracts 053 [`#328`](https://github.com/oceanprotocol/ocean-lib-js/pull/328)
|
|
1596
|
+
- update to contracts 0.5.3 [`b78a57c`](https://github.com/oceanprotocol/ocean-lib-js/commit/b78a57c59a98cb10c0f90f14d24011c43920bfff)
|
|
1597
|
+
- Release 0.5.4 [`cd033b5`](https://github.com/oceanprotocol/ocean-lib-js/commit/cd033b547a8e059ca37b69594aa5a66dfd5b4d7c)
|
|
1598
|
+
- update to contracts 0.5.3 [`cc84784`](https://github.com/oceanprotocol/ocean-lib-js/commit/cc847841c5639fb0f74bea5ca5b4e43f184b923a)
|
|
1574
1599
|
|
|
1575
|
-
#### [v0.5.3](https://github.com/oceanprotocol/ocean
|
|
1600
|
+
#### [v0.5.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.2...v0.5.3)
|
|
1576
1601
|
|
|
1577
1602
|
> 2 October 2020
|
|
1578
1603
|
|
|
1579
|
-
- use networkID instead of chainId [`#327`](https://github.com/oceanprotocol/ocean
|
|
1580
|
-
- Release 0.5.3 [`9a228c1`](https://github.com/oceanprotocol/ocean
|
|
1604
|
+
- use networkID instead of chainId [`#327`](https://github.com/oceanprotocol/ocean-lib-js/pull/327)
|
|
1605
|
+
- Release 0.5.3 [`9a228c1`](https://github.com/oceanprotocol/ocean-lib-js/commit/9a228c131ba61d485c22f575f31e78e4689a3969)
|
|
1581
1606
|
|
|
1582
|
-
#### [v0.5.2](https://github.com/oceanprotocol/ocean
|
|
1607
|
+
#### [v0.5.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.1...v0.5.2)
|
|
1583
1608
|
|
|
1584
1609
|
> 1 October 2020
|
|
1585
1610
|
|
|
1586
|
-
- add order history [`#325`](https://github.com/oceanprotocol/ocean
|
|
1587
|
-
- Release 0.5.2 [`0526778`](https://github.com/oceanprotocol/ocean
|
|
1588
|
-
- add optional filter [`4d00c88`](https://github.com/oceanprotocol/ocean
|
|
1589
|
-
- rename from OrderHistory to Order [`2a715c9`](https://github.com/oceanprotocol/ocean
|
|
1611
|
+
- add order history [`#325`](https://github.com/oceanprotocol/ocean-lib-js/pull/325)
|
|
1612
|
+
- Release 0.5.2 [`0526778`](https://github.com/oceanprotocol/ocean-lib-js/commit/05267781824b59ea8eb0fe5ddc38556d77f68dc8)
|
|
1613
|
+
- add optional filter [`4d00c88`](https://github.com/oceanprotocol/ocean-lib-js/commit/4d00c882df3915eb172b3df7bcb70d3dfd7a5f5f)
|
|
1614
|
+
- rename from OrderHistory to Order [`2a715c9`](https://github.com/oceanprotocol/ocean-lib-js/commit/2a715c94427247d92f06deedde5ecc2f717dd644)
|
|
1590
1615
|
|
|
1591
|
-
#### [v0.5.1](https://github.com/oceanprotocol/ocean
|
|
1616
|
+
#### [v0.5.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.0...v0.5.1)
|
|
1592
1617
|
|
|
1593
1618
|
> 1 October 2020
|
|
1594
1619
|
|
|
1595
|
-
- Feature/contracts 0.5.1 [`#324`](https://github.com/oceanprotocol/ocean
|
|
1596
|
-
- bump contracts to 0.5.1 [`9b7f911`](https://github.com/oceanprotocol/ocean
|
|
1597
|
-
- Release 0.5.1 [`50e2f8d`](https://github.com/oceanprotocol/ocean
|
|
1598
|
-
- fix lint [`2e04ece`](https://github.com/oceanprotocol/ocean
|
|
1620
|
+
- Feature/contracts 0.5.1 [`#324`](https://github.com/oceanprotocol/ocean-lib-js/pull/324)
|
|
1621
|
+
- bump contracts to 0.5.1 [`9b7f911`](https://github.com/oceanprotocol/ocean-lib-js/commit/9b7f9119348c1310e34c73dbccecc2c41db828a0)
|
|
1622
|
+
- Release 0.5.1 [`50e2f8d`](https://github.com/oceanprotocol/ocean-lib-js/commit/50e2f8de61092f466eb139a42cb3094640dfcfc7)
|
|
1623
|
+
- fix lint [`2e04ece`](https://github.com/oceanprotocol/ocean-lib-js/commit/2e04ece81c10ed7b765cb09844145c474230efe7)
|
|
1599
1624
|
|
|
1600
|
-
#### [v0.5.0](https://github.com/oceanprotocol/ocean
|
|
1625
|
+
#### [v0.5.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.4.1...v0.5.0)
|
|
1601
1626
|
|
|
1602
1627
|
> 1 October 2020
|
|
1603
1628
|
|
|
1604
|
-
- Feature/contracts 0.5.0 & account removed where possible [`#323`](https://github.com/oceanprotocol/ocean
|
|
1605
|
-
- remove need of an account for some calls [`fa2a1f8`](https://github.com/oceanprotocol/ocean
|
|
1606
|
-
- bump contracts to 0.5.0 [`9bbff39`](https://github.com/oceanprotocol/ocean
|
|
1607
|
-
- Release 0.5.0 [`82af6ed`](https://github.com/oceanprotocol/ocean
|
|
1629
|
+
- Feature/contracts 0.5.0 & account removed where possible [`#323`](https://github.com/oceanprotocol/ocean-lib-js/pull/323)
|
|
1630
|
+
- remove need of an account for some calls [`fa2a1f8`](https://github.com/oceanprotocol/ocean-lib-js/commit/fa2a1f8944b5a158a142929bf89e09e21c169b8f)
|
|
1631
|
+
- bump contracts to 0.5.0 [`9bbff39`](https://github.com/oceanprotocol/ocean-lib-js/commit/9bbff39cf002d50d2e923135cf35d4c2e5c26c94)
|
|
1632
|
+
- Release 0.5.0 [`82af6ed`](https://github.com/oceanprotocol/ocean-lib-js/commit/82af6edcd3382db6241601c3e808a9827447ce59)
|
|
1608
1633
|
|
|
1609
|
-
#### [v0.4.1](https://github.com/oceanprotocol/ocean
|
|
1634
|
+
#### [v0.4.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.4.0...v0.4.1)
|
|
1610
1635
|
|
|
1611
1636
|
> 30 September 2020
|
|
1612
1637
|
|
|
1613
|
-
- Release 0.4.1 [`b013d97`](https://github.com/oceanprotocol/ocean
|
|
1614
|
-
- run build upon release [`2b5d48a`](https://github.com/oceanprotocol/ocean
|
|
1638
|
+
- Release 0.4.1 [`b013d97`](https://github.com/oceanprotocol/ocean-lib-js/commit/b013d970ae8c12dc4dc45e82486ea27f5699df0e)
|
|
1639
|
+
- run build upon release [`2b5d48a`](https://github.com/oceanprotocol/ocean-lib-js/commit/2b5d48a3c977c925f9b774ac1eb794180824ea22)
|
|
1615
1640
|
|
|
1616
|
-
#### [v0.4.0](https://github.com/oceanprotocol/ocean
|
|
1641
|
+
#### [v0.4.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.3.2...v0.4.0)
|
|
1617
1642
|
|
|
1618
1643
|
> 30 September 2020
|
|
1619
1644
|
|
|
1620
|
-
- add stats/history [`#289`](https://github.com/oceanprotocol/ocean
|
|
1621
|
-
- add stats [`c6a9f7d`](https://github.com/oceanprotocol/ocean
|
|
1622
|
-
- add stats [`b815fbf`](https://github.com/oceanprotocol/ocean
|
|
1623
|
-
- small refactor [`6f645d6`](https://github.com/oceanprotocol/ocean
|
|
1645
|
+
- add stats/history [`#289`](https://github.com/oceanprotocol/ocean-lib-js/pull/289)
|
|
1646
|
+
- add stats [`c6a9f7d`](https://github.com/oceanprotocol/ocean-lib-js/commit/c6a9f7d69b8ac60f349e62a3dbc161b835b4fb41)
|
|
1647
|
+
- add stats [`b815fbf`](https://github.com/oceanprotocol/ocean-lib-js/commit/b815fbf0a135e0825674b45b64f1d911c03e6a59)
|
|
1648
|
+
- small refactor [`6f645d6`](https://github.com/oceanprotocol/ocean-lib-js/commit/6f645d6e8fd134a69b56e862e9652a830308df12)
|
|
1624
1649
|
|
|
1625
|
-
#### [v0.3.2](https://github.com/oceanprotocol/ocean
|
|
1650
|
+
#### [v0.3.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.3.1...v0.3.2)
|
|
1626
1651
|
|
|
1627
1652
|
> 29 September 2020
|
|
1628
1653
|
|
|
1629
|
-
- Fix asset create [`#320`](https://github.com/oceanprotocol/ocean
|
|
1630
|
-
- Bump decimal.js from 10.2.0 to 10.2.1 [`#317`](https://github.com/oceanprotocol/ocean
|
|
1631
|
-
- Bump @typescript-eslint/eslint-plugin from 4.2.0 to 4.3.0 [`#318`](https://github.com/oceanprotocol/ocean
|
|
1632
|
-
- Bump @typescript-eslint/parser from 4.2.0 to 4.3.0 [`#319`](https://github.com/oceanprotocol/ocean
|
|
1633
|
-
- Bump eslint from 7.9.0 to 7.10.0 [`#314`](https://github.com/oceanprotocol/ocean
|
|
1634
|
-
- Bump eslint-config-prettier from 6.11.0 to 6.12.0 [`#313`](https://github.com/oceanprotocol/ocean
|
|
1635
|
-
- Release 0.3.2 [`43a96cc`](https://github.com/oceanprotocol/ocean
|
|
1636
|
-
- fix test spy [`cde752f`](https://github.com/oceanprotocol/ocean
|
|
1637
|
-
- dt check [`fc534c3`](https://github.com/oceanprotocol/ocean
|
|
1654
|
+
- Fix asset create [`#320`](https://github.com/oceanprotocol/ocean-lib-js/pull/320)
|
|
1655
|
+
- Bump decimal.js from 10.2.0 to 10.2.1 [`#317`](https://github.com/oceanprotocol/ocean-lib-js/pull/317)
|
|
1656
|
+
- Bump @typescript-eslint/eslint-plugin from 4.2.0 to 4.3.0 [`#318`](https://github.com/oceanprotocol/ocean-lib-js/pull/318)
|
|
1657
|
+
- Bump @typescript-eslint/parser from 4.2.0 to 4.3.0 [`#319`](https://github.com/oceanprotocol/ocean-lib-js/pull/319)
|
|
1658
|
+
- Bump eslint from 7.9.0 to 7.10.0 [`#314`](https://github.com/oceanprotocol/ocean-lib-js/pull/314)
|
|
1659
|
+
- Bump eslint-config-prettier from 6.11.0 to 6.12.0 [`#313`](https://github.com/oceanprotocol/ocean-lib-js/pull/313)
|
|
1660
|
+
- Release 0.3.2 [`43a96cc`](https://github.com/oceanprotocol/ocean-lib-js/commit/43a96cc9c3570d306528aa4683cba3da6ba2a1bd)
|
|
1661
|
+
- fix test spy [`cde752f`](https://github.com/oceanprotocol/ocean-lib-js/commit/cde752f4ae6927ce5acd680bea27f23325e8de02)
|
|
1662
|
+
- dt check [`fc534c3`](https://github.com/oceanprotocol/ocean-lib-js/commit/fc534c3ce9d25a20774bdb9f29166d39add840c2)
|
|
1638
1663
|
|
|
1639
|
-
#### [v0.3.1](https://github.com/oceanprotocol/ocean
|
|
1664
|
+
#### [v0.3.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.3.0...v0.3.1)
|
|
1640
1665
|
|
|
1641
1666
|
> 25 September 2020
|
|
1642
1667
|
|
|
1643
|
-
- replace lzma library [`#311`](https://github.com/oceanprotocol/ocean
|
|
1644
|
-
- refactor getting local contract addresses [`#312`](https://github.com/oceanprotocol/ocean
|
|
1645
|
-
- make it work with lzma-native [`2896a8e`](https://github.com/oceanprotocol/ocean
|
|
1646
|
-
- test lz-string [`7188f33`](https://github.com/oceanprotocol/ocean
|
|
1647
|
-
- use limited, compress-only version of lzma.js [`3b8858a`](https://github.com/oceanprotocol/ocean
|
|
1668
|
+
- replace lzma library [`#311`](https://github.com/oceanprotocol/ocean-lib-js/pull/311)
|
|
1669
|
+
- refactor getting local contract addresses [`#312`](https://github.com/oceanprotocol/ocean-lib-js/pull/312)
|
|
1670
|
+
- make it work with lzma-native [`2896a8e`](https://github.com/oceanprotocol/ocean-lib-js/commit/2896a8e24f8469e2590ccdab13c45c8c3a942a8e)
|
|
1671
|
+
- test lz-string [`7188f33`](https://github.com/oceanprotocol/ocean-lib-js/commit/7188f337076278ea4ca52c9e9401b37d8e035196)
|
|
1672
|
+
- use limited, compress-only version of lzma.js [`3b8858a`](https://github.com/oceanprotocol/ocean-lib-js/commit/3b8858a201329fc3489b0d72ebfd86e5e0362003)
|
|
1648
1673
|
|
|
1649
|
-
#### [v0.3.0](https://github.com/oceanprotocol/ocean
|
|
1674
|
+
#### [v0.3.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.5...v0.3.0)
|
|
1650
1675
|
|
|
1651
1676
|
> 23 September 2020
|
|
1652
1677
|
|
|
1653
|
-
- fix getOwnerAssets response [`#308`](https://github.com/oceanprotocol/ocean
|
|
1654
|
-
- use dtAddress as did, update metadata contract [`#309`](https://github.com/oceanprotocol/ocean
|
|
1655
|
-
- Feature/custom provider [`#288`](https://github.com/oceanprotocol/ocean
|
|
1656
|
-
- Bump @typescript-eslint/parser from 4.1.1 to 4.2.0 [`#303`](https://github.com/oceanprotocol/ocean
|
|
1657
|
-
- add data token address validity check [`#296`](https://github.com/oceanprotocol/ocean
|
|
1658
|
-
- Bump typedoc from 0.19.1 to 0.19.2 [`#305`](https://github.com/oceanprotocol/ocean
|
|
1659
|
-
- Bump @types/node from 14.11.1 to 14.11.2 [`#306`](https://github.com/oceanprotocol/ocean
|
|
1660
|
-
- Bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 [`#304`](https://github.com/oceanprotocol/ocean
|
|
1661
|
-
- Bump typescript from 4.0.2 to 4.0.3 [`#302`](https://github.com/oceanprotocol/ocean
|
|
1662
|
-
- Bump auto-changelog from 2.2.0 to 2.2.1 [`#301`](https://github.com/oceanprotocol/ocean
|
|
1663
|
-
- Bump @types/node from 14.10.2 to 14.11.1 [`#294`](https://github.com/oceanprotocol/ocean
|
|
1664
|
-
- Bump @truffle/hdwallet-provider from 1.0.44 to 1.1.0 [`#295`](https://github.com/oceanprotocol/ocean
|
|
1665
|
-
- add startOrder [`#271`](https://github.com/oceanprotocol/ocean
|
|
1666
|
-
- Feature/decentralized ddo (based on feature/StartOrder) [`#287`](https://github.com/oceanprotocol/ocean
|
|
1667
|
-
- add decentralized DDO [`c37c169`](https://github.com/oceanprotocol/ocean
|
|
1668
|
-
- add edit helpers [`323e57e`](https://github.com/oceanprotocol/ocean
|
|
1669
|
-
- use custom provider [`8665649`](https://github.com/oceanprotocol/ocean
|
|
1670
|
-
|
|
1671
|
-
#### [v0.2.5](https://github.com/oceanprotocol/ocean
|
|
1678
|
+
- fix getOwnerAssets response [`#308`](https://github.com/oceanprotocol/ocean-lib-js/pull/308)
|
|
1679
|
+
- use dtAddress as did, update metadata contract [`#309`](https://github.com/oceanprotocol/ocean-lib-js/pull/309)
|
|
1680
|
+
- Feature/custom provider [`#288`](https://github.com/oceanprotocol/ocean-lib-js/pull/288)
|
|
1681
|
+
- Bump @typescript-eslint/parser from 4.1.1 to 4.2.0 [`#303`](https://github.com/oceanprotocol/ocean-lib-js/pull/303)
|
|
1682
|
+
- add data token address validity check [`#296`](https://github.com/oceanprotocol/ocean-lib-js/pull/296)
|
|
1683
|
+
- Bump typedoc from 0.19.1 to 0.19.2 [`#305`](https://github.com/oceanprotocol/ocean-lib-js/pull/305)
|
|
1684
|
+
- Bump @types/node from 14.11.1 to 14.11.2 [`#306`](https://github.com/oceanprotocol/ocean-lib-js/pull/306)
|
|
1685
|
+
- Bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 [`#304`](https://github.com/oceanprotocol/ocean-lib-js/pull/304)
|
|
1686
|
+
- Bump typescript from 4.0.2 to 4.0.3 [`#302`](https://github.com/oceanprotocol/ocean-lib-js/pull/302)
|
|
1687
|
+
- Bump auto-changelog from 2.2.0 to 2.2.1 [`#301`](https://github.com/oceanprotocol/ocean-lib-js/pull/301)
|
|
1688
|
+
- Bump @types/node from 14.10.2 to 14.11.1 [`#294`](https://github.com/oceanprotocol/ocean-lib-js/pull/294)
|
|
1689
|
+
- Bump @truffle/hdwallet-provider from 1.0.44 to 1.1.0 [`#295`](https://github.com/oceanprotocol/ocean-lib-js/pull/295)
|
|
1690
|
+
- add startOrder [`#271`](https://github.com/oceanprotocol/ocean-lib-js/pull/271)
|
|
1691
|
+
- Feature/decentralized ddo (based on feature/StartOrder) [`#287`](https://github.com/oceanprotocol/ocean-lib-js/pull/287)
|
|
1692
|
+
- add decentralized DDO [`c37c169`](https://github.com/oceanprotocol/ocean-lib-js/commit/c37c169d6af78c1cfd67130ba48d41a9a70b9a77)
|
|
1693
|
+
- add edit helpers [`323e57e`](https://github.com/oceanprotocol/ocean-lib-js/commit/323e57e6f4fbe82d4195653e1027795a54825981)
|
|
1694
|
+
- use custom provider [`8665649`](https://github.com/oceanprotocol/ocean-lib-js/commit/86656490d8b0e295dbd06da1ca0036b07dd62d1c)
|
|
1695
|
+
|
|
1696
|
+
#### [v0.2.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.4...v0.2.5)
|
|
1672
1697
|
|
|
1673
1698
|
> 16 September 2020
|
|
1674
1699
|
|
|
1675
|
-
- Bump web3 from 1.2.11 to 1.3.0 [`#282`](https://github.com/oceanprotocol/ocean
|
|
1676
|
-
- Bump @types/node from 14.10.1 to 14.10.2 [`#281`](https://github.com/oceanprotocol/ocean
|
|
1677
|
-
- Bump prettier from 2.1.1 to 2.1.2 [`#283`](https://github.com/oceanprotocol/ocean
|
|
1678
|
-
- Bump @typescript-eslint/eslint-plugin from 4.1.0 to 4.1.1 [`#274`](https://github.com/oceanprotocol/ocean
|
|
1679
|
-
- Bump @typescript-eslint/parser from 4.1.0 to 4.1.1 [`#275`](https://github.com/oceanprotocol/ocean
|
|
1680
|
-
- Bump release-it from 14.0.2 to 14.0.3 [`#276`](https://github.com/oceanprotocol/ocean
|
|
1681
|
-
- Bump @types/node from 14.10.0 to 14.10.1 [`#273`](https://github.com/oceanprotocol/ocean
|
|
1682
|
-
- Bump eslint from 7.8.1 to 7.9.0 [`#272`](https://github.com/oceanprotocol/ocean
|
|
1683
|
-
- Bump @types/node from 14.6.4 to 14.10.0 [`#269`](https://github.com/oceanprotocol/ocean
|
|
1684
|
-
- Bump @truffle/hdwallet-provider from 1.0.43 to 1.0.44 [`#268`](https://github.com/oceanprotocol/ocean
|
|
1685
|
-
- bump web3-eth-contract [`132d89e`](https://github.com/oceanprotocol/ocean
|
|
1686
|
-
- Release 0.2.5 [`e3e2108`](https://github.com/oceanprotocol/ocean
|
|
1687
|
-
|
|
1688
|
-
#### [v0.2.4](https://github.com/oceanprotocol/ocean
|
|
1700
|
+
- Bump web3 from 1.2.11 to 1.3.0 [`#282`](https://github.com/oceanprotocol/ocean-lib-js/pull/282)
|
|
1701
|
+
- Bump @types/node from 14.10.1 to 14.10.2 [`#281`](https://github.com/oceanprotocol/ocean-lib-js/pull/281)
|
|
1702
|
+
- Bump prettier from 2.1.1 to 2.1.2 [`#283`](https://github.com/oceanprotocol/ocean-lib-js/pull/283)
|
|
1703
|
+
- Bump @typescript-eslint/eslint-plugin from 4.1.0 to 4.1.1 [`#274`](https://github.com/oceanprotocol/ocean-lib-js/pull/274)
|
|
1704
|
+
- Bump @typescript-eslint/parser from 4.1.0 to 4.1.1 [`#275`](https://github.com/oceanprotocol/ocean-lib-js/pull/275)
|
|
1705
|
+
- Bump release-it from 14.0.2 to 14.0.3 [`#276`](https://github.com/oceanprotocol/ocean-lib-js/pull/276)
|
|
1706
|
+
- Bump @types/node from 14.10.0 to 14.10.1 [`#273`](https://github.com/oceanprotocol/ocean-lib-js/pull/273)
|
|
1707
|
+
- Bump eslint from 7.8.1 to 7.9.0 [`#272`](https://github.com/oceanprotocol/ocean-lib-js/pull/272)
|
|
1708
|
+
- Bump @types/node from 14.6.4 to 14.10.0 [`#269`](https://github.com/oceanprotocol/ocean-lib-js/pull/269)
|
|
1709
|
+
- Bump @truffle/hdwallet-provider from 1.0.43 to 1.0.44 [`#268`](https://github.com/oceanprotocol/ocean-lib-js/pull/268)
|
|
1710
|
+
- bump web3-eth-contract [`132d89e`](https://github.com/oceanprotocol/ocean-lib-js/commit/132d89e302188f404e6003d29845eedc0e02f3d7)
|
|
1711
|
+
- Release 0.2.5 [`e3e2108`](https://github.com/oceanprotocol/ocean-lib-js/commit/e3e210865d624e8c5f4dff6af6b04f6d81209cb4)
|
|
1712
|
+
|
|
1713
|
+
#### [v0.2.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.3...v0.2.4)
|
|
1689
1714
|
|
|
1690
1715
|
> 10 September 2020
|
|
1691
1716
|
|
|
1692
|
-
- Fix/check in searchForDT [`#267`](https://github.com/oceanprotocol/ocean
|
|
1693
|
-
- Release 0.2.4 [`57e8014`](https://github.com/oceanprotocol/ocean
|
|
1694
|
-
- add more unit tests [`dafbb1a`](https://github.com/oceanprotocol/ocean
|
|
1695
|
-
- fix lint [`d6053d5`](https://github.com/oceanprotocol/ocean
|
|
1717
|
+
- Fix/check in searchForDT [`#267`](https://github.com/oceanprotocol/ocean-lib-js/pull/267)
|
|
1718
|
+
- Release 0.2.4 [`57e8014`](https://github.com/oceanprotocol/ocean-lib-js/commit/57e8014060c9388d9aefc281611676a7dae8bdec)
|
|
1719
|
+
- add more unit tests [`dafbb1a`](https://github.com/oceanprotocol/ocean-lib-js/commit/dafbb1a6ce33dccb616406d18d9b639b794c7f76)
|
|
1720
|
+
- fix lint [`d6053d5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d6053d5dbb98e39f5e630737a6c756bc2459b5fe)
|
|
1696
1721
|
|
|
1697
|
-
#### [v0.2.3](https://github.com/oceanprotocol/ocean
|
|
1722
|
+
#### [v0.2.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.2...v0.2.3)
|
|
1698
1723
|
|
|
1699
1724
|
> 9 September 2020
|
|
1700
1725
|
|
|
1701
|
-
- increase default gas [`#266`](https://github.com/oceanprotocol/ocean
|
|
1702
|
-
- Release 0.2.3 [`6932dfd`](https://github.com/oceanprotocol/ocean
|
|
1703
|
-
- hardcode create gas limit [`a2decb0`](https://github.com/oceanprotocol/ocean
|
|
1704
|
-
- lint [`99c6716`](https://github.com/oceanprotocol/ocean
|
|
1726
|
+
- increase default gas [`#266`](https://github.com/oceanprotocol/ocean-lib-js/pull/266)
|
|
1727
|
+
- Release 0.2.3 [`6932dfd`](https://github.com/oceanprotocol/ocean-lib-js/commit/6932dfd7703292df1bcf7a02d3ef5a4bbd7f83b9)
|
|
1728
|
+
- hardcode create gas limit [`a2decb0`](https://github.com/oceanprotocol/ocean-lib-js/commit/a2decb0f1a34f533900f9072b181dec8b57813e5)
|
|
1729
|
+
- lint [`99c6716`](https://github.com/oceanprotocol/ocean-lib-js/commit/99c67168213485929d9913dd8fbc98e98fc2d23f)
|
|
1705
1730
|
|
|
1706
|
-
#### [v0.2.2](https://github.com/oceanprotocol/ocean
|
|
1731
|
+
#### [v0.2.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.1...v0.2.2)
|
|
1707
1732
|
|
|
1708
1733
|
> 9 September 2020
|
|
1709
1734
|
|
|
1710
|
-
- refactor config helper [`#263`](https://github.com/oceanprotocol/ocean
|
|
1711
|
-
- More typings fixes [`#262`](https://github.com/oceanprotocol/ocean
|
|
1712
|
-
- run against latest Node.js [`#261`](https://github.com/oceanprotocol/ocean
|
|
1713
|
-
- test tweaks [`455983f`](https://github.com/oceanprotocol/ocean
|
|
1714
|
-
- more pool tests [`6f85014`](https://github.com/oceanprotocol/ocean
|
|
1715
|
-
- lots of typings [`d154cff`](https://github.com/oceanprotocol/ocean
|
|
1735
|
+
- refactor config helper [`#263`](https://github.com/oceanprotocol/ocean-lib-js/pull/263)
|
|
1736
|
+
- More typings fixes [`#262`](https://github.com/oceanprotocol/ocean-lib-js/pull/262)
|
|
1737
|
+
- run against latest Node.js [`#261`](https://github.com/oceanprotocol/ocean-lib-js/pull/261)
|
|
1738
|
+
- test tweaks [`455983f`](https://github.com/oceanprotocol/ocean-lib-js/commit/455983f7b63ec084fd5029b5852ad5cdbe5c9471)
|
|
1739
|
+
- more pool tests [`6f85014`](https://github.com/oceanprotocol/ocean-lib-js/commit/6f85014e0016e683e5dc5f69a809ddc489951ba7)
|
|
1740
|
+
- lots of typings [`d154cff`](https://github.com/oceanprotocol/ocean-lib-js/commit/d154cffc178388edd223d68b16528d4d908869ee)
|
|
1716
1741
|
|
|
1717
|
-
#### [v0.2.1](https://github.com/oceanprotocol/ocean
|
|
1742
|
+
#### [v0.2.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.0...v0.2.1)
|
|
1718
1743
|
|
|
1719
1744
|
> 8 September 2020
|
|
1720
1745
|
|
|
1721
|
-
- Remove queryMetadataByText() [`#260`](https://github.com/oceanprotocol/ocean
|
|
1722
|
-
- Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.1.0 [`#258`](https://github.com/oceanprotocol/ocean
|
|
1723
|
-
- Bump @typescript-eslint/parser from 4.0.1 to 4.1.0 [`#259`](https://github.com/oceanprotocol/ocean
|
|
1724
|
-
- remove queryMetadataByText() [`971af55`](https://github.com/oceanprotocol/ocean
|
|
1725
|
-
- more test fixes [`f8c1cff`](https://github.com/oceanprotocol/ocean
|
|
1726
|
-
- test updates [`47d1f4d`](https://github.com/oceanprotocol/ocean
|
|
1746
|
+
- Remove queryMetadataByText() [`#260`](https://github.com/oceanprotocol/ocean-lib-js/pull/260)
|
|
1747
|
+
- Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.1.0 [`#258`](https://github.com/oceanprotocol/ocean-lib-js/pull/258)
|
|
1748
|
+
- Bump @typescript-eslint/parser from 4.0.1 to 4.1.0 [`#259`](https://github.com/oceanprotocol/ocean-lib-js/pull/259)
|
|
1749
|
+
- remove queryMetadataByText() [`971af55`](https://github.com/oceanprotocol/ocean-lib-js/commit/971af5522dd5e2995b59f4c83afb60ffb87901f5)
|
|
1750
|
+
- more test fixes [`f8c1cff`](https://github.com/oceanprotocol/ocean-lib-js/commit/f8c1cfff7b226d571b680bc0876d5af0ec8b3240)
|
|
1751
|
+
- test updates [`47d1f4d`](https://github.com/oceanprotocol/ocean-lib-js/commit/47d1f4d01064d54892bb74a4f1c47dd837c3b1f3)
|
|
1727
1752
|
|
|
1728
|
-
#### [v0.2.0](https://github.com/oceanprotocol/ocean
|
|
1753
|
+
#### [v0.2.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.17...v0.2.0)
|
|
1729
1754
|
|
|
1730
1755
|
> 7 September 2020
|
|
1731
1756
|
|
|
1732
|
-
- Test coverage setup [`#252`](https://github.com/oceanprotocol/ocean
|
|
1733
|
-
- Auto-generating data token name [`#250`](https://github.com/oceanprotocol/ocean
|
|
1734
|
-
- Bump @types/node from 14.6.3 to 14.6.4 [`#251`](https://github.com/oceanprotocol/ocean
|
|
1735
|
-
- Bump @types/node from 14.6.2 to 14.6.3 [`#249`](https://github.com/oceanprotocol/ocean
|
|
1736
|
-
- Bump eslint from 7.8.0 to 7.8.1 [`#245`](https://github.com/oceanprotocol/ocean
|
|
1737
|
-
- Bump @types/chai-spies from 1.0.1 to 1.0.2 [`#244`](https://github.com/oceanprotocol/ocean
|
|
1738
|
-
- package updates [`694314c`](https://github.com/oceanprotocol/ocean
|
|
1739
|
-
- fix release-it dependency [`4f9477e`](https://github.com/oceanprotocol/ocean
|
|
1740
|
-
- more running unit tests [`0355d04`](https://github.com/oceanprotocol/ocean
|
|
1757
|
+
- Test coverage setup [`#252`](https://github.com/oceanprotocol/ocean-lib-js/pull/252)
|
|
1758
|
+
- Auto-generating data token name [`#250`](https://github.com/oceanprotocol/ocean-lib-js/pull/250)
|
|
1759
|
+
- Bump @types/node from 14.6.3 to 14.6.4 [`#251`](https://github.com/oceanprotocol/ocean-lib-js/pull/251)
|
|
1760
|
+
- Bump @types/node from 14.6.2 to 14.6.3 [`#249`](https://github.com/oceanprotocol/ocean-lib-js/pull/249)
|
|
1761
|
+
- Bump eslint from 7.8.0 to 7.8.1 [`#245`](https://github.com/oceanprotocol/ocean-lib-js/pull/245)
|
|
1762
|
+
- Bump @types/chai-spies from 1.0.1 to 1.0.2 [`#244`](https://github.com/oceanprotocol/ocean-lib-js/pull/244)
|
|
1763
|
+
- package updates [`694314c`](https://github.com/oceanprotocol/ocean-lib-js/commit/694314cae6d833ded2eea6484e9b75196675cf91)
|
|
1764
|
+
- fix release-it dependency [`4f9477e`](https://github.com/oceanprotocol/ocean-lib-js/commit/4f9477e5ba9b0df44a642c0d6017df5015ba7d93)
|
|
1765
|
+
- more running unit tests [`0355d04`](https://github.com/oceanprotocol/ocean-lib-js/commit/0355d0420d53786eb8d4259f642190157736d486)
|
|
1741
1766
|
|
|
1742
|
-
#### [v0.1.17](https://github.com/oceanprotocol/ocean
|
|
1767
|
+
#### [v0.1.17](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.16...v0.1.17)
|
|
1743
1768
|
|
|
1744
1769
|
> 1 September 2020
|
|
1745
1770
|
|
|
1746
|
-
- FixedPriceExchange [`#231`](https://github.com/oceanprotocol/ocean
|
|
1747
|
-
- Bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0 [`#242`](https://github.com/oceanprotocol/ocean
|
|
1748
|
-
- Bump eslint from 7.7.0 to 7.8.0 [`#240`](https://github.com/oceanprotocol/ocean
|
|
1749
|
-
- Bump mocha from 8.1.2 to 8.1.3 [`#237`](https://github.com/oceanprotocol/ocean
|
|
1750
|
-
- Bump @types/node from 14.6.1 to 14.6.2 [`#238`](https://github.com/oceanprotocol/ocean
|
|
1751
|
-
- Bump typedoc from 0.18.0 to 0.19.0 [`#236`](https://github.com/oceanprotocol/ocean
|
|
1752
|
-
- first cut, tests are failing [`cc6cf43`](https://github.com/oceanprotocol/ocean
|
|
1753
|
-
- add more tests [`22ab447`](https://github.com/oceanprotocol/ocean
|
|
1754
|
-
- update to contracts 0.4.0 [`220261c`](https://github.com/oceanprotocol/ocean
|
|
1771
|
+
- FixedPriceExchange [`#231`](https://github.com/oceanprotocol/ocean-lib-js/pull/231)
|
|
1772
|
+
- Bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0 [`#242`](https://github.com/oceanprotocol/ocean-lib-js/pull/242)
|
|
1773
|
+
- Bump eslint from 7.7.0 to 7.8.0 [`#240`](https://github.com/oceanprotocol/ocean-lib-js/pull/240)
|
|
1774
|
+
- Bump mocha from 8.1.2 to 8.1.3 [`#237`](https://github.com/oceanprotocol/ocean-lib-js/pull/237)
|
|
1775
|
+
- Bump @types/node from 14.6.1 to 14.6.2 [`#238`](https://github.com/oceanprotocol/ocean-lib-js/pull/238)
|
|
1776
|
+
- Bump typedoc from 0.18.0 to 0.19.0 [`#236`](https://github.com/oceanprotocol/ocean-lib-js/pull/236)
|
|
1777
|
+
- first cut, tests are failing [`cc6cf43`](https://github.com/oceanprotocol/ocean-lib-js/commit/cc6cf435fe7ae052467e2b69c3ecf8429b66bc99)
|
|
1778
|
+
- add more tests [`22ab447`](https://github.com/oceanprotocol/ocean-lib-js/commit/22ab44713d21d92eaf9319be26af254c165af6b5)
|
|
1779
|
+
- update to contracts 0.4.0 [`220261c`](https://github.com/oceanprotocol/ocean-lib-js/commit/220261cada63aedc5e7f71fb41f17a73838fd657)
|
|
1755
1780
|
|
|
1756
|
-
#### [v0.1.16](https://github.com/oceanprotocol/ocean
|
|
1781
|
+
#### [v0.1.16](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.15...v0.1.16)
|
|
1757
1782
|
|
|
1758
1783
|
> 28 August 2020
|
|
1759
1784
|
|
|
1760
|
-
- fix sharesBalance [`#235`](https://github.com/oceanprotocol/ocean
|
|
1761
|
-
- pool transaction typings [`#234`](https://github.com/oceanprotocol/ocean
|
|
1762
|
-
- Bump @truffle/hdwallet-provider from 1.0.42 to 1.0.43 [`#232`](https://github.com/oceanprotocol/ocean
|
|
1763
|
-
- Bump @types/node from 14.6.0 to 14.6.1 [`#233`](https://github.com/oceanprotocol/ocean
|
|
1764
|
-
- feature/setup-pool [`#230`](https://github.com/oceanprotocol/ocean
|
|
1765
|
-
- Bump ts-node from 8.10.2 to 9.0.0 [`#220`](https://github.com/oceanprotocol/ocean
|
|
1766
|
-
- Bump whatwg-url from 8.1.0 to 8.2.1 [`#225`](https://github.com/oceanprotocol/ocean
|
|
1767
|
-
- Bump @typescript-eslint/eslint-plugin from 3.9.1 to 3.10.1 [`#226`](https://github.com/oceanprotocol/ocean
|
|
1768
|
-
- Bump mocha from 8.1.1 to 8.1.2 [`#229`](https://github.com/oceanprotocol/ocean
|
|
1769
|
-
- Bump prettier from 2.0.5 to 2.1.1 [`#228`](https://github.com/oceanprotocol/ocean
|
|
1770
|
-
- Bump @typescript-eslint/parser from 3.9.1 to 3.10.1 [`#227`](https://github.com/oceanprotocol/ocean
|
|
1771
|
-
- Bump typescript from 3.9.7 to 4.0.2 [`#219`](https://github.com/oceanprotocol/ocean
|
|
1772
|
-
- use solidity setup pool function when creating new pool. [`d47a9f0`](https://github.com/oceanprotocol/ocean
|
|
1773
|
-
- Fix lint issues. [`5af50c4`](https://github.com/oceanprotocol/ocean
|
|
1774
|
-
- pool typings [`6584023`](https://github.com/oceanprotocol/ocean
|
|
1775
|
-
|
|
1776
|
-
#### [v0.1.15](https://github.com/oceanprotocol/ocean
|
|
1785
|
+
- fix sharesBalance [`#235`](https://github.com/oceanprotocol/ocean-lib-js/pull/235)
|
|
1786
|
+
- pool transaction typings [`#234`](https://github.com/oceanprotocol/ocean-lib-js/pull/234)
|
|
1787
|
+
- Bump @truffle/hdwallet-provider from 1.0.42 to 1.0.43 [`#232`](https://github.com/oceanprotocol/ocean-lib-js/pull/232)
|
|
1788
|
+
- Bump @types/node from 14.6.0 to 14.6.1 [`#233`](https://github.com/oceanprotocol/ocean-lib-js/pull/233)
|
|
1789
|
+
- feature/setup-pool [`#230`](https://github.com/oceanprotocol/ocean-lib-js/pull/230)
|
|
1790
|
+
- Bump ts-node from 8.10.2 to 9.0.0 [`#220`](https://github.com/oceanprotocol/ocean-lib-js/pull/220)
|
|
1791
|
+
- Bump whatwg-url from 8.1.0 to 8.2.1 [`#225`](https://github.com/oceanprotocol/ocean-lib-js/pull/225)
|
|
1792
|
+
- Bump @typescript-eslint/eslint-plugin from 3.9.1 to 3.10.1 [`#226`](https://github.com/oceanprotocol/ocean-lib-js/pull/226)
|
|
1793
|
+
- Bump mocha from 8.1.1 to 8.1.2 [`#229`](https://github.com/oceanprotocol/ocean-lib-js/pull/229)
|
|
1794
|
+
- Bump prettier from 2.0.5 to 2.1.1 [`#228`](https://github.com/oceanprotocol/ocean-lib-js/pull/228)
|
|
1795
|
+
- Bump @typescript-eslint/parser from 3.9.1 to 3.10.1 [`#227`](https://github.com/oceanprotocol/ocean-lib-js/pull/227)
|
|
1796
|
+
- Bump typescript from 3.9.7 to 4.0.2 [`#219`](https://github.com/oceanprotocol/ocean-lib-js/pull/219)
|
|
1797
|
+
- use solidity setup pool function when creating new pool. [`d47a9f0`](https://github.com/oceanprotocol/ocean-lib-js/commit/d47a9f02a65342a682b904b28100ac376c61d290)
|
|
1798
|
+
- Fix lint issues. [`5af50c4`](https://github.com/oceanprotocol/ocean-lib-js/commit/5af50c4c9297c2b98124ae609ff61a0c32626958)
|
|
1799
|
+
- pool typings [`6584023`](https://github.com/oceanprotocol/ocean-lib-js/commit/65840235704bdd9f2e0b07418e65addcc86849ba)
|
|
1800
|
+
|
|
1801
|
+
#### [v0.1.15](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.14...v0.1.15)
|
|
1777
1802
|
|
|
1778
1803
|
> 20 August 2020
|
|
1779
1804
|
|
|
1780
|
-
- add ocean.pool.totalSupply() [`#218`](https://github.com/oceanprotocol/ocean
|
|
1781
|
-
- refactor [`af7964c`](https://github.com/oceanprotocol/ocean
|
|
1782
|
-
- simplification, make it work [`dee24e8`](https://github.com/oceanprotocol/ocean
|
|
1783
|
-
- Release 0.1.15 [`3607f49`](https://github.com/oceanprotocol/ocean
|
|
1805
|
+
- add ocean.pool.totalSupply() [`#218`](https://github.com/oceanprotocol/ocean-lib-js/pull/218)
|
|
1806
|
+
- refactor [`af7964c`](https://github.com/oceanprotocol/ocean-lib-js/commit/af7964ca84394574fb78fece1ca75a6799746fc8)
|
|
1807
|
+
- simplification, make it work [`dee24e8`](https://github.com/oceanprotocol/ocean-lib-js/commit/dee24e87a3081373e055422702cff7633ad95131)
|
|
1808
|
+
- Release 0.1.15 [`3607f49`](https://github.com/oceanprotocol/ocean-lib-js/commit/3607f49472352c11f14cfb95f5182f9c6254adfe)
|
|
1784
1809
|
|
|
1785
|
-
#### [v0.1.14](https://github.com/oceanprotocol/ocean
|
|
1810
|
+
#### [v0.1.14](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.13...v0.1.14)
|
|
1786
1811
|
|
|
1787
1812
|
> 19 August 2020
|
|
1788
1813
|
|
|
1789
|
-
- fix getDTPrice [`#217`](https://github.com/oceanprotocol/ocean
|
|
1790
|
-
- Release 0.1.14 [`8667e33`](https://github.com/oceanprotocol/ocean
|
|
1814
|
+
- fix getDTPrice [`#217`](https://github.com/oceanprotocol/ocean-lib-js/pull/217)
|
|
1815
|
+
- Release 0.1.14 [`8667e33`](https://github.com/oceanprotocol/ocean-lib-js/commit/8667e3396d6c74440e64de7a3a98f7def281030f)
|
|
1791
1816
|
|
|
1792
|
-
#### [v0.1.13](https://github.com/oceanprotocol/ocean
|
|
1817
|
+
#### [v0.1.13](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.12...v0.1.13)
|
|
1793
1818
|
|
|
1794
1819
|
> 19 August 2020
|
|
1795
1820
|
|
|
1796
|
-
- pool docs updates, small refactor [`#216`](https://github.com/oceanprotocol/ocean
|
|
1797
|
-
- Bump @oceanprotocol/contracts from 0.3.4 to 0.3.5 [`#215`](https://github.com/oceanprotocol/ocean
|
|
1798
|
-
- remove balancer artifacts [`7cf85f6`](https://github.com/oceanprotocol/ocean
|
|
1799
|
-
- lots of ABI typings [`bbd4659`](https://github.com/oceanprotocol/ocean
|
|
1800
|
-
- never stop typing [`76423a4`](https://github.com/oceanprotocol/ocean
|
|
1821
|
+
- pool docs updates, small refactor [`#216`](https://github.com/oceanprotocol/ocean-lib-js/pull/216)
|
|
1822
|
+
- Bump @oceanprotocol/contracts from 0.3.4 to 0.3.5 [`#215`](https://github.com/oceanprotocol/ocean-lib-js/pull/215)
|
|
1823
|
+
- remove balancer artifacts [`7cf85f6`](https://github.com/oceanprotocol/ocean-lib-js/commit/7cf85f6392bf2e12f95d834dfde0159af519718c)
|
|
1824
|
+
- lots of ABI typings [`bbd4659`](https://github.com/oceanprotocol/ocean-lib-js/commit/bbd465992b25e824d5c8b8934ce2fa61629ed8dc)
|
|
1825
|
+
- never stop typing [`76423a4`](https://github.com/oceanprotocol/ocean-lib-js/commit/76423a4ff84f1bdcf0a57af2ed2ad9acce5a5ea6)
|
|
1801
1826
|
|
|
1802
|
-
#### [v0.1.12](https://github.com/oceanprotocol/ocean
|
|
1827
|
+
#### [v0.1.12](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.11...v0.1.12)
|
|
1803
1828
|
|
|
1804
1829
|
> 18 August 2020
|
|
1805
1830
|
|
|
1806
|
-
- artifacts path fix [`#213`](https://github.com/oceanprotocol/ocean
|
|
1807
|
-
- package updates & lots of typing fixes [`#210`](https://github.com/oceanprotocol/ocean
|
|
1808
|
-
- Bump @types/node from 14.0.26 to 14.6.0 [`#211`](https://github.com/oceanprotocol/ocean
|
|
1809
|
-
- Bump @types/mocha from 8.0.2 to 8.0.3 [`#212`](https://github.com/oceanprotocol/ocean
|
|
1810
|
-
- added chainId in configs [`#204`](https://github.com/oceanprotocol/ocean
|
|
1811
|
-
- Bump @types/mocha from 8.0.1 to 8.0.2 [`#207`](https://github.com/oceanprotocol/ocean
|
|
1812
|
-
- Bump typedoc from 0.17.8 to 0.18.0 [`#202`](https://github.com/oceanprotocol/ocean
|
|
1813
|
-
- Bump @truffle/hdwallet-provider from 1.0.40 to 1.0.42 [`#203`](https://github.com/oceanprotocol/ocean
|
|
1814
|
-
- Bump ora from 4.1.0 to 5.0.0 [`#201`](https://github.com/oceanprotocol/ocean
|
|
1815
|
-
- Bump ora from 4.0.5 to 4.1.0 [`#200`](https://github.com/oceanprotocol/ocean
|
|
1816
|
-
- Bump mocha from 8.1.0 to 8.1.1 [`#199`](https://github.com/oceanprotocol/ocean
|
|
1817
|
-
- formatting and typings and lint fixes [`7b1403c`](https://github.com/oceanprotocol/ocean
|
|
1818
|
-
- package updates [`ea5f505`](https://github.com/oceanprotocol/ocean
|
|
1819
|
-
- formatting [`dcdd40b`](https://github.com/oceanprotocol/ocean
|
|
1820
|
-
|
|
1821
|
-
#### [v0.1.11](https://github.com/oceanprotocol/ocean
|
|
1831
|
+
- artifacts path fix [`#213`](https://github.com/oceanprotocol/ocean-lib-js/pull/213)
|
|
1832
|
+
- package updates & lots of typing fixes [`#210`](https://github.com/oceanprotocol/ocean-lib-js/pull/210)
|
|
1833
|
+
- Bump @types/node from 14.0.26 to 14.6.0 [`#211`](https://github.com/oceanprotocol/ocean-lib-js/pull/211)
|
|
1834
|
+
- Bump @types/mocha from 8.0.2 to 8.0.3 [`#212`](https://github.com/oceanprotocol/ocean-lib-js/pull/212)
|
|
1835
|
+
- added chainId in configs [`#204`](https://github.com/oceanprotocol/ocean-lib-js/pull/204)
|
|
1836
|
+
- Bump @types/mocha from 8.0.1 to 8.0.2 [`#207`](https://github.com/oceanprotocol/ocean-lib-js/pull/207)
|
|
1837
|
+
- Bump typedoc from 0.17.8 to 0.18.0 [`#202`](https://github.com/oceanprotocol/ocean-lib-js/pull/202)
|
|
1838
|
+
- Bump @truffle/hdwallet-provider from 1.0.40 to 1.0.42 [`#203`](https://github.com/oceanprotocol/ocean-lib-js/pull/203)
|
|
1839
|
+
- Bump ora from 4.1.0 to 5.0.0 [`#201`](https://github.com/oceanprotocol/ocean-lib-js/pull/201)
|
|
1840
|
+
- Bump ora from 4.0.5 to 4.1.0 [`#200`](https://github.com/oceanprotocol/ocean-lib-js/pull/200)
|
|
1841
|
+
- Bump mocha from 8.1.0 to 8.1.1 [`#199`](https://github.com/oceanprotocol/ocean-lib-js/pull/199)
|
|
1842
|
+
- formatting and typings and lint fixes [`7b1403c`](https://github.com/oceanprotocol/ocean-lib-js/commit/7b1403c8546c09f657bc68cf6307f02641c67899)
|
|
1843
|
+
- package updates [`ea5f505`](https://github.com/oceanprotocol/ocean-lib-js/commit/ea5f505edf685d4efb5fb581e8ecb4849989560d)
|
|
1844
|
+
- formatting [`dcdd40b`](https://github.com/oceanprotocol/ocean-lib-js/commit/dcdd40bd2d2e84058b889709f77c08bead14b299)
|
|
1845
|
+
|
|
1846
|
+
#### [v0.1.11](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.10...v0.1.11)
|
|
1822
1847
|
|
|
1823
1848
|
> 4 August 2020
|
|
1824
1849
|
|
|
1825
|
-
- add getOceanNeeded [`#197`](https://github.com/oceanprotocol/ocean
|
|
1826
|
-
- Bump @types/mocha from 8.0.0 to 8.0.1 [`#196`](https://github.com/oceanprotocol/ocean
|
|
1827
|
-
- Bump mocha from 8.0.1 to 8.1.0 [`#195`](https://github.com/oceanprotocol/ocean
|
|
1828
|
-
- Release 0.1.11 [`c2d49a4`](https://github.com/oceanprotocol/ocean
|
|
1850
|
+
- add getOceanNeeded [`#197`](https://github.com/oceanprotocol/ocean-lib-js/pull/197)
|
|
1851
|
+
- Bump @types/mocha from 8.0.0 to 8.0.1 [`#196`](https://github.com/oceanprotocol/ocean-lib-js/pull/196)
|
|
1852
|
+
- Bump mocha from 8.0.1 to 8.1.0 [`#195`](https://github.com/oceanprotocol/ocean-lib-js/pull/195)
|
|
1853
|
+
- Release 0.1.11 [`c2d49a4`](https://github.com/oceanprotocol/ocean-lib-js/commit/c2d49a4e3c6cdcbdf588f46bfec4a2dd88eb5f37)
|
|
1829
1854
|
|
|
1830
|
-
#### [v0.1.10](https://github.com/oceanprotocol/ocean
|
|
1855
|
+
#### [v0.1.10](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.9...v0.1.10)
|
|
1831
1856
|
|
|
1832
1857
|
> 30 July 2020
|
|
1833
1858
|
|
|
1834
|
-
- add nonce to provider signature [`#194`](https://github.com/oceanprotocol/ocean
|
|
1835
|
-
- Bump @types/node from 14.0.25 to 14.0.26 [`#187`](https://github.com/oceanprotocol/ocean
|
|
1836
|
-
- Bump @truffle/hdwallet-provider from 1.0.39 to 1.0.40 [`#186`](https://github.com/oceanprotocol/ocean
|
|
1837
|
-
- Bump @types/node from 14.0.24 to 14.0.25 [`#185`](https://github.com/oceanprotocol/ocean
|
|
1838
|
-
- Bump @types/chai from 4.2.11 to 4.2.12 [`#184`](https://github.com/oceanprotocol/ocean
|
|
1839
|
-
- Bump mock-local-storage from 1.1.14 to 1.1.15 [`#183`](https://github.com/oceanprotocol/ocean
|
|
1840
|
-
- Release 0.1.10 [`1e19165`](https://github.com/oceanprotocol/ocean
|
|
1859
|
+
- add nonce to provider signature [`#194`](https://github.com/oceanprotocol/ocean-lib-js/pull/194)
|
|
1860
|
+
- Bump @types/node from 14.0.25 to 14.0.26 [`#187`](https://github.com/oceanprotocol/ocean-lib-js/pull/187)
|
|
1861
|
+
- Bump @truffle/hdwallet-provider from 1.0.39 to 1.0.40 [`#186`](https://github.com/oceanprotocol/ocean-lib-js/pull/186)
|
|
1862
|
+
- Bump @types/node from 14.0.24 to 14.0.25 [`#185`](https://github.com/oceanprotocol/ocean-lib-js/pull/185)
|
|
1863
|
+
- Bump @types/chai from 4.2.11 to 4.2.12 [`#184`](https://github.com/oceanprotocol/ocean-lib-js/pull/184)
|
|
1864
|
+
- Bump mock-local-storage from 1.1.14 to 1.1.15 [`#183`](https://github.com/oceanprotocol/ocean-lib-js/pull/183)
|
|
1865
|
+
- Release 0.1.10 [`1e19165`](https://github.com/oceanprotocol/ocean-lib-js/commit/1e19165d1fd1f53ba07705ff41b7452f97993732)
|
|
1841
1866
|
|
|
1842
|
-
#### [v0.1.9](https://github.com/oceanprotocol/ocean
|
|
1867
|
+
#### [v0.1.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.8...v0.1.9)
|
|
1843
1868
|
|
|
1844
1869
|
> 22 July 2020
|
|
1845
1870
|
|
|
1846
|
-
- allow passing infuraProjectId to getConfig [`#182`](https://github.com/oceanprotocol/ocean
|
|
1847
|
-
- Bump @oceanprotocol/contracts from 0.3.1 to 0.3.3 [`#180`](https://github.com/oceanprotocol/ocean
|
|
1848
|
-
- fix transfers [`#179`](https://github.com/oceanprotocol/ocean
|
|
1849
|
-
- Update Datatokens.ts [`#178`](https://github.com/oceanprotocol/ocean
|
|
1850
|
-
- Feature/balancer [`#138`](https://github.com/oceanprotocol/ocean
|
|
1851
|
-
- refactor [`40a8149`](https://github.com/oceanprotocol/ocean
|
|
1852
|
-
- first cut [`b42b992`](https://github.com/oceanprotocol/ocean
|
|
1853
|
-
- refactor [`7b8f08e`](https://github.com/oceanprotocol/ocean
|
|
1871
|
+
- allow passing infuraProjectId to getConfig [`#182`](https://github.com/oceanprotocol/ocean-lib-js/pull/182)
|
|
1872
|
+
- Bump @oceanprotocol/contracts from 0.3.1 to 0.3.3 [`#180`](https://github.com/oceanprotocol/ocean-lib-js/pull/180)
|
|
1873
|
+
- fix transfers [`#179`](https://github.com/oceanprotocol/ocean-lib-js/pull/179)
|
|
1874
|
+
- Update Datatokens.ts [`#178`](https://github.com/oceanprotocol/ocean-lib-js/pull/178)
|
|
1875
|
+
- Feature/balancer [`#138`](https://github.com/oceanprotocol/ocean-lib-js/pull/138)
|
|
1876
|
+
- refactor [`40a8149`](https://github.com/oceanprotocol/ocean-lib-js/commit/40a8149905fd0023b3f8cb486ddb18121d325ea3)
|
|
1877
|
+
- first cut [`b42b992`](https://github.com/oceanprotocol/ocean-lib-js/commit/b42b992e84a0c6f8723db3a6f5a8395e71bdd4f9)
|
|
1878
|
+
- refactor [`7b8f08e`](https://github.com/oceanprotocol/ocean-lib-js/commit/7b8f08e3c13ef2782fc83a9eadefe2f7354df605)
|
|
1854
1879
|
|
|
1855
|
-
#### [v0.1.8](https://github.com/oceanprotocol/ocean
|
|
1880
|
+
#### [v0.1.8](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.7...v0.1.8)
|
|
1856
1881
|
|
|
1857
1882
|
> 21 July 2020
|
|
1858
1883
|
|
|
1859
|
-
- Bump @types/node from 14.0.23 to 14.0.24 [`#177`](https://github.com/oceanprotocol/ocean
|
|
1860
|
-
- Release 0.1.8 [`6b1bf5b`](https://github.com/oceanprotocol/ocean
|
|
1861
|
-
- update factoryAddress [`ffda6cc`](https://github.com/oceanprotocol/ocean
|
|
1884
|
+
- Bump @types/node from 14.0.23 to 14.0.24 [`#177`](https://github.com/oceanprotocol/ocean-lib-js/pull/177)
|
|
1885
|
+
- Release 0.1.8 [`6b1bf5b`](https://github.com/oceanprotocol/ocean-lib-js/commit/6b1bf5b0b212e4a83a52c523443f880a71313c7b)
|
|
1886
|
+
- update factoryAddress [`ffda6cc`](https://github.com/oceanprotocol/ocean-lib-js/commit/ffda6ccd08af26a8cf6af6421bd50bc55c3285da)
|
|
1862
1887
|
|
|
1863
|
-
#### [v0.1.7](https://github.com/oceanprotocol/ocean
|
|
1888
|
+
#### [v0.1.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.6...v0.1.7)
|
|
1864
1889
|
|
|
1865
1890
|
> 20 July 2020
|
|
1866
1891
|
|
|
1867
|
-
- update ocean-contracts version [`#176`](https://github.com/oceanprotocol/ocean
|
|
1868
|
-
- Bump ora from 4.0.4 to 4.0.5 [`#172`](https://github.com/oceanprotocol/ocean
|
|
1869
|
-
- Bump @oceanprotocol/contracts from 0.2.3 to 0.3.0 [`#171`](https://github.com/oceanprotocol/ocean
|
|
1870
|
-
- Bump @truffle/hdwallet-provider from 1.0.38 to 1.0.39 [`#170`](https://github.com/oceanprotocol/ocean
|
|
1871
|
-
- Release 0.1.7 [`7d67fcb`](https://github.com/oceanprotocol/ocean
|
|
1892
|
+
- update ocean-contracts version [`#176`](https://github.com/oceanprotocol/ocean-lib-js/pull/176)
|
|
1893
|
+
- Bump ora from 4.0.4 to 4.0.5 [`#172`](https://github.com/oceanprotocol/ocean-lib-js/pull/172)
|
|
1894
|
+
- Bump @oceanprotocol/contracts from 0.2.3 to 0.3.0 [`#171`](https://github.com/oceanprotocol/ocean-lib-js/pull/171)
|
|
1895
|
+
- Bump @truffle/hdwallet-provider from 1.0.38 to 1.0.39 [`#170`](https://github.com/oceanprotocol/ocean-lib-js/pull/170)
|
|
1896
|
+
- Release 0.1.7 [`7d67fcb`](https://github.com/oceanprotocol/ocean-lib-js/commit/7d67fcb54465380daa01196251f2c8e8a0db17ef)
|
|
1872
1897
|
|
|
1873
|
-
#### [v0.1.6](https://github.com/oceanprotocol/ocean
|
|
1898
|
+
#### [v0.1.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.5...v0.1.6)
|
|
1874
1899
|
|
|
1875
1900
|
> 17 July 2020
|
|
1876
1901
|
|
|
1877
|
-
- revert fetch require [`#169`](https://github.com/oceanprotocol/ocean
|
|
1878
|
-
- Bump typescript from 3.9.6 to 3.9.7 [`#168`](https://github.com/oceanprotocol/ocean
|
|
1879
|
-
- Bump mock-local-storage from 1.1.12 to 1.1.14 [`#167`](https://github.com/oceanprotocol/ocean
|
|
1880
|
-
- Release 0.1.6 [`83bf7c6`](https://github.com/oceanprotocol/ocean
|
|
1902
|
+
- revert fetch require [`#169`](https://github.com/oceanprotocol/ocean-lib-js/pull/169)
|
|
1903
|
+
- Bump typescript from 3.9.6 to 3.9.7 [`#168`](https://github.com/oceanprotocol/ocean-lib-js/pull/168)
|
|
1904
|
+
- Bump mock-local-storage from 1.1.12 to 1.1.14 [`#167`](https://github.com/oceanprotocol/ocean-lib-js/pull/167)
|
|
1905
|
+
- Release 0.1.6 [`83bf7c6`](https://github.com/oceanprotocol/ocean-lib-js/commit/83bf7c6e040eb5ddd4c0eaa2a313e56270915e99)
|
|
1881
1906
|
|
|
1882
|
-
#### [v0.1.5](https://github.com/oceanprotocol/ocean
|
|
1907
|
+
#### [v0.1.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.4...v0.1.5)
|
|
1883
1908
|
|
|
1884
1909
|
> 16 July 2020
|
|
1885
1910
|
|
|
1886
|
-
- Fix DDO interfaces typings export [`#165`](https://github.com/oceanprotocol/ocean
|
|
1887
|
-
- add rinkeby to known configs [`#164`](https://github.com/oceanprotocol/ocean
|
|
1888
|
-
- security fixes [`108d794`](https://github.com/oceanprotocol/ocean
|
|
1889
|
-
- more config helpers [`2426561`](https://github.com/oceanprotocol/ocean
|
|
1890
|
-
- Release 0.1.5 [`c1592eb`](https://github.com/oceanprotocol/ocean
|
|
1911
|
+
- Fix DDO interfaces typings export [`#165`](https://github.com/oceanprotocol/ocean-lib-js/pull/165)
|
|
1912
|
+
- add rinkeby to known configs [`#164`](https://github.com/oceanprotocol/ocean-lib-js/pull/164)
|
|
1913
|
+
- security fixes [`108d794`](https://github.com/oceanprotocol/ocean-lib-js/commit/108d794c2293a4eee3be994b52b77dd508574e75)
|
|
1914
|
+
- more config helpers [`2426561`](https://github.com/oceanprotocol/ocean-lib-js/commit/24265617b068ace688814f45fcc668749d1a04a5)
|
|
1915
|
+
- Release 0.1.5 [`c1592eb`](https://github.com/oceanprotocol/ocean-lib-js/commit/c1592eb7b5e7c47d38a5fa1b0a7fb672edd2776f)
|
|
1891
1916
|
|
|
1892
|
-
#### [v0.1.4](https://github.com/oceanprotocol/ocean
|
|
1917
|
+
#### [v0.1.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.3...v0.1.4)
|
|
1893
1918
|
|
|
1894
1919
|
> 15 July 2020
|
|
1895
1920
|
|
|
1896
|
-
- Fix default abi's are not initialized correctly when initializing oceanlib [`#163`](https://github.com/oceanprotocol/ocean
|
|
1897
|
-
- Release 0.1.4 [`8252990`](https://github.com/oceanprotocol/ocean
|
|
1898
|
-
- bump contracts [`faff5f1`](https://github.com/oceanprotocol/ocean
|
|
1899
|
-
- Update README_marketplace_flow.md [`2230098`](https://github.com/oceanprotocol/ocean
|
|
1921
|
+
- Fix default abi's are not initialized correctly when initializing oceanlib [`#163`](https://github.com/oceanprotocol/ocean-lib-js/pull/163)
|
|
1922
|
+
- Release 0.1.4 [`8252990`](https://github.com/oceanprotocol/ocean-lib-js/commit/82529909817abe8273396e14165ff7a75d8869ee)
|
|
1923
|
+
- bump contracts [`faff5f1`](https://github.com/oceanprotocol/ocean-lib-js/commit/faff5f143d541319a5a9d558be70098320ed1620)
|
|
1924
|
+
- Update README_marketplace_flow.md [`2230098`](https://github.com/oceanprotocol/ocean-lib-js/commit/2230098ca5cfc26a720f212ea6dd37d6619a0e2d)
|
|
1900
1925
|
|
|
1901
|
-
#### [v0.1.3](https://github.com/oceanprotocol/ocean
|
|
1926
|
+
#### [v0.1.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.2...v0.1.3)
|
|
1902
1927
|
|
|
1903
1928
|
> 15 July 2020
|
|
1904
1929
|
|
|
1905
|
-
- always use Strings in Datatoken class [`#161`](https://github.com/oceanprotocol/ocean
|
|
1906
|
-
- Fix ABIs data types [`#159`](https://github.com/oceanprotocol/ocean
|
|
1907
|
-
- add ocean token & any token balance to Account [`#158`](https://github.com/oceanprotocol/ocean
|
|
1908
|
-
- feature/cleanup-test [`#157`](https://github.com/oceanprotocol/ocean
|
|
1909
|
-
- Update .travis.yml [`#155`](https://github.com/oceanprotocol/ocean
|
|
1910
|
-
- Update ConfigHelper.ts [`#156`](https://github.com/oceanprotocol/ocean
|
|
1911
|
-
- Fix/contracts dependencies [`#150`](https://github.com/oceanprotocol/ocean
|
|
1912
|
-
- added missing section [`#153`](https://github.com/oceanprotocol/ocean
|
|
1913
|
-
- dependencies cleanup [`3716c5d`](https://github.com/oceanprotocol/ocean
|
|
1914
|
-
- Release 0.1.3 [`36ba35f`](https://github.com/oceanprotocol/ocean
|
|
1915
|
-
- fix (#152) [`edb2d53`](https://github.com/oceanprotocol/ocean
|
|
1930
|
+
- always use Strings in Datatoken class [`#161`](https://github.com/oceanprotocol/ocean-lib-js/pull/161)
|
|
1931
|
+
- Fix ABIs data types [`#159`](https://github.com/oceanprotocol/ocean-lib-js/pull/159)
|
|
1932
|
+
- add ocean token & any token balance to Account [`#158`](https://github.com/oceanprotocol/ocean-lib-js/pull/158)
|
|
1933
|
+
- feature/cleanup-test [`#157`](https://github.com/oceanprotocol/ocean-lib-js/pull/157)
|
|
1934
|
+
- Update .travis.yml [`#155`](https://github.com/oceanprotocol/ocean-lib-js/pull/155)
|
|
1935
|
+
- Update ConfigHelper.ts [`#156`](https://github.com/oceanprotocol/ocean-lib-js/pull/156)
|
|
1936
|
+
- Fix/contracts dependencies [`#150`](https://github.com/oceanprotocol/ocean-lib-js/pull/150)
|
|
1937
|
+
- added missing section [`#153`](https://github.com/oceanprotocol/ocean-lib-js/pull/153)
|
|
1938
|
+
- dependencies cleanup [`3716c5d`](https://github.com/oceanprotocol/ocean-lib-js/commit/3716c5d1b6f60a6760975688361271c8948d9a62)
|
|
1939
|
+
- Release 0.1.3 [`36ba35f`](https://github.com/oceanprotocol/ocean-lib-js/commit/36ba35f23825c130e5ff95cb3a09113a463c52ce)
|
|
1940
|
+
- fix (#152) [`edb2d53`](https://github.com/oceanprotocol/ocean-lib-js/commit/edb2d53fe398dd0fb30f38b327ea3898e6bfe526)
|
|
1916
1941
|
|
|
1917
|
-
#### [v0.1.2](https://github.com/oceanprotocol/ocean
|
|
1942
|
+
#### [v0.1.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.1...v0.1.2)
|
|
1918
1943
|
|
|
1919
1944
|
> 14 July 2020
|
|
1920
1945
|
|
|
1921
|
-
- DataTokens - use wei in the library [`#147`](https://github.com/oceanprotocol/ocean
|
|
1922
|
-
- Fix/documentation [`#146`](https://github.com/oceanprotocol/ocean
|
|
1923
|
-
- Bump @types/node from 14.0.22 to 14.0.23 [`#148`](https://github.com/oceanprotocol/ocean
|
|
1924
|
-
- feature/compute-interface [`#130`](https://github.com/oceanprotocol/ocean
|
|
1925
|
-
- Feature/compute test [`#143`](https://github.com/oceanprotocol/ocean
|
|
1926
|
-
- Bump @types/mocha from 7.0.2 to 8.0.0 [`#142`](https://github.com/oceanprotocol/ocean
|
|
1927
|
-
- Bump yargs from 15.4.0 to 15.4.1 [`#141`](https://github.com/oceanprotocol/ocean
|
|
1928
|
-
- Bump @types/node from 14.0.20 to 14.0.22 [`#140`](https://github.com/oceanprotocol/ocean
|
|
1929
|
-
- Bump @types/node from 14.0.19 to 14.0.20 [`#137`](https://github.com/oceanprotocol/ocean
|
|
1930
|
-
- Bump @truffle/hdwallet-provider from 1.0.37 to 1.0.38 [`#139`](https://github.com/oceanprotocol/ocean
|
|
1931
|
-
- Bump @types/node from 14.0.18 to 14.0.19 [`#135`](https://github.com/oceanprotocol/ocean
|
|
1932
|
-
- Bump @types/node from 14.0.14 to 14.0.18 [`#133`](https://github.com/oceanprotocol/ocean
|
|
1933
|
-
- fixes #144 [`#144`](https://github.com/oceanprotocol/ocean
|
|
1934
|
-
- wip: compute module, compute tests, create compute service. [`dad7a56`](https://github.com/oceanprotocol/ocean
|
|
1935
|
-
- move compute to separate file [`95325a7`](https://github.com/oceanprotocol/ocean
|
|
1936
|
-
- add provider compute mock [`60c406b`](https://github.com/oceanprotocol/ocean
|
|
1937
|
-
|
|
1938
|
-
#### [v0.1.1](https://github.com/oceanprotocol/ocean
|
|
1946
|
+
- DataTokens - use wei in the library [`#147`](https://github.com/oceanprotocol/ocean-lib-js/pull/147)
|
|
1947
|
+
- Fix/documentation [`#146`](https://github.com/oceanprotocol/ocean-lib-js/pull/146)
|
|
1948
|
+
- Bump @types/node from 14.0.22 to 14.0.23 [`#148`](https://github.com/oceanprotocol/ocean-lib-js/pull/148)
|
|
1949
|
+
- feature/compute-interface [`#130`](https://github.com/oceanprotocol/ocean-lib-js/pull/130)
|
|
1950
|
+
- Feature/compute test [`#143`](https://github.com/oceanprotocol/ocean-lib-js/pull/143)
|
|
1951
|
+
- Bump @types/mocha from 7.0.2 to 8.0.0 [`#142`](https://github.com/oceanprotocol/ocean-lib-js/pull/142)
|
|
1952
|
+
- Bump yargs from 15.4.0 to 15.4.1 [`#141`](https://github.com/oceanprotocol/ocean-lib-js/pull/141)
|
|
1953
|
+
- Bump @types/node from 14.0.20 to 14.0.22 [`#140`](https://github.com/oceanprotocol/ocean-lib-js/pull/140)
|
|
1954
|
+
- Bump @types/node from 14.0.19 to 14.0.20 [`#137`](https://github.com/oceanprotocol/ocean-lib-js/pull/137)
|
|
1955
|
+
- Bump @truffle/hdwallet-provider from 1.0.37 to 1.0.38 [`#139`](https://github.com/oceanprotocol/ocean-lib-js/pull/139)
|
|
1956
|
+
- Bump @types/node from 14.0.18 to 14.0.19 [`#135`](https://github.com/oceanprotocol/ocean-lib-js/pull/135)
|
|
1957
|
+
- Bump @types/node from 14.0.14 to 14.0.18 [`#133`](https://github.com/oceanprotocol/ocean-lib-js/pull/133)
|
|
1958
|
+
- fixes #144 [`#144`](https://github.com/oceanprotocol/ocean-lib-js/issues/144)
|
|
1959
|
+
- wip: compute module, compute tests, create compute service. [`dad7a56`](https://github.com/oceanprotocol/ocean-lib-js/commit/dad7a56c1e102c8666e7d44fcc2ed7e50ffc462f)
|
|
1960
|
+
- move compute to separate file [`95325a7`](https://github.com/oceanprotocol/ocean-lib-js/commit/95325a733d47d9314c55d78c08bad8f30b8563c9)
|
|
1961
|
+
- add provider compute mock [`60c406b`](https://github.com/oceanprotocol/ocean-lib-js/commit/60c406bcea73403df8c1899db382e73974969be8)
|
|
1962
|
+
|
|
1963
|
+
#### [v0.1.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.0...v0.1.1)
|
|
1939
1964
|
|
|
1940
1965
|
> 3 July 2020
|
|
1941
1966
|
|
|
1942
|
-
- Fix/releases [`#128`](https://github.com/oceanprotocol/ocean
|
|
1943
|
-
- Release 0.1.0 [`#127`](https://github.com/oceanprotocol/ocean
|
|
1944
|
-
- add release to travis [`f3dd76f`](https://github.com/oceanprotocol/ocean
|
|
1945
|
-
- Release 0.1.1 [`487b430`](https://github.com/oceanprotocol/ocean
|
|
1967
|
+
- Fix/releases [`#128`](https://github.com/oceanprotocol/ocean-lib-js/pull/128)
|
|
1968
|
+
- Release 0.1.0 [`#127`](https://github.com/oceanprotocol/ocean-lib-js/pull/127)
|
|
1969
|
+
- add release to travis [`f3dd76f`](https://github.com/oceanprotocol/ocean-lib-js/commit/f3dd76fe80a0229649f83aaa0b2eb627a5e4cb93)
|
|
1970
|
+
- Release 0.1.1 [`487b430`](https://github.com/oceanprotocol/ocean-lib-js/commit/487b4305461d3aedf87d290f5f339f8adb6c2e96)
|
|
1946
1971
|
|
|
1947
1972
|
#### v0.1.0
|
|
1948
1973
|
|
|
1949
1974
|
> 3 July 2020
|
|
1950
1975
|
|
|
1951
|
-
- Fix/ocean assets [`#126`](https://github.com/oceanprotocol/ocean
|
|
1952
|
-
- Bump yargs from 15.3.1 to 15.4.0 [`#125`](https://github.com/oceanprotocol/ocean
|
|
1953
|
-
- Bump @truffle/hdwallet-provider from 1.0.36 to 1.0.37 [`#124`](https://github.com/oceanprotocol/ocean
|
|
1954
|
-
- Feature/marketplace flow [`#110`](https://github.com/oceanprotocol/ocean
|
|
1955
|
-
- Feature/assets download [`#119`](https://github.com/oceanprotocol/ocean
|
|
1956
|
-
- Fix/unit test [`#116`](https://github.com/oceanprotocol/ocean
|
|
1957
|
-
- Update .travis.yml [`#123`](https://github.com/oceanprotocol/ocean
|
|
1958
|
-
- Bump typescript from 3.9.5 to 3.9.6 [`#122`](https://github.com/oceanprotocol/ocean
|
|
1959
|
-
- Bump typedoc from 0.17.7 to 0.17.8 [`#120`](https://github.com/oceanprotocol/ocean
|
|
1960
|
-
- feature/resolve-assets [`#117`](https://github.com/oceanprotocol/ocean
|
|
1961
|
-
- barge contains ganache now [`#115`](https://github.com/oceanprotocol/ocean
|
|
1962
|
-
- Feature/integrate barge [`#113`](https://github.com/oceanprotocol/ocean
|
|
1963
|
-
- Bump @truffle/hdwallet-provider from 1.0.35 to 1.0.36 [`#111`](https://github.com/oceanprotocol/ocean
|
|
1964
|
-
- Feature/unit-testing-beta [Part-1] [`#99`](https://github.com/oceanprotocol/ocean
|
|
1965
|
-
- Fix/args for encrypt method [`#107`](https://github.com/oceanprotocol/ocean
|
|
1966
|
-
- fix/readme [`#106`](https://github.com/oceanprotocol/ocean
|
|
1967
|
-
- Bump @types/node from 14.0.13 to 14.0.14 [`#105`](https://github.com/oceanprotocol/ocean
|
|
1968
|
-
- fix resolveByDTAddress [`#102`](https://github.com/oceanprotocol/ocean
|
|
1969
|
-
- Fix/integration test-beta [`#94`](https://github.com/oceanprotocol/ocean
|
|
1970
|
-
- Bump uuid from 8.1.0 to 8.2.0 [`#100`](https://github.com/oceanprotocol/ocean
|
|
1971
|
-
- Fix/integration test beta firstcut [`#97`](https://github.com/oceanprotocol/ocean
|
|
1972
|
-
- add coverage report tool [`#96`](https://github.com/oceanprotocol/ocean
|
|
1973
|
-
- Feature/beta version phase 2 [`#79`](https://github.com/oceanprotocol/ocean
|
|
1974
|
-
- Bump prettier from 1.19.1 to 2.0.5 [`#85`](https://github.com/oceanprotocol/ocean
|
|
1975
|
-
- Bump @types/node from 14.0.5 to 14.0.13 [`#86`](https://github.com/oceanprotocol/ocean
|
|
1976
|
-
- Feature/phase-2 [`#50`](https://github.com/oceanprotocol/ocean
|
|
1977
|
-
- Full flow for Phase-2 [Part-1] [`#78`](https://github.com/oceanprotocol/ocean
|
|
1978
|
-
- Bump @release-it/bumper from 1.1.1 to 1.4.0 [`#76`](https://github.com/oceanprotocol/ocean
|
|
1979
|
-
- Create Dependabot config file [`#64`](https://github.com/oceanprotocol/ocean
|
|
1980
|
-
- Feature/contracts [`#63`](https://github.com/oceanprotocol/ocean
|
|
1981
|
-
- init travis [`#52`](https://github.com/oceanprotocol/ocean
|
|
1982
|
-
- Feature/add detailed readme [`#51`](https://github.com/oceanprotocol/ocean
|
|
1983
|
-
- fix lint errors [`#49`](https://github.com/oceanprotocol/ocean
|
|
1984
|
-
- Feature/tests [`#41`](https://github.com/oceanprotocol/ocean
|
|
1985
|
-
- Feature/ datatokens.create [`#38`](https://github.com/oceanprotocol/ocean
|
|
1986
|
-
- Feature: datatokens class [`#36`](https://github.com/oceanprotocol/ocean
|
|
1987
|
-
- add configHelper [`#35`](https://github.com/oceanprotocol/ocean
|
|
1988
|
-
- Feature: move squid-js to ocean-lib-js [`#30`](https://github.com/oceanprotocol/ocean
|
|
1989
|
-
- Fix versions module [`#23`](https://github.com/oceanprotocol/ocean
|
|
1990
|
-
- feature: replace OceanAssets with Assets [`#27`](https://github.com/oceanprotocol/ocean
|
|
1991
|
-
- Feature/replace OceanCompute with Compute [`#22`](https://github.com/oceanprotocol/ocean
|
|
1992
|
-
- minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean
|
|
1993
|
-
- cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean
|
|
1994
|
-
- remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean
|
|
1995
|
-
- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean
|
|
1976
|
+
- Fix/ocean assets [`#126`](https://github.com/oceanprotocol/ocean-lib-js/pull/126)
|
|
1977
|
+
- Bump yargs from 15.3.1 to 15.4.0 [`#125`](https://github.com/oceanprotocol/ocean-lib-js/pull/125)
|
|
1978
|
+
- Bump @truffle/hdwallet-provider from 1.0.36 to 1.0.37 [`#124`](https://github.com/oceanprotocol/ocean-lib-js/pull/124)
|
|
1979
|
+
- Feature/marketplace flow [`#110`](https://github.com/oceanprotocol/ocean-lib-js/pull/110)
|
|
1980
|
+
- Feature/assets download [`#119`](https://github.com/oceanprotocol/ocean-lib-js/pull/119)
|
|
1981
|
+
- Fix/unit test [`#116`](https://github.com/oceanprotocol/ocean-lib-js/pull/116)
|
|
1982
|
+
- Update .travis.yml [`#123`](https://github.com/oceanprotocol/ocean-lib-js/pull/123)
|
|
1983
|
+
- Bump typescript from 3.9.5 to 3.9.6 [`#122`](https://github.com/oceanprotocol/ocean-lib-js/pull/122)
|
|
1984
|
+
- Bump typedoc from 0.17.7 to 0.17.8 [`#120`](https://github.com/oceanprotocol/ocean-lib-js/pull/120)
|
|
1985
|
+
- feature/resolve-assets [`#117`](https://github.com/oceanprotocol/ocean-lib-js/pull/117)
|
|
1986
|
+
- barge contains ganache now [`#115`](https://github.com/oceanprotocol/ocean-lib-js/pull/115)
|
|
1987
|
+
- Feature/integrate barge [`#113`](https://github.com/oceanprotocol/ocean-lib-js/pull/113)
|
|
1988
|
+
- Bump @truffle/hdwallet-provider from 1.0.35 to 1.0.36 [`#111`](https://github.com/oceanprotocol/ocean-lib-js/pull/111)
|
|
1989
|
+
- Feature/unit-testing-beta [Part-1] [`#99`](https://github.com/oceanprotocol/ocean-lib-js/pull/99)
|
|
1990
|
+
- Fix/args for encrypt method [`#107`](https://github.com/oceanprotocol/ocean-lib-js/pull/107)
|
|
1991
|
+
- fix/readme [`#106`](https://github.com/oceanprotocol/ocean-lib-js/pull/106)
|
|
1992
|
+
- Bump @types/node from 14.0.13 to 14.0.14 [`#105`](https://github.com/oceanprotocol/ocean-lib-js/pull/105)
|
|
1993
|
+
- fix resolveByDTAddress [`#102`](https://github.com/oceanprotocol/ocean-lib-js/pull/102)
|
|
1994
|
+
- Fix/integration test-beta [`#94`](https://github.com/oceanprotocol/ocean-lib-js/pull/94)
|
|
1995
|
+
- Bump uuid from 8.1.0 to 8.2.0 [`#100`](https://github.com/oceanprotocol/ocean-lib-js/pull/100)
|
|
1996
|
+
- Fix/integration test beta firstcut [`#97`](https://github.com/oceanprotocol/ocean-lib-js/pull/97)
|
|
1997
|
+
- add coverage report tool [`#96`](https://github.com/oceanprotocol/ocean-lib-js/pull/96)
|
|
1998
|
+
- Feature/beta version phase 2 [`#79`](https://github.com/oceanprotocol/ocean-lib-js/pull/79)
|
|
1999
|
+
- Bump prettier from 1.19.1 to 2.0.5 [`#85`](https://github.com/oceanprotocol/ocean-lib-js/pull/85)
|
|
2000
|
+
- Bump @types/node from 14.0.5 to 14.0.13 [`#86`](https://github.com/oceanprotocol/ocean-lib-js/pull/86)
|
|
2001
|
+
- Feature/phase-2 [`#50`](https://github.com/oceanprotocol/ocean-lib-js/pull/50)
|
|
2002
|
+
- Full flow for Phase-2 [Part-1] [`#78`](https://github.com/oceanprotocol/ocean-lib-js/pull/78)
|
|
2003
|
+
- Bump @release-it/bumper from 1.1.1 to 1.4.0 [`#76`](https://github.com/oceanprotocol/ocean-lib-js/pull/76)
|
|
2004
|
+
- Create Dependabot config file [`#64`](https://github.com/oceanprotocol/ocean-lib-js/pull/64)
|
|
2005
|
+
- Feature/contracts [`#63`](https://github.com/oceanprotocol/ocean-lib-js/pull/63)
|
|
2006
|
+
- init travis [`#52`](https://github.com/oceanprotocol/ocean-lib-js/pull/52)
|
|
2007
|
+
- Feature/add detailed readme [`#51`](https://github.com/oceanprotocol/ocean-lib-js/pull/51)
|
|
2008
|
+
- fix lint errors [`#49`](https://github.com/oceanprotocol/ocean-lib-js/pull/49)
|
|
2009
|
+
- Feature/tests [`#41`](https://github.com/oceanprotocol/ocean-lib-js/pull/41)
|
|
2010
|
+
- Feature/ datatokens.create [`#38`](https://github.com/oceanprotocol/ocean-lib-js/pull/38)
|
|
2011
|
+
- Feature: datatokens class [`#36`](https://github.com/oceanprotocol/ocean-lib-js/pull/36)
|
|
2012
|
+
- add configHelper [`#35`](https://github.com/oceanprotocol/ocean-lib-js/pull/35)
|
|
2013
|
+
- Feature: move squid-js to ocean-lib-js [`#30`](https://github.com/oceanprotocol/ocean-lib-js/pull/30)
|
|
2014
|
+
- Fix versions module [`#23`](https://github.com/oceanprotocol/ocean-lib-js/pull/23)
|
|
2015
|
+
- feature: replace OceanAssets with Assets [`#27`](https://github.com/oceanprotocol/ocean-lib-js/pull/27)
|
|
2016
|
+
- Feature/replace OceanCompute with Compute [`#22`](https://github.com/oceanprotocol/ocean-lib-js/pull/22)
|
|
2017
|
+
- minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean-lib-js/pull/11)
|
|
2018
|
+
- cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean-lib-js/commit/cd9f6295ed08110936f9a092527bae5d0a974bbb)
|
|
2019
|
+
- remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean-lib-js/commit/28d1775593ab78bf404708244c49af8f912f3117)
|
|
2020
|
+
- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d8dadf5495d77e2f73d45454347c13e185bed7d4)
|