@oceanprotocol/lib 1.0.0-next.25 → 1.0.0-next.28
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 +1359 -1333
- 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/DDO/Service.d.ts +1 -36
- package/dist/src/@types/Erc721.d.ts +1 -1
- package/dist/src/pools/Router.d.ts +8 -8
- package/dist/src/pools/fixedRate/FixedRateExchange.d.ts +2 -2
- package/dist/src/utils/ContractUtils.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,1889 +4,1915 @@ 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
|
-
- fix
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
-
|
|
18
|
-
- Bump
|
|
19
|
-
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
7
|
+
#### [v1.0.0-next.28](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.27...v1.0.0-next.28)
|
|
8
|
+
|
|
9
|
+
- Replace toWei/fromWei when base token conversion [`#1318`](https://github.com/oceanprotocol/ocean-lib-js/pull/1318)
|
|
10
|
+
- Make metadataProofs optional in setMetadataAndTokenURI [`#1336`](https://github.com/oceanprotocol/ocean-lib-js/pull/1336)
|
|
11
|
+
- fix moonbase urls [`#1337`](https://github.com/oceanprotocol/ocean-lib-js/pull/1337)
|
|
12
|
+
|
|
13
|
+
#### [v1.0.0-next.27](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.26...v1.0.0-next.27)
|
|
14
|
+
|
|
15
|
+
> 14 March 2022
|
|
16
|
+
|
|
17
|
+
- Feature/contracts alpha 22 [`#1334`](https://github.com/oceanprotocol/ocean-lib-js/pull/1334)
|
|
18
|
+
- Bump mocha from 9.2.1 to 9.2.2 [`#1332`](https://github.com/oceanprotocol/ocean-lib-js/pull/1332)
|
|
19
|
+
- Release 1.0.0-next.27 [`d3fcdd0`](https://github.com/oceanprotocol/ocean-lib-js/commit/d3fcdd0d561f85924a1b8266c564604d554e8148)
|
|
20
|
+
|
|
21
|
+
#### [v1.0.0-next.26](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.25...v1.0.0-next.26)
|
|
22
|
+
|
|
23
|
+
> 11 March 2022
|
|
24
|
+
|
|
25
|
+
- update `ServiceComputeOptions` [`#1330`](https://github.com/oceanprotocol/ocean-lib-js/pull/1330)
|
|
26
|
+
- dispenser creation: transform maxTokens and maxBalance to wei [`#1328`](https://github.com/oceanprotocol/ocean-lib-js/pull/1328)
|
|
27
|
+
- Bump @truffle/hdwallet-provider from 2.0.3 to 2.0.4 [`#1329`](https://github.com/oceanprotocol/ocean-lib-js/pull/1329)
|
|
28
|
+
- Release 1.0.0-next.26 [`e9f32c7`](https://github.com/oceanprotocol/ocean-lib-js/commit/e9f32c729abadc5985add4016d72f7647b8cecf9)
|
|
29
|
+
|
|
30
|
+
#### [v1.0.0-next.25](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.24...v1.0.0-next.25)
|
|
31
|
+
|
|
32
|
+
> 8 March 2022
|
|
33
|
+
|
|
34
|
+
- Bump ts-node from 10.6.0 to 10.7.0 [`#1327`](https://github.com/oceanprotocol/ocean-lib-js/pull/1327)
|
|
35
|
+
- Bump typedoc from 0.22.12 to 0.22.13 [`#1326`](https://github.com/oceanprotocol/ocean-lib-js/pull/1326)
|
|
36
|
+
- fix url [`#1325`](https://github.com/oceanprotocol/ocean-lib-js/pull/1325)
|
|
37
|
+
- Bump web3 from 1.7.0 to 1.7.1 [`#1323`](https://github.com/oceanprotocol/ocean-lib-js/pull/1323)
|
|
38
|
+
- Bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#1324`](https://github.com/oceanprotocol/ocean-lib-js/pull/1324)
|
|
39
|
+
- Bump ts-node from 10.5.0 to 10.6.0 [`#1319`](https://github.com/oceanprotocol/ocean-lib-js/pull/1319)
|
|
40
|
+
- Bump typescript from 4.5.5 to 4.6.2 [`#1317`](https://github.com/oceanprotocol/ocean-lib-js/pull/1317)
|
|
41
|
+
- Bump @types/node from 17.0.19 to 17.0.21 [`#1310`](https://github.com/oceanprotocol/ocean-lib-js/pull/1310)
|
|
42
|
+
- services specific additional information [`#1311`](https://github.com/oceanprotocol/ocean-lib-js/pull/1311)
|
|
43
|
+
- Bump release-it from 14.12.4 to 14.12.5 [`#1308`](https://github.com/oceanprotocol/ocean-lib-js/pull/1308)
|
|
44
|
+
- Update README: harmonize with ocean.py's v4 changes [`81b1849`](https://github.com/oceanprotocol/ocean-lib-js/commit/81b18493ff1a6dee13b23648b5f8a47452aaf3ab)
|
|
45
|
+
- Release 1.0.0-next.25 [`b403130`](https://github.com/oceanprotocol/ocean-lib-js/commit/b403130e2d7e99711d2fb582a12baeac49acbcc7)
|
|
46
|
+
- 2021 -> 2022 [`28a48f5`](https://github.com/oceanprotocol/ocean-lib-js/commit/28a48f5b5a2f792a79dabcd1a4fa9be1b2228311)
|
|
47
|
+
|
|
48
|
+
#### [v1.0.0-next.24](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.23...v1.0.0-next.24)
|
|
23
49
|
|
|
24
50
|
> 23 February 2022
|
|
25
51
|
|
|
26
|
-
- fix export [`#1309`](https://github.com/oceanprotocol/ocean
|
|
27
|
-
- Release 1.0.0-next.24 [`9116852`](https://github.com/oceanprotocol/ocean
|
|
52
|
+
- fix export [`#1309`](https://github.com/oceanprotocol/ocean-lib-js/pull/1309)
|
|
53
|
+
- Release 1.0.0-next.24 [`9116852`](https://github.com/oceanprotocol/ocean-lib-js/commit/91168527fca9c0667e686486bd0aae4892b79e2a)
|
|
28
54
|
|
|
29
|
-
#### [v1.0.0-next.23](https://github.com/oceanprotocol/ocean
|
|
55
|
+
#### [v1.0.0-next.23](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.22...v1.0.0-next.23)
|
|
30
56
|
|
|
31
57
|
> 22 February 2022
|
|
32
58
|
|
|
33
|
-
- Calculating max swap/liquidity [`#1306`](https://github.com/oceanprotocol/ocean
|
|
34
|
-
- Bump @types/node from 17.0.18 to 17.0.19 [`#1305`](https://github.com/oceanprotocol/ocean
|
|
35
|
-
- Release 1.0.0-next.23 [`aadd145`](https://github.com/oceanprotocol/ocean
|
|
59
|
+
- Calculating max swap/liquidity [`#1306`](https://github.com/oceanprotocol/ocean-lib-js/pull/1306)
|
|
60
|
+
- Bump @types/node from 17.0.18 to 17.0.19 [`#1305`](https://github.com/oceanprotocol/ocean-lib-js/pull/1305)
|
|
61
|
+
- Release 1.0.0-next.23 [`aadd145`](https://github.com/oceanprotocol/ocean-lib-js/commit/aadd1458ba7364a709f6eb94b3f8c123de3c189a)
|
|
36
62
|
|
|
37
|
-
#### [v1.0.0-next.22](https://github.com/oceanprotocol/ocean
|
|
63
|
+
#### [v1.0.0-next.22](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.21...v1.0.0-next.22)
|
|
38
64
|
|
|
39
65
|
> 21 February 2022
|
|
40
66
|
|
|
41
|
-
- fix estGas for setMetadata call [`#1303`](https://github.com/oceanprotocol/ocean
|
|
42
|
-
- Bump eslint-config-prettier from 8.3.0 to 8.4.0 [`#1301`](https://github.com/oceanprotocol/ocean
|
|
43
|
-
- Bump typedoc from 0.22.11 to 0.22.12 [`#1300`](https://github.com/oceanprotocol/ocean
|
|
44
|
-
- Bump mocha from 9.2.0 to 9.2.1 [`#1299`](https://github.com/oceanprotocol/ocean
|
|
45
|
-
- Release 1.0.0-next.22 [`ff0653c`](https://github.com/oceanprotocol/ocean
|
|
67
|
+
- fix estGas for setMetadata call [`#1303`](https://github.com/oceanprotocol/ocean-lib-js/pull/1303)
|
|
68
|
+
- Bump eslint-config-prettier from 8.3.0 to 8.4.0 [`#1301`](https://github.com/oceanprotocol/ocean-lib-js/pull/1301)
|
|
69
|
+
- Bump typedoc from 0.22.11 to 0.22.12 [`#1300`](https://github.com/oceanprotocol/ocean-lib-js/pull/1300)
|
|
70
|
+
- Bump mocha from 9.2.0 to 9.2.1 [`#1299`](https://github.com/oceanprotocol/ocean-lib-js/pull/1299)
|
|
71
|
+
- Release 1.0.0-next.22 [`ff0653c`](https://github.com/oceanprotocol/ocean-lib-js/commit/ff0653c8831a10dee36994adde460dbfa5567810)
|
|
46
72
|
|
|
47
|
-
#### [v1.0.0-next.21](https://github.com/oceanprotocol/ocean
|
|
73
|
+
#### [v1.0.0-next.21](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.20...v1.0.0-next.21)
|
|
48
74
|
|
|
49
75
|
> 17 February 2022
|
|
50
76
|
|
|
51
|
-
- Update contracts [`#1297`](https://github.com/oceanprotocol/ocean
|
|
52
|
-
- Release 1.0.0-next.21 [`ce88427`](https://github.com/oceanprotocol/ocean
|
|
77
|
+
- Update contracts [`#1297`](https://github.com/oceanprotocol/ocean-lib-js/pull/1297)
|
|
78
|
+
- Release 1.0.0-next.21 [`ce88427`](https://github.com/oceanprotocol/ocean-lib-js/commit/ce8842701aa1e9c82dbc8d6b18d94eeb0ea24540)
|
|
53
79
|
|
|
54
|
-
#### [v1.0.0-next.20](https://github.com/oceanprotocol/ocean
|
|
80
|
+
#### [v1.0.0-next.20](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.19...v1.0.0-next.20)
|
|
55
81
|
|
|
56
82
|
> 16 February 2022
|
|
57
83
|
|
|
58
|
-
- bump to contracts alpha.20 [`#1295`](https://github.com/oceanprotocol/ocean
|
|
59
|
-
- use barge addresses for unit tests [`#1291`](https://github.com/oceanprotocol/ocean
|
|
60
|
-
- Bump @types/node from 17.0.17 to 17.0.18 [`#1290`](https://github.com/oceanprotocol/ocean
|
|
61
|
-
- Bump @types/crypto-js from 4.1.0 to 4.1.1 [`#1289`](https://github.com/oceanprotocol/ocean
|
|
62
|
-
- Release 1.0.0-next.20 [`cb8b52c`](https://github.com/oceanprotocol/ocean
|
|
84
|
+
- bump to contracts alpha.20 [`#1295`](https://github.com/oceanprotocol/ocean-lib-js/pull/1295)
|
|
85
|
+
- use barge addresses for unit tests [`#1291`](https://github.com/oceanprotocol/ocean-lib-js/pull/1291)
|
|
86
|
+
- Bump @types/node from 17.0.17 to 17.0.18 [`#1290`](https://github.com/oceanprotocol/ocean-lib-js/pull/1290)
|
|
87
|
+
- Bump @types/crypto-js from 4.1.0 to 4.1.1 [`#1289`](https://github.com/oceanprotocol/ocean-lib-js/pull/1289)
|
|
88
|
+
- Release 1.0.0-next.20 [`cb8b52c`](https://github.com/oceanprotocol/ocean-lib-js/commit/cb8b52c6e1a73444b8170a762822e4ba15bf244e)
|
|
63
89
|
|
|
64
|
-
#### [v1.0.0-next.19](https://github.com/oceanprotocol/ocean
|
|
90
|
+
#### [v1.0.0-next.19](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.18...v1.0.0-next.19)
|
|
65
91
|
|
|
66
92
|
> 15 February 2022
|
|
67
93
|
|
|
68
|
-
- update config endpoint [`#1288`](https://github.com/oceanprotocol/ocean
|
|
69
|
-
- Release 1.0.0-next.19 [`9b71c85`](https://github.com/oceanprotocol/ocean
|
|
94
|
+
- update config endpoint [`#1288`](https://github.com/oceanprotocol/ocean-lib-js/pull/1288)
|
|
95
|
+
- Release 1.0.0-next.19 [`9b71c85`](https://github.com/oceanprotocol/ocean-lib-js/commit/9b71c853f7cd1f596b5fbd451f63e9cdb5af3b72)
|
|
70
96
|
|
|
71
|
-
#### [v1.0.0-next.18](https://github.com/oceanprotocol/ocean
|
|
97
|
+
#### [v1.0.0-next.18](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.17...v1.0.0-next.18)
|
|
72
98
|
|
|
73
99
|
> 14 February 2022
|
|
74
100
|
|
|
75
|
-
- update to contracts alpha.19 [`#1286`](https://github.com/oceanprotocol/ocean
|
|
76
|
-
- Update Pool class JSDoc comments [`#1281`](https://github.com/oceanprotocol/ocean
|
|
77
|
-
- updated existing jsdoc comments and add missing ones [`7b2ff71`](https://github.com/oceanprotocol/ocean
|
|
78
|
-
- Release 1.0.0-next.18 [`9f9e3dc`](https://github.com/oceanprotocol/ocean
|
|
101
|
+
- update to contracts alpha.19 [`#1286`](https://github.com/oceanprotocol/ocean-lib-js/pull/1286)
|
|
102
|
+
- Update Pool class JSDoc comments [`#1281`](https://github.com/oceanprotocol/ocean-lib-js/pull/1281)
|
|
103
|
+
- updated existing jsdoc comments and add missing ones [`7b2ff71`](https://github.com/oceanprotocol/ocean-lib-js/commit/7b2ff71d0cb148308cc49a0cb267e4b4f4ee83bb)
|
|
104
|
+
- Release 1.0.0-next.18 [`9f9e3dc`](https://github.com/oceanprotocol/ocean-lib-js/commit/9f9e3dce88d5e5e731cc13dbadfefc8a66cd43a5)
|
|
79
105
|
|
|
80
|
-
#### [v1.0.0-next.17](https://github.com/oceanprotocol/ocean
|
|
106
|
+
#### [v1.0.0-next.17](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.16...v1.0.0-next.17)
|
|
81
107
|
|
|
82
108
|
> 14 February 2022
|
|
83
109
|
|
|
84
|
-
- fix fixed order params [`#1287`](https://github.com/oceanprotocol/ocean
|
|
85
|
-
- Release 1.0.0-next.17 [`9c3a12d`](https://github.com/oceanprotocol/ocean
|
|
110
|
+
- fix fixed order params [`#1287`](https://github.com/oceanprotocol/ocean-lib-js/pull/1287)
|
|
111
|
+
- Release 1.0.0-next.17 [`9c3a12d`](https://github.com/oceanprotocol/ocean-lib-js/commit/9c3a12daa6276aeb3f0cf59d53ff76d2b8df7219)
|
|
86
112
|
|
|
87
|
-
#### [v1.0.0-next.16](https://github.com/oceanprotocol/ocean
|
|
113
|
+
#### [v1.0.0-next.16](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.15...v1.0.0-next.16)
|
|
88
114
|
|
|
89
115
|
> 14 February 2022
|
|
90
116
|
|
|
91
|
-
- Remove redundant get in `calcBaseInGivenOutDT` [`#1283`](https://github.com/oceanprotocol/ocean
|
|
92
|
-
- add aquarius to export list [`#1280`](https://github.com/oceanprotocol/ocean
|
|
93
|
-
- Release 1.0.0-next.16 [`9f8f6aa`](https://github.com/oceanprotocol/ocean
|
|
117
|
+
- Remove redundant get in `calcBaseInGivenOutDT` [`#1283`](https://github.com/oceanprotocol/ocean-lib-js/pull/1283)
|
|
118
|
+
- add aquarius to export list [`#1280`](https://github.com/oceanprotocol/ocean-lib-js/pull/1280)
|
|
119
|
+
- Release 1.0.0-next.16 [`9f8f6aa`](https://github.com/oceanprotocol/ocean-lib-js/commit/9f8f6aae99ab409cd0bdb61f3950b067b0363c2f)
|
|
94
120
|
|
|
95
|
-
#### [v1.0.0-next.15](https://github.com/oceanprotocol/ocean
|
|
121
|
+
#### [v1.0.0-next.15](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.14...v1.0.0-next.15)
|
|
96
122
|
|
|
97
123
|
> 11 February 2022
|
|
98
124
|
|
|
99
|
-
- fix redundancy [`#1278`](https://github.com/oceanprotocol/ocean
|
|
100
|
-
- Bump chai from 4.3.4 to 4.3.6 [`#1277`](https://github.com/oceanprotocol/ocean
|
|
101
|
-
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1276`](https://github.com/oceanprotocol/ocean
|
|
102
|
-
- Bump @types/node from 17.0.16 to 17.0.17 [`#1275`](https://github.com/oceanprotocol/ocean
|
|
103
|
-
- Release 1.0.0-next.15 [`84a022f`](https://github.com/oceanprotocol/ocean
|
|
125
|
+
- fix redundancy [`#1278`](https://github.com/oceanprotocol/ocean-lib-js/pull/1278)
|
|
126
|
+
- Bump chai from 4.3.4 to 4.3.6 [`#1277`](https://github.com/oceanprotocol/ocean-lib-js/pull/1277)
|
|
127
|
+
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1276`](https://github.com/oceanprotocol/ocean-lib-js/pull/1276)
|
|
128
|
+
- Bump @types/node from 17.0.16 to 17.0.17 [`#1275`](https://github.com/oceanprotocol/ocean-lib-js/pull/1275)
|
|
129
|
+
- Release 1.0.0-next.15 [`84a022f`](https://github.com/oceanprotocol/ocean-lib-js/commit/84a022f80c30bed5c7ad6ab692252210a71e9ae3)
|
|
104
130
|
|
|
105
|
-
#### [v1.0.0-next.14](https://github.com/oceanprotocol/ocean
|
|
131
|
+
#### [v1.0.0-next.14](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.13...v1.0.0-next.14)
|
|
106
132
|
|
|
107
133
|
> 10 February 2022
|
|
108
134
|
|
|
109
|
-
- fixes [`#1273`](https://github.com/oceanprotocol/ocean
|
|
110
|
-
- Release 1.0.0-next.14 [`6aa1231`](https://github.com/oceanprotocol/ocean
|
|
135
|
+
- fixes [`#1273`](https://github.com/oceanprotocol/ocean-lib-js/pull/1273)
|
|
136
|
+
- Release 1.0.0-next.14 [`6aa1231`](https://github.com/oceanprotocol/ocean-lib-js/commit/6aa1231a0a64d32a148108fc43bef2afca42e873)
|
|
111
137
|
|
|
112
|
-
#### [v1.0.0-next.13](https://github.com/oceanprotocol/ocean
|
|
138
|
+
#### [v1.0.0-next.13](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.12...v1.0.0-next.13)
|
|
113
139
|
|
|
114
140
|
> 10 February 2022
|
|
115
141
|
|
|
116
|
-
- Bump typescript from 4.4.4 to 4.5.5 [`#1270`](https://github.com/oceanprotocol/ocean
|
|
117
|
-
- Bump mocha from 9.1.3 to 9.2.0 [`#1269`](https://github.com/oceanprotocol/ocean
|
|
118
|
-
- Use v4main images [`#1267`](https://github.com/oceanprotocol/ocean
|
|
119
|
-
- Bump ts-node from 10.4.0 to 10.5.0 [`#1268`](https://github.com/oceanprotocol/ocean
|
|
120
|
-
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.3 [`#1271`](https://github.com/oceanprotocol/ocean
|
|
121
|
-
- Bump mock-local-storage from 1.1.19 to 1.1.20 [`#1263`](https://github.com/oceanprotocol/ocean
|
|
122
|
-
- Bump cross-fetch from 3.1.4 to 3.1.5 [`#1264`](https://github.com/oceanprotocol/ocean
|
|
123
|
-
- Bump auto-changelog from 2.3.0 to 2.4.0 [`#1265`](https://github.com/oceanprotocol/ocean
|
|
124
|
-
- Bump @types/mocha from 9.0.0 to 9.1.0 [`#1262`](https://github.com/oceanprotocol/ocean
|
|
125
|
-
- Bump follow-redirects from 1.14.6 to 1.14.8 [`#1261`](https://github.com/oceanprotocol/ocean
|
|
126
|
-
- Bump simple-get from 2.8.1 to 2.8.2 [`#1260`](https://github.com/oceanprotocol/ocean
|
|
127
|
-
- Bump @openzeppelin/contracts from 4.4.1 to 4.4.2 [`#1259`](https://github.com/oceanprotocol/ocean
|
|
128
|
-
- Bump @types/node from 17.0.8 to 17.0.16 [`#1255`](https://github.com/oceanprotocol/ocean
|
|
129
|
-
- Bump typedoc from 0.22.10 to 0.22.11 [`#1230`](https://github.com/oceanprotocol/ocean
|
|
130
|
-
- npm audit fix [`92f4eb9`](https://github.com/oceanprotocol/ocean
|
|
131
|
-
- Release 1.0.0-next.13 [`5152bc2`](https://github.com/oceanprotocol/ocean
|
|
132
|
-
|
|
133
|
-
#### [v1.0.0-next.12](https://github.com/oceanprotocol/ocean
|
|
142
|
+
- Bump typescript from 4.4.4 to 4.5.5 [`#1270`](https://github.com/oceanprotocol/ocean-lib-js/pull/1270)
|
|
143
|
+
- Bump mocha from 9.1.3 to 9.2.0 [`#1269`](https://github.com/oceanprotocol/ocean-lib-js/pull/1269)
|
|
144
|
+
- Use v4main images [`#1267`](https://github.com/oceanprotocol/ocean-lib-js/pull/1267)
|
|
145
|
+
- Bump ts-node from 10.4.0 to 10.5.0 [`#1268`](https://github.com/oceanprotocol/ocean-lib-js/pull/1268)
|
|
146
|
+
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.3 [`#1271`](https://github.com/oceanprotocol/ocean-lib-js/pull/1271)
|
|
147
|
+
- Bump mock-local-storage from 1.1.19 to 1.1.20 [`#1263`](https://github.com/oceanprotocol/ocean-lib-js/pull/1263)
|
|
148
|
+
- Bump cross-fetch from 3.1.4 to 3.1.5 [`#1264`](https://github.com/oceanprotocol/ocean-lib-js/pull/1264)
|
|
149
|
+
- Bump auto-changelog from 2.3.0 to 2.4.0 [`#1265`](https://github.com/oceanprotocol/ocean-lib-js/pull/1265)
|
|
150
|
+
- Bump @types/mocha from 9.0.0 to 9.1.0 [`#1262`](https://github.com/oceanprotocol/ocean-lib-js/pull/1262)
|
|
151
|
+
- Bump follow-redirects from 1.14.6 to 1.14.8 [`#1261`](https://github.com/oceanprotocol/ocean-lib-js/pull/1261)
|
|
152
|
+
- Bump simple-get from 2.8.1 to 2.8.2 [`#1260`](https://github.com/oceanprotocol/ocean-lib-js/pull/1260)
|
|
153
|
+
- Bump @openzeppelin/contracts from 4.4.1 to 4.4.2 [`#1259`](https://github.com/oceanprotocol/ocean-lib-js/pull/1259)
|
|
154
|
+
- Bump @types/node from 17.0.8 to 17.0.16 [`#1255`](https://github.com/oceanprotocol/ocean-lib-js/pull/1255)
|
|
155
|
+
- Bump typedoc from 0.22.10 to 0.22.11 [`#1230`](https://github.com/oceanprotocol/ocean-lib-js/pull/1230)
|
|
156
|
+
- npm audit fix [`92f4eb9`](https://github.com/oceanprotocol/ocean-lib-js/commit/92f4eb96695a1e32e750f6c3c0de7774e992e4f2)
|
|
157
|
+
- Release 1.0.0-next.13 [`5152bc2`](https://github.com/oceanprotocol/ocean-lib-js/commit/5152bc21646a6375799838daf77188a9dd6713f0)
|
|
158
|
+
|
|
159
|
+
#### [v1.0.0-next.12](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.11...v1.0.0-next.12)
|
|
134
160
|
|
|
135
161
|
> 9 February 2022
|
|
136
162
|
|
|
137
|
-
- use compute environments [`#1258`](https://github.com/oceanprotocol/ocean
|
|
138
|
-
- Bump web3 from 1.6.1 to 1.7.0 [`#1224`](https://github.com/oceanprotocol/ocean
|
|
139
|
-
- Barge c2d & latest contracts bump [`#1248`](https://github.com/oceanprotocol/ocean
|
|
140
|
-
- Release 1.0.0-next.12 [`022c8c7`](https://github.com/oceanprotocol/ocean
|
|
141
|
-
- fixed version for contracts [`fbcd22e`](https://github.com/oceanprotocol/ocean
|
|
142
|
-
- run push builds against v4main [`9142c35`](https://github.com/oceanprotocol/ocean
|
|
163
|
+
- use compute environments [`#1258`](https://github.com/oceanprotocol/ocean-lib-js/pull/1258)
|
|
164
|
+
- Bump web3 from 1.6.1 to 1.7.0 [`#1224`](https://github.com/oceanprotocol/ocean-lib-js/pull/1224)
|
|
165
|
+
- Barge c2d & latest contracts bump [`#1248`](https://github.com/oceanprotocol/ocean-lib-js/pull/1248)
|
|
166
|
+
- Release 1.0.0-next.12 [`022c8c7`](https://github.com/oceanprotocol/ocean-lib-js/commit/022c8c7454a8e39fe552f68cacb6a5ec75776cdf)
|
|
167
|
+
- fixed version for contracts [`fbcd22e`](https://github.com/oceanprotocol/ocean-lib-js/commit/fbcd22e714d6233d7d71f60d7eabb0cecb2fe963)
|
|
168
|
+
- run push builds against v4main [`9142c35`](https://github.com/oceanprotocol/ocean-lib-js/commit/9142c354f0ba3829a31d71c2814e6bdac406d91e)
|
|
143
169
|
|
|
144
|
-
#### [v1.0.0-next.11](https://github.com/oceanprotocol/ocean
|
|
170
|
+
#### [v1.0.0-next.11](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.10...v1.0.0-next.11)
|
|
145
171
|
|
|
146
172
|
> 7 February 2022
|
|
147
173
|
|
|
148
|
-
- Moved interfaces under types and some small fixes [`#1253`](https://github.com/oceanprotocol/ocean
|
|
149
|
-
- stop removing jsdocs [`#1254`](https://github.com/oceanprotocol/ocean
|
|
150
|
-
- Release 1.0.0-next.11 [`8fc3773`](https://github.com/oceanprotocol/ocean
|
|
174
|
+
- Moved interfaces under types and some small fixes [`#1253`](https://github.com/oceanprotocol/ocean-lib-js/pull/1253)
|
|
175
|
+
- stop removing jsdocs [`#1254`](https://github.com/oceanprotocol/ocean-lib-js/pull/1254)
|
|
176
|
+
- Release 1.0.0-next.11 [`8fc3773`](https://github.com/oceanprotocol/ocean-lib-js/commit/8fc377383434a1c8a3ba68586ab8db85bc922d40)
|
|
151
177
|
|
|
152
|
-
#### [v1.0.0-next.10](https://github.com/oceanprotocol/ocean
|
|
178
|
+
#### [v1.0.0-next.10](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.9...v1.0.0-next.10)
|
|
153
179
|
|
|
154
180
|
> 28 January 2022
|
|
155
181
|
|
|
156
|
-
- remove ammount [`#1241`](https://github.com/oceanprotocol/ocean
|
|
157
|
-
- update contracts [`#1244`](https://github.com/oceanprotocol/ocean
|
|
158
|
-
- Release 1.0.0-next.10 [`3dda9a6`](https://github.com/oceanprotocol/ocean
|
|
182
|
+
- remove ammount [`#1241`](https://github.com/oceanprotocol/ocean-lib-js/pull/1241)
|
|
183
|
+
- update contracts [`#1244`](https://github.com/oceanprotocol/ocean-lib-js/pull/1244)
|
|
184
|
+
- Release 1.0.0-next.10 [`3dda9a6`](https://github.com/oceanprotocol/ocean-lib-js/commit/3dda9a67097ac0adc388741b506cd23ef3e2cdb1)
|
|
159
185
|
|
|
160
|
-
#### [v1.0.0-next.9](https://github.com/oceanprotocol/ocean
|
|
186
|
+
#### [v1.0.0-next.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.8...v1.0.0-next.9)
|
|
161
187
|
|
|
162
188
|
> 26 January 2022
|
|
163
189
|
|
|
164
|
-
- fix order, update contracts [`#1240`](https://github.com/oceanprotocol/ocean
|
|
165
|
-
- Release 1.0.0-next.9 [`ef83df7`](https://github.com/oceanprotocol/ocean
|
|
190
|
+
- fix order, update contracts [`#1240`](https://github.com/oceanprotocol/ocean-lib-js/pull/1240)
|
|
191
|
+
- Release 1.0.0-next.9 [`ef83df7`](https://github.com/oceanprotocol/ocean-lib-js/commit/ef83df7c7248402940a25a3f5d223131c7ece82e)
|
|
166
192
|
|
|
167
|
-
#### [v1.0.0-next.8](https://github.com/oceanprotocol/ocean
|
|
193
|
+
#### [v1.0.0-next.8](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.7...v1.0.0-next.8)
|
|
168
194
|
|
|
169
195
|
> 25 January 2022
|
|
170
196
|
|
|
171
|
-
- heleper+ remove old ibs [`#1238`](https://github.com/oceanprotocol/ocean
|
|
172
|
-
- Add setMetaDataAndTokenURI method [`#1234`](https://github.com/oceanprotocol/ocean
|
|
173
|
-
- remove optional fetch method, add abort signal [`#1235`](https://github.com/oceanprotocol/ocean
|
|
174
|
-
- Release 1.0.0-next.8 [`1b0fb28`](https://github.com/oceanprotocol/ocean
|
|
197
|
+
- heleper+ remove old ibs [`#1238`](https://github.com/oceanprotocol/ocean-lib-js/pull/1238)
|
|
198
|
+
- Add setMetaDataAndTokenURI method [`#1234`](https://github.com/oceanprotocol/ocean-lib-js/pull/1234)
|
|
199
|
+
- remove optional fetch method, add abort signal [`#1235`](https://github.com/oceanprotocol/ocean-lib-js/pull/1235)
|
|
200
|
+
- Release 1.0.0-next.8 [`1b0fb28`](https://github.com/oceanprotocol/ocean-lib-js/commit/1b0fb28e7676737f2086f5032dd9dfca85431b0b)
|
|
175
201
|
|
|
176
|
-
#### [v1.0.0-next.7](https://github.com/oceanprotocol/ocean
|
|
202
|
+
#### [v1.0.0-next.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.6...v1.0.0-next.7)
|
|
177
203
|
|
|
178
204
|
> 20 January 2022
|
|
179
205
|
|
|
180
|
-
- replaced local artifacts with the published ones [`#1232`](https://github.com/oceanprotocol/ocean
|
|
181
|
-
- Allow users/market to set own gas contract options & configurable web3 contract params [`#1214`](https://github.com/oceanprotocol/ocean
|
|
182
|
-
- Add default http function and fixes provider class [`#1212`](https://github.com/oceanprotocol/ocean
|
|
183
|
-
- Feature/ split orders&fees and uniformize datatoken naming [`#1223`](https://github.com/oceanprotocol/ocean
|
|
184
|
-
- added default contract options and gas in config [`4d60a16`](https://github.com/oceanprotocol/ocean
|
|
185
|
-
- update artifacts after latest contract changes [`b4e102e`](https://github.com/oceanprotocol/ocean
|
|
186
|
-
- update artifacts [`c5b5835`](https://github.com/oceanprotocol/ocean
|
|
206
|
+
- replaced local artifacts with the published ones [`#1232`](https://github.com/oceanprotocol/ocean-lib-js/pull/1232)
|
|
207
|
+
- Allow users/market to set own gas contract options & configurable web3 contract params [`#1214`](https://github.com/oceanprotocol/ocean-lib-js/pull/1214)
|
|
208
|
+
- Add default http function and fixes provider class [`#1212`](https://github.com/oceanprotocol/ocean-lib-js/pull/1212)
|
|
209
|
+
- Feature/ split orders&fees and uniformize datatoken naming [`#1223`](https://github.com/oceanprotocol/ocean-lib-js/pull/1223)
|
|
210
|
+
- added default contract options and gas in config [`4d60a16`](https://github.com/oceanprotocol/ocean-lib-js/commit/4d60a16f6e79a89ed636b99592167c2c8f8c50ed)
|
|
211
|
+
- update artifacts after latest contract changes [`b4e102e`](https://github.com/oceanprotocol/ocean-lib-js/commit/b4e102e6a6fa597fc9540d169428030db52efcad)
|
|
212
|
+
- update artifacts [`c5b5835`](https://github.com/oceanprotocol/ocean-lib-js/commit/c5b583554eea28bab8a0c3af252dc70a707cdb51)
|
|
187
213
|
|
|
188
|
-
#### [v1.0.0-next.6](https://github.com/oceanprotocol/ocean
|
|
214
|
+
#### [v1.0.0-next.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.5...v1.0.0-next.6)
|
|
189
215
|
|
|
190
216
|
> 14 January 2022
|
|
191
217
|
|
|
192
|
-
- up [`#1219`](https://github.com/oceanprotocol/ocean
|
|
193
|
-
- Release 1.0.0-next.6 [`1879315`](https://github.com/oceanprotocol/ocean
|
|
218
|
+
- up [`#1219`](https://github.com/oceanprotocol/ocean-lib-js/pull/1219)
|
|
219
|
+
- Release 1.0.0-next.6 [`1879315`](https://github.com/oceanprotocol/ocean-lib-js/commit/187931531021b89bd9c735f90c7426aea65dd57b)
|
|
194
220
|
|
|
195
|
-
#### [v1.0.0-next.5](https://github.com/oceanprotocol/ocean
|
|
221
|
+
#### [v1.0.0-next.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.4...v1.0.0-next.5)
|
|
196
222
|
|
|
197
223
|
> 13 January 2022
|
|
198
224
|
|
|
199
|
-
- update abi/address [`#1218`](https://github.com/oceanprotocol/ocean
|
|
200
|
-
- Release 1.0.0-next.5 [`672e2b1`](https://github.com/oceanprotocol/ocean
|
|
225
|
+
- update abi/address [`#1218`](https://github.com/oceanprotocol/ocean-lib-js/pull/1218)
|
|
226
|
+
- Release 1.0.0-next.5 [`672e2b1`](https://github.com/oceanprotocol/ocean-lib-js/commit/672e2b1f4abcc16b4a747b66fa609ea4ca9b5994)
|
|
201
227
|
|
|
202
|
-
#### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean
|
|
228
|
+
#### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.3...v1.0.0-next.4)
|
|
203
229
|
|
|
204
230
|
> 13 January 2022
|
|
205
231
|
|
|
206
|
-
- update addresses based on new deployment [`#1216`](https://github.com/oceanprotocol/ocean
|
|
207
|
-
- Release 1.0.0-next.4 [`a85f29a`](https://github.com/oceanprotocol/ocean
|
|
232
|
+
- update addresses based on new deployment [`#1216`](https://github.com/oceanprotocol/ocean-lib-js/pull/1216)
|
|
233
|
+
- Release 1.0.0-next.4 [`a85f29a`](https://github.com/oceanprotocol/ocean-lib-js/commit/a85f29a5d2324f4b17ab45882267920f7a66e42b)
|
|
208
234
|
|
|
209
|
-
#### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean
|
|
235
|
+
#### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.2...v1.0.0-next.3)
|
|
210
236
|
|
|
211
237
|
> 12 January 2022
|
|
212
238
|
|
|
213
|
-
- update addresses [`#1213`](https://github.com/oceanprotocol/ocean
|
|
214
|
-
- Release 1.0.0-next.3 [`3c9ee75`](https://github.com/oceanprotocol/ocean
|
|
239
|
+
- update addresses [`#1213`](https://github.com/oceanprotocol/ocean-lib-js/pull/1213)
|
|
240
|
+
- Release 1.0.0-next.3 [`3c9ee75`](https://github.com/oceanprotocol/ocean-lib-js/commit/3c9ee7599ba3c5a8109925cdb6e76fa9ff389fe2)
|
|
215
241
|
|
|
216
|
-
#### [v1.0.0-next.2](https://github.com/oceanprotocol/ocean
|
|
242
|
+
#### [v1.0.0-next.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.1...v1.0.0-next.2)
|
|
217
243
|
|
|
218
244
|
> 11 January 2022
|
|
219
245
|
|
|
220
|
-
- Release 1.0.0-next.2 [`a9c592c`](https://github.com/oceanprotocol/ocean
|
|
221
|
-
- fix dist typings path [`ae6ee6f`](https://github.com/oceanprotocol/ocean
|
|
246
|
+
- Release 1.0.0-next.2 [`a9c592c`](https://github.com/oceanprotocol/ocean-lib-js/commit/a9c592c3e6f77419f9ddc13ac396063696f7eb69)
|
|
247
|
+
- fix dist typings path [`ae6ee6f`](https://github.com/oceanprotocol/ocean-lib-js/commit/ae6ee6f9c71218e0bf6c7a22283dbe9d725e61f0)
|
|
222
248
|
|
|
223
|
-
#### [v1.0.0-next.1](https://github.com/oceanprotocol/ocean
|
|
249
|
+
#### [v1.0.0-next.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v1.0.0-next.0...v1.0.0-next.1)
|
|
224
250
|
|
|
225
251
|
> 11 January 2022
|
|
226
252
|
|
|
227
|
-
- move artifacts folder under /src [`bdfa60a`](https://github.com/oceanprotocol/ocean
|
|
228
|
-
- fix artifacts path in all test files [`24425fc`](https://github.com/oceanprotocol/ocean
|
|
229
|
-
- make mocha pick up individual tsconfig, compile test files [`8776c1b`](https://github.com/oceanprotocol/ocean
|
|
253
|
+
- move artifacts folder under /src [`bdfa60a`](https://github.com/oceanprotocol/ocean-lib-js/commit/bdfa60a91b7c304ee775c5c88cc5e22b569acc74)
|
|
254
|
+
- fix artifacts path in all test files [`24425fc`](https://github.com/oceanprotocol/ocean-lib-js/commit/24425fcf8ba8f0b2f950cc5857c71e1b1d57f683)
|
|
255
|
+
- make mocha pick up individual tsconfig, compile test files [`8776c1b`](https://github.com/oceanprotocol/ocean-lib-js/commit/8776c1bb91d7136cf945179a00cf40847b9c413f)
|
|
230
256
|
|
|
231
|
-
#### [v1.0.0-next.0](https://github.com/oceanprotocol/ocean
|
|
257
|
+
#### [v1.0.0-next.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.20.2...v1.0.0-next.0)
|
|
232
258
|
|
|
233
259
|
> 11 January 2022
|
|
234
260
|
|
|
235
|
-
- Fix/pool_approve [`#1207`](https://github.com/oceanprotocol/ocean
|
|
236
|
-
- Add ocean-contracts artifacts in root dir [`#1208`](https://github.com/oceanprotocol/ocean
|
|
237
|
-
- integration tests publish all methods [`#1197`](https://github.com/oceanprotocol/ocean
|
|
238
|
-
- compute start [`#1196`](https://github.com/oceanprotocol/ocean
|
|
239
|
-
- publish & consume flow working [`#1192`](https://github.com/oceanprotocol/ocean
|
|
240
|
-
- publish tests [`#1184`](https://github.com/oceanprotocol/ocean
|
|
241
|
-
- Fix/update address [`#1174`](https://github.com/oceanprotocol/ocean
|
|
242
|
-
- config and encrypt fixes [`#1173`](https://github.com/oceanprotocol/ocean
|
|
243
|
-
- Function checks & provider fee updates [`#1159`](https://github.com/oceanprotocol/ocean
|
|
244
|
-
- add dispenser [`#1170`](https://github.com/oceanprotocol/ocean
|
|
245
|
-
- fix [`#1166`](https://github.com/oceanprotocol/ocean
|
|
246
|
-
- Feature/didutils [`#1163`](https://github.com/oceanprotocol/ocean
|
|
247
|
-
- fix encrypt function [`#1162`](https://github.com/oceanprotocol/ocean
|
|
248
|
-
- Add setTokenURI and others [`#1151`](https://github.com/oceanprotocol/ocean
|
|
249
|
-
- add provider to index [`#1150`](https://github.com/oceanprotocol/ocean
|
|
250
|
-
- update config url [`#1149`](https://github.com/oceanprotocol/ocean
|
|
251
|
-
- add c2d methods in provider class [`#1143`](https://github.com/oceanprotocol/ocean
|
|
252
|
-
- random fixes [`#1148`](https://github.com/oceanprotocol/ocean
|
|
253
|
-
- add code owner [`#1140`](https://github.com/oceanprotocol/ocean
|
|
254
|
-
- Ddo updates & refactoring & structure updates [`#1130`](https://github.com/oceanprotocol/ocean
|
|
255
|
-
- config [`#1139`](https://github.com/oceanprotocol/ocean
|
|
256
|
-
- build fix [`#1138`](https://github.com/oceanprotocol/ocean
|
|
257
|
-
- Helper class for provider interaction [`#1120`](https://github.com/oceanprotocol/ocean
|
|
258
|
-
- Post audit contract updates [`#1129`](https://github.com/oceanprotocol/ocean
|
|
259
|
-
- Integrate dispenser contract and post existing post audit fixes from contracts [`#1101`](https://github.com/oceanprotocol/ocean
|
|
260
|
-
- DDO typings [`#1111`](https://github.com/oceanprotocol/ocean
|
|
261
|
-
- Integration of Side staking and Fixed rate exchange contracts and unit tests [`#1102`](https://github.com/oceanprotocol/ocean
|
|
262
|
-
- Integrate erc721 erc20 template contracts & lot of refactoring [`#1082`](https://github.com/oceanprotocol/ocean
|
|
263
|
-
- Integrate pool contract and add support for multiple token decimals [`#1100`](https://github.com/oceanprotocol/ocean
|
|
264
|
-
- Feature/nft factory [`#1083`](https://github.com/oceanprotocol/ocean
|
|
265
|
-
- Integrated erc721factory contract methods [`#1080`](https://github.com/oceanprotocol/ocean
|
|
266
|
-
- updated tsconfig [`0a9cb3d`](https://github.com/oceanprotocol/ocean
|
|
267
|
-
- add getMetadata function, add more tests in NFT class [`96cfa95`](https://github.com/oceanprotocol/ocean
|
|
268
|
-
- add used artifacts update imports and removed not used dependancies [`a019491`](https://github.com/oceanprotocol/ocean
|
|
269
|
-
|
|
270
|
-
#### [v0.20.2](https://github.com/oceanprotocol/ocean
|
|
261
|
+
- Fix/pool_approve [`#1207`](https://github.com/oceanprotocol/ocean-lib-js/pull/1207)
|
|
262
|
+
- Add ocean-contracts artifacts in root dir [`#1208`](https://github.com/oceanprotocol/ocean-lib-js/pull/1208)
|
|
263
|
+
- integration tests publish all methods [`#1197`](https://github.com/oceanprotocol/ocean-lib-js/pull/1197)
|
|
264
|
+
- compute start [`#1196`](https://github.com/oceanprotocol/ocean-lib-js/pull/1196)
|
|
265
|
+
- publish & consume flow working [`#1192`](https://github.com/oceanprotocol/ocean-lib-js/pull/1192)
|
|
266
|
+
- publish tests [`#1184`](https://github.com/oceanprotocol/ocean-lib-js/pull/1184)
|
|
267
|
+
- Fix/update address [`#1174`](https://github.com/oceanprotocol/ocean-lib-js/pull/1174)
|
|
268
|
+
- config and encrypt fixes [`#1173`](https://github.com/oceanprotocol/ocean-lib-js/pull/1173)
|
|
269
|
+
- Function checks & provider fee updates [`#1159`](https://github.com/oceanprotocol/ocean-lib-js/pull/1159)
|
|
270
|
+
- add dispenser [`#1170`](https://github.com/oceanprotocol/ocean-lib-js/pull/1170)
|
|
271
|
+
- fix [`#1166`](https://github.com/oceanprotocol/ocean-lib-js/pull/1166)
|
|
272
|
+
- Feature/didutils [`#1163`](https://github.com/oceanprotocol/ocean-lib-js/pull/1163)
|
|
273
|
+
- fix encrypt function [`#1162`](https://github.com/oceanprotocol/ocean-lib-js/pull/1162)
|
|
274
|
+
- Add setTokenURI and others [`#1151`](https://github.com/oceanprotocol/ocean-lib-js/pull/1151)
|
|
275
|
+
- add provider to index [`#1150`](https://github.com/oceanprotocol/ocean-lib-js/pull/1150)
|
|
276
|
+
- update config url [`#1149`](https://github.com/oceanprotocol/ocean-lib-js/pull/1149)
|
|
277
|
+
- add c2d methods in provider class [`#1143`](https://github.com/oceanprotocol/ocean-lib-js/pull/1143)
|
|
278
|
+
- random fixes [`#1148`](https://github.com/oceanprotocol/ocean-lib-js/pull/1148)
|
|
279
|
+
- add code owner [`#1140`](https://github.com/oceanprotocol/ocean-lib-js/pull/1140)
|
|
280
|
+
- Ddo updates & refactoring & structure updates [`#1130`](https://github.com/oceanprotocol/ocean-lib-js/pull/1130)
|
|
281
|
+
- config [`#1139`](https://github.com/oceanprotocol/ocean-lib-js/pull/1139)
|
|
282
|
+
- build fix [`#1138`](https://github.com/oceanprotocol/ocean-lib-js/pull/1138)
|
|
283
|
+
- Helper class for provider interaction [`#1120`](https://github.com/oceanprotocol/ocean-lib-js/pull/1120)
|
|
284
|
+
- Post audit contract updates [`#1129`](https://github.com/oceanprotocol/ocean-lib-js/pull/1129)
|
|
285
|
+
- Integrate dispenser contract and post existing post audit fixes from contracts [`#1101`](https://github.com/oceanprotocol/ocean-lib-js/pull/1101)
|
|
286
|
+
- DDO typings [`#1111`](https://github.com/oceanprotocol/ocean-lib-js/pull/1111)
|
|
287
|
+
- Integration of Side staking and Fixed rate exchange contracts and unit tests [`#1102`](https://github.com/oceanprotocol/ocean-lib-js/pull/1102)
|
|
288
|
+
- Integrate erc721 erc20 template contracts & lot of refactoring [`#1082`](https://github.com/oceanprotocol/ocean-lib-js/pull/1082)
|
|
289
|
+
- Integrate pool contract and add support for multiple token decimals [`#1100`](https://github.com/oceanprotocol/ocean-lib-js/pull/1100)
|
|
290
|
+
- Feature/nft factory [`#1083`](https://github.com/oceanprotocol/ocean-lib-js/pull/1083)
|
|
291
|
+
- Integrated erc721factory contract methods [`#1080`](https://github.com/oceanprotocol/ocean-lib-js/pull/1080)
|
|
292
|
+
- updated tsconfig [`0a9cb3d`](https://github.com/oceanprotocol/ocean-lib-js/commit/0a9cb3d5926f29f22eabaa09d6f1c52f2f219348)
|
|
293
|
+
- add getMetadata function, add more tests in NFT class [`96cfa95`](https://github.com/oceanprotocol/ocean-lib-js/commit/96cfa952e4ab48c79e3870eb56ee905f728fa22c)
|
|
294
|
+
- add used artifacts update imports and removed not used dependancies [`a019491`](https://github.com/oceanprotocol/ocean-lib-js/commit/a019491ed2512c1c774d163c079c82392d9ecbf4)
|
|
295
|
+
|
|
296
|
+
#### [v0.20.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.20.1...v0.20.2)
|
|
271
297
|
|
|
272
298
|
> 3 January 2022
|
|
273
299
|
|
|
274
|
-
- allow custom parameters [`#1179`](https://github.com/oceanprotocol/ocean
|
|
275
|
-
- Bump source-map-support from 0.5.20 to 0.5.21 [`#1127`](https://github.com/oceanprotocol/ocean
|
|
276
|
-
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.0 [`#1181`](https://github.com/oceanprotocol/ocean
|
|
277
|
-
- Bump @types/node from 17.0.5 to 17.0.7 [`#1187`](https://github.com/oceanprotocol/ocean
|
|
278
|
-
- Bump mock-local-storage from 1.1.18 to 1.1.19 [`#1186`](https://github.com/oceanprotocol/ocean
|
|
279
|
-
- Bump typescript from 4.5.3 to 4.5.4 [`#1185`](https://github.com/oceanprotocol/ocean
|
|
280
|
-
- Bump prettier from 2.4.1 to 2.5.1 [`#1180`](https://github.com/oceanprotocol/ocean
|
|
281
|
-
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1182`](https://github.com/oceanprotocol/ocean
|
|
282
|
-
- Bump typedoc from 0.22.9 to 0.22.10 [`#1126`](https://github.com/oceanprotocol/ocean
|
|
283
|
-
- Bump @types/node from 16.11.7 to 17.0.5 [`#1177`](https://github.com/oceanprotocol/ocean
|
|
284
|
-
- Bump @types/chai from 4.2.22 to 4.3.0 [`#1147`](https://github.com/oceanprotocol/ocean
|
|
285
|
-
- Fix beginner guide [`#1157`](https://github.com/oceanprotocol/ocean
|
|
286
|
-
- Fix quickstart simple [`#1158`](https://github.com/oceanprotocol/ocean
|
|
287
|
-
- reuse datatoken info without getting from contract [`#1141`](https://github.com/oceanprotocol/ocean
|
|
288
|
-
- Bump typescript from 4.4.4 to 4.5.3 [`#1144`](https://github.com/oceanprotocol/ocean
|
|
289
|
-
- Release 0.20.2 [`62490dc`](https://github.com/oceanprotocol/ocean
|
|
290
|
-
|
|
291
|
-
#### [v0.20.1](https://github.com/oceanprotocol/ocean
|
|
300
|
+
- allow custom parameters [`#1179`](https://github.com/oceanprotocol/ocean-lib-js/pull/1179)
|
|
301
|
+
- Bump source-map-support from 0.5.20 to 0.5.21 [`#1127`](https://github.com/oceanprotocol/ocean-lib-js/pull/1127)
|
|
302
|
+
- Bump @truffle/hdwallet-provider from 1.7.0 to 2.0.0 [`#1181`](https://github.com/oceanprotocol/ocean-lib-js/pull/1181)
|
|
303
|
+
- Bump @types/node from 17.0.5 to 17.0.7 [`#1187`](https://github.com/oceanprotocol/ocean-lib-js/pull/1187)
|
|
304
|
+
- Bump mock-local-storage from 1.1.18 to 1.1.19 [`#1186`](https://github.com/oceanprotocol/ocean-lib-js/pull/1186)
|
|
305
|
+
- Bump typescript from 4.5.3 to 4.5.4 [`#1185`](https://github.com/oceanprotocol/ocean-lib-js/pull/1185)
|
|
306
|
+
- Bump prettier from 2.4.1 to 2.5.1 [`#1180`](https://github.com/oceanprotocol/ocean-lib-js/pull/1180)
|
|
307
|
+
- Bump @types/crypto-js from 4.0.2 to 4.1.0 [`#1182`](https://github.com/oceanprotocol/ocean-lib-js/pull/1182)
|
|
308
|
+
- Bump typedoc from 0.22.9 to 0.22.10 [`#1126`](https://github.com/oceanprotocol/ocean-lib-js/pull/1126)
|
|
309
|
+
- Bump @types/node from 16.11.7 to 17.0.5 [`#1177`](https://github.com/oceanprotocol/ocean-lib-js/pull/1177)
|
|
310
|
+
- Bump @types/chai from 4.2.22 to 4.3.0 [`#1147`](https://github.com/oceanprotocol/ocean-lib-js/pull/1147)
|
|
311
|
+
- Fix beginner guide [`#1157`](https://github.com/oceanprotocol/ocean-lib-js/pull/1157)
|
|
312
|
+
- Fix quickstart simple [`#1158`](https://github.com/oceanprotocol/ocean-lib-js/pull/1158)
|
|
313
|
+
- reuse datatoken info without getting from contract [`#1141`](https://github.com/oceanprotocol/ocean-lib-js/pull/1141)
|
|
314
|
+
- Bump typescript from 4.4.4 to 4.5.3 [`#1144`](https://github.com/oceanprotocol/ocean-lib-js/pull/1144)
|
|
315
|
+
- Release 0.20.2 [`62490dc`](https://github.com/oceanprotocol/ocean-lib-js/commit/62490dcdbb734b304522f4bccf1c761ed84ab7ff)
|
|
316
|
+
|
|
317
|
+
#### [v0.20.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.20.0...v0.20.1)
|
|
292
318
|
|
|
293
319
|
> 10 December 2021
|
|
294
320
|
|
|
295
|
-
- required only validation on user custom parameter [`#1146`](https://github.com/oceanprotocol/ocean
|
|
296
|
-
- add configurable request timeout for HTTP request [`#1145`](https://github.com/oceanprotocol/ocean
|
|
297
|
-
- Release 0.20.1 [`e216090`](https://github.com/oceanprotocol/ocean
|
|
321
|
+
- required only validation on user custom parameter [`#1146`](https://github.com/oceanprotocol/ocean-lib-js/pull/1146)
|
|
322
|
+
- add configurable request timeout for HTTP request [`#1145`](https://github.com/oceanprotocol/ocean-lib-js/pull/1145)
|
|
323
|
+
- Release 0.20.1 [`e216090`](https://github.com/oceanprotocol/ocean-lib-js/commit/e216090394721358ce2bf9126c94f0b8069158db)
|
|
298
324
|
|
|
299
|
-
#### [v0.20.0](https://github.com/oceanprotocol/ocean
|
|
325
|
+
#### [v0.20.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.19.3...v0.20.0)
|
|
300
326
|
|
|
301
327
|
> 29 November 2021
|
|
302
328
|
|
|
303
|
-
- Bump @truffle/hdwallet-provider from 1.6.0 to 1.7.0 [`#1123`](https://github.com/oceanprotocol/ocean
|
|
304
|
-
- Bump release-it from 14.11.7 to 14.11.8 [`#1124`](https://github.com/oceanprotocol/ocean
|
|
305
|
-
- Bump mock-local-storage from 1.1.17 to 1.1.18 [`#1122`](https://github.com/oceanprotocol/ocean
|
|
306
|
-
- configurable web3 params [`#1112`](https://github.com/oceanprotocol/ocean
|
|
307
|
-
- add compute getResult [`#983`](https://github.com/oceanprotocol/ocean
|
|
308
|
-
- Bump web3 from 1.6.0 to 1.6.1 [`#1115`](https://github.com/oceanprotocol/ocean
|
|
309
|
-
- Bump microbundle from 0.14.1 to 0.14.2 [`#1118`](https://github.com/oceanprotocol/ocean
|
|
310
|
-
- Release 0.20.0 [`f79194f`](https://github.com/oceanprotocol/ocean
|
|
329
|
+
- Bump @truffle/hdwallet-provider from 1.6.0 to 1.7.0 [`#1123`](https://github.com/oceanprotocol/ocean-lib-js/pull/1123)
|
|
330
|
+
- Bump release-it from 14.11.7 to 14.11.8 [`#1124`](https://github.com/oceanprotocol/ocean-lib-js/pull/1124)
|
|
331
|
+
- Bump mock-local-storage from 1.1.17 to 1.1.18 [`#1122`](https://github.com/oceanprotocol/ocean-lib-js/pull/1122)
|
|
332
|
+
- configurable web3 params [`#1112`](https://github.com/oceanprotocol/ocean-lib-js/pull/1112)
|
|
333
|
+
- add compute getResult [`#983`](https://github.com/oceanprotocol/ocean-lib-js/pull/983)
|
|
334
|
+
- Bump web3 from 1.6.0 to 1.6.1 [`#1115`](https://github.com/oceanprotocol/ocean-lib-js/pull/1115)
|
|
335
|
+
- Bump microbundle from 0.14.1 to 0.14.2 [`#1118`](https://github.com/oceanprotocol/ocean-lib-js/pull/1118)
|
|
336
|
+
- Release 0.20.0 [`f79194f`](https://github.com/oceanprotocol/ocean-lib-js/commit/f79194faf37e447c07963c1114f0481b0b18030b)
|
|
311
337
|
|
|
312
|
-
#### [v0.19.3](https://github.com/oceanprotocol/ocean
|
|
338
|
+
#### [v0.19.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.19.2...v0.19.3)
|
|
313
339
|
|
|
314
340
|
> 26 November 2021
|
|
315
341
|
|
|
316
|
-
- Feature/issue 1060 change credential type [`#1073`](https://github.com/oceanprotocol/ocean
|
|
317
|
-
- Bump @truffle/hdwallet-provider from 1.5.1 to 1.6.0 [`#1103`](https://github.com/oceanprotocol/ocean
|
|
318
|
-
- Bump @types/node from 16.11.4 to 16.11.7 [`#1108`](https://github.com/oceanprotocol/ocean
|
|
319
|
-
- Bump release-it from 14.11.6 to 14.11.7 [`#1113`](https://github.com/oceanprotocol/ocean
|
|
320
|
-
- Bump typedoc from 0.22.6 to 0.22.9 [`#1114`](https://github.com/oceanprotocol/ocean
|
|
321
|
-
- Bump @types/node from 16.11.2 to 16.11.4 [`#1087`](https://github.com/oceanprotocol/ocean
|
|
322
|
-
- Bump ts-node from 10.3.1 to 10.4.0 [`#1086`](https://github.com/oceanprotocol/ocean
|
|
323
|
-
- Bump @types/node from 16.11.1 to 16.11.2 [`#1085`](https://github.com/oceanprotocol/ocean
|
|
324
|
-
- Bump ts-node from 10.3.0 to 10.3.1 [`#1084`](https://github.com/oceanprotocol/ocean
|
|
325
|
-
- Bump @types/node from 16.11.0 to 16.11.1 [`#1077`](https://github.com/oceanprotocol/ocean
|
|
326
|
-
- Bump mocha from 9.1.2 to 9.1.3 [`#1078`](https://github.com/oceanprotocol/ocean
|
|
327
|
-
- Bump typedoc from 0.22.5 to 0.22.6 [`#1079`](https://github.com/oceanprotocol/ocean
|
|
328
|
-
- Bump @types/node from 16.10.4 to 16.11.0 [`#1074`](https://github.com/oceanprotocol/ocean
|
|
329
|
-
- Bump microbundle from 0.14.0 to 0.14.1 [`#1075`](https://github.com/oceanprotocol/ocean
|
|
330
|
-
- Bump @types/node from 16.10.3 to 16.10.4 [`#1071`](https://github.com/oceanprotocol/ocean
|
|
331
|
-
- Bump typescript from 4.4.3 to 4.4.4 [`#1070`](https://github.com/oceanprotocol/ocean
|
|
332
|
-
- Bump ts-node from 10.2.1 to 10.3.0 [`#1069`](https://github.com/oceanprotocol/ocean
|
|
333
|
-
- Delete parameters.md [`#1063`](https://github.com/oceanprotocol/ocean
|
|
334
|
-
- Bump @truffle/hdwallet-provider from 1.5.0 to 1.5.1 [`#1067`](https://github.com/oceanprotocol/ocean
|
|
335
|
-
- Bump @types/node from 16.10.2 to 16.10.3 [`#1065`](https://github.com/oceanprotocol/ocean
|
|
336
|
-
- Bump microbundle from 0.13.3 to 0.14.0 [`#1066`](https://github.com/oceanprotocol/ocean
|
|
337
|
-
- Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 [`#1062`](https://github.com/oceanprotocol/ocean
|
|
338
|
-
- Bump @typescript-eslint/parser from 4.32.0 to 4.33.0 [`#1061`](https://github.com/oceanprotocol/ocean
|
|
339
|
-
- #1060 Event access control validation [`d7a21e7`](https://github.com/oceanprotocol/ocean
|
|
340
|
-
- Fix bug [`be79812`](https://github.com/oceanprotocol/ocean
|
|
341
|
-
- Fix codeclimate [`bd4f663`](https://github.com/oceanprotocol/ocean
|
|
342
|
-
|
|
343
|
-
#### [v0.19.2](https://github.com/oceanprotocol/ocean
|
|
342
|
+
- Feature/issue 1060 change credential type [`#1073`](https://github.com/oceanprotocol/ocean-lib-js/pull/1073)
|
|
343
|
+
- Bump @truffle/hdwallet-provider from 1.5.1 to 1.6.0 [`#1103`](https://github.com/oceanprotocol/ocean-lib-js/pull/1103)
|
|
344
|
+
- Bump @types/node from 16.11.4 to 16.11.7 [`#1108`](https://github.com/oceanprotocol/ocean-lib-js/pull/1108)
|
|
345
|
+
- Bump release-it from 14.11.6 to 14.11.7 [`#1113`](https://github.com/oceanprotocol/ocean-lib-js/pull/1113)
|
|
346
|
+
- Bump typedoc from 0.22.6 to 0.22.9 [`#1114`](https://github.com/oceanprotocol/ocean-lib-js/pull/1114)
|
|
347
|
+
- Bump @types/node from 16.11.2 to 16.11.4 [`#1087`](https://github.com/oceanprotocol/ocean-lib-js/pull/1087)
|
|
348
|
+
- Bump ts-node from 10.3.1 to 10.4.0 [`#1086`](https://github.com/oceanprotocol/ocean-lib-js/pull/1086)
|
|
349
|
+
- Bump @types/node from 16.11.1 to 16.11.2 [`#1085`](https://github.com/oceanprotocol/ocean-lib-js/pull/1085)
|
|
350
|
+
- Bump ts-node from 10.3.0 to 10.3.1 [`#1084`](https://github.com/oceanprotocol/ocean-lib-js/pull/1084)
|
|
351
|
+
- Bump @types/node from 16.11.0 to 16.11.1 [`#1077`](https://github.com/oceanprotocol/ocean-lib-js/pull/1077)
|
|
352
|
+
- Bump mocha from 9.1.2 to 9.1.3 [`#1078`](https://github.com/oceanprotocol/ocean-lib-js/pull/1078)
|
|
353
|
+
- Bump typedoc from 0.22.5 to 0.22.6 [`#1079`](https://github.com/oceanprotocol/ocean-lib-js/pull/1079)
|
|
354
|
+
- Bump @types/node from 16.10.4 to 16.11.0 [`#1074`](https://github.com/oceanprotocol/ocean-lib-js/pull/1074)
|
|
355
|
+
- Bump microbundle from 0.14.0 to 0.14.1 [`#1075`](https://github.com/oceanprotocol/ocean-lib-js/pull/1075)
|
|
356
|
+
- Bump @types/node from 16.10.3 to 16.10.4 [`#1071`](https://github.com/oceanprotocol/ocean-lib-js/pull/1071)
|
|
357
|
+
- Bump typescript from 4.4.3 to 4.4.4 [`#1070`](https://github.com/oceanprotocol/ocean-lib-js/pull/1070)
|
|
358
|
+
- Bump ts-node from 10.2.1 to 10.3.0 [`#1069`](https://github.com/oceanprotocol/ocean-lib-js/pull/1069)
|
|
359
|
+
- Delete parameters.md [`#1063`](https://github.com/oceanprotocol/ocean-lib-js/pull/1063)
|
|
360
|
+
- Bump @truffle/hdwallet-provider from 1.5.0 to 1.5.1 [`#1067`](https://github.com/oceanprotocol/ocean-lib-js/pull/1067)
|
|
361
|
+
- Bump @types/node from 16.10.2 to 16.10.3 [`#1065`](https://github.com/oceanprotocol/ocean-lib-js/pull/1065)
|
|
362
|
+
- Bump microbundle from 0.13.3 to 0.14.0 [`#1066`](https://github.com/oceanprotocol/ocean-lib-js/pull/1066)
|
|
363
|
+
- Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 [`#1062`](https://github.com/oceanprotocol/ocean-lib-js/pull/1062)
|
|
364
|
+
- Bump @typescript-eslint/parser from 4.32.0 to 4.33.0 [`#1061`](https://github.com/oceanprotocol/ocean-lib-js/pull/1061)
|
|
365
|
+
- #1060 Event access control validation [`d7a21e7`](https://github.com/oceanprotocol/ocean-lib-js/commit/d7a21e7e342e2094a864e1d1492324d5810f63db)
|
|
366
|
+
- Fix bug [`be79812`](https://github.com/oceanprotocol/ocean-lib-js/commit/be798129f9cb007d603ce78632c75dcc18506796)
|
|
367
|
+
- Fix codeclimate [`bd4f663`](https://github.com/oceanprotocol/ocean-lib-js/commit/bd4f663113597b9d23f44a56b57d5f1fb5ab3e7b)
|
|
368
|
+
|
|
369
|
+
#### [v0.19.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.19.1...v0.19.2)
|
|
344
370
|
|
|
345
371
|
> 4 October 2021
|
|
346
372
|
|
|
347
|
-
- Changing files name event.d.ts -> event.ts [`#1058`](https://github.com/oceanprotocol/ocean
|
|
348
|
-
- Release 0.19.2 [`5af26f0`](https://github.com/oceanprotocol/ocean
|
|
373
|
+
- Changing files name event.d.ts -> event.ts [`#1058`](https://github.com/oceanprotocol/ocean-lib-js/pull/1058)
|
|
374
|
+
- Release 0.19.2 [`5af26f0`](https://github.com/oceanprotocol/ocean-lib-js/commit/5af26f08e49c9eb357e2ae9cd8e39dc0b3182448)
|
|
349
375
|
|
|
350
|
-
#### [v0.19.1](https://github.com/oceanprotocol/ocean
|
|
376
|
+
#### [v0.19.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.19.0...v0.19.1)
|
|
351
377
|
|
|
352
378
|
> 4 October 2021
|
|
353
379
|
|
|
354
|
-
- bump contracts + add networks [`#1059`](https://github.com/oceanprotocol/ocean
|
|
355
|
-
- Bump typedoc from 0.21.9 to 0.22.5 [`#1056`](https://github.com/oceanprotocol/ocean
|
|
356
|
-
- Bump web3 from 1.5.3 to 1.6.0 [`#1052`](https://github.com/oceanprotocol/ocean
|
|
357
|
-
- Bump @types/node from 16.10.1 to 16.10.2 [`#1049`](https://github.com/oceanprotocol/ocean
|
|
358
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 [`#1045`](https://github.com/oceanprotocol/ocean
|
|
359
|
-
- Bump @typescript-eslint/parser from 4.31.2 to 4.32.0 [`#1044`](https://github.com/oceanprotocol/ocean
|
|
360
|
-
- Bump @types/node from 16.9.6 to 16.10.1 [`#1043`](https://github.com/oceanprotocol/ocean
|
|
361
|
-
- Bump mocha from 9.1.1 to 9.1.2 [`#1042`](https://github.com/oceanprotocol/ocean
|
|
362
|
-
- Release 0.19.1 [`606d5c2`](https://github.com/oceanprotocol/ocean
|
|
380
|
+
- bump contracts + add networks [`#1059`](https://github.com/oceanprotocol/ocean-lib-js/pull/1059)
|
|
381
|
+
- Bump typedoc from 0.21.9 to 0.22.5 [`#1056`](https://github.com/oceanprotocol/ocean-lib-js/pull/1056)
|
|
382
|
+
- Bump web3 from 1.5.3 to 1.6.0 [`#1052`](https://github.com/oceanprotocol/ocean-lib-js/pull/1052)
|
|
383
|
+
- Bump @types/node from 16.10.1 to 16.10.2 [`#1049`](https://github.com/oceanprotocol/ocean-lib-js/pull/1049)
|
|
384
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 [`#1045`](https://github.com/oceanprotocol/ocean-lib-js/pull/1045)
|
|
385
|
+
- Bump @typescript-eslint/parser from 4.31.2 to 4.32.0 [`#1044`](https://github.com/oceanprotocol/ocean-lib-js/pull/1044)
|
|
386
|
+
- Bump @types/node from 16.9.6 to 16.10.1 [`#1043`](https://github.com/oceanprotocol/ocean-lib-js/pull/1043)
|
|
387
|
+
- Bump mocha from 9.1.1 to 9.1.2 [`#1042`](https://github.com/oceanprotocol/ocean-lib-js/pull/1042)
|
|
388
|
+
- Release 0.19.1 [`606d5c2`](https://github.com/oceanprotocol/ocean-lib-js/commit/606d5c2a0bbe36b1f7bb7b7b79796ef77d6170bb)
|
|
363
389
|
|
|
364
|
-
#### [v0.19.0](https://github.com/oceanprotocol/ocean
|
|
390
|
+
#### [v0.19.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.18.0...v0.19.0)
|
|
365
391
|
|
|
366
392
|
> 24 September 2021
|
|
367
393
|
|
|
368
|
-
- Custom user parameters [`#944`](https://github.com/oceanprotocol/ocean
|
|
369
|
-
- Release 0.19.0 [`9c94a87`](https://github.com/oceanprotocol/ocean
|
|
394
|
+
- Custom user parameters [`#944`](https://github.com/oceanprotocol/ocean-lib-js/pull/944)
|
|
395
|
+
- Release 0.19.0 [`9c94a87`](https://github.com/oceanprotocol/ocean-lib-js/commit/9c94a8789c8dc5ca88b798196cfa5fb807811651)
|
|
370
396
|
|
|
371
|
-
#### [v0.18.0](https://github.com/oceanprotocol/ocean
|
|
397
|
+
#### [v0.18.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.18.0-next.0...v0.18.0)
|
|
372
398
|
|
|
373
399
|
> 24 September 2021
|
|
374
400
|
|
|
375
|
-
- Bump web3-core from 1.5.2 to 1.5.3 [`#1038`](https://github.com/oceanprotocol/ocean
|
|
376
|
-
- fix yaml indentation [`#1041`](https://github.com/oceanprotocol/ocean
|
|
377
|
-
- set versioning-strategy [`#1040`](https://github.com/oceanprotocol/ocean
|
|
378
|
-
- Bump web3 from 1.5.2 to 1.5.3 [`#1039`](https://github.com/oceanprotocol/ocean
|
|
379
|
-
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean
|
|
380
|
-
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean
|
|
381
|
-
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean
|
|
382
|
-
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean
|
|
383
|
-
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean
|
|
384
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean
|
|
385
|
-
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean
|
|
386
|
-
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean
|
|
387
|
-
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean
|
|
388
|
-
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean
|
|
389
|
-
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean
|
|
390
|
-
- Bump aqua queries
|
|
391
|
-
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean
|
|
392
|
-
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean
|
|
393
|
-
|
|
394
|
-
#### [v0.18.0-next.0](https://github.com/oceanprotocol/ocean
|
|
401
|
+
- Bump web3-core from 1.5.2 to 1.5.3 [`#1038`](https://github.com/oceanprotocol/ocean-lib-js/pull/1038)
|
|
402
|
+
- fix yaml indentation [`#1041`](https://github.com/oceanprotocol/ocean-lib-js/pull/1041)
|
|
403
|
+
- set versioning-strategy [`#1040`](https://github.com/oceanprotocol/ocean-lib-js/pull/1040)
|
|
404
|
+
- Bump web3 from 1.5.2 to 1.5.3 [`#1039`](https://github.com/oceanprotocol/ocean-lib-js/pull/1039)
|
|
405
|
+
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean-lib-js/pull/1012)
|
|
406
|
+
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean-lib-js/pull/1036)
|
|
407
|
+
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean-lib-js/pull/1034)
|
|
408
|
+
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean-lib-js/pull/1035)
|
|
409
|
+
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean-lib-js/pull/1032)
|
|
410
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean-lib-js/pull/1031)
|
|
411
|
+
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean-lib-js/pull/1028)
|
|
412
|
+
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean-lib-js/pull/1026)
|
|
413
|
+
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean-lib-js/pull/1027)
|
|
414
|
+
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean-lib-js/pull/1025)
|
|
415
|
+
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean-lib-js/pull/1024)
|
|
416
|
+
- Bump aqua queries [`3bea2aa`](https://github.com/oceanprotocol/ocean-lib-js/commit/3bea2aaf9082bf1b61219f3d7960c14cec04fa1e)
|
|
417
|
+
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean-lib-js/commit/2651b72a2f02f952eb94e0b83edaf308cbb9e130)
|
|
418
|
+
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean-lib-js/commit/f893cb8b09e325df238be243713e07d64a158269)
|
|
419
|
+
|
|
420
|
+
#### [v0.18.0-next.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.5...v0.18.0-next.0)
|
|
395
421
|
|
|
396
422
|
> 14 September 2021
|
|
397
423
|
|
|
398
|
-
- enable create / passthrough of userData & algoData [`b1e91af`](https://github.com/oceanprotocol/ocean
|
|
399
|
-
- refactor balance check async flows [`51ca87f`](https://github.com/oceanprotocol/ocean
|
|
400
|
-
- naming & typings [`e707d0e`](https://github.com/oceanprotocol/ocean
|
|
424
|
+
- enable create / passthrough of userData & algoData [`b1e91af`](https://github.com/oceanprotocol/ocean-lib-js/commit/b1e91afd3d9cb03edd0317bf72c89426ad16ebc7)
|
|
425
|
+
- refactor balance check async flows [`51ca87f`](https://github.com/oceanprotocol/ocean-lib-js/commit/51ca87f3f7eee95b749996699a8b8f8e602ed7d6)
|
|
426
|
+
- naming & typings [`e707d0e`](https://github.com/oceanprotocol/ocean-lib-js/commit/e707d0e5d803e0d93fdba7117dd989ce3a5b66bd)
|
|
401
427
|
|
|
402
|
-
#### [v0.17.5](https://github.com/oceanprotocol/ocean
|
|
428
|
+
#### [v0.17.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.4...v0.17.5)
|
|
403
429
|
|
|
404
430
|
> 22 September 2021
|
|
405
431
|
|
|
406
|
-
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean
|
|
407
|
-
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean
|
|
408
|
-
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean
|
|
409
|
-
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean
|
|
410
|
-
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean
|
|
411
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean
|
|
412
|
-
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean
|
|
413
|
-
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean
|
|
414
|
-
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean
|
|
415
|
-
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean
|
|
432
|
+
- Fix token amount - token allowance comparison [`#1012`](https://github.com/oceanprotocol/ocean-lib-js/pull/1012)
|
|
433
|
+
- Bump @types/chai from 4.2.21 to 4.2.22 [`#1036`](https://github.com/oceanprotocol/ocean-lib-js/pull/1036)
|
|
434
|
+
- Bump @types/node from 16.9.4 to 16.9.6 [`#1034`](https://github.com/oceanprotocol/ocean-lib-js/pull/1034)
|
|
435
|
+
- Bump release-it from 14.11.5 to 14.11.6 [`#1035`](https://github.com/oceanprotocol/ocean-lib-js/pull/1035)
|
|
436
|
+
- Bump @typescript-eslint/parser from 4.31.1 to 4.31.2 [`#1032`](https://github.com/oceanprotocol/ocean-lib-js/pull/1032)
|
|
437
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 [`#1031`](https://github.com/oceanprotocol/ocean-lib-js/pull/1031)
|
|
438
|
+
- Bump @types/node from 16.9.2 to 16.9.4 [`#1028`](https://github.com/oceanprotocol/ocean-lib-js/pull/1028)
|
|
439
|
+
- Bump @types/node from 16.9.1 to 16.9.2 [`#1026`](https://github.com/oceanprotocol/ocean-lib-js/pull/1026)
|
|
440
|
+
- Bump prettier from 2.4.0 to 2.4.1 [`#1027`](https://github.com/oceanprotocol/ocean-lib-js/pull/1027)
|
|
441
|
+
- Release 0.17.5 [`f893cb8`](https://github.com/oceanprotocol/ocean-lib-js/commit/f893cb8b09e325df238be243713e07d64a158269)
|
|
416
442
|
|
|
417
|
-
#### [v0.17.4](https://github.com/oceanprotocol/ocean
|
|
443
|
+
#### [v0.17.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.3...v0.17.4)
|
|
418
444
|
|
|
419
445
|
> 16 September 2021
|
|
420
446
|
|
|
421
|
-
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean
|
|
422
|
-
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean
|
|
423
|
-
- Fix releases [`#1021`](https://github.com/oceanprotocol/ocean
|
|
424
|
-
- Bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 [`#1019`](https://github.com/oceanprotocol/ocean
|
|
425
|
-
- Bump @typescript-eslint/parser from 4.31.0 to 4.31.1 [`#1018`](https://github.com/oceanprotocol/ocean
|
|
426
|
-
- Bump ora from 5.4.1 to 6.0.1 [`#1020`](https://github.com/oceanprotocol/ocean
|
|
427
|
-
- Bump typedoc from 0.21.9 to 0.22.3 [`#1016`](https://github.com/oceanprotocol/ocean
|
|
428
|
-
- Bump @types/node from 16.9.0 to 16.9.1 [`#1015`](https://github.com/oceanprotocol/ocean
|
|
429
|
-
- Bump typescript from 4.4.2 to 4.4.3 [`#1017`](https://github.com/oceanprotocol/ocean
|
|
430
|
-
- Bump source-map-support from 0.5.19 to 0.5.20 [`#1013`](https://github.com/oceanprotocol/ocean
|
|
431
|
-
- Bump prettier from 2.3.2 to 2.4.0 [`#1014`](https://github.com/oceanprotocol/ocean
|
|
432
|
-
- Bump @types/node from 16.7.13 to 16.9.0 [`#1011`](https://github.com/oceanprotocol/ocean
|
|
433
|
-
- Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 [`#1007`](https://github.com/oceanprotocol/ocean
|
|
434
|
-
- Bump @types/node from 16.7.10 to 16.7.13 [`#1009`](https://github.com/oceanprotocol/ocean
|
|
435
|
-
- Bump @typescript-eslint/parser from 4.30.0 to 4.31.0 [`#1006`](https://github.com/oceanprotocol/ocean
|
|
436
|
-
- Bump @types/node-fetch from 2.5.12 to 3.0.3 [`#1004`](https://github.com/oceanprotocol/ocean
|
|
437
|
-
- Bump @types/node from 16.7.8 to 16.7.10 [`#1001`](https://github.com/oceanprotocol/ocean
|
|
438
|
-
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean
|
|
439
|
-
|
|
440
|
-
#### [v0.17.3](https://github.com/oceanprotocol/ocean
|
|
447
|
+
- add catenax network config [`#1025`](https://github.com/oceanprotocol/ocean-lib-js/pull/1025)
|
|
448
|
+
- Bump @oceanprotocol/contracts from 0.6.5 to 0.6.7 [`#1024`](https://github.com/oceanprotocol/ocean-lib-js/pull/1024)
|
|
449
|
+
- Fix releases [`#1021`](https://github.com/oceanprotocol/ocean-lib-js/pull/1021)
|
|
450
|
+
- Bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 [`#1019`](https://github.com/oceanprotocol/ocean-lib-js/pull/1019)
|
|
451
|
+
- Bump @typescript-eslint/parser from 4.31.0 to 4.31.1 [`#1018`](https://github.com/oceanprotocol/ocean-lib-js/pull/1018)
|
|
452
|
+
- Bump ora from 5.4.1 to 6.0.1 [`#1020`](https://github.com/oceanprotocol/ocean-lib-js/pull/1020)
|
|
453
|
+
- Bump typedoc from 0.21.9 to 0.22.3 [`#1016`](https://github.com/oceanprotocol/ocean-lib-js/pull/1016)
|
|
454
|
+
- Bump @types/node from 16.9.0 to 16.9.1 [`#1015`](https://github.com/oceanprotocol/ocean-lib-js/pull/1015)
|
|
455
|
+
- Bump typescript from 4.4.2 to 4.4.3 [`#1017`](https://github.com/oceanprotocol/ocean-lib-js/pull/1017)
|
|
456
|
+
- Bump source-map-support from 0.5.19 to 0.5.20 [`#1013`](https://github.com/oceanprotocol/ocean-lib-js/pull/1013)
|
|
457
|
+
- Bump prettier from 2.3.2 to 2.4.0 [`#1014`](https://github.com/oceanprotocol/ocean-lib-js/pull/1014)
|
|
458
|
+
- Bump @types/node from 16.7.13 to 16.9.0 [`#1011`](https://github.com/oceanprotocol/ocean-lib-js/pull/1011)
|
|
459
|
+
- Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 [`#1007`](https://github.com/oceanprotocol/ocean-lib-js/pull/1007)
|
|
460
|
+
- Bump @types/node from 16.7.10 to 16.7.13 [`#1009`](https://github.com/oceanprotocol/ocean-lib-js/pull/1009)
|
|
461
|
+
- Bump @typescript-eslint/parser from 4.30.0 to 4.31.0 [`#1006`](https://github.com/oceanprotocol/ocean-lib-js/pull/1006)
|
|
462
|
+
- Bump @types/node-fetch from 2.5.12 to 3.0.3 [`#1004`](https://github.com/oceanprotocol/ocean-lib-js/pull/1004)
|
|
463
|
+
- Bump @types/node from 16.7.8 to 16.7.10 [`#1001`](https://github.com/oceanprotocol/ocean-lib-js/pull/1001)
|
|
464
|
+
- Release 0.17.4 [`2651b72`](https://github.com/oceanprotocol/ocean-lib-js/commit/2651b72a2f02f952eb94e0b83edaf308cbb9e130)
|
|
465
|
+
|
|
466
|
+
#### [v0.17.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.2...v0.17.3)
|
|
441
467
|
|
|
442
468
|
> 31 August 2021
|
|
443
469
|
|
|
444
|
-
- downgrade node-abort-controller to v2.0.0 [`#999`](https://github.com/oceanprotocol/ocean
|
|
445
|
-
- Release 0.17.3 [`0eac0c2`](https://github.com/oceanprotocol/ocean
|
|
470
|
+
- downgrade node-abort-controller to v2.0.0 [`#999`](https://github.com/oceanprotocol/ocean-lib-js/pull/999)
|
|
471
|
+
- Release 0.17.3 [`0eac0c2`](https://github.com/oceanprotocol/ocean-lib-js/commit/0eac0c20e3554e99807efcc2d9b261795daf5fd7)
|
|
446
472
|
|
|
447
|
-
#### [v0.17.2](https://github.com/oceanprotocol/ocean
|
|
473
|
+
#### [v0.17.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.1...v0.17.2)
|
|
448
474
|
|
|
449
475
|
> 31 August 2021
|
|
450
476
|
|
|
451
|
-
- Bump @types/node from 16.7.6 to 16.7.8 [`#996`](https://github.com/oceanprotocol/ocean
|
|
452
|
-
- update Gaia-X RPC [`#998`](https://github.com/oceanprotocol/ocean
|
|
453
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.30.0 [`#995`](https://github.com/oceanprotocol/ocean
|
|
454
|
-
- Bump eslint-plugin-prettier from 3.4.1 to 4.0.0 [`#994`](https://github.com/oceanprotocol/ocean
|
|
455
|
-
- Bump @typescript-eslint/parser from 4.29.3 to 4.30.0 [`#997`](https://github.com/oceanprotocol/ocean
|
|
456
|
-
- Bump typedoc from 0.21.6 to 0.21.9 [`#990`](https://github.com/oceanprotocol/ocean
|
|
457
|
-
- Bump @types/node from 16.7.2 to 16.7.6 [`#991`](https://github.com/oceanprotocol/ocean
|
|
458
|
-
- Bump mocha from 9.1.0 to 9.1.1 [`#992`](https://github.com/oceanprotocol/ocean
|
|
459
|
-
- Bump @types/node from 16.7.1 to 16.7.2 [`#988`](https://github.com/oceanprotocol/ocean
|
|
460
|
-
- Bump typescript from 4.3.5 to 4.4.2 [`#987`](https://github.com/oceanprotocol/ocean
|
|
461
|
-
- Bump @typescript-eslint/parser from 4.29.2 to 4.29.3 [`#984`](https://github.com/oceanprotocol/ocean
|
|
462
|
-
- Bump node-abort-controller from 2.0.0 to 3.0.0 [`#953`](https://github.com/oceanprotocol/ocean
|
|
463
|
-
- Bump ora from 5.4.1 to 6.0.0 [`#986`](https://github.com/oceanprotocol/ocean
|
|
464
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.2 to 4.29.3 [`#985`](https://github.com/oceanprotocol/ocean
|
|
465
|
-
- Bump @types/node from 16.6.2 to 16.7.1 [`#979`](https://github.com/oceanprotocol/ocean
|
|
466
|
-
- Bump @truffle/hdwallet-provider from 1.4.3 to 1.5.0 [`#978`](https://github.com/oceanprotocol/ocean
|
|
467
|
-
- Bump mocha from 9.0.3 to 9.1.0 [`#980`](https://github.com/oceanprotocol/ocean
|
|
468
|
-
- Bump eslint-plugin-prettier from 3.4.0 to 3.4.1 [`#981`](https://github.com/oceanprotocol/ocean
|
|
469
|
-
- Bump typedoc from 0.21.5 to 0.21.6 [`#977`](https://github.com/oceanprotocol/ocean
|
|
470
|
-
- Bump @types/node from 16.6.1 to 16.6.2 [`#975`](https://github.com/oceanprotocol/ocean
|
|
471
|
-
- Bump ts-node from 10.2.0 to 10.2.1 [`#974`](https://github.com/oceanprotocol/ocean
|
|
472
|
-
- Add agreementId in ComputeJob interface [`#976`](https://github.com/oceanprotocol/ocean
|
|
473
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2 [`#973`](https://github.com/oceanprotocol/ocean
|
|
474
|
-
- Bump @typescript-eslint/parser from 4.29.1 to 4.29.2 [`#972`](https://github.com/oceanprotocol/ocean
|
|
475
|
-
- Bump web3 from 1.5.1 to 1.5.2 [`#970`](https://github.com/oceanprotocol/ocean
|
|
476
|
-
- Bump release-it from 14.11.3 to 14.11.5 [`#968`](https://github.com/oceanprotocol/ocean
|
|
477
|
-
- Adding event to DDO [`#965`](https://github.com/oceanprotocol/ocean
|
|
478
|
-
- Bump @types/node from 16.6.0 to 16.6.1 [`#967`](https://github.com/oceanprotocol/ocean
|
|
479
|
-
- Bump @types/node from 16.4.13 to 16.6.0 [`#966`](https://github.com/oceanprotocol/ocean
|
|
480
|
-
- Bump release-it from 14.11.0 to 14.11.3 [`#962`](https://github.com/oceanprotocol/ocean
|
|
481
|
-
- Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1 [`#961`](https://github.com/oceanprotocol/ocean
|
|
482
|
-
- Bump @typescript-eslint/parser from 4.29.0 to 4.29.1 [`#963`](https://github.com/oceanprotocol/ocean
|
|
483
|
-
- Bump @truffle/hdwallet-provider from 1.4.2 to 1.4.3 [`#958`](https://github.com/oceanprotocol/ocean
|
|
484
|
-
- Bump release-it from 14.10.1 to 14.11.0 [`#959`](https://github.com/oceanprotocol/ocean
|
|
485
|
-
- Bump @types/node from 16.4.10 to 16.4.13 [`#957`](https://github.com/oceanprotocol/ocean
|
|
486
|
-
- Bump ts-node from 10.1.0 to 10.2.0 [`#956`](https://github.com/oceanprotocol/ocean
|
|
487
|
-
- Bump web3 from 1.5.0 to 1.5.1 [`#955`](https://github.com/oceanprotocol/ocean
|
|
488
|
-
- downgrade ora to v5.4.1 [`c1c7c53`](https://github.com/oceanprotocol/ocean
|
|
489
|
-
- Release 0.17.2 [`dd62e54`](https://github.com/oceanprotocol/ocean
|
|
490
|
-
- Update quickstart_simple.md [`a4be156`](https://github.com/oceanprotocol/ocean
|
|
491
|
-
|
|
492
|
-
#### [v0.17.1](https://github.com/oceanprotocol/ocean
|
|
477
|
+
- Bump @types/node from 16.7.6 to 16.7.8 [`#996`](https://github.com/oceanprotocol/ocean-lib-js/pull/996)
|
|
478
|
+
- update Gaia-X RPC [`#998`](https://github.com/oceanprotocol/ocean-lib-js/pull/998)
|
|
479
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.30.0 [`#995`](https://github.com/oceanprotocol/ocean-lib-js/pull/995)
|
|
480
|
+
- Bump eslint-plugin-prettier from 3.4.1 to 4.0.0 [`#994`](https://github.com/oceanprotocol/ocean-lib-js/pull/994)
|
|
481
|
+
- Bump @typescript-eslint/parser from 4.29.3 to 4.30.0 [`#997`](https://github.com/oceanprotocol/ocean-lib-js/pull/997)
|
|
482
|
+
- Bump typedoc from 0.21.6 to 0.21.9 [`#990`](https://github.com/oceanprotocol/ocean-lib-js/pull/990)
|
|
483
|
+
- Bump @types/node from 16.7.2 to 16.7.6 [`#991`](https://github.com/oceanprotocol/ocean-lib-js/pull/991)
|
|
484
|
+
- Bump mocha from 9.1.0 to 9.1.1 [`#992`](https://github.com/oceanprotocol/ocean-lib-js/pull/992)
|
|
485
|
+
- Bump @types/node from 16.7.1 to 16.7.2 [`#988`](https://github.com/oceanprotocol/ocean-lib-js/pull/988)
|
|
486
|
+
- Bump typescript from 4.3.5 to 4.4.2 [`#987`](https://github.com/oceanprotocol/ocean-lib-js/pull/987)
|
|
487
|
+
- Bump @typescript-eslint/parser from 4.29.2 to 4.29.3 [`#984`](https://github.com/oceanprotocol/ocean-lib-js/pull/984)
|
|
488
|
+
- Bump node-abort-controller from 2.0.0 to 3.0.0 [`#953`](https://github.com/oceanprotocol/ocean-lib-js/pull/953)
|
|
489
|
+
- Bump ora from 5.4.1 to 6.0.0 [`#986`](https://github.com/oceanprotocol/ocean-lib-js/pull/986)
|
|
490
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.2 to 4.29.3 [`#985`](https://github.com/oceanprotocol/ocean-lib-js/pull/985)
|
|
491
|
+
- Bump @types/node from 16.6.2 to 16.7.1 [`#979`](https://github.com/oceanprotocol/ocean-lib-js/pull/979)
|
|
492
|
+
- Bump @truffle/hdwallet-provider from 1.4.3 to 1.5.0 [`#978`](https://github.com/oceanprotocol/ocean-lib-js/pull/978)
|
|
493
|
+
- Bump mocha from 9.0.3 to 9.1.0 [`#980`](https://github.com/oceanprotocol/ocean-lib-js/pull/980)
|
|
494
|
+
- Bump eslint-plugin-prettier from 3.4.0 to 3.4.1 [`#981`](https://github.com/oceanprotocol/ocean-lib-js/pull/981)
|
|
495
|
+
- Bump typedoc from 0.21.5 to 0.21.6 [`#977`](https://github.com/oceanprotocol/ocean-lib-js/pull/977)
|
|
496
|
+
- Bump @types/node from 16.6.1 to 16.6.2 [`#975`](https://github.com/oceanprotocol/ocean-lib-js/pull/975)
|
|
497
|
+
- Bump ts-node from 10.2.0 to 10.2.1 [`#974`](https://github.com/oceanprotocol/ocean-lib-js/pull/974)
|
|
498
|
+
- Add agreementId in ComputeJob interface [`#976`](https://github.com/oceanprotocol/ocean-lib-js/pull/976)
|
|
499
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2 [`#973`](https://github.com/oceanprotocol/ocean-lib-js/pull/973)
|
|
500
|
+
- Bump @typescript-eslint/parser from 4.29.1 to 4.29.2 [`#972`](https://github.com/oceanprotocol/ocean-lib-js/pull/972)
|
|
501
|
+
- Bump web3 from 1.5.1 to 1.5.2 [`#970`](https://github.com/oceanprotocol/ocean-lib-js/pull/970)
|
|
502
|
+
- Bump release-it from 14.11.3 to 14.11.5 [`#968`](https://github.com/oceanprotocol/ocean-lib-js/pull/968)
|
|
503
|
+
- Adding event to DDO [`#965`](https://github.com/oceanprotocol/ocean-lib-js/pull/965)
|
|
504
|
+
- Bump @types/node from 16.6.0 to 16.6.1 [`#967`](https://github.com/oceanprotocol/ocean-lib-js/pull/967)
|
|
505
|
+
- Bump @types/node from 16.4.13 to 16.6.0 [`#966`](https://github.com/oceanprotocol/ocean-lib-js/pull/966)
|
|
506
|
+
- Bump release-it from 14.11.0 to 14.11.3 [`#962`](https://github.com/oceanprotocol/ocean-lib-js/pull/962)
|
|
507
|
+
- Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1 [`#961`](https://github.com/oceanprotocol/ocean-lib-js/pull/961)
|
|
508
|
+
- Bump @typescript-eslint/parser from 4.29.0 to 4.29.1 [`#963`](https://github.com/oceanprotocol/ocean-lib-js/pull/963)
|
|
509
|
+
- Bump @truffle/hdwallet-provider from 1.4.2 to 1.4.3 [`#958`](https://github.com/oceanprotocol/ocean-lib-js/pull/958)
|
|
510
|
+
- Bump release-it from 14.10.1 to 14.11.0 [`#959`](https://github.com/oceanprotocol/ocean-lib-js/pull/959)
|
|
511
|
+
- Bump @types/node from 16.4.10 to 16.4.13 [`#957`](https://github.com/oceanprotocol/ocean-lib-js/pull/957)
|
|
512
|
+
- Bump ts-node from 10.1.0 to 10.2.0 [`#956`](https://github.com/oceanprotocol/ocean-lib-js/pull/956)
|
|
513
|
+
- Bump web3 from 1.5.0 to 1.5.1 [`#955`](https://github.com/oceanprotocol/ocean-lib-js/pull/955)
|
|
514
|
+
- downgrade ora to v5.4.1 [`c1c7c53`](https://github.com/oceanprotocol/ocean-lib-js/commit/c1c7c5342a479861161f5ff57c4eafc1739ac185)
|
|
515
|
+
- Release 0.17.2 [`dd62e54`](https://github.com/oceanprotocol/ocean-lib-js/commit/dd62e5422eec667fef8fc387d76d4c8c346583cb)
|
|
516
|
+
- Update quickstart_simple.md [`a4be156`](https://github.com/oceanprotocol/ocean-lib-js/commit/a4be156126893984e89f3a28e73b74f883d71ce8)
|
|
517
|
+
|
|
518
|
+
#### [v0.17.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.17.0...v0.17.1)
|
|
493
519
|
|
|
494
520
|
> 3 August 2021
|
|
495
521
|
|
|
496
|
-
- Issue 950 fix allow deny [`#951`](https://github.com/oceanprotocol/ocean
|
|
497
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.29.0 [`#949`](https://github.com/oceanprotocol/ocean
|
|
498
|
-
- Bump @typescript-eslint/parser from 4.28.5 to 4.29.0 [`#948`](https://github.com/oceanprotocol/ocean
|
|
499
|
-
- Bump @types/node from 16.4.7 to 16.4.10 [`#945`](https://github.com/oceanprotocol/ocean
|
|
500
|
-
- Bump typedoc from 0.21.4 to 0.21.5 [`#946`](https://github.com/oceanprotocol/ocean
|
|
501
|
-
- Bump eslint from 7.31.0 to 7.32.0 [`#947`](https://github.com/oceanprotocol/ocean
|
|
502
|
-
- Release 0.17.1 [`8c415ab`](https://github.com/oceanprotocol/ocean
|
|
503
|
-
- Updating assets and asset credentials [`cf16ff8`](https://github.com/oceanprotocol/ocean
|
|
504
|
-
- Changing value to values [`1b58fdf`](https://github.com/oceanprotocol/ocean
|
|
522
|
+
- Issue 950 fix allow deny [`#951`](https://github.com/oceanprotocol/ocean-lib-js/pull/951)
|
|
523
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.29.0 [`#949`](https://github.com/oceanprotocol/ocean-lib-js/pull/949)
|
|
524
|
+
- Bump @typescript-eslint/parser from 4.28.5 to 4.29.0 [`#948`](https://github.com/oceanprotocol/ocean-lib-js/pull/948)
|
|
525
|
+
- Bump @types/node from 16.4.7 to 16.4.10 [`#945`](https://github.com/oceanprotocol/ocean-lib-js/pull/945)
|
|
526
|
+
- Bump typedoc from 0.21.4 to 0.21.5 [`#946`](https://github.com/oceanprotocol/ocean-lib-js/pull/946)
|
|
527
|
+
- Bump eslint from 7.31.0 to 7.32.0 [`#947`](https://github.com/oceanprotocol/ocean-lib-js/pull/947)
|
|
528
|
+
- Release 0.17.1 [`8c415ab`](https://github.com/oceanprotocol/ocean-lib-js/commit/8c415ab2d9180b6b20c54ba67783df80bdbf46d4)
|
|
529
|
+
- Updating assets and asset credentials [`cf16ff8`](https://github.com/oceanprotocol/ocean-lib-js/commit/cf16ff89667795e12a96fb9ccdd49bc27177bb6d)
|
|
530
|
+
- Changing value to values [`1b58fdf`](https://github.com/oceanprotocol/ocean-lib-js/commit/1b58fdfb9d0fed48bfb827a44162a150c41ed8ca)
|
|
505
531
|
|
|
506
|
-
#### [v0.17.0](https://github.com/oceanprotocol/ocean
|
|
532
|
+
#### [v0.17.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.7...v0.17.0)
|
|
507
533
|
|
|
508
534
|
> 30 July 2021
|
|
509
535
|
|
|
510
|
-
- add single metadataCacheUri for all networks [`#919`](https://github.com/oceanprotocol/ocean
|
|
511
|
-
- move datatoken name generation out of class [`#943`](https://github.com/oceanprotocol/ocean
|
|
512
|
-
- Bump @types/node from 16.4.6 to 16.4.7 [`#942`](https://github.com/oceanprotocol/ocean
|
|
513
|
-
- Release 0.17.0 [`44eff0e`](https://github.com/oceanprotocol/ocean
|
|
536
|
+
- add single metadataCacheUri for all networks [`#919`](https://github.com/oceanprotocol/ocean-lib-js/pull/919)
|
|
537
|
+
- move datatoken name generation out of class [`#943`](https://github.com/oceanprotocol/ocean-lib-js/pull/943)
|
|
538
|
+
- Bump @types/node from 16.4.6 to 16.4.7 [`#942`](https://github.com/oceanprotocol/ocean-lib-js/pull/942)
|
|
539
|
+
- Release 0.17.0 [`44eff0e`](https://github.com/oceanprotocol/ocean-lib-js/commit/44eff0ee2f7628d1fb165dc8a1861e91d179e839)
|
|
514
540
|
|
|
515
|
-
#### [v0.16.7](https://github.com/oceanprotocol/ocean
|
|
541
|
+
#### [v0.16.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.6...v0.16.7)
|
|
516
542
|
|
|
517
543
|
> 29 July 2021
|
|
518
544
|
|
|
519
|
-
- allow editable author [`#936`](https://github.com/oceanprotocol/ocean
|
|
520
|
-
- Bump @types/node from 16.4.4 to 16.4.6 [`#939`](https://github.com/oceanprotocol/ocean
|
|
521
|
-
- Bump web3 from 1.4.0 to 1.5.0 [`#938`](https://github.com/oceanprotocol/ocean
|
|
522
|
-
- Bump @types/node from 16.4.3 to 16.4.4 [`#937`](https://github.com/oceanprotocol/ocean
|
|
523
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.28.5 [`#934`](https://github.com/oceanprotocol/ocean
|
|
524
|
-
- Bump @typescript-eslint/parser from 4.28.4 to 4.28.5 [`#933`](https://github.com/oceanprotocol/ocean
|
|
525
|
-
- Bump @truffle/hdwallet-provider from 1.4.1 to 1.4.2 [`#931`](https://github.com/oceanprotocol/ocean
|
|
526
|
-
- use decimals in account balance [`#921`](https://github.com/oceanprotocol/ocean
|
|
527
|
-
- Bump mocha from 9.0.2 to 9.0.3 [`#932`](https://github.com/oceanprotocol/ocean
|
|
528
|
-
- Bump @types/node from 16.4.1 to 16.4.3 [`#930`](https://github.com/oceanprotocol/ocean
|
|
529
|
-
- Bump release-it from 14.10.0 to 14.10.1 [`#929`](https://github.com/oceanprotocol/ocean
|
|
530
|
-
- Bump @types/node from 16.4.0 to 16.4.1 [`#925`](https://github.com/oceanprotocol/ocean
|
|
531
|
-
- Bump @types/mocha from 8.2.3 to 9.0.0 [`#927`](https://github.com/oceanprotocol/ocean
|
|
532
|
-
- Bump @types/node-fetch from 2.5.11 to 2.5.12 [`#926`](https://github.com/oceanprotocol/ocean
|
|
533
|
-
- Bump crypto-js from 4.0.0 to 4.1.1 [`#924`](https://github.com/oceanprotocol/ocean
|
|
534
|
-
- remove redundant build on publish [`#923`](https://github.com/oceanprotocol/ocean
|
|
535
|
-
- Release 0.16.7 [`1710752`](https://github.com/oceanprotocol/ocean
|
|
536
|
-
|
|
537
|
-
#### [v0.16.6](https://github.com/oceanprotocol/ocean
|
|
545
|
+
- allow editable author [`#936`](https://github.com/oceanprotocol/ocean-lib-js/pull/936)
|
|
546
|
+
- Bump @types/node from 16.4.4 to 16.4.6 [`#939`](https://github.com/oceanprotocol/ocean-lib-js/pull/939)
|
|
547
|
+
- Bump web3 from 1.4.0 to 1.5.0 [`#938`](https://github.com/oceanprotocol/ocean-lib-js/pull/938)
|
|
548
|
+
- Bump @types/node from 16.4.3 to 16.4.4 [`#937`](https://github.com/oceanprotocol/ocean-lib-js/pull/937)
|
|
549
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.28.5 [`#934`](https://github.com/oceanprotocol/ocean-lib-js/pull/934)
|
|
550
|
+
- Bump @typescript-eslint/parser from 4.28.4 to 4.28.5 [`#933`](https://github.com/oceanprotocol/ocean-lib-js/pull/933)
|
|
551
|
+
- Bump @truffle/hdwallet-provider from 1.4.1 to 1.4.2 [`#931`](https://github.com/oceanprotocol/ocean-lib-js/pull/931)
|
|
552
|
+
- use decimals in account balance [`#921`](https://github.com/oceanprotocol/ocean-lib-js/pull/921)
|
|
553
|
+
- Bump mocha from 9.0.2 to 9.0.3 [`#932`](https://github.com/oceanprotocol/ocean-lib-js/pull/932)
|
|
554
|
+
- Bump @types/node from 16.4.1 to 16.4.3 [`#930`](https://github.com/oceanprotocol/ocean-lib-js/pull/930)
|
|
555
|
+
- Bump release-it from 14.10.0 to 14.10.1 [`#929`](https://github.com/oceanprotocol/ocean-lib-js/pull/929)
|
|
556
|
+
- Bump @types/node from 16.4.0 to 16.4.1 [`#925`](https://github.com/oceanprotocol/ocean-lib-js/pull/925)
|
|
557
|
+
- Bump @types/mocha from 8.2.3 to 9.0.0 [`#927`](https://github.com/oceanprotocol/ocean-lib-js/pull/927)
|
|
558
|
+
- Bump @types/node-fetch from 2.5.11 to 2.5.12 [`#926`](https://github.com/oceanprotocol/ocean-lib-js/pull/926)
|
|
559
|
+
- Bump crypto-js from 4.0.0 to 4.1.1 [`#924`](https://github.com/oceanprotocol/ocean-lib-js/pull/924)
|
|
560
|
+
- remove redundant build on publish [`#923`](https://github.com/oceanprotocol/ocean-lib-js/pull/923)
|
|
561
|
+
- Release 0.16.7 [`1710752`](https://github.com/oceanprotocol/ocean-lib-js/commit/1710752a7cba9db1d754540f286d92f090ea9c38)
|
|
562
|
+
|
|
563
|
+
#### [v0.16.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.5...v0.16.6)
|
|
538
564
|
|
|
539
565
|
> 22 July 2021
|
|
540
566
|
|
|
541
|
-
- remove leading slash from all `nodeUri` [`#922`](https://github.com/oceanprotocol/ocean
|
|
542
|
-
- Bump @types/node from 16.3.3 to 16.4.0 [`#917`](https://github.com/oceanprotocol/ocean
|
|
543
|
-
- Bump @typescript-eslint/parser from 4.28.3 to 4.28.4 [`#914`](https://github.com/oceanprotocol/ocean
|
|
544
|
-
- Bump eslint from 7.30.0 to 7.31.0 [`#913`](https://github.com/oceanprotocol/ocean
|
|
545
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4 [`#915`](https://github.com/oceanprotocol/ocean
|
|
546
|
-
- Bump @types/node from 16.3.1 to 16.3.3 [`#912`](https://github.com/oceanprotocol/ocean
|
|
547
|
-
- update Polygon Mumbai explorerUri [`#911`](https://github.com/oceanprotocol/ocean
|
|
548
|
-
- Release 0.16.6 [`16f14aa`](https://github.com/oceanprotocol/ocean
|
|
567
|
+
- remove leading slash from all `nodeUri` [`#922`](https://github.com/oceanprotocol/ocean-lib-js/pull/922)
|
|
568
|
+
- Bump @types/node from 16.3.3 to 16.4.0 [`#917`](https://github.com/oceanprotocol/ocean-lib-js/pull/917)
|
|
569
|
+
- Bump @typescript-eslint/parser from 4.28.3 to 4.28.4 [`#914`](https://github.com/oceanprotocol/ocean-lib-js/pull/914)
|
|
570
|
+
- Bump eslint from 7.30.0 to 7.31.0 [`#913`](https://github.com/oceanprotocol/ocean-lib-js/pull/913)
|
|
571
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4 [`#915`](https://github.com/oceanprotocol/ocean-lib-js/pull/915)
|
|
572
|
+
- Bump @types/node from 16.3.1 to 16.3.3 [`#912`](https://github.com/oceanprotocol/ocean-lib-js/pull/912)
|
|
573
|
+
- update Polygon Mumbai explorerUri [`#911`](https://github.com/oceanprotocol/ocean-lib-js/pull/911)
|
|
574
|
+
- Release 0.16.6 [`16f14aa`](https://github.com/oceanprotocol/ocean-lib-js/commit/16f14aaf4d792c03dd2216b7d3bb6156881de447)
|
|
549
575
|
|
|
550
|
-
#### [v0.16.5](https://github.com/oceanprotocol/ocean
|
|
576
|
+
#### [v0.16.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.4...v0.16.5)
|
|
551
577
|
|
|
552
578
|
> 13 July 2021
|
|
553
579
|
|
|
554
|
-
- update Gaia-X values [`#906`](https://github.com/oceanprotocol/ocean
|
|
555
|
-
- Bump web3 from 1.3.6 to 1.4.0 [`#876`](https://github.com/oceanprotocol/ocean
|
|
556
|
-
- Bump typedoc from 0.21.3 to 0.21.4 [`#902`](https://github.com/oceanprotocol/ocean
|
|
557
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.2 to 4.28.3 [`#904`](https://github.com/oceanprotocol/ocean
|
|
558
|
-
- Bump @typescript-eslint/parser from 4.28.2 to 4.28.3 [`#903`](https://github.com/oceanprotocol/ocean
|
|
559
|
-
- Changing error message [`#898`](https://github.com/oceanprotocol/ocean
|
|
560
|
-
- Bump ts-node from 10.0.0 to 10.1.0 [`#901`](https://github.com/oceanprotocol/ocean
|
|
561
|
-
- Bump @types/node from 16.3.0 to 16.3.1 [`#900`](https://github.com/oceanprotocol/ocean
|
|
562
|
-
- Bump typedoc from 0.21.2 to 0.21.3 [`#899`](https://github.com/oceanprotocol/ocean
|
|
563
|
-
- Bump @types/chai from 4.2.20 to 4.2.21 [`#897`](https://github.com/oceanprotocol/ocean
|
|
564
|
-
- Bump @types/node from 16.0.0 to 16.3.0 [`#896`](https://github.com/oceanprotocol/ocean
|
|
565
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.1 to 4.28.2 [`#890`](https://github.com/oceanprotocol/ocean
|
|
566
|
-
- Bump @types/node-fetch from 2.5.10 to 2.5.11 [`#893`](https://github.com/oceanprotocol/ocean
|
|
567
|
-
- Bump @types/mocha from 8.2.2 to 8.2.3 [`#894`](https://github.com/oceanprotocol/ocean
|
|
568
|
-
- update package-lock [`bd5f767`](https://github.com/oceanprotocol/ocean
|
|
569
|
-
- Release 0.16.5 [`fe1828f`](https://github.com/oceanprotocol/ocean
|
|
570
|
-
|
|
571
|
-
#### [v0.16.4](https://github.com/oceanprotocol/ocean
|
|
580
|
+
- update Gaia-X values [`#906`](https://github.com/oceanprotocol/ocean-lib-js/pull/906)
|
|
581
|
+
- Bump web3 from 1.3.6 to 1.4.0 [`#876`](https://github.com/oceanprotocol/ocean-lib-js/pull/876)
|
|
582
|
+
- Bump typedoc from 0.21.3 to 0.21.4 [`#902`](https://github.com/oceanprotocol/ocean-lib-js/pull/902)
|
|
583
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.2 to 4.28.3 [`#904`](https://github.com/oceanprotocol/ocean-lib-js/pull/904)
|
|
584
|
+
- Bump @typescript-eslint/parser from 4.28.2 to 4.28.3 [`#903`](https://github.com/oceanprotocol/ocean-lib-js/pull/903)
|
|
585
|
+
- Changing error message [`#898`](https://github.com/oceanprotocol/ocean-lib-js/pull/898)
|
|
586
|
+
- Bump ts-node from 10.0.0 to 10.1.0 [`#901`](https://github.com/oceanprotocol/ocean-lib-js/pull/901)
|
|
587
|
+
- Bump @types/node from 16.3.0 to 16.3.1 [`#900`](https://github.com/oceanprotocol/ocean-lib-js/pull/900)
|
|
588
|
+
- Bump typedoc from 0.21.2 to 0.21.3 [`#899`](https://github.com/oceanprotocol/ocean-lib-js/pull/899)
|
|
589
|
+
- Bump @types/chai from 4.2.20 to 4.2.21 [`#897`](https://github.com/oceanprotocol/ocean-lib-js/pull/897)
|
|
590
|
+
- Bump @types/node from 16.0.0 to 16.3.0 [`#896`](https://github.com/oceanprotocol/ocean-lib-js/pull/896)
|
|
591
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.1 to 4.28.2 [`#890`](https://github.com/oceanprotocol/ocean-lib-js/pull/890)
|
|
592
|
+
- Bump @types/node-fetch from 2.5.10 to 2.5.11 [`#893`](https://github.com/oceanprotocol/ocean-lib-js/pull/893)
|
|
593
|
+
- Bump @types/mocha from 8.2.2 to 8.2.3 [`#894`](https://github.com/oceanprotocol/ocean-lib-js/pull/894)
|
|
594
|
+
- update package-lock [`bd5f767`](https://github.com/oceanprotocol/ocean-lib-js/commit/bd5f7674e8d663f9d57d3f5df240c32ebe580234)
|
|
595
|
+
- Release 0.16.5 [`fe1828f`](https://github.com/oceanprotocol/ocean-lib-js/commit/fe1828fec945569863689c96ac9d4fa5ea694980)
|
|
596
|
+
|
|
597
|
+
#### [v0.16.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.3...v0.16.4)
|
|
572
598
|
|
|
573
599
|
> 7 July 2021
|
|
574
600
|
|
|
575
|
-
- Bump @typescript-eslint/parser from 4.28.1 to 4.28.2 [`#891`](https://github.com/oceanprotocol/ocean
|
|
576
|
-
- Bump @types/crypto-js from 4.0.1 to 4.0.2 [`#892`](https://github.com/oceanprotocol/ocean
|
|
577
|
-
- bump ocean-contracts to 0.6.5 [`#889`](https://github.com/oceanprotocol/ocean
|
|
578
|
-
- Bump @types/node from 15.14.0 to 16.0.0 [`#881`](https://github.com/oceanprotocol/ocean
|
|
579
|
-
- Bump eslint from 7.29.0 to 7.30.0 [`#883`](https://github.com/oceanprotocol/ocean
|
|
580
|
-
- Bump @types/chai from 4.2.19 to 4.2.20 [`#888`](https://github.com/oceanprotocol/ocean
|
|
581
|
-
- Release 0.16.4 [`8e56b34`](https://github.com/oceanprotocol/ocean
|
|
601
|
+
- Bump @typescript-eslint/parser from 4.28.1 to 4.28.2 [`#891`](https://github.com/oceanprotocol/ocean-lib-js/pull/891)
|
|
602
|
+
- Bump @types/crypto-js from 4.0.1 to 4.0.2 [`#892`](https://github.com/oceanprotocol/ocean-lib-js/pull/892)
|
|
603
|
+
- bump ocean-contracts to 0.6.5 [`#889`](https://github.com/oceanprotocol/ocean-lib-js/pull/889)
|
|
604
|
+
- Bump @types/node from 15.14.0 to 16.0.0 [`#881`](https://github.com/oceanprotocol/ocean-lib-js/pull/881)
|
|
605
|
+
- Bump eslint from 7.29.0 to 7.30.0 [`#883`](https://github.com/oceanprotocol/ocean-lib-js/pull/883)
|
|
606
|
+
- Bump @types/chai from 4.2.19 to 4.2.20 [`#888`](https://github.com/oceanprotocol/ocean-lib-js/pull/888)
|
|
607
|
+
- Release 0.16.4 [`8e56b34`](https://github.com/oceanprotocol/ocean-lib-js/commit/8e56b34133d201a634af8bd77945a19be599053d)
|
|
582
608
|
|
|
583
|
-
#### [v0.16.3](https://github.com/oceanprotocol/ocean
|
|
609
|
+
#### [v0.16.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.2...v0.16.3)
|
|
584
610
|
|
|
585
611
|
> 7 July 2021
|
|
586
612
|
|
|
587
|
-
- Bump mocha from 9.0.1 to 9.0.2 [`#882`](https://github.com/oceanprotocol/ocean
|
|
588
|
-
- added chainId property to DDO class [`#887`](https://github.com/oceanprotocol/ocean
|
|
589
|
-
- Bump typescript from 4.3.4 to 4.3.5 [`#878`](https://github.com/oceanprotocol/ocean
|
|
590
|
-
- Bump @types/node from 15.12.5 to 15.14.0 [`#879`](https://github.com/oceanprotocol/ocean
|
|
591
|
-
- Change this.oceanAddress to baseToken [`#880`](https://github.com/oceanprotocol/ocean
|
|
592
|
-
- Release 0.16.3 [`3d9a7a4`](https://github.com/oceanprotocol/ocean
|
|
613
|
+
- Bump mocha from 9.0.1 to 9.0.2 [`#882`](https://github.com/oceanprotocol/ocean-lib-js/pull/882)
|
|
614
|
+
- added chainId property to DDO class [`#887`](https://github.com/oceanprotocol/ocean-lib-js/pull/887)
|
|
615
|
+
- Bump typescript from 4.3.4 to 4.3.5 [`#878`](https://github.com/oceanprotocol/ocean-lib-js/pull/878)
|
|
616
|
+
- Bump @types/node from 15.12.5 to 15.14.0 [`#879`](https://github.com/oceanprotocol/ocean-lib-js/pull/879)
|
|
617
|
+
- Change this.oceanAddress to baseToken [`#880`](https://github.com/oceanprotocol/ocean-lib-js/pull/880)
|
|
618
|
+
- Release 0.16.3 [`3d9a7a4`](https://github.com/oceanprotocol/ocean-lib-js/commit/3d9a7a499a6dabbe76e6983145921bf671d60d9d)
|
|
593
619
|
|
|
594
|
-
#### [v0.16.2](https://github.com/oceanprotocol/ocean
|
|
620
|
+
#### [v0.16.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.1...v0.16.2)
|
|
595
621
|
|
|
596
622
|
> 30 June 2021
|
|
597
623
|
|
|
598
|
-
- validate ddo before publish on chain [`#873`](https://github.com/oceanprotocol/ocean
|
|
599
|
-
- allow extended FRE [`#875`](https://github.com/oceanprotocol/ocean
|
|
600
|
-
- Bump decimal.js from 10.3.0 to 10.3.1 [`#865`](https://github.com/oceanprotocol/ocean
|
|
601
|
-
- Bump prettier from 2.3.1 to 2.3.2 [`#866`](https://github.com/oceanprotocol/ocean
|
|
602
|
-
- Bump typedoc from 0.21.0 to 0.21.2 [`#868`](https://github.com/oceanprotocol/ocean
|
|
603
|
-
- Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1 [`#871`](https://github.com/oceanprotocol/ocean
|
|
604
|
-
- Bump @typescript-eslint/parser from 4.28.0 to 4.28.1 [`#872`](https://github.com/oceanprotocol/ocean
|
|
605
|
-
- Improve Ocean.assets.isConsumable return interface and message [`#869`](https://github.com/oceanprotocol/ocean
|
|
606
|
-
- Bump @types/node from 15.12.4 to 15.12.5 [`#867`](https://github.com/oceanprotocol/ocean
|
|
607
|
-
- Release 0.16.2 [`590a168`](https://github.com/oceanprotocol/ocean
|
|
624
|
+
- validate ddo before publish on chain [`#873`](https://github.com/oceanprotocol/ocean-lib-js/pull/873)
|
|
625
|
+
- allow extended FRE [`#875`](https://github.com/oceanprotocol/ocean-lib-js/pull/875)
|
|
626
|
+
- Bump decimal.js from 10.3.0 to 10.3.1 [`#865`](https://github.com/oceanprotocol/ocean-lib-js/pull/865)
|
|
627
|
+
- Bump prettier from 2.3.1 to 2.3.2 [`#866`](https://github.com/oceanprotocol/ocean-lib-js/pull/866)
|
|
628
|
+
- Bump typedoc from 0.21.0 to 0.21.2 [`#868`](https://github.com/oceanprotocol/ocean-lib-js/pull/868)
|
|
629
|
+
- Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1 [`#871`](https://github.com/oceanprotocol/ocean-lib-js/pull/871)
|
|
630
|
+
- Bump @typescript-eslint/parser from 4.28.0 to 4.28.1 [`#872`](https://github.com/oceanprotocol/ocean-lib-js/pull/872)
|
|
631
|
+
- Improve Ocean.assets.isConsumable return interface and message [`#869`](https://github.com/oceanprotocol/ocean-lib-js/pull/869)
|
|
632
|
+
- Bump @types/node from 15.12.4 to 15.12.5 [`#867`](https://github.com/oceanprotocol/ocean-lib-js/pull/867)
|
|
633
|
+
- Release 0.16.2 [`590a168`](https://github.com/oceanprotocol/ocean-lib-js/commit/590a1682918efe416d7a0795b86bd168f4df2718)
|
|
608
634
|
|
|
609
|
-
#### [v0.16.1](https://github.com/oceanprotocol/ocean
|
|
635
|
+
#### [v0.16.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.16.0...v0.16.1)
|
|
610
636
|
|
|
611
637
|
> 25 June 2021
|
|
612
638
|
|
|
613
|
-
- proper compare using lowercase [`#864`](https://github.com/oceanprotocol/ocean
|
|
614
|
-
- Release 0.16.1 [`069e60b`](https://github.com/oceanprotocol/ocean
|
|
639
|
+
- proper compare using lowercase [`#864`](https://github.com/oceanprotocol/ocean-lib-js/pull/864)
|
|
640
|
+
- Release 0.16.1 [`069e60b`](https://github.com/oceanprotocol/ocean-lib-js/commit/069e60baeb705f335fa749eab7e59fbc5015a27f)
|
|
615
641
|
|
|
616
|
-
#### [v0.16.0](https://github.com/oceanprotocol/ocean
|
|
642
|
+
#### [v0.16.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.15.1...v0.16.0)
|
|
617
643
|
|
|
618
644
|
> 25 June 2021
|
|
619
645
|
|
|
620
|
-
- skip coverage job for dependabot [`#863`](https://github.com/oceanprotocol/ocean
|
|
621
|
-
- Bump @types/node from 15.12.2 to 15.12.4 [`#857`](https://github.com/oceanprotocol/ocean
|
|
622
|
-
- Bump decimal.js from 10.2.1 to 10.3.0 [`#861`](https://github.com/oceanprotocol/ocean
|
|
623
|
-
- Bump eslint from 7.28.0 to 7.29.0 [`#860`](https://github.com/oceanprotocol/ocean
|
|
624
|
-
- Bump contracts to 0.6.4 [`#837`](https://github.com/oceanprotocol/ocean
|
|
625
|
-
- Bump release-it from 14.9.0 to 14.10.0 [`#852`](https://github.com/oceanprotocol/ocean
|
|
626
|
-
- Bump typescript from 4.3.3 to 4.3.4 [`#851`](https://github.com/oceanprotocol/ocean
|
|
627
|
-
- Replace Travis with GitHub Actions [`#847`](https://github.com/oceanprotocol/ocean
|
|
628
|
-
- Bump typescript from 4.3.2 to 4.3.3 [`#849`](https://github.com/oceanprotocol/ocean
|
|
629
|
-
- Bump prettier from 2.3.0 to 2.3.1 [`#833`](https://github.com/oceanprotocol/ocean
|
|
630
|
-
- Bump typedoc from 0.20.36 to 0.20.37 [`#848`](https://github.com/oceanprotocol/ocean
|
|
631
|
-
- Bump ora from 5.4.0 to 5.4.1 [`#846`](https://github.com/oceanprotocol/ocean
|
|
632
|
-
- Bump release-it from 14.8.0 to 14.9.0 [`#845`](https://github.com/oceanprotocol/ocean
|
|
633
|
-
- Update docs about 'getPreviousValidOrders' only working on Eth [`#842`](https://github.com/oceanprotocol/ocean
|
|
634
|
-
- Bump eslint from 7.27.0 to 7.28.0 [`#830`](https://github.com/oceanprotocol/ocean
|
|
635
|
-
- Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.27.0 [`#843`](https://github.com/oceanprotocol/ocean
|
|
636
|
-
- Bump mocha from 8.4.0 to 9.0.0 [`#840`](https://github.com/oceanprotocol/ocean
|
|
637
|
-
- Add also DDO object param where DID param is available [`#828`](https://github.com/oceanprotocol/ocean
|
|
638
|
-
- Bump microbundle from 0.13.1 to 0.13.3 [`#839`](https://github.com/oceanprotocol/ocean
|
|
639
|
-
- Bump release-it from 14.7.0 to 14.8.0 [`#832`](https://github.com/oceanprotocol/ocean
|
|
640
|
-
- Bump @types/node from 15.12.0 to 15.12.2 [`#835`](https://github.com/oceanprotocol/ocean
|
|
641
|
-
- used type guard to detect if ddo or did and resolve just when needed [`ec2e67d`](https://github.com/oceanprotocol/ocean
|
|
642
|
-
- added ddo object param to function that expect did and asset resolve is called [`f0404f3`](https://github.com/oceanprotocol/ocean
|
|
643
|
-
- added AssetResolverHelper [`c88680f`](https://github.com/oceanprotocol/ocean
|
|
644
|
-
|
|
645
|
-
#### [v0.15.1](https://github.com/oceanprotocol/ocean
|
|
646
|
+
- skip coverage job for dependabot [`#863`](https://github.com/oceanprotocol/ocean-lib-js/pull/863)
|
|
647
|
+
- Bump @types/node from 15.12.2 to 15.12.4 [`#857`](https://github.com/oceanprotocol/ocean-lib-js/pull/857)
|
|
648
|
+
- Bump decimal.js from 10.2.1 to 10.3.0 [`#861`](https://github.com/oceanprotocol/ocean-lib-js/pull/861)
|
|
649
|
+
- Bump eslint from 7.28.0 to 7.29.0 [`#860`](https://github.com/oceanprotocol/ocean-lib-js/pull/860)
|
|
650
|
+
- Bump contracts to 0.6.4 [`#837`](https://github.com/oceanprotocol/ocean-lib-js/pull/837)
|
|
651
|
+
- Bump release-it from 14.9.0 to 14.10.0 [`#852`](https://github.com/oceanprotocol/ocean-lib-js/pull/852)
|
|
652
|
+
- Bump typescript from 4.3.3 to 4.3.4 [`#851`](https://github.com/oceanprotocol/ocean-lib-js/pull/851)
|
|
653
|
+
- Replace Travis with GitHub Actions [`#847`](https://github.com/oceanprotocol/ocean-lib-js/pull/847)
|
|
654
|
+
- Bump typescript from 4.3.2 to 4.3.3 [`#849`](https://github.com/oceanprotocol/ocean-lib-js/pull/849)
|
|
655
|
+
- Bump prettier from 2.3.0 to 2.3.1 [`#833`](https://github.com/oceanprotocol/ocean-lib-js/pull/833)
|
|
656
|
+
- Bump typedoc from 0.20.36 to 0.20.37 [`#848`](https://github.com/oceanprotocol/ocean-lib-js/pull/848)
|
|
657
|
+
- Bump ora from 5.4.0 to 5.4.1 [`#846`](https://github.com/oceanprotocol/ocean-lib-js/pull/846)
|
|
658
|
+
- Bump release-it from 14.8.0 to 14.9.0 [`#845`](https://github.com/oceanprotocol/ocean-lib-js/pull/845)
|
|
659
|
+
- Update docs about 'getPreviousValidOrders' only working on Eth [`#842`](https://github.com/oceanprotocol/ocean-lib-js/pull/842)
|
|
660
|
+
- Bump eslint from 7.27.0 to 7.28.0 [`#830`](https://github.com/oceanprotocol/ocean-lib-js/pull/830)
|
|
661
|
+
- Bump @typescript-eslint/eslint-plugin from 4.26.0 to 4.27.0 [`#843`](https://github.com/oceanprotocol/ocean-lib-js/pull/843)
|
|
662
|
+
- Bump mocha from 8.4.0 to 9.0.0 [`#840`](https://github.com/oceanprotocol/ocean-lib-js/pull/840)
|
|
663
|
+
- Add also DDO object param where DID param is available [`#828`](https://github.com/oceanprotocol/ocean-lib-js/pull/828)
|
|
664
|
+
- Bump microbundle from 0.13.1 to 0.13.3 [`#839`](https://github.com/oceanprotocol/ocean-lib-js/pull/839)
|
|
665
|
+
- Bump release-it from 14.7.0 to 14.8.0 [`#832`](https://github.com/oceanprotocol/ocean-lib-js/pull/832)
|
|
666
|
+
- Bump @types/node from 15.12.0 to 15.12.2 [`#835`](https://github.com/oceanprotocol/ocean-lib-js/pull/835)
|
|
667
|
+
- used type guard to detect if ddo or did and resolve just when needed [`ec2e67d`](https://github.com/oceanprotocol/ocean-lib-js/commit/ec2e67db353f0cf6199ea5551a73eac0e1f6b611)
|
|
668
|
+
- added ddo object param to function that expect did and asset resolve is called [`f0404f3`](https://github.com/oceanprotocol/ocean-lib-js/commit/f0404f3204b44fd6042edd26c2ca87a0cae083c8)
|
|
669
|
+
- added AssetResolverHelper [`c88680f`](https://github.com/oceanprotocol/ocean-lib-js/commit/c88680f10061b47d1d72d1339975466df0ec5804)
|
|
670
|
+
|
|
671
|
+
#### [v0.15.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.15.0...v0.15.1)
|
|
646
672
|
|
|
647
673
|
> 3 June 2021
|
|
648
674
|
|
|
649
|
-
- Bump microbundle from 0.13.0 to 0.13.1 [`#820`](https://github.com/oceanprotocol/ocean
|
|
650
|
-
- Bump @types/node from 15.9.0 to 15.12.0 [`#829`](https://github.com/oceanprotocol/ocean
|
|
651
|
-
- Bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0 [`#824`](https://github.com/oceanprotocol/ocean
|
|
652
|
-
- Bump @typescript-eslint/parser from 4.25.0 to 4.26.0 [`#823`](https://github.com/oceanprotocol/ocean
|
|
653
|
-
- Bump @types/node from 15.6.1 to 15.9.0 [`#826`](https://github.com/oceanprotocol/ocean
|
|
654
|
-
- Add order checks for credentials [`#827`](https://github.com/oceanprotocol/ocean
|
|
655
|
-
- Feature/credentials support in asset [`#787`](https://github.com/oceanprotocol/ocean
|
|
656
|
-
- add "valid" boolean in File.ts [`#825`](https://github.com/oceanprotocol/ocean
|
|
657
|
-
- Add ocean.assets.isConsumable function [`#786`](https://github.com/oceanprotocol/ocean
|
|
658
|
-
- fix ddo encrypt for browsers [`#822`](https://github.com/oceanprotocol/ocean
|
|
659
|
-
- add type 'free' to BestPrice [`#821`](https://github.com/oceanprotocol/ocean
|
|
660
|
-
- Release 0.15.1 [`727a550`](https://github.com/oceanprotocol/ocean
|
|
661
|
-
- fix version [`6735e8a`](https://github.com/oceanprotocol/ocean
|
|
662
|
-
|
|
663
|
-
#### [v0.15.0](https://github.com/oceanprotocol/ocean
|
|
675
|
+
- Bump microbundle from 0.13.0 to 0.13.1 [`#820`](https://github.com/oceanprotocol/ocean-lib-js/pull/820)
|
|
676
|
+
- Bump @types/node from 15.9.0 to 15.12.0 [`#829`](https://github.com/oceanprotocol/ocean-lib-js/pull/829)
|
|
677
|
+
- Bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0 [`#824`](https://github.com/oceanprotocol/ocean-lib-js/pull/824)
|
|
678
|
+
- Bump @typescript-eslint/parser from 4.25.0 to 4.26.0 [`#823`](https://github.com/oceanprotocol/ocean-lib-js/pull/823)
|
|
679
|
+
- Bump @types/node from 15.6.1 to 15.9.0 [`#826`](https://github.com/oceanprotocol/ocean-lib-js/pull/826)
|
|
680
|
+
- Add order checks for credentials [`#827`](https://github.com/oceanprotocol/ocean-lib-js/pull/827)
|
|
681
|
+
- Feature/credentials support in asset [`#787`](https://github.com/oceanprotocol/ocean-lib-js/pull/787)
|
|
682
|
+
- add "valid" boolean in File.ts [`#825`](https://github.com/oceanprotocol/ocean-lib-js/pull/825)
|
|
683
|
+
- Add ocean.assets.isConsumable function [`#786`](https://github.com/oceanprotocol/ocean-lib-js/pull/786)
|
|
684
|
+
- fix ddo encrypt for browsers [`#822`](https://github.com/oceanprotocol/ocean-lib-js/pull/822)
|
|
685
|
+
- add type 'free' to BestPrice [`#821`](https://github.com/oceanprotocol/ocean-lib-js/pull/821)
|
|
686
|
+
- Release 0.15.1 [`727a550`](https://github.com/oceanprotocol/ocean-lib-js/commit/727a55046c44c1841360f6aa2a4f94befe157860)
|
|
687
|
+
- fix version [`6735e8a`](https://github.com/oceanprotocol/ocean-lib-js/commit/6735e8a33f8a6e2fb513d5412a0a1db70d8b59ff)
|
|
688
|
+
|
|
689
|
+
#### [v0.15.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.9...v0.15.0)
|
|
664
690
|
|
|
665
691
|
> 28 May 2021
|
|
666
692
|
|
|
667
|
-
- Bump typescript from 4.2.4 to 4.3.2 [`#819`](https://github.com/oceanprotocol/ocean
|
|
668
|
-
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#816`](https://github.com/oceanprotocol/ocean
|
|
669
|
-
- Bump mocha from 8.3.2 to 8.4.0 [`#817`](https://github.com/oceanprotocol/ocean
|
|
670
|
-
- Fix/ Order method should throw error messages [`#803`](https://github.com/oceanprotocol/ocean
|
|
671
|
-
- Bump @oceanprotocol/contracts from 0.6.2 to 0.6.3 [`#814`](https://github.com/oceanprotocol/ocean
|
|
672
|
-
- Bump release-it from 14.6.1 to 14.7.0 [`#815`](https://github.com/oceanprotocol/ocean
|
|
673
|
-
- Bump auto-changelog from 2.2.1 to 2.3.0 [`#813`](https://github.com/oceanprotocol/ocean
|
|
674
|
-
- Bump @types/node from 15.0.2 to 15.6.1 [`#810`](https://github.com/oceanprotocol/ocean
|
|
675
|
-
- remove all doo price tests [`#805`](https://github.com/oceanprotocol/ocean
|
|
676
|
-
- Bump ts-node from 9.1.1 to 10.0.0 [`#811`](https://github.com/oceanprotocol/ocean
|
|
677
|
-
- Bump @typescript-eslint/parser from 4.22.1 to 4.25.0 [`#812`](https://github.com/oceanprotocol/ocean
|
|
678
|
-
- Bump web3-eth-contract from 1.3.5 to 1.3.6 [`#802`](https://github.com/oceanprotocol/ocean
|
|
679
|
-
- Bump prettier from 2.2.1 to 2.3.0 [`#793`](https://github.com/oceanprotocol/ocean
|
|
680
|
-
- Bump @types/chai from 4.2.17 to 4.2.18 [`#797`](https://github.com/oceanprotocol/ocean
|
|
681
|
-
- Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.25.0 [`#809`](https://github.com/oceanprotocol/ocean
|
|
682
|
-
- Bump eslint from 7.25.0 to 7.27.0 [`#808`](https://github.com/oceanprotocol/ocean
|
|
683
|
-
- building package-lock.json with npm v7 [`#804`](https://github.com/oceanprotocol/ocean
|
|
684
|
-
- Bump mocha from 8.3.2 to 8.4.0 [`#801`](https://github.com/oceanprotocol/ocean
|
|
685
|
-
- Bump release-it from 14.6.1 to 14.6.2 [`#795`](https://github.com/oceanprotocol/ocean
|
|
686
|
-
- Bump lodash from 4.17.19 to 4.17.21 [`#799`](https://github.com/oceanprotocol/ocean
|
|
687
|
-
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#800`](https://github.com/oceanprotocol/ocean
|
|
688
|
-
- building package.json with npm v7 [`5aa8d7d`](https://github.com/oceanprotocol/ocean
|
|
689
|
-
- Release 0.15.0 [`ffcdfb2`](https://github.com/oceanprotocol/ocean
|
|
690
|
-
- fix ddo encrypt for browsers [`b85d85b`](https://github.com/oceanprotocol/ocean
|
|
691
|
-
|
|
692
|
-
#### [v0.14.9](https://github.com/oceanprotocol/ocean
|
|
693
|
+
- Bump typescript from 4.2.4 to 4.3.2 [`#819`](https://github.com/oceanprotocol/ocean-lib-js/pull/819)
|
|
694
|
+
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#816`](https://github.com/oceanprotocol/ocean-lib-js/pull/816)
|
|
695
|
+
- Bump mocha from 8.3.2 to 8.4.0 [`#817`](https://github.com/oceanprotocol/ocean-lib-js/pull/817)
|
|
696
|
+
- Fix/ Order method should throw error messages [`#803`](https://github.com/oceanprotocol/ocean-lib-js/pull/803)
|
|
697
|
+
- Bump @oceanprotocol/contracts from 0.6.2 to 0.6.3 [`#814`](https://github.com/oceanprotocol/ocean-lib-js/pull/814)
|
|
698
|
+
- Bump release-it from 14.6.1 to 14.7.0 [`#815`](https://github.com/oceanprotocol/ocean-lib-js/pull/815)
|
|
699
|
+
- Bump auto-changelog from 2.2.1 to 2.3.0 [`#813`](https://github.com/oceanprotocol/ocean-lib-js/pull/813)
|
|
700
|
+
- Bump @types/node from 15.0.2 to 15.6.1 [`#810`](https://github.com/oceanprotocol/ocean-lib-js/pull/810)
|
|
701
|
+
- remove all doo price tests [`#805`](https://github.com/oceanprotocol/ocean-lib-js/pull/805)
|
|
702
|
+
- Bump ts-node from 9.1.1 to 10.0.0 [`#811`](https://github.com/oceanprotocol/ocean-lib-js/pull/811)
|
|
703
|
+
- Bump @typescript-eslint/parser from 4.22.1 to 4.25.0 [`#812`](https://github.com/oceanprotocol/ocean-lib-js/pull/812)
|
|
704
|
+
- Bump web3-eth-contract from 1.3.5 to 1.3.6 [`#802`](https://github.com/oceanprotocol/ocean-lib-js/pull/802)
|
|
705
|
+
- Bump prettier from 2.2.1 to 2.3.0 [`#793`](https://github.com/oceanprotocol/ocean-lib-js/pull/793)
|
|
706
|
+
- Bump @types/chai from 4.2.17 to 4.2.18 [`#797`](https://github.com/oceanprotocol/ocean-lib-js/pull/797)
|
|
707
|
+
- Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.25.0 [`#809`](https://github.com/oceanprotocol/ocean-lib-js/pull/809)
|
|
708
|
+
- Bump eslint from 7.25.0 to 7.27.0 [`#808`](https://github.com/oceanprotocol/ocean-lib-js/pull/808)
|
|
709
|
+
- building package-lock.json with npm v7 [`#804`](https://github.com/oceanprotocol/ocean-lib-js/pull/804)
|
|
710
|
+
- Bump mocha from 8.3.2 to 8.4.0 [`#801`](https://github.com/oceanprotocol/ocean-lib-js/pull/801)
|
|
711
|
+
- Bump release-it from 14.6.1 to 14.6.2 [`#795`](https://github.com/oceanprotocol/ocean-lib-js/pull/795)
|
|
712
|
+
- Bump lodash from 4.17.19 to 4.17.21 [`#799`](https://github.com/oceanprotocol/ocean-lib-js/pull/799)
|
|
713
|
+
- Bump @truffle/hdwallet-provider from 1.3.0 to 1.4.0 [`#800`](https://github.com/oceanprotocol/ocean-lib-js/pull/800)
|
|
714
|
+
- building package.json with npm v7 [`5aa8d7d`](https://github.com/oceanprotocol/ocean-lib-js/commit/5aa8d7d10113a829f5c6a62bc21bf46d6e03e2ac)
|
|
715
|
+
- Release 0.15.0 [`ffcdfb2`](https://github.com/oceanprotocol/ocean-lib-js/commit/ffcdfb299da05a8b2ecd3e449a0aeeaf5f1cc875)
|
|
716
|
+
- fix ddo encrypt for browsers [`b85d85b`](https://github.com/oceanprotocol/ocean-lib-js/commit/b85d85b569731a3b68d7b2c4913a15e5bf1395db)
|
|
717
|
+
|
|
718
|
+
#### [v0.14.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.8...v0.14.9)
|
|
693
719
|
|
|
694
720
|
> 11 May 2021
|
|
695
721
|
|
|
696
|
-
- Feature/dispenser [`#790`](https://github.com/oceanprotocol/ocean
|
|
697
|
-
- Bump handlebars from 4.7.6 to 4.7.7 [`#791`](https://github.com/oceanprotocol/ocean
|
|
698
|
-
- Bump @types/node from 15.0.1 to 15.0.2 [`#785`](https://github.com/oceanprotocol/ocean
|
|
699
|
-
- Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 [`#784`](https://github.com/oceanprotocol/ocean
|
|
700
|
-
- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 [`#783`](https://github.com/oceanprotocol/ocean
|
|
701
|
-
- Revert "creating interface for the dispenser contract" [`53b401d`](https://github.com/oceanprotocol/ocean
|
|
702
|
-
- creating interface for the dispenser contract [`413b17e`](https://github.com/oceanprotocol/ocean
|
|
703
|
-
- Release 0.14.9 [`804a6a6`](https://github.com/oceanprotocol/ocean
|
|
722
|
+
- Feature/dispenser [`#790`](https://github.com/oceanprotocol/ocean-lib-js/pull/790)
|
|
723
|
+
- Bump handlebars from 4.7.6 to 4.7.7 [`#791`](https://github.com/oceanprotocol/ocean-lib-js/pull/791)
|
|
724
|
+
- Bump @types/node from 15.0.1 to 15.0.2 [`#785`](https://github.com/oceanprotocol/ocean-lib-js/pull/785)
|
|
725
|
+
- Bump @typescript-eslint/parser from 4.22.0 to 4.22.1 [`#784`](https://github.com/oceanprotocol/ocean-lib-js/pull/784)
|
|
726
|
+
- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1 [`#783`](https://github.com/oceanprotocol/ocean-lib-js/pull/783)
|
|
727
|
+
- Revert "creating interface for the dispenser contract" [`53b401d`](https://github.com/oceanprotocol/ocean-lib-js/commit/53b401dcd059234197e0119e7eca2fecc8d19109)
|
|
728
|
+
- creating interface for the dispenser contract [`413b17e`](https://github.com/oceanprotocol/ocean-lib-js/commit/413b17e668a4d92e2ab9d43092b604bc2b2f2914)
|
|
729
|
+
- Release 0.14.9 [`804a6a6`](https://github.com/oceanprotocol/ocean-lib-js/commit/804a6a62facbe9f6b110d4d864cd63424555316b)
|
|
704
730
|
|
|
705
|
-
#### [v0.14.8](https://github.com/oceanprotocol/ocean
|
|
731
|
+
#### [v0.14.8](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.7...v0.14.8)
|
|
706
732
|
|
|
707
733
|
> 30 April 2021
|
|
708
734
|
|
|
709
|
-
- update CodeClimate badges [`#782`](https://github.com/oceanprotocol/ocean
|
|
710
|
-
- Feature/use decimal in pool [`#775`](https://github.com/oceanprotocol/ocean
|
|
711
|
-
- lock ocean-contracts to 0.5.16 [`#781`](https://github.com/oceanprotocol/ocean
|
|
712
|
-
- Bump @types/node from 15.0.0 to 15.0.1 [`#776`](https://github.com/oceanprotocol/ocean
|
|
713
|
-
- Bump @types/node from 14.14.41 to 15.0.0 [`#773`](https://github.com/oceanprotocol/ocean
|
|
714
|
-
- Bump @types/chai from 4.2.16 to 4.2.17 [`#774`](https://github.com/oceanprotocol/ocean
|
|
715
|
-
- Bump typedoc from 0.20.35 to 0.20.36 [`#768`](https://github.com/oceanprotocol/ocean
|
|
716
|
-
- Bump eslint from 7.24.0 to 7.25.0 [`#767`](https://github.com/oceanprotocol/ocean
|
|
717
|
-
- Bump eslint-config-prettier from 8.2.0 to 8.3.0 [`#769`](https://github.com/oceanprotocol/ocean
|
|
718
|
-
- Bump @truffle/hdwallet-provider from 1.2.6 to 1.3.0 [`#770`](https://github.com/oceanprotocol/ocean
|
|
719
|
-
- Bump node-abort-controller from 1.2.1 to 2.0.0 [`#771`](https://github.com/oceanprotocol/ocean
|
|
720
|
-
- Release 0.14.8 [`ae46477`](https://github.com/oceanprotocol/ocean
|
|
721
|
-
|
|
722
|
-
#### [v0.14.7](https://github.com/oceanprotocol/ocean
|
|
735
|
+
- update CodeClimate badges [`#782`](https://github.com/oceanprotocol/ocean-lib-js/pull/782)
|
|
736
|
+
- Feature/use decimal in pool [`#775`](https://github.com/oceanprotocol/ocean-lib-js/pull/775)
|
|
737
|
+
- lock ocean-contracts to 0.5.16 [`#781`](https://github.com/oceanprotocol/ocean-lib-js/pull/781)
|
|
738
|
+
- Bump @types/node from 15.0.0 to 15.0.1 [`#776`](https://github.com/oceanprotocol/ocean-lib-js/pull/776)
|
|
739
|
+
- Bump @types/node from 14.14.41 to 15.0.0 [`#773`](https://github.com/oceanprotocol/ocean-lib-js/pull/773)
|
|
740
|
+
- Bump @types/chai from 4.2.16 to 4.2.17 [`#774`](https://github.com/oceanprotocol/ocean-lib-js/pull/774)
|
|
741
|
+
- Bump typedoc from 0.20.35 to 0.20.36 [`#768`](https://github.com/oceanprotocol/ocean-lib-js/pull/768)
|
|
742
|
+
- Bump eslint from 7.24.0 to 7.25.0 [`#767`](https://github.com/oceanprotocol/ocean-lib-js/pull/767)
|
|
743
|
+
- Bump eslint-config-prettier from 8.2.0 to 8.3.0 [`#769`](https://github.com/oceanprotocol/ocean-lib-js/pull/769)
|
|
744
|
+
- Bump @truffle/hdwallet-provider from 1.2.6 to 1.3.0 [`#770`](https://github.com/oceanprotocol/ocean-lib-js/pull/770)
|
|
745
|
+
- Bump node-abort-controller from 1.2.1 to 2.0.0 [`#771`](https://github.com/oceanprotocol/ocean-lib-js/pull/771)
|
|
746
|
+
- Release 0.14.8 [`ae46477`](https://github.com/oceanprotocol/ocean-lib-js/commit/ae464774a487127b5f6f89e9200184a54d231f6d)
|
|
747
|
+
|
|
748
|
+
#### [v0.14.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.6...v0.14.7)
|
|
723
749
|
|
|
724
750
|
> 23 April 2021
|
|
725
751
|
|
|
726
|
-
- Fix address.json import [`#765`](https://github.com/oceanprotocol/ocean
|
|
727
|
-
- Release 0.14.7 [`beb877b`](https://github.com/oceanprotocol/ocean
|
|
752
|
+
- Fix address.json import [`#765`](https://github.com/oceanprotocol/ocean-lib-js/pull/765)
|
|
753
|
+
- Release 0.14.7 [`beb877b`](https://github.com/oceanprotocol/ocean-lib-js/commit/beb877b5e3ed07228b05636c0eff0dae15ff0025)
|
|
728
754
|
|
|
729
|
-
#### [v0.14.6](https://github.com/oceanprotocol/ocean
|
|
755
|
+
#### [v0.14.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.5...v0.14.6)
|
|
730
756
|
|
|
731
757
|
> 22 April 2021
|
|
732
758
|
|
|
733
|
-
- add moonbeamalpha [`#751`](https://github.com/oceanprotocol/ocean
|
|
734
|
-
- Bump @ethereum-navigator/navigator from 0.5.2 to 0.5.3 [`#763`](https://github.com/oceanprotocol/ocean
|
|
735
|
-
- Release 0.14.6 [`01b0654`](https://github.com/oceanprotocol/ocean
|
|
759
|
+
- add moonbeamalpha [`#751`](https://github.com/oceanprotocol/ocean-lib-js/pull/751)
|
|
760
|
+
- Bump @ethereum-navigator/navigator from 0.5.2 to 0.5.3 [`#763`](https://github.com/oceanprotocol/ocean-lib-js/pull/763)
|
|
761
|
+
- Release 0.14.6 [`01b0654`](https://github.com/oceanprotocol/ocean-lib-js/commit/01b0654470a29a3c106fb31da4f35a8007b965d5)
|
|
736
762
|
|
|
737
|
-
#### [v0.14.5](https://github.com/oceanprotocol/ocean
|
|
763
|
+
#### [v0.14.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.4...v0.14.5)
|
|
738
764
|
|
|
739
765
|
> 19 April 2021
|
|
740
766
|
|
|
741
|
-
- updating path names in package.json [`#756`](https://github.com/oceanprotocol/ocean
|
|
742
|
-
- Release 0.14.5 [`69a01c7`](https://github.com/oceanprotocol/ocean
|
|
767
|
+
- updating path names in package.json [`#756`](https://github.com/oceanprotocol/ocean-lib-js/pull/756)
|
|
768
|
+
- Release 0.14.5 [`69a01c7`](https://github.com/oceanprotocol/ocean-lib-js/commit/69a01c75dfc468b951b7af5ef17cbd4d04d1c32c)
|
|
743
769
|
|
|
744
|
-
#### [v0.14.4](https://github.com/oceanprotocol/ocean
|
|
770
|
+
#### [v0.14.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.3...v0.14.4)
|
|
745
771
|
|
|
746
772
|
> 19 April 2021
|
|
747
773
|
|
|
748
|
-
- add seachPreviousOrder [`#755`](https://github.com/oceanprotocol/ocean
|
|
749
|
-
- updating export name [`#754`](https://github.com/oceanprotocol/ocean
|
|
750
|
-
- Bump @types/node from 14.14.39 to 14.14.41 [`#748`](https://github.com/oceanprotocol/ocean
|
|
751
|
-
- Release 0.14.4 [`aad461c`](https://github.com/oceanprotocol/ocean
|
|
774
|
+
- add seachPreviousOrder [`#755`](https://github.com/oceanprotocol/ocean-lib-js/pull/755)
|
|
775
|
+
- updating export name [`#754`](https://github.com/oceanprotocol/ocean-lib-js/pull/754)
|
|
776
|
+
- Bump @types/node from 14.14.39 to 14.14.41 [`#748`](https://github.com/oceanprotocol/ocean-lib-js/pull/748)
|
|
777
|
+
- Release 0.14.4 [`aad461c`](https://github.com/oceanprotocol/ocean-lib-js/commit/aad461c7e9c123546e8cb3ee0d16238763bceac1)
|
|
752
778
|
|
|
753
|
-
#### [v0.14.3](https://github.com/oceanprotocol/ocean
|
|
779
|
+
#### [v0.14.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.2...v0.14.3)
|
|
754
780
|
|
|
755
781
|
> 16 April 2021
|
|
756
782
|
|
|
757
|
-
- export provider, fix circular dependency [`#750`](https://github.com/oceanprotocol/ocean
|
|
758
|
-
- Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 [`#749`](https://github.com/oceanprotocol/ocean
|
|
759
|
-
- Release 0.14.3 [`4b50788`](https://github.com/oceanprotocol/ocean
|
|
783
|
+
- export provider, fix circular dependency [`#750`](https://github.com/oceanprotocol/ocean-lib-js/pull/750)
|
|
784
|
+
- Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 [`#749`](https://github.com/oceanprotocol/ocean-lib-js/pull/749)
|
|
785
|
+
- Release 0.14.3 [`4b50788`](https://github.com/oceanprotocol/ocean-lib-js/commit/4b50788600a9167a0050dfde8b409fa45dd1ed17)
|
|
760
786
|
|
|
761
|
-
#### [v0.14.2](https://github.com/oceanprotocol/ocean
|
|
787
|
+
#### [v0.14.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.1...v0.14.2)
|
|
762
788
|
|
|
763
789
|
> 16 April 2021
|
|
764
790
|
|
|
765
|
-
- fix compute status [`#746`](https://github.com/oceanprotocol/ocean
|
|
766
|
-
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#744`](https://github.com/oceanprotocol/ocean
|
|
767
|
-
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.22.0 [`#743`](https://github.com/oceanprotocol/ocean
|
|
768
|
-
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#742`](https://github.com/oceanprotocol/ocean
|
|
769
|
-
- Bump @types/node from 14.14.37 to 14.14.39 [`#745`](https://github.com/oceanprotocol/ocean
|
|
770
|
-
- Release 0.14.2 [`9bb1b01`](https://github.com/oceanprotocol/ocean
|
|
791
|
+
- fix compute status [`#746`](https://github.com/oceanprotocol/ocean-lib-js/pull/746)
|
|
792
|
+
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#744`](https://github.com/oceanprotocol/ocean-lib-js/pull/744)
|
|
793
|
+
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.22.0 [`#743`](https://github.com/oceanprotocol/ocean-lib-js/pull/743)
|
|
794
|
+
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#742`](https://github.com/oceanprotocol/ocean-lib-js/pull/742)
|
|
795
|
+
- Bump @types/node from 14.14.37 to 14.14.39 [`#745`](https://github.com/oceanprotocol/ocean-lib-js/pull/745)
|
|
796
|
+
- Release 0.14.2 [`9bb1b01`](https://github.com/oceanprotocol/ocean-lib-js/commit/9bb1b012a12e21e63955e4a3dbea6a5dfcee8c16)
|
|
771
797
|
|
|
772
|
-
#### [v0.14.1](https://github.com/oceanprotocol/ocean
|
|
798
|
+
#### [v0.14.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.14.0...v0.14.1)
|
|
773
799
|
|
|
774
800
|
> 14 April 2021
|
|
775
801
|
|
|
776
|
-
- Bump @types/chai from 4.2.15 to 4.2.16 [`#740`](https://github.com/oceanprotocol/ocean
|
|
777
|
-
- Bump eslint-config-prettier from 8.1.0 to 8.2.0 [`#739`](https://github.com/oceanprotocol/ocean
|
|
778
|
-
- Bump release-it from 14.5.1 to 14.6.1 [`#738`](https://github.com/oceanprotocol/ocean
|
|
779
|
-
- Bump eslint from 7.23.0 to 7.24.0 [`#737`](https://github.com/oceanprotocol/ocean
|
|
780
|
-
- Bump @typescript-eslint/parser from 4.20.0 to 4.22.0 [`#736`](https://github.com/oceanprotocol/ocean
|
|
781
|
-
- add inputDID & algoDID [`#735`](https://github.com/oceanprotocol/ocean
|
|
782
|
-
- Release 0.14.1 [`5d2251f`](https://github.com/oceanprotocol/ocean
|
|
802
|
+
- Bump @types/chai from 4.2.15 to 4.2.16 [`#740`](https://github.com/oceanprotocol/ocean-lib-js/pull/740)
|
|
803
|
+
- Bump eslint-config-prettier from 8.1.0 to 8.2.0 [`#739`](https://github.com/oceanprotocol/ocean-lib-js/pull/739)
|
|
804
|
+
- Bump release-it from 14.5.1 to 14.6.1 [`#738`](https://github.com/oceanprotocol/ocean-lib-js/pull/738)
|
|
805
|
+
- Bump eslint from 7.23.0 to 7.24.0 [`#737`](https://github.com/oceanprotocol/ocean-lib-js/pull/737)
|
|
806
|
+
- Bump @typescript-eslint/parser from 4.20.0 to 4.22.0 [`#736`](https://github.com/oceanprotocol/ocean-lib-js/pull/736)
|
|
807
|
+
- add inputDID & algoDID [`#735`](https://github.com/oceanprotocol/ocean-lib-js/pull/735)
|
|
808
|
+
- Release 0.14.1 [`5d2251f`](https://github.com/oceanprotocol/ocean-lib-js/commit/5d2251fdc97a9b096f7ded20adf4b5e10c9b34e0)
|
|
783
809
|
|
|
784
|
-
#### [v0.14.0](https://github.com/oceanprotocol/ocean
|
|
810
|
+
#### [v0.14.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.13.0...v0.14.0)
|
|
785
811
|
|
|
786
812
|
> 13 April 2021
|
|
787
813
|
|
|
788
|
-
- refactor compute [`#731`](https://github.com/oceanprotocol/ocean
|
|
789
|
-
- Issue 668/documentation improvements [`#669`](https://github.com/oceanprotocol/ocean
|
|
790
|
-
- Release 0.14.0 [`b68cc55`](https://github.com/oceanprotocol/ocean
|
|
791
|
-
- package fix [`8b58fb4`](https://github.com/oceanprotocol/ocean
|
|
814
|
+
- refactor compute [`#731`](https://github.com/oceanprotocol/ocean-lib-js/pull/731)
|
|
815
|
+
- Issue 668/documentation improvements [`#669`](https://github.com/oceanprotocol/ocean-lib-js/pull/669)
|
|
816
|
+
- Release 0.14.0 [`b68cc55`](https://github.com/oceanprotocol/ocean-lib-js/commit/b68cc55149ca130a6877b246dce4da7af0b35d9c)
|
|
817
|
+
- package fix [`8b58fb4`](https://github.com/oceanprotocol/ocean-lib-js/commit/8b58fb4111e36b69b0d8319b0c4d076e4e3bf016)
|
|
792
818
|
|
|
793
|
-
#### [v0.13.0](https://github.com/oceanprotocol/ocean
|
|
819
|
+
#### [v0.13.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.12.2...v0.13.0)
|
|
794
820
|
|
|
795
821
|
> 13 April 2021
|
|
796
822
|
|
|
797
|
-
- re-building package-lock.json with npm v7 [`#704`](https://github.com/oceanprotocol/ocean
|
|
798
|
-
- [KianYee] #459 enhance file info function [`#710`](https://github.com/oceanprotocol/ocean
|
|
799
|
-
- Optimize compute job status calls [`#717`](https://github.com/oceanprotocol/ocean
|
|
800
|
-
- Bump web3 from 1.3.4 to 1.3.5 [`#712`](https://github.com/oceanprotocol/ocean
|
|
801
|
-
- Bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 [`#733`](https://github.com/oceanprotocol/ocean
|
|
802
|
-
- Bump @typescript-eslint/parser from 4.21.0 to 4.22.0 [`#732`](https://github.com/oceanprotocol/ocean
|
|
803
|
-
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#728`](https://github.com/oceanprotocol/ocean
|
|
804
|
-
- Bump release-it from 14.5.1 to 14.6.1 [`#729`](https://github.com/oceanprotocol/ocean
|
|
805
|
-
- Bump eslint from 7.23.0 to 7.24.0 [`#730`](https://github.com/oceanprotocol/ocean
|
|
806
|
-
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#725`](https://github.com/oceanprotocol/ocean
|
|
807
|
-
- Bump @types/chai from 4.2.15 to 4.2.16 [`#726`](https://github.com/oceanprotocol/ocean
|
|
808
|
-
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#727`](https://github.com/oceanprotocol/ocean
|
|
809
|
-
- remove references to V3 [`#723`](https://github.com/oceanprotocol/ocean
|
|
810
|
-
- Feature/more tests [`#718`](https://github.com/oceanprotocol/ocean
|
|
811
|
-
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#722`](https://github.com/oceanprotocol/ocean
|
|
812
|
-
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#719`](https://github.com/oceanprotocol/ocean
|
|
813
|
-
- Bump typescript from 4.2.3 to 4.2.4 [`#720`](https://github.com/oceanprotocol/ocean
|
|
814
|
-
- Bump node-abort-controller from 1.2.0 to 1.2.1 [`#721`](https://github.com/oceanprotocol/ocean
|
|
815
|
-
- Building CommonJS, ES and UMD modules with microbundle [`#698`](https://github.com/oceanprotocol/ocean
|
|
816
|
-
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#714`](https://github.com/oceanprotocol/ocean
|
|
817
|
-
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#715`](https://github.com/oceanprotocol/ocean
|
|
818
|
-
- add compute dataset/compute algo [`#711`](https://github.com/oceanprotocol/ocean
|
|
819
|
-
- Release 0.13.0 [`833a287`](https://github.com/oceanprotocol/ocean
|
|
820
|
-
|
|
821
|
-
#### [v0.12.2](https://github.com/oceanprotocol/ocean
|
|
823
|
+
- re-building package-lock.json with npm v7 [`#704`](https://github.com/oceanprotocol/ocean-lib-js/pull/704)
|
|
824
|
+
- [KianYee] #459 enhance file info function [`#710`](https://github.com/oceanprotocol/ocean-lib-js/pull/710)
|
|
825
|
+
- Optimize compute job status calls [`#717`](https://github.com/oceanprotocol/ocean-lib-js/pull/717)
|
|
826
|
+
- Bump web3 from 1.3.4 to 1.3.5 [`#712`](https://github.com/oceanprotocol/ocean-lib-js/pull/712)
|
|
827
|
+
- Bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 [`#733`](https://github.com/oceanprotocol/ocean-lib-js/pull/733)
|
|
828
|
+
- Bump @typescript-eslint/parser from 4.21.0 to 4.22.0 [`#732`](https://github.com/oceanprotocol/ocean-lib-js/pull/732)
|
|
829
|
+
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#728`](https://github.com/oceanprotocol/ocean-lib-js/pull/728)
|
|
830
|
+
- Bump release-it from 14.5.1 to 14.6.1 [`#729`](https://github.com/oceanprotocol/ocean-lib-js/pull/729)
|
|
831
|
+
- Bump eslint from 7.23.0 to 7.24.0 [`#730`](https://github.com/oceanprotocol/ocean-lib-js/pull/730)
|
|
832
|
+
- Bump cross-fetch from 3.1.2 to 3.1.4 [`#725`](https://github.com/oceanprotocol/ocean-lib-js/pull/725)
|
|
833
|
+
- Bump @types/chai from 4.2.15 to 4.2.16 [`#726`](https://github.com/oceanprotocol/ocean-lib-js/pull/726)
|
|
834
|
+
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#727`](https://github.com/oceanprotocol/ocean-lib-js/pull/727)
|
|
835
|
+
- remove references to V3 [`#723`](https://github.com/oceanprotocol/ocean-lib-js/pull/723)
|
|
836
|
+
- Feature/more tests [`#718`](https://github.com/oceanprotocol/ocean-lib-js/pull/718)
|
|
837
|
+
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#722`](https://github.com/oceanprotocol/ocean-lib-js/pull/722)
|
|
838
|
+
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#719`](https://github.com/oceanprotocol/ocean-lib-js/pull/719)
|
|
839
|
+
- Bump typescript from 4.2.3 to 4.2.4 [`#720`](https://github.com/oceanprotocol/ocean-lib-js/pull/720)
|
|
840
|
+
- Bump node-abort-controller from 1.2.0 to 1.2.1 [`#721`](https://github.com/oceanprotocol/ocean-lib-js/pull/721)
|
|
841
|
+
- Building CommonJS, ES and UMD modules with microbundle [`#698`](https://github.com/oceanprotocol/ocean-lib-js/pull/698)
|
|
842
|
+
- Bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 [`#714`](https://github.com/oceanprotocol/ocean-lib-js/pull/714)
|
|
843
|
+
- Bump @typescript-eslint/parser from 4.20.0 to 4.21.0 [`#715`](https://github.com/oceanprotocol/ocean-lib-js/pull/715)
|
|
844
|
+
- add compute dataset/compute algo [`#711`](https://github.com/oceanprotocol/ocean-lib-js/pull/711)
|
|
845
|
+
- Release 0.13.0 [`833a287`](https://github.com/oceanprotocol/ocean-lib-js/commit/833a287070566c77286a73b8429a2c64d6089cfb)
|
|
846
|
+
|
|
847
|
+
#### [v0.12.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.12.1...v0.12.2)
|
|
822
848
|
|
|
823
849
|
> 4 April 2021
|
|
824
850
|
|
|
825
|
-
- Bump cross-fetch from 3.1.3 to 3.1.4 [`#706`](https://github.com/oceanprotocol/ocean
|
|
826
|
-
- Bump typedoc from 0.20.34 to 0.20.35 [`#707`](https://github.com/oceanprotocol/ocean
|
|
827
|
-
- Bump @types/node-fetch from 2.5.8 to 2.5.9 [`#708`](https://github.com/oceanprotocol/ocean
|
|
828
|
-
- Bump @types/chai from 4.2.15 to 4.2.16 [`#709`](https://github.com/oceanprotocol/ocean
|
|
829
|
-
- Bump release-it from 14.5.0 to 14.5.1 [`#705`](https://github.com/oceanprotocol/ocean
|
|
830
|
-
- Bump y18n from 4.0.0 to 4.0.1 [`#702`](https://github.com/oceanprotocol/ocean
|
|
831
|
-
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#701`](https://github.com/oceanprotocol/ocean
|
|
832
|
-
- use blob instead of buffer [`#694`](https://github.com/oceanprotocol/ocean
|
|
833
|
-
- Bump cross-fetch from 3.1.2 to 3.1.3 [`#700`](https://github.com/oceanprotocol/ocean
|
|
834
|
-
- Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 [`#695`](https://github.com/oceanprotocol/ocean
|
|
835
|
-
- Bump @typescript-eslint/parser from 4.19.0 to 4.20.0 [`#696`](https://github.com/oceanprotocol/ocean
|
|
836
|
-
- improve tests speed [`#691`](https://github.com/oceanprotocol/ocean
|
|
837
|
-
- Bump @types/node from 14.14.36 to 14.14.37 [`#693`](https://github.com/oceanprotocol/ocean
|
|
838
|
-
- Bump eslint from 7.22.0 to 7.23.0 [`#692`](https://github.com/oceanprotocol/ocean
|
|
839
|
-
- Replacing node-fetch with cross-fetch [`#687`](https://github.com/oceanprotocol/ocean
|
|
840
|
-
- Bump @truffle/hdwallet-provider from 1.2.4 to 1.2.5 [`#688`](https://github.com/oceanprotocol/ocean
|
|
841
|
-
- Bump @types/node from 14.14.35 to 14.14.36 [`#689`](https://github.com/oceanprotocol/ocean
|
|
842
|
-
- Bump typedoc from 0.20.33 to 0.20.34 [`#690`](https://github.com/oceanprotocol/ocean
|
|
843
|
-
- Release 0.12.2 [`08fb294`](https://github.com/oceanprotocol/ocean
|
|
844
|
-
|
|
845
|
-
#### [v0.12.1](https://github.com/oceanprotocol/ocean
|
|
851
|
+
- Bump cross-fetch from 3.1.3 to 3.1.4 [`#706`](https://github.com/oceanprotocol/ocean-lib-js/pull/706)
|
|
852
|
+
- Bump typedoc from 0.20.34 to 0.20.35 [`#707`](https://github.com/oceanprotocol/ocean-lib-js/pull/707)
|
|
853
|
+
- Bump @types/node-fetch from 2.5.8 to 2.5.9 [`#708`](https://github.com/oceanprotocol/ocean-lib-js/pull/708)
|
|
854
|
+
- Bump @types/chai from 4.2.15 to 4.2.16 [`#709`](https://github.com/oceanprotocol/ocean-lib-js/pull/709)
|
|
855
|
+
- Bump release-it from 14.5.0 to 14.5.1 [`#705`](https://github.com/oceanprotocol/ocean-lib-js/pull/705)
|
|
856
|
+
- Bump y18n from 4.0.0 to 4.0.1 [`#702`](https://github.com/oceanprotocol/ocean-lib-js/pull/702)
|
|
857
|
+
- Bump @truffle/hdwallet-provider from 1.2.5 to 1.2.6 [`#701`](https://github.com/oceanprotocol/ocean-lib-js/pull/701)
|
|
858
|
+
- use blob instead of buffer [`#694`](https://github.com/oceanprotocol/ocean-lib-js/pull/694)
|
|
859
|
+
- Bump cross-fetch from 3.1.2 to 3.1.3 [`#700`](https://github.com/oceanprotocol/ocean-lib-js/pull/700)
|
|
860
|
+
- Bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 [`#695`](https://github.com/oceanprotocol/ocean-lib-js/pull/695)
|
|
861
|
+
- Bump @typescript-eslint/parser from 4.19.0 to 4.20.0 [`#696`](https://github.com/oceanprotocol/ocean-lib-js/pull/696)
|
|
862
|
+
- improve tests speed [`#691`](https://github.com/oceanprotocol/ocean-lib-js/pull/691)
|
|
863
|
+
- Bump @types/node from 14.14.36 to 14.14.37 [`#693`](https://github.com/oceanprotocol/ocean-lib-js/pull/693)
|
|
864
|
+
- Bump eslint from 7.22.0 to 7.23.0 [`#692`](https://github.com/oceanprotocol/ocean-lib-js/pull/692)
|
|
865
|
+
- Replacing node-fetch with cross-fetch [`#687`](https://github.com/oceanprotocol/ocean-lib-js/pull/687)
|
|
866
|
+
- Bump @truffle/hdwallet-provider from 1.2.4 to 1.2.5 [`#688`](https://github.com/oceanprotocol/ocean-lib-js/pull/688)
|
|
867
|
+
- Bump @types/node from 14.14.35 to 14.14.36 [`#689`](https://github.com/oceanprotocol/ocean-lib-js/pull/689)
|
|
868
|
+
- Bump typedoc from 0.20.33 to 0.20.34 [`#690`](https://github.com/oceanprotocol/ocean-lib-js/pull/690)
|
|
869
|
+
- Release 0.12.2 [`08fb294`](https://github.com/oceanprotocol/ocean-lib-js/commit/08fb29418d0511ef80d696e81910fc7e4dde64a0)
|
|
870
|
+
|
|
871
|
+
#### [v0.12.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.12.0...v0.12.1)
|
|
846
872
|
|
|
847
873
|
> 24 March 2021
|
|
848
874
|
|
|
849
|
-
- add allowAllPublishedAlgorithms [`#686`](https://github.com/oceanprotocol/ocean
|
|
850
|
-
- Add remove ocean liquidity function [`#685`](https://github.com/oceanprotocol/ocean
|
|
851
|
-
- Bump @typescript-eslint/parser from 4.18.0 to 4.19.0 [`#681`](https://github.com/oceanprotocol/ocean
|
|
852
|
-
- Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 [`#682`](https://github.com/oceanprotocol/ocean
|
|
853
|
-
- Bump @types/mocha from 8.2.1 to 8.2.2 [`#672`](https://github.com/oceanprotocol/ocean
|
|
854
|
-
- Bump release-it from 14.4.1 to 14.5.0 [`#673`](https://github.com/oceanprotocol/ocean
|
|
855
|
-
- Bump @truffle/hdwallet-provider from 1.2.3 to 1.2.4 [`#674`](https://github.com/oceanprotocol/ocean
|
|
856
|
-
- Bump typedoc from 0.20.32 to 0.20.33 [`#675`](https://github.com/oceanprotocol/ocean
|
|
857
|
-
- Release 0.12.1 [`c968388`](https://github.com/oceanprotocol/ocean
|
|
875
|
+
- add allowAllPublishedAlgorithms [`#686`](https://github.com/oceanprotocol/ocean-lib-js/pull/686)
|
|
876
|
+
- Add remove ocean liquidity function [`#685`](https://github.com/oceanprotocol/ocean-lib-js/pull/685)
|
|
877
|
+
- Bump @typescript-eslint/parser from 4.18.0 to 4.19.0 [`#681`](https://github.com/oceanprotocol/ocean-lib-js/pull/681)
|
|
878
|
+
- Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 [`#682`](https://github.com/oceanprotocol/ocean-lib-js/pull/682)
|
|
879
|
+
- Bump @types/mocha from 8.2.1 to 8.2.2 [`#672`](https://github.com/oceanprotocol/ocean-lib-js/pull/672)
|
|
880
|
+
- Bump release-it from 14.4.1 to 14.5.0 [`#673`](https://github.com/oceanprotocol/ocean-lib-js/pull/673)
|
|
881
|
+
- Bump @truffle/hdwallet-provider from 1.2.3 to 1.2.4 [`#674`](https://github.com/oceanprotocol/ocean-lib-js/pull/674)
|
|
882
|
+
- Bump typedoc from 0.20.32 to 0.20.33 [`#675`](https://github.com/oceanprotocol/ocean-lib-js/pull/675)
|
|
883
|
+
- Release 0.12.1 [`c968388`](https://github.com/oceanprotocol/ocean-lib-js/commit/c968388d17c74dc3efe160e6e4bbdee8417e3a43)
|
|
858
884
|
|
|
859
|
-
#### [v0.12.0](https://github.com/oceanprotocol/ocean
|
|
885
|
+
#### [v0.12.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.5...v0.12.0)
|
|
860
886
|
|
|
861
887
|
> 18 March 2021
|
|
862
888
|
|
|
863
|
-
- add encrypt ddo support [`#662`](https://github.com/oceanprotocol/ocean
|
|
864
|
-
- Release 0.12.0 [`b8fc15e`](https://github.com/oceanprotocol/ocean
|
|
889
|
+
- add encrypt ddo support [`#662`](https://github.com/oceanprotocol/ocean-lib-js/pull/662)
|
|
890
|
+
- Release 0.12.0 [`b8fc15e`](https://github.com/oceanprotocol/ocean-lib-js/commit/b8fc15e4df6e700c809ff937b0ae712cbe00e222)
|
|
865
891
|
|
|
866
|
-
#### [v0.11.5](https://github.com/oceanprotocol/ocean
|
|
892
|
+
#### [v0.11.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.4...v0.11.5)
|
|
867
893
|
|
|
868
894
|
> 18 March 2021
|
|
869
895
|
|
|
870
|
-
- add oceanTokenSymbol to ConfigHelper [`#670`](https://github.com/oceanprotocol/ocean
|
|
871
|
-
- Bump ora from 5.3.0 to 5.4.0 [`#671`](https://github.com/oceanprotocol/ocean
|
|
872
|
-
- Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 [`#664`](https://github.com/oceanprotocol/ocean
|
|
873
|
-
- Issue 666/docs test commands [`#667`](https://github.com/oceanprotocol/ocean
|
|
874
|
-
- Bump @types/node from 14.14.34 to 14.14.35 [`#663`](https://github.com/oceanprotocol/ocean
|
|
875
|
-
- Bump @typescript-eslint/parser from 4.17.0 to 4.18.0 [`#665`](https://github.com/oceanprotocol/ocean
|
|
876
|
-
- dependency fixes [`#661`](https://github.com/oceanprotocol/ocean
|
|
877
|
-
- Bump mocha from 8.3.1 to 8.3.2 [`#660`](https://github.com/oceanprotocol/ocean
|
|
878
|
-
- Bump @typescript-eslint/parser from 4.16.1 to 4.17.0 [`#651`](https://github.com/oceanprotocol/ocean
|
|
879
|
-
- Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 [`#652`](https://github.com/oceanprotocol/ocean
|
|
880
|
-
- Bump chai from 4.3.3 to 4.3.4 [`#659`](https://github.com/oceanprotocol/ocean
|
|
881
|
-
- Bump typedoc from 0.20.30 to 0.20.32 [`#658`](https://github.com/oceanprotocol/ocean
|
|
882
|
-
- Bump @truffle/hdwallet-provider from 1.2.2 to 1.2.3 [`#655`](https://github.com/oceanprotocol/ocean
|
|
883
|
-
- Bump @types/node from 14.14.33 to 14.14.34 [`#656`](https://github.com/oceanprotocol/ocean
|
|
884
|
-
- Bump eslint from 7.21.0 to 7.22.0 [`#657`](https://github.com/oceanprotocol/ocean
|
|
885
|
-
- Bump @types/node from 14.14.32 to 14.14.33 [`#653`](https://github.com/oceanprotocol/ocean
|
|
886
|
-
- npm audit fix [`4ccc13d`](https://github.com/oceanprotocol/ocean
|
|
887
|
-
- Release 0.11.5 [`bb82b4a`](https://github.com/oceanprotocol/ocean
|
|
888
|
-
- updating unit test command [`09d3703`](https://github.com/oceanprotocol/ocean
|
|
889
|
-
|
|
890
|
-
#### [v0.11.4](https://github.com/oceanprotocol/ocean
|
|
896
|
+
- add oceanTokenSymbol to ConfigHelper [`#670`](https://github.com/oceanprotocol/ocean-lib-js/pull/670)
|
|
897
|
+
- Bump ora from 5.3.0 to 5.4.0 [`#671`](https://github.com/oceanprotocol/ocean-lib-js/pull/671)
|
|
898
|
+
- Bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 [`#664`](https://github.com/oceanprotocol/ocean-lib-js/pull/664)
|
|
899
|
+
- Issue 666/docs test commands [`#667`](https://github.com/oceanprotocol/ocean-lib-js/pull/667)
|
|
900
|
+
- Bump @types/node from 14.14.34 to 14.14.35 [`#663`](https://github.com/oceanprotocol/ocean-lib-js/pull/663)
|
|
901
|
+
- Bump @typescript-eslint/parser from 4.17.0 to 4.18.0 [`#665`](https://github.com/oceanprotocol/ocean-lib-js/pull/665)
|
|
902
|
+
- dependency fixes [`#661`](https://github.com/oceanprotocol/ocean-lib-js/pull/661)
|
|
903
|
+
- Bump mocha from 8.3.1 to 8.3.2 [`#660`](https://github.com/oceanprotocol/ocean-lib-js/pull/660)
|
|
904
|
+
- Bump @typescript-eslint/parser from 4.16.1 to 4.17.0 [`#651`](https://github.com/oceanprotocol/ocean-lib-js/pull/651)
|
|
905
|
+
- Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 [`#652`](https://github.com/oceanprotocol/ocean-lib-js/pull/652)
|
|
906
|
+
- Bump chai from 4.3.3 to 4.3.4 [`#659`](https://github.com/oceanprotocol/ocean-lib-js/pull/659)
|
|
907
|
+
- Bump typedoc from 0.20.30 to 0.20.32 [`#658`](https://github.com/oceanprotocol/ocean-lib-js/pull/658)
|
|
908
|
+
- Bump @truffle/hdwallet-provider from 1.2.2 to 1.2.3 [`#655`](https://github.com/oceanprotocol/ocean-lib-js/pull/655)
|
|
909
|
+
- Bump @types/node from 14.14.33 to 14.14.34 [`#656`](https://github.com/oceanprotocol/ocean-lib-js/pull/656)
|
|
910
|
+
- Bump eslint from 7.21.0 to 7.22.0 [`#657`](https://github.com/oceanprotocol/ocean-lib-js/pull/657)
|
|
911
|
+
- Bump @types/node from 14.14.32 to 14.14.33 [`#653`](https://github.com/oceanprotocol/ocean-lib-js/pull/653)
|
|
912
|
+
- npm audit fix [`4ccc13d`](https://github.com/oceanprotocol/ocean-lib-js/commit/4ccc13db39a14588334ab9f09b463e7ab8fb00d7)
|
|
913
|
+
- Release 0.11.5 [`bb82b4a`](https://github.com/oceanprotocol/ocean-lib-js/commit/bb82b4afb5eb3bb20b7a35b3dd68c6698020dc37)
|
|
914
|
+
- updating unit test command [`09d3703`](https://github.com/oceanprotocol/ocean-lib-js/commit/09d3703f723fbf763a35b06834f95a619fe019ef)
|
|
915
|
+
|
|
916
|
+
#### [v0.11.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.3...v0.11.4)
|
|
891
917
|
|
|
892
918
|
> 8 March 2021
|
|
893
919
|
|
|
894
|
-
- fix typo [`#650`](https://github.com/oceanprotocol/ocean
|
|
895
|
-
- fix fre bug [`#649`](https://github.com/oceanprotocol/ocean
|
|
896
|
-
- add explorerUri for each network [`#643`](https://github.com/oceanprotocol/ocean
|
|
897
|
-
- Bump typescript from 4.1.5 to 4.2.3 [`#645`](https://github.com/oceanprotocol/ocean
|
|
898
|
-
- Bump typedoc from 0.20.29 to 0.20.30 [`#646`](https://github.com/oceanprotocol/ocean
|
|
899
|
-
- Bump @types/node from 14.14.31 to 14.14.32 [`#647`](https://github.com/oceanprotocol/ocean
|
|
900
|
-
- Bump mocha from 8.3.0 to 8.3.1 [`#648`](https://github.com/oceanprotocol/ocean
|
|
901
|
-
- Bump typedoc from 0.20.28 to 0.20.29 [`#642`](https://github.com/oceanprotocol/ocean
|
|
902
|
-
- Bump chai from 4.3.1 to 4.3.3 [`#641`](https://github.com/oceanprotocol/ocean
|
|
903
|
-
- Release 0.11.4 [`f9afbc8`](https://github.com/oceanprotocol/ocean
|
|
920
|
+
- fix typo [`#650`](https://github.com/oceanprotocol/ocean-lib-js/pull/650)
|
|
921
|
+
- fix fre bug [`#649`](https://github.com/oceanprotocol/ocean-lib-js/pull/649)
|
|
922
|
+
- add explorerUri for each network [`#643`](https://github.com/oceanprotocol/ocean-lib-js/pull/643)
|
|
923
|
+
- Bump typescript from 4.1.5 to 4.2.3 [`#645`](https://github.com/oceanprotocol/ocean-lib-js/pull/645)
|
|
924
|
+
- Bump typedoc from 0.20.29 to 0.20.30 [`#646`](https://github.com/oceanprotocol/ocean-lib-js/pull/646)
|
|
925
|
+
- Bump @types/node from 14.14.31 to 14.14.32 [`#647`](https://github.com/oceanprotocol/ocean-lib-js/pull/647)
|
|
926
|
+
- Bump mocha from 8.3.0 to 8.3.1 [`#648`](https://github.com/oceanprotocol/ocean-lib-js/pull/648)
|
|
927
|
+
- Bump typedoc from 0.20.28 to 0.20.29 [`#642`](https://github.com/oceanprotocol/ocean-lib-js/pull/642)
|
|
928
|
+
- Bump chai from 4.3.1 to 4.3.3 [`#641`](https://github.com/oceanprotocol/ocean-lib-js/pull/641)
|
|
929
|
+
- Release 0.11.4 [`f9afbc8`](https://github.com/oceanprotocol/ocean-lib-js/commit/f9afbc87b1fbe31703153fd718b82de603640e90)
|
|
904
930
|
|
|
905
|
-
#### [v0.11.3](https://github.com/oceanprotocol/ocean
|
|
931
|
+
#### [v0.11.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.2...v0.11.3)
|
|
906
932
|
|
|
907
933
|
> 8 March 2021
|
|
908
934
|
|
|
909
|
-
- Release 0.11.3 [`9412449`](https://github.com/oceanprotocol/ocean
|
|
935
|
+
- Release 0.11.3 [`9412449`](https://github.com/oceanprotocol/ocean-lib-js/commit/9412449fe56d7f75fdee2cc2adbb08b9f0730a26)
|
|
910
936
|
|
|
911
|
-
#### [v0.11.2](https://github.com/oceanprotocol/ocean
|
|
937
|
+
#### [v0.11.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.1...v0.11.2)
|
|
912
938
|
|
|
913
939
|
> 3 March 2021
|
|
914
940
|
|
|
915
|
-
- Add explicit testing docs [`#639`](https://github.com/oceanprotocol/ocean
|
|
916
|
-
- Asset metadata sample links removal [`#598`](https://github.com/oceanprotocol/ocean
|
|
917
|
-
- Bump chai from 4.3.0 to 4.3.1 [`#638`](https://github.com/oceanprotocol/ocean
|
|
918
|
-
- Release 0.11.2 [`0db6897`](https://github.com/oceanprotocol/ocean
|
|
919
|
-
- remove asset sample link if not send on metadata update [`3608472`](https://github.com/oceanprotocol/ocean
|
|
920
|
-
- update integration test [`d6a84e7`](https://github.com/oceanprotocol/ocean
|
|
941
|
+
- Add explicit testing docs [`#639`](https://github.com/oceanprotocol/ocean-lib-js/pull/639)
|
|
942
|
+
- Asset metadata sample links removal [`#598`](https://github.com/oceanprotocol/ocean-lib-js/pull/598)
|
|
943
|
+
- Bump chai from 4.3.0 to 4.3.1 [`#638`](https://github.com/oceanprotocol/ocean-lib-js/pull/638)
|
|
944
|
+
- Release 0.11.2 [`0db6897`](https://github.com/oceanprotocol/ocean-lib-js/commit/0db6897c03692c631dc37c2898eb0baef0f8daa9)
|
|
945
|
+
- remove asset sample link if not send on metadata update [`3608472`](https://github.com/oceanprotocol/ocean-lib-js/commit/3608472e758c5d0ba1c871c15776a8bc3cf3480b)
|
|
946
|
+
- update integration test [`d6a84e7`](https://github.com/oceanprotocol/ocean-lib-js/commit/d6a84e7935dc0f3e219a3ca88a1b9231fd66bd72)
|
|
921
947
|
|
|
922
|
-
#### [v0.11.1](https://github.com/oceanprotocol/ocean
|
|
948
|
+
#### [v0.11.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.11.0...v0.11.1)
|
|
923
949
|
|
|
924
950
|
> 3 March 2021
|
|
925
951
|
|
|
926
|
-
- small improvement on FRE tests [`#636`](https://github.com/oceanprotocol/ocean
|
|
927
|
-
- More integration tests [`#630`](https://github.com/oceanprotocol/ocean
|
|
928
|
-
- Bump @typescript-eslint/parser from 4.15.2 to 4.16.1 [`#635`](https://github.com/oceanprotocol/ocean
|
|
929
|
-
- Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 [`#634`](https://github.com/oceanprotocol/ocean
|
|
930
|
-
- Bump eslint from 7.20.0 to 7.21.0 [`#632`](https://github.com/oceanprotocol/ocean
|
|
931
|
-
- Bump eslint-config-prettier from 8.0.0 to 8.1.0 [`#631`](https://github.com/oceanprotocol/ocean
|
|
932
|
-
- wip tests [`8b46472`](https://github.com/oceanprotocol/ocean
|
|
933
|
-
- more tests [`228c01c`](https://github.com/oceanprotocol/ocean
|
|
934
|
-
- add ' tokens are not deducted' test for bad URL [`5e7c6cb`](https://github.com/oceanprotocol/ocean
|
|
952
|
+
- small improvement on FRE tests [`#636`](https://github.com/oceanprotocol/ocean-lib-js/pull/636)
|
|
953
|
+
- More integration tests [`#630`](https://github.com/oceanprotocol/ocean-lib-js/pull/630)
|
|
954
|
+
- Bump @typescript-eslint/parser from 4.15.2 to 4.16.1 [`#635`](https://github.com/oceanprotocol/ocean-lib-js/pull/635)
|
|
955
|
+
- Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 [`#634`](https://github.com/oceanprotocol/ocean-lib-js/pull/634)
|
|
956
|
+
- Bump eslint from 7.20.0 to 7.21.0 [`#632`](https://github.com/oceanprotocol/ocean-lib-js/pull/632)
|
|
957
|
+
- Bump eslint-config-prettier from 8.0.0 to 8.1.0 [`#631`](https://github.com/oceanprotocol/ocean-lib-js/pull/631)
|
|
958
|
+
- wip tests [`8b46472`](https://github.com/oceanprotocol/ocean-lib-js/commit/8b464722ef4b88cb66b672e230564cd27e2eea7b)
|
|
959
|
+
- more tests [`228c01c`](https://github.com/oceanprotocol/ocean-lib-js/commit/228c01c98f0dd1554ad639efbd72ecd52f50eaad)
|
|
960
|
+
- add ' tokens are not deducted' test for bad URL [`5e7c6cb`](https://github.com/oceanprotocol/ocean-lib-js/commit/5e7c6cb497c34bc1f4d750a876aa9b0848b1e8b6)
|
|
935
961
|
|
|
936
|
-
#### [v0.11.0](https://github.com/oceanprotocol/ocean
|
|
962
|
+
#### [v0.11.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.10.1...v0.11.0)
|
|
937
963
|
|
|
938
964
|
> 24 February 2021
|
|
939
965
|
|
|
940
|
-
- Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 [`#624`](https://github.com/oceanprotocol/ocean
|
|
941
|
-
- Bump eslint-config-prettier from 7.2.0 to 8.0.0 [`#622`](https://github.com/oceanprotocol/ocean
|
|
942
|
-
- Bump release-it from 14.4.0 to 14.4.1 [`#623`](https://github.com/oceanprotocol/ocean
|
|
943
|
-
- Bump typedoc from 0.20.27 to 0.20.28 [`#629`](https://github.com/oceanprotocol/ocean
|
|
944
|
-
- Add polygon network [`#627`](https://github.com/oceanprotocol/ocean
|
|
945
|
-
- Bump typedoc from 0.20.25 to 0.20.27 [`#621`](https://github.com/oceanprotocol/ocean
|
|
946
|
-
- Bump @typescript-eslint/parser from 4.15.1 to 4.15.2 [`#625`](https://github.com/oceanprotocol/ocean
|
|
947
|
-
- Bump @types/node from 14.14.28 to 14.14.31 [`#620`](https://github.com/oceanprotocol/ocean
|
|
948
|
-
- Feature/compute nextv [`#612`](https://github.com/oceanprotocol/ocean
|
|
949
|
-
- Feature/travis dockerhub auth [`#617`](https://github.com/oceanprotocol/ocean
|
|
950
|
-
- Bump @types/mocha from 8.2.0 to 8.2.1 [`#618`](https://github.com/oceanprotocol/ocean
|
|
951
|
-
- Bump @typescript-eslint/parser from 4.15.0 to 4.15.1 [`#615`](https://github.com/oceanprotocol/ocean
|
|
952
|
-
- Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 [`#616`](https://github.com/oceanprotocol/ocean
|
|
953
|
-
- Bump typedoc from 0.20.24 to 0.20.25 [`#614`](https://github.com/oceanprotocol/ocean
|
|
954
|
-
- Dynamic provider endpoints [`#558`](https://github.com/oceanprotocol/ocean
|
|
955
|
-
- Bump @types/node from 14.14.26 to 14.14.28 [`#611`](https://github.com/oceanprotocol/ocean
|
|
956
|
-
- Bump release-it from 14.3.0 to 14.4.0 [`#609`](https://github.com/oceanprotocol/ocean
|
|
957
|
-
- Bump eslint from 7.19.0 to 7.20.0 [`#610`](https://github.com/oceanprotocol/ocean
|
|
958
|
-
- Bump typedoc from 0.20.23 to 0.20.24 [`#605`](https://github.com/oceanprotocol/ocean
|
|
959
|
-
- Bump mocha from 8.2.1 to 8.3.0 [`#606`](https://github.com/oceanprotocol/ocean
|
|
960
|
-
- Bump @types/node from 14.14.25 to 14.14.26 [`#607`](https://github.com/oceanprotocol/ocean
|
|
961
|
-
- Bump @truffle/hdwallet-provider from 1.2.1 to 1.2.2 [`#608`](https://github.com/oceanprotocol/ocean
|
|
962
|
-
- Bump typescript from 4.1.4 to 4.1.5 [`#603`](https://github.com/oceanprotocol/ocean
|
|
963
|
-
- Bump @types/chai from 4.2.14 to 4.2.15 [`#604`](https://github.com/oceanprotocol/ocean
|
|
964
|
-
- speed up previous order [`#599`](https://github.com/oceanprotocol/ocean
|
|
965
|
-
- add minter roles [`#600`](https://github.com/oceanprotocol/ocean
|
|
966
|
-
- Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 [`#594`](https://github.com/oceanprotocol/ocean
|
|
967
|
-
- Bump @typescript-eslint/parser from 4.14.2 to 4.15.0 [`#595`](https://github.com/oceanprotocol/ocean
|
|
968
|
-
- Bump typescript from 4.1.3 to 4.1.4 [`#596`](https://github.com/oceanprotocol/ocean
|
|
969
|
-
- Bump typedoc from 0.20.20 to 0.20.23 [`#593`](https://github.com/oceanprotocol/ocean
|
|
970
|
-
- Bump @oceanprotocol/contracts from 0.5.8 to 0.5.9 [`#592`](https://github.com/oceanprotocol/ocean
|
|
971
|
-
- Bump chai from 4.2.0 to 4.3.0 [`#591`](https://github.com/oceanprotocol/ocean
|
|
972
|
-
- remove barge defaults overwrites [`#585`](https://github.com/oceanprotocol/ocean
|
|
973
|
-
- Bump @types/node from 14.14.22 to 14.14.25 [`#584`](https://github.com/oceanprotocol/ocean
|
|
974
|
-
- Bump web3 from 1.3.3 to 1.3.4 [`#580`](https://github.com/oceanprotocol/ocean
|
|
975
|
-
- Bump release-it from 14.2.2 to 14.3.0 [`#579`](https://github.com/oceanprotocol/ocean
|
|
976
|
-
- add codeowners [`#578`](https://github.com/oceanprotocol/ocean
|
|
977
|
-
- set default logger level to error and use only one instance of logger [`#571`](https://github.com/oceanprotocol/ocean
|
|
978
|
-
- Bump @typescript-eslint/eslint-plugin from 4.14.1 to 4.14.2 [`#576`](https://github.com/oceanprotocol/ocean
|
|
979
|
-
- Bump @typescript-eslint/parser from 4.14.1 to 4.14.2 [`#577`](https://github.com/oceanprotocol/ocean
|
|
980
|
-
- Bump typedoc from 0.20.19 to 0.20.20 [`#575`](https://github.com/oceanprotocol/ocean
|
|
981
|
-
- Bump eslint from 7.18.0 to 7.19.0 [`#574`](https://github.com/oceanprotocol/ocean
|
|
982
|
-
- Bump web3 from 1.3.0 to 1.3.3 [`#566`](https://github.com/oceanprotocol/ocean
|
|
983
|
-
- added logger param when instantiating datatoken [`#562`](https://github.com/oceanprotocol/ocean
|
|
984
|
-
- Bump typedoc from 0.20.18 to 0.20.19 [`#567`](https://github.com/oceanprotocol/ocean
|
|
985
|
-
- Bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.14.1 [`#568`](https://github.com/oceanprotocol/ocean
|
|
986
|
-
- Bump @typescript-eslint/parser from 4.13.0 to 4.14.1 [`#569`](https://github.com/oceanprotocol/ocean
|
|
987
|
-
- Bump typedoc from 0.20.16 to 0.20.18 [`#565`](https://github.com/oceanprotocol/ocean
|
|
988
|
-
- Release 0.11.0 [`4f494f2`](https://github.com/oceanprotocol/ocean
|
|
989
|
-
- bump web3-eth-contract to 1.3.3 [`d7ababa`](https://github.com/oceanprotocol/ocean
|
|
990
|
-
- refactor [`100e5c5`](https://github.com/oceanprotocol/ocean
|
|
991
|
-
|
|
992
|
-
#### [v0.10.1](https://github.com/oceanprotocol/ocean
|
|
966
|
+
- Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 [`#624`](https://github.com/oceanprotocol/ocean-lib-js/pull/624)
|
|
967
|
+
- Bump eslint-config-prettier from 7.2.0 to 8.0.0 [`#622`](https://github.com/oceanprotocol/ocean-lib-js/pull/622)
|
|
968
|
+
- Bump release-it from 14.4.0 to 14.4.1 [`#623`](https://github.com/oceanprotocol/ocean-lib-js/pull/623)
|
|
969
|
+
- Bump typedoc from 0.20.27 to 0.20.28 [`#629`](https://github.com/oceanprotocol/ocean-lib-js/pull/629)
|
|
970
|
+
- Add polygon network [`#627`](https://github.com/oceanprotocol/ocean-lib-js/pull/627)
|
|
971
|
+
- Bump typedoc from 0.20.25 to 0.20.27 [`#621`](https://github.com/oceanprotocol/ocean-lib-js/pull/621)
|
|
972
|
+
- Bump @typescript-eslint/parser from 4.15.1 to 4.15.2 [`#625`](https://github.com/oceanprotocol/ocean-lib-js/pull/625)
|
|
973
|
+
- Bump @types/node from 14.14.28 to 14.14.31 [`#620`](https://github.com/oceanprotocol/ocean-lib-js/pull/620)
|
|
974
|
+
- Feature/compute nextv [`#612`](https://github.com/oceanprotocol/ocean-lib-js/pull/612)
|
|
975
|
+
- Feature/travis dockerhub auth [`#617`](https://github.com/oceanprotocol/ocean-lib-js/pull/617)
|
|
976
|
+
- Bump @types/mocha from 8.2.0 to 8.2.1 [`#618`](https://github.com/oceanprotocol/ocean-lib-js/pull/618)
|
|
977
|
+
- Bump @typescript-eslint/parser from 4.15.0 to 4.15.1 [`#615`](https://github.com/oceanprotocol/ocean-lib-js/pull/615)
|
|
978
|
+
- Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 [`#616`](https://github.com/oceanprotocol/ocean-lib-js/pull/616)
|
|
979
|
+
- Bump typedoc from 0.20.24 to 0.20.25 [`#614`](https://github.com/oceanprotocol/ocean-lib-js/pull/614)
|
|
980
|
+
- Dynamic provider endpoints [`#558`](https://github.com/oceanprotocol/ocean-lib-js/pull/558)
|
|
981
|
+
- Bump @types/node from 14.14.26 to 14.14.28 [`#611`](https://github.com/oceanprotocol/ocean-lib-js/pull/611)
|
|
982
|
+
- Bump release-it from 14.3.0 to 14.4.0 [`#609`](https://github.com/oceanprotocol/ocean-lib-js/pull/609)
|
|
983
|
+
- Bump eslint from 7.19.0 to 7.20.0 [`#610`](https://github.com/oceanprotocol/ocean-lib-js/pull/610)
|
|
984
|
+
- Bump typedoc from 0.20.23 to 0.20.24 [`#605`](https://github.com/oceanprotocol/ocean-lib-js/pull/605)
|
|
985
|
+
- Bump mocha from 8.2.1 to 8.3.0 [`#606`](https://github.com/oceanprotocol/ocean-lib-js/pull/606)
|
|
986
|
+
- Bump @types/node from 14.14.25 to 14.14.26 [`#607`](https://github.com/oceanprotocol/ocean-lib-js/pull/607)
|
|
987
|
+
- Bump @truffle/hdwallet-provider from 1.2.1 to 1.2.2 [`#608`](https://github.com/oceanprotocol/ocean-lib-js/pull/608)
|
|
988
|
+
- Bump typescript from 4.1.4 to 4.1.5 [`#603`](https://github.com/oceanprotocol/ocean-lib-js/pull/603)
|
|
989
|
+
- Bump @types/chai from 4.2.14 to 4.2.15 [`#604`](https://github.com/oceanprotocol/ocean-lib-js/pull/604)
|
|
990
|
+
- speed up previous order [`#599`](https://github.com/oceanprotocol/ocean-lib-js/pull/599)
|
|
991
|
+
- add minter roles [`#600`](https://github.com/oceanprotocol/ocean-lib-js/pull/600)
|
|
992
|
+
- Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 [`#594`](https://github.com/oceanprotocol/ocean-lib-js/pull/594)
|
|
993
|
+
- Bump @typescript-eslint/parser from 4.14.2 to 4.15.0 [`#595`](https://github.com/oceanprotocol/ocean-lib-js/pull/595)
|
|
994
|
+
- Bump typescript from 4.1.3 to 4.1.4 [`#596`](https://github.com/oceanprotocol/ocean-lib-js/pull/596)
|
|
995
|
+
- Bump typedoc from 0.20.20 to 0.20.23 [`#593`](https://github.com/oceanprotocol/ocean-lib-js/pull/593)
|
|
996
|
+
- Bump @oceanprotocol/contracts from 0.5.8 to 0.5.9 [`#592`](https://github.com/oceanprotocol/ocean-lib-js/pull/592)
|
|
997
|
+
- Bump chai from 4.2.0 to 4.3.0 [`#591`](https://github.com/oceanprotocol/ocean-lib-js/pull/591)
|
|
998
|
+
- remove barge defaults overwrites [`#585`](https://github.com/oceanprotocol/ocean-lib-js/pull/585)
|
|
999
|
+
- Bump @types/node from 14.14.22 to 14.14.25 [`#584`](https://github.com/oceanprotocol/ocean-lib-js/pull/584)
|
|
1000
|
+
- Bump web3 from 1.3.3 to 1.3.4 [`#580`](https://github.com/oceanprotocol/ocean-lib-js/pull/580)
|
|
1001
|
+
- Bump release-it from 14.2.2 to 14.3.0 [`#579`](https://github.com/oceanprotocol/ocean-lib-js/pull/579)
|
|
1002
|
+
- add codeowners [`#578`](https://github.com/oceanprotocol/ocean-lib-js/pull/578)
|
|
1003
|
+
- set default logger level to error and use only one instance of logger [`#571`](https://github.com/oceanprotocol/ocean-lib-js/pull/571)
|
|
1004
|
+
- Bump @typescript-eslint/eslint-plugin from 4.14.1 to 4.14.2 [`#576`](https://github.com/oceanprotocol/ocean-lib-js/pull/576)
|
|
1005
|
+
- Bump @typescript-eslint/parser from 4.14.1 to 4.14.2 [`#577`](https://github.com/oceanprotocol/ocean-lib-js/pull/577)
|
|
1006
|
+
- Bump typedoc from 0.20.19 to 0.20.20 [`#575`](https://github.com/oceanprotocol/ocean-lib-js/pull/575)
|
|
1007
|
+
- Bump eslint from 7.18.0 to 7.19.0 [`#574`](https://github.com/oceanprotocol/ocean-lib-js/pull/574)
|
|
1008
|
+
- Bump web3 from 1.3.0 to 1.3.3 [`#566`](https://github.com/oceanprotocol/ocean-lib-js/pull/566)
|
|
1009
|
+
- added logger param when instantiating datatoken [`#562`](https://github.com/oceanprotocol/ocean-lib-js/pull/562)
|
|
1010
|
+
- Bump typedoc from 0.20.18 to 0.20.19 [`#567`](https://github.com/oceanprotocol/ocean-lib-js/pull/567)
|
|
1011
|
+
- Bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.14.1 [`#568`](https://github.com/oceanprotocol/ocean-lib-js/pull/568)
|
|
1012
|
+
- Bump @typescript-eslint/parser from 4.13.0 to 4.14.1 [`#569`](https://github.com/oceanprotocol/ocean-lib-js/pull/569)
|
|
1013
|
+
- Bump typedoc from 0.20.16 to 0.20.18 [`#565`](https://github.com/oceanprotocol/ocean-lib-js/pull/565)
|
|
1014
|
+
- Release 0.11.0 [`4f494f2`](https://github.com/oceanprotocol/ocean-lib-js/commit/4f494f21a9cc39e018b336c17db281fa00d6ec8c)
|
|
1015
|
+
- bump web3-eth-contract to 1.3.3 [`d7ababa`](https://github.com/oceanprotocol/ocean-lib-js/commit/d7ababab24a8a168e4bb9f6f18d81fe1f413567f)
|
|
1016
|
+
- refactor [`100e5c5`](https://github.com/oceanprotocol/ocean-lib-js/commit/100e5c5767046393a57d7d1055db2e68e0d262cb)
|
|
1017
|
+
|
|
1018
|
+
#### [v0.10.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.10.0...v0.10.1)
|
|
993
1019
|
|
|
994
1020
|
> 21 January 2021
|
|
995
1021
|
|
|
996
|
-
- fix metamask bug [`#557`](https://github.com/oceanprotocol/ocean
|
|
997
|
-
- multithread search by dt address [`#559`](https://github.com/oceanprotocol/ocean
|
|
998
|
-
- Bump ora from 5.2.0 to 5.3.0 [`#556`](https://github.com/oceanprotocol/ocean
|
|
999
|
-
- Bump @types/node from 14.14.21 to 14.14.22 [`#555`](https://github.com/oceanprotocol/ocean
|
|
1000
|
-
- Bump @typescript-eslint/eslint-plugin from 4.13.0 to 4.14.0 [`#554`](https://github.com/oceanprotocol/ocean
|
|
1001
|
-
- Bump eslint-config-prettier from 7.1.0 to 7.2.0 [`#552`](https://github.com/oceanprotocol/ocean
|
|
1002
|
-
- Release 0.10.1 [`bb12807`](https://github.com/oceanprotocol/ocean
|
|
1022
|
+
- fix metamask bug [`#557`](https://github.com/oceanprotocol/ocean-lib-js/pull/557)
|
|
1023
|
+
- multithread search by dt address [`#559`](https://github.com/oceanprotocol/ocean-lib-js/pull/559)
|
|
1024
|
+
- Bump ora from 5.2.0 to 5.3.0 [`#556`](https://github.com/oceanprotocol/ocean-lib-js/pull/556)
|
|
1025
|
+
- Bump @types/node from 14.14.21 to 14.14.22 [`#555`](https://github.com/oceanprotocol/ocean-lib-js/pull/555)
|
|
1026
|
+
- Bump @typescript-eslint/eslint-plugin from 4.13.0 to 4.14.0 [`#554`](https://github.com/oceanprotocol/ocean-lib-js/pull/554)
|
|
1027
|
+
- Bump eslint-config-prettier from 7.1.0 to 7.2.0 [`#552`](https://github.com/oceanprotocol/ocean-lib-js/pull/552)
|
|
1028
|
+
- Release 0.10.1 [`bb12807`](https://github.com/oceanprotocol/ocean-lib-js/commit/bb12807ab69fbf760d598fdb012d8b7e2e8f5b17)
|
|
1003
1029
|
|
|
1004
|
-
#### [v0.10.0](https://github.com/oceanprotocol/ocean
|
|
1030
|
+
#### [v0.10.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.21...v0.10.0)
|
|
1005
1031
|
|
|
1006
1032
|
> 18 January 2021
|
|
1007
1033
|
|
|
1008
|
-
- Bump typedoc from 0.20.14 to 0.20.16 [`#549`](https://github.com/oceanprotocol/ocean
|
|
1009
|
-
- Bump eslint from 7.17.0 to 7.18.0 [`#550`](https://github.com/oceanprotocol/ocean
|
|
1010
|
-
- Bump mock-local-storage from 1.1.15 to 1.1.17 [`#548`](https://github.com/oceanprotocol/ocean
|
|
1011
|
-
- Bump @types/node-fetch from 2.5.7 to 2.5.8 [`#545`](https://github.com/oceanprotocol/ocean
|
|
1012
|
-
- Bump @types/node from 14.14.20 to 14.14.21 [`#546`](https://github.com/oceanprotocol/ocean
|
|
1013
|
-
- Refactor `OnChainMetadataCache` [`#551`](https://github.com/oceanprotocol/ocean
|
|
1014
|
-
- add updateServiceTimeout and edit ddo updates [`#544`](https://github.com/oceanprotocol/ocean
|
|
1015
|
-
- Release 0.10.0 [`6c0b5c6`](https://github.com/oceanprotocol/ocean
|
|
1016
|
-
- typedoc fixes [`25ac01e`](https://github.com/oceanprotocol/ocean
|
|
1034
|
+
- Bump typedoc from 0.20.14 to 0.20.16 [`#549`](https://github.com/oceanprotocol/ocean-lib-js/pull/549)
|
|
1035
|
+
- Bump eslint from 7.17.0 to 7.18.0 [`#550`](https://github.com/oceanprotocol/ocean-lib-js/pull/550)
|
|
1036
|
+
- Bump mock-local-storage from 1.1.15 to 1.1.17 [`#548`](https://github.com/oceanprotocol/ocean-lib-js/pull/548)
|
|
1037
|
+
- Bump @types/node-fetch from 2.5.7 to 2.5.8 [`#545`](https://github.com/oceanprotocol/ocean-lib-js/pull/545)
|
|
1038
|
+
- Bump @types/node from 14.14.20 to 14.14.21 [`#546`](https://github.com/oceanprotocol/ocean-lib-js/pull/546)
|
|
1039
|
+
- Refactor `OnChainMetadataCache` [`#551`](https://github.com/oceanprotocol/ocean-lib-js/pull/551)
|
|
1040
|
+
- add updateServiceTimeout and edit ddo updates [`#544`](https://github.com/oceanprotocol/ocean-lib-js/pull/544)
|
|
1041
|
+
- Release 0.10.0 [`6c0b5c6`](https://github.com/oceanprotocol/ocean-lib-js/commit/6c0b5c6779ec280ad4d0f19e0adb9eeb9cd7a9e0)
|
|
1042
|
+
- typedoc fixes [`25ac01e`](https://github.com/oceanprotocol/ocean-lib-js/commit/25ac01e97dbb6a278650aae5773292d5e73af7e9)
|
|
1017
1043
|
|
|
1018
|
-
#### [v0.9.21](https://github.com/oceanprotocol/ocean
|
|
1044
|
+
#### [v0.9.21](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.20...v0.9.21)
|
|
1019
1045
|
|
|
1020
1046
|
> 13 January 2021
|
|
1021
1047
|
|
|
1022
|
-
- Feature/decimal [`#541`](https://github.com/oceanprotocol/ocean
|
|
1023
|
-
- Datokens: check cap before mint [`#531`](https://github.com/oceanprotocol/ocean
|
|
1024
|
-
- [WIP] Adds checkURL function to use provider endpoint. [`#540`](https://github.com/oceanprotocol/ocean
|
|
1025
|
-
- package updates [`#539`](https://github.com/oceanprotocol/ocean
|
|
1026
|
-
- fix download for large files [`#537`](https://github.com/oceanprotocol/ocean
|
|
1027
|
-
- pool creation: check allowance for dt and ocean before aprove is called [`#530`](https://github.com/oceanprotocol/ocean
|
|
1028
|
-
- Bump @typescript-eslint/parser from 4.12.0 to 4.13.0 [`#534`](https://github.com/oceanprotocol/ocean
|
|
1029
|
-
- Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0 [`#533`](https://github.com/oceanprotocol/ocean
|
|
1030
|
-
- Bump typedoc from 0.20.13 to 0.20.14 [`#532`](https://github.com/oceanprotocol/ocean
|
|
1031
|
-
- Bump @typescript-eslint/parser from 4.11.1 to 4.12.0 [`#528`](https://github.com/oceanprotocol/ocean
|
|
1032
|
-
- Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 [`#529`](https://github.com/oceanprotocol/ocean
|
|
1033
|
-
- Bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0 [`#527`](https://github.com/oceanprotocol/ocean
|
|
1034
|
-
- Bump eslint from 7.16.0 to 7.17.0 [`#520`](https://github.com/oceanprotocol/ocean
|
|
1035
|
-
- Bump ora from 5.1.0 to 5.2.0 [`#521`](https://github.com/oceanprotocol/ocean
|
|
1036
|
-
- Bump typescript from 4.0.5 to 4.1.3 [`#522`](https://github.com/oceanprotocol/ocean
|
|
1037
|
-
- Bump typedoc from 0.20.10 to 0.20.13 [`#526`](https://github.com/oceanprotocol/ocean
|
|
1038
|
-
- Bump @types/node from 14.14.19 to 14.14.20 [`#523`](https://github.com/oceanprotocol/ocean
|
|
1039
|
-
- Bump @typescript-eslint/eslint-plugin from 4.11.0 to 4.11.1 [`#511`](https://github.com/oceanprotocol/ocean
|
|
1040
|
-
- Bump @typescript-eslint/parser from 4.11.0 to 4.11.1 [`#512`](https://github.com/oceanprotocol/ocean
|
|
1041
|
-
- Bump @types/node from 14.14.16 to 14.14.19 [`#519`](https://github.com/oceanprotocol/ocean
|
|
1042
|
-
- Bump typedoc from 0.19.2 to 0.20.10 [`#518`](https://github.com/oceanprotocol/ocean
|
|
1043
|
-
- Bump @truffle/hdwallet-provider from 1.2.0 to 1.2.1 [`#510`](https://github.com/oceanprotocol/ocean
|
|
1044
|
-
- Bump eslint from 7.15.0 to 7.16.0 [`#505`](https://github.com/oceanprotocol/ocean
|
|
1045
|
-
- Bump @typescript-eslint/parser from 4.10.0 to 4.11.0 [`#507`](https://github.com/oceanprotocol/ocean
|
|
1046
|
-
- Bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.0 [`#508`](https://github.com/oceanprotocol/ocean
|
|
1047
|
-
- Bump @types/node from 14.14.14 to 14.14.16 [`#509`](https://github.com/oceanprotocol/ocean
|
|
1048
|
-
- Bump @types/node from 14.14.13 to 14.14.14 [`#502`](https://github.com/oceanprotocol/ocean
|
|
1049
|
-
- Bump @typescript-eslint/eslint-plugin from 4.9.1 to 4.10.0 [`#501`](https://github.com/oceanprotocol/ocean
|
|
1050
|
-
- Bump @typescript-eslint/parser from 4.9.1 to 4.10.0 [`#500`](https://github.com/oceanprotocol/ocean
|
|
1051
|
-
- Bump @types/node from 14.14.11 to 14.14.13 [`#498`](https://github.com/oceanprotocol/ocean
|
|
1052
|
-
- Bump eslint-plugin-prettier from 3.2.0 to 3.3.0 [`#499`](https://github.com/oceanprotocol/ocean
|
|
1053
|
-
- Bump @types/node from 14.14.11 to 14.14.12 [`#496`](https://github.com/oceanprotocol/ocean
|
|
1054
|
-
- Bump ini from 1.3.5 to 1.3.8 [`#497`](https://github.com/oceanprotocol/ocean
|
|
1055
|
-
- Release 0.9.21 [`3801c39`](https://github.com/oceanprotocol/ocean
|
|
1056
|
-
- wip check allowance for dt and ocean at pool creation [`a5a55b1`](https://github.com/oceanprotocol/ocean
|
|
1057
|
-
- throw error when a condition is not valid instead of returning null [`286e737`](https://github.com/oceanprotocol/ocean
|
|
1058
|
-
|
|
1059
|
-
#### [v0.9.20](https://github.com/oceanprotocol/ocean
|
|
1048
|
+
- Feature/decimal [`#541`](https://github.com/oceanprotocol/ocean-lib-js/pull/541)
|
|
1049
|
+
- Datokens: check cap before mint [`#531`](https://github.com/oceanprotocol/ocean-lib-js/pull/531)
|
|
1050
|
+
- [WIP] Adds checkURL function to use provider endpoint. [`#540`](https://github.com/oceanprotocol/ocean-lib-js/pull/540)
|
|
1051
|
+
- package updates [`#539`](https://github.com/oceanprotocol/ocean-lib-js/pull/539)
|
|
1052
|
+
- fix download for large files [`#537`](https://github.com/oceanprotocol/ocean-lib-js/pull/537)
|
|
1053
|
+
- pool creation: check allowance for dt and ocean before aprove is called [`#530`](https://github.com/oceanprotocol/ocean-lib-js/pull/530)
|
|
1054
|
+
- Bump @typescript-eslint/parser from 4.12.0 to 4.13.0 [`#534`](https://github.com/oceanprotocol/ocean-lib-js/pull/534)
|
|
1055
|
+
- Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0 [`#533`](https://github.com/oceanprotocol/ocean-lib-js/pull/533)
|
|
1056
|
+
- Bump typedoc from 0.20.13 to 0.20.14 [`#532`](https://github.com/oceanprotocol/ocean-lib-js/pull/532)
|
|
1057
|
+
- Bump @typescript-eslint/parser from 4.11.1 to 4.12.0 [`#528`](https://github.com/oceanprotocol/ocean-lib-js/pull/528)
|
|
1058
|
+
- Bump eslint-plugin-prettier from 3.3.0 to 3.3.1 [`#529`](https://github.com/oceanprotocol/ocean-lib-js/pull/529)
|
|
1059
|
+
- Bump @typescript-eslint/eslint-plugin from 4.11.1 to 4.12.0 [`#527`](https://github.com/oceanprotocol/ocean-lib-js/pull/527)
|
|
1060
|
+
- Bump eslint from 7.16.0 to 7.17.0 [`#520`](https://github.com/oceanprotocol/ocean-lib-js/pull/520)
|
|
1061
|
+
- Bump ora from 5.1.0 to 5.2.0 [`#521`](https://github.com/oceanprotocol/ocean-lib-js/pull/521)
|
|
1062
|
+
- Bump typescript from 4.0.5 to 4.1.3 [`#522`](https://github.com/oceanprotocol/ocean-lib-js/pull/522)
|
|
1063
|
+
- Bump typedoc from 0.20.10 to 0.20.13 [`#526`](https://github.com/oceanprotocol/ocean-lib-js/pull/526)
|
|
1064
|
+
- Bump @types/node from 14.14.19 to 14.14.20 [`#523`](https://github.com/oceanprotocol/ocean-lib-js/pull/523)
|
|
1065
|
+
- Bump @typescript-eslint/eslint-plugin from 4.11.0 to 4.11.1 [`#511`](https://github.com/oceanprotocol/ocean-lib-js/pull/511)
|
|
1066
|
+
- Bump @typescript-eslint/parser from 4.11.0 to 4.11.1 [`#512`](https://github.com/oceanprotocol/ocean-lib-js/pull/512)
|
|
1067
|
+
- Bump @types/node from 14.14.16 to 14.14.19 [`#519`](https://github.com/oceanprotocol/ocean-lib-js/pull/519)
|
|
1068
|
+
- Bump typedoc from 0.19.2 to 0.20.10 [`#518`](https://github.com/oceanprotocol/ocean-lib-js/pull/518)
|
|
1069
|
+
- Bump @truffle/hdwallet-provider from 1.2.0 to 1.2.1 [`#510`](https://github.com/oceanprotocol/ocean-lib-js/pull/510)
|
|
1070
|
+
- Bump eslint from 7.15.0 to 7.16.0 [`#505`](https://github.com/oceanprotocol/ocean-lib-js/pull/505)
|
|
1071
|
+
- Bump @typescript-eslint/parser from 4.10.0 to 4.11.0 [`#507`](https://github.com/oceanprotocol/ocean-lib-js/pull/507)
|
|
1072
|
+
- Bump @typescript-eslint/eslint-plugin from 4.10.0 to 4.11.0 [`#508`](https://github.com/oceanprotocol/ocean-lib-js/pull/508)
|
|
1073
|
+
- Bump @types/node from 14.14.14 to 14.14.16 [`#509`](https://github.com/oceanprotocol/ocean-lib-js/pull/509)
|
|
1074
|
+
- Bump @types/node from 14.14.13 to 14.14.14 [`#502`](https://github.com/oceanprotocol/ocean-lib-js/pull/502)
|
|
1075
|
+
- Bump @typescript-eslint/eslint-plugin from 4.9.1 to 4.10.0 [`#501`](https://github.com/oceanprotocol/ocean-lib-js/pull/501)
|
|
1076
|
+
- Bump @typescript-eslint/parser from 4.9.1 to 4.10.0 [`#500`](https://github.com/oceanprotocol/ocean-lib-js/pull/500)
|
|
1077
|
+
- Bump @types/node from 14.14.11 to 14.14.13 [`#498`](https://github.com/oceanprotocol/ocean-lib-js/pull/498)
|
|
1078
|
+
- Bump eslint-plugin-prettier from 3.2.0 to 3.3.0 [`#499`](https://github.com/oceanprotocol/ocean-lib-js/pull/499)
|
|
1079
|
+
- Bump @types/node from 14.14.11 to 14.14.12 [`#496`](https://github.com/oceanprotocol/ocean-lib-js/pull/496)
|
|
1080
|
+
- Bump ini from 1.3.5 to 1.3.8 [`#497`](https://github.com/oceanprotocol/ocean-lib-js/pull/497)
|
|
1081
|
+
- Release 0.9.21 [`3801c39`](https://github.com/oceanprotocol/ocean-lib-js/commit/3801c3925ba1c80003214deda3d1d734c051f995)
|
|
1082
|
+
- wip check allowance for dt and ocean at pool creation [`a5a55b1`](https://github.com/oceanprotocol/ocean-lib-js/commit/a5a55b19a158b9e13d9061abed9d784149b2d20c)
|
|
1083
|
+
- throw error when a condition is not valid instead of returning null [`286e737`](https://github.com/oceanprotocol/ocean-lib-js/commit/286e737e93f7b079cff932872ea61adfa621cf1e)
|
|
1084
|
+
|
|
1085
|
+
#### [v0.9.20](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.19...v0.9.20)
|
|
1060
1086
|
|
|
1061
1087
|
> 10 December 2020
|
|
1062
1088
|
|
|
1063
|
-
- add subgraphUri to ConfigHelper [`#495`](https://github.com/oceanprotocol/ocean
|
|
1064
|
-
- Release 0.9.20 [`795008e`](https://github.com/oceanprotocol/ocean
|
|
1065
|
-
- add subgraphUri [`1b7d573`](https://github.com/oceanprotocol/ocean
|
|
1089
|
+
- add subgraphUri to ConfigHelper [`#495`](https://github.com/oceanprotocol/ocean-lib-js/pull/495)
|
|
1090
|
+
- Release 0.9.20 [`795008e`](https://github.com/oceanprotocol/ocean-lib-js/commit/795008e765c0e3afef65d2a1bf95d09c44c4027d)
|
|
1091
|
+
- add subgraphUri [`1b7d573`](https://github.com/oceanprotocol/ocean-lib-js/commit/1b7d573434201f4225bb41f59da2ed25b947cfd0)
|
|
1066
1092
|
|
|
1067
|
-
#### [v0.9.19](https://github.com/oceanprotocol/ocean
|
|
1093
|
+
#### [v0.9.19](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.18...v0.9.19)
|
|
1068
1094
|
|
|
1069
1095
|
> 10 December 2020
|
|
1070
1096
|
|
|
1071
|
-
- add ropsten [`#492`](https://github.com/oceanprotocol/ocean
|
|
1072
|
-
- Bump @types/mocha from 8.0.4 to 8.2.0 [`#491`](https://github.com/oceanprotocol/ocean
|
|
1073
|
-
- Bump @types/node from 14.14.10 to 14.14.11 [`#490`](https://github.com/oceanprotocol/ocean
|
|
1074
|
-
- Bump uuid from 8.3.1 to 8.3.2 [`#489`](https://github.com/oceanprotocol/ocean
|
|
1075
|
-
- Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.9.1 [`#488`](https://github.com/oceanprotocol/ocean
|
|
1076
|
-
- Bump ts-node from 9.1.0 to 9.1.1 [`#487`](https://github.com/oceanprotocol/ocean
|
|
1077
|
-
- Bump @typescript-eslint/parser from 4.9.0 to 4.9.1 [`#486`](https://github.com/oceanprotocol/ocean
|
|
1078
|
-
- Bump eslint from 7.14.0 to 7.15.0 [`#485`](https://github.com/oceanprotocol/ocean
|
|
1079
|
-
- Bump eslint-config-prettier from 6.15.0 to 7.0.0 [`#484`](https://github.com/oceanprotocol/ocean
|
|
1080
|
-
- Bump highlight.js from 10.2.0 to 10.4.1 [`#482`](https://github.com/oceanprotocol/ocean
|
|
1081
|
-
- Bump ts-node from 9.0.0 to 9.1.0 [`#480`](https://github.com/oceanprotocol/ocean
|
|
1082
|
-
- Bump @types/chai-spies from 1.0.2 to 1.0.3 [`#481`](https://github.com/oceanprotocol/ocean
|
|
1083
|
-
- Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 [`#479`](https://github.com/oceanprotocol/ocean
|
|
1084
|
-
- Bump cross-env from 7.0.2 to 7.0.3 [`#478`](https://github.com/oceanprotocol/ocean
|
|
1085
|
-
- Bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 [`#477`](https://github.com/oceanprotocol/ocean
|
|
1086
|
-
- Bump @typescript-eslint/parser from 4.8.2 to 4.9.0 [`#476`](https://github.com/oceanprotocol/ocean
|
|
1087
|
-
- Bump prettier from 2.2.0 to 2.2.1 [`#474`](https://github.com/oceanprotocol/ocean
|
|
1088
|
-
- Bump @types/node from 14.14.9 to 14.14.10 [`#471`](https://github.com/oceanprotocol/ocean
|
|
1089
|
-
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#472`](https://github.com/oceanprotocol/ocean
|
|
1090
|
-
- Bump release-it from 14.2.1 to 14.2.2 [`#473`](https://github.com/oceanprotocol/ocean
|
|
1091
|
-
- Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 [`#470`](https://github.com/oceanprotocol/ocean
|
|
1092
|
-
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#469`](https://github.com/oceanprotocol/ocean
|
|
1093
|
-
- Release 0.9.19 [`7bfcd65`](https://github.com/oceanprotocol/ocean
|
|
1094
|
-
|
|
1095
|
-
#### [v0.9.18](https://github.com/oceanprotocol/ocean
|
|
1097
|
+
- add ropsten [`#492`](https://github.com/oceanprotocol/ocean-lib-js/pull/492)
|
|
1098
|
+
- Bump @types/mocha from 8.0.4 to 8.2.0 [`#491`](https://github.com/oceanprotocol/ocean-lib-js/pull/491)
|
|
1099
|
+
- Bump @types/node from 14.14.10 to 14.14.11 [`#490`](https://github.com/oceanprotocol/ocean-lib-js/pull/490)
|
|
1100
|
+
- Bump uuid from 8.3.1 to 8.3.2 [`#489`](https://github.com/oceanprotocol/ocean-lib-js/pull/489)
|
|
1101
|
+
- Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.9.1 [`#488`](https://github.com/oceanprotocol/ocean-lib-js/pull/488)
|
|
1102
|
+
- Bump ts-node from 9.1.0 to 9.1.1 [`#487`](https://github.com/oceanprotocol/ocean-lib-js/pull/487)
|
|
1103
|
+
- Bump @typescript-eslint/parser from 4.9.0 to 4.9.1 [`#486`](https://github.com/oceanprotocol/ocean-lib-js/pull/486)
|
|
1104
|
+
- Bump eslint from 7.14.0 to 7.15.0 [`#485`](https://github.com/oceanprotocol/ocean-lib-js/pull/485)
|
|
1105
|
+
- Bump eslint-config-prettier from 6.15.0 to 7.0.0 [`#484`](https://github.com/oceanprotocol/ocean-lib-js/pull/484)
|
|
1106
|
+
- Bump highlight.js from 10.2.0 to 10.4.1 [`#482`](https://github.com/oceanprotocol/ocean-lib-js/pull/482)
|
|
1107
|
+
- Bump ts-node from 9.0.0 to 9.1.0 [`#480`](https://github.com/oceanprotocol/ocean-lib-js/pull/480)
|
|
1108
|
+
- Bump @types/chai-spies from 1.0.2 to 1.0.3 [`#481`](https://github.com/oceanprotocol/ocean-lib-js/pull/481)
|
|
1109
|
+
- Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 [`#479`](https://github.com/oceanprotocol/ocean-lib-js/pull/479)
|
|
1110
|
+
- Bump cross-env from 7.0.2 to 7.0.3 [`#478`](https://github.com/oceanprotocol/ocean-lib-js/pull/478)
|
|
1111
|
+
- Bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 [`#477`](https://github.com/oceanprotocol/ocean-lib-js/pull/477)
|
|
1112
|
+
- Bump @typescript-eslint/parser from 4.8.2 to 4.9.0 [`#476`](https://github.com/oceanprotocol/ocean-lib-js/pull/476)
|
|
1113
|
+
- Bump prettier from 2.2.0 to 2.2.1 [`#474`](https://github.com/oceanprotocol/ocean-lib-js/pull/474)
|
|
1114
|
+
- Bump @types/node from 14.14.9 to 14.14.10 [`#471`](https://github.com/oceanprotocol/ocean-lib-js/pull/471)
|
|
1115
|
+
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#472`](https://github.com/oceanprotocol/ocean-lib-js/pull/472)
|
|
1116
|
+
- Bump release-it from 14.2.1 to 14.2.2 [`#473`](https://github.com/oceanprotocol/ocean-lib-js/pull/473)
|
|
1117
|
+
- Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 [`#470`](https://github.com/oceanprotocol/ocean-lib-js/pull/470)
|
|
1118
|
+
- Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#469`](https://github.com/oceanprotocol/ocean-lib-js/pull/469)
|
|
1119
|
+
- Release 0.9.19 [`7bfcd65`](https://github.com/oceanprotocol/ocean-lib-js/commit/7bfcd65949e0bf90fe2b0331468c29dddb6cf536)
|
|
1120
|
+
|
|
1121
|
+
#### [v0.9.18](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.17...v0.9.18)
|
|
1096
1122
|
|
|
1097
1123
|
> 24 November 2020
|
|
1098
1124
|
|
|
1099
|
-
- Handle assets with low liquidity [`#468`](https://github.com/oceanprotocol/ocean
|
|
1100
|
-
- Bump prettier from 2.1.2 to 2.2.0 [`#467`](https://github.com/oceanprotocol/ocean
|
|
1101
|
-
- Bump eslint from 7.13.0 to 7.14.0 [`#466`](https://github.com/oceanprotocol/ocean
|
|
1102
|
-
- Bump @types/node from 14.14.8 to 14.14.9 [`#465`](https://github.com/oceanprotocol/ocean
|
|
1103
|
-
- Release 0.9.18 [`832f2d8`](https://github.com/oceanprotocol/ocean
|
|
1125
|
+
- Handle assets with low liquidity [`#468`](https://github.com/oceanprotocol/ocean-lib-js/pull/468)
|
|
1126
|
+
- Bump prettier from 2.1.2 to 2.2.0 [`#467`](https://github.com/oceanprotocol/ocean-lib-js/pull/467)
|
|
1127
|
+
- Bump eslint from 7.13.0 to 7.14.0 [`#466`](https://github.com/oceanprotocol/ocean-lib-js/pull/466)
|
|
1128
|
+
- Bump @types/node from 14.14.8 to 14.14.9 [`#465`](https://github.com/oceanprotocol/ocean-lib-js/pull/465)
|
|
1129
|
+
- Release 0.9.18 [`832f2d8`](https://github.com/oceanprotocol/ocean-lib-js/commit/832f2d82b5d04c81a9c301a657ae7db84394871c)
|
|
1104
1130
|
|
|
1105
|
-
#### [v0.9.17](https://github.com/oceanprotocol/ocean
|
|
1131
|
+
#### [v0.9.17](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.16...v0.9.17)
|
|
1106
1132
|
|
|
1107
1133
|
> 19 November 2020
|
|
1108
1134
|
|
|
1109
|
-
- fix typo [`#464`](https://github.com/oceanprotocol/ocean
|
|
1110
|
-
- Bump @typescript-eslint/eslint-plugin from 4.8.0 to 4.8.1 [`#459`](https://github.com/oceanprotocol/ocean
|
|
1111
|
-
- Bump @typescript-eslint/parser from 4.8.0 to 4.8.1 [`#460`](https://github.com/oceanprotocol/ocean
|
|
1112
|
-
- Bump @types/node from 14.14.7 to 14.14.8 [`#461`](https://github.com/oceanprotocol/ocean
|
|
1113
|
-
- Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.0 [`#458`](https://github.com/oceanprotocol/ocean
|
|
1114
|
-
- Bump @typescript-eslint/parser from 4.7.0 to 4.8.0 [`#457`](https://github.com/oceanprotocol/ocean
|
|
1115
|
-
- Release 0.9.17 [`4345bb9`](https://github.com/oceanprotocol/ocean
|
|
1135
|
+
- fix typo [`#464`](https://github.com/oceanprotocol/ocean-lib-js/pull/464)
|
|
1136
|
+
- Bump @typescript-eslint/eslint-plugin from 4.8.0 to 4.8.1 [`#459`](https://github.com/oceanprotocol/ocean-lib-js/pull/459)
|
|
1137
|
+
- Bump @typescript-eslint/parser from 4.8.0 to 4.8.1 [`#460`](https://github.com/oceanprotocol/ocean-lib-js/pull/460)
|
|
1138
|
+
- Bump @types/node from 14.14.7 to 14.14.8 [`#461`](https://github.com/oceanprotocol/ocean-lib-js/pull/461)
|
|
1139
|
+
- Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.0 [`#458`](https://github.com/oceanprotocol/ocean-lib-js/pull/458)
|
|
1140
|
+
- Bump @typescript-eslint/parser from 4.7.0 to 4.8.0 [`#457`](https://github.com/oceanprotocol/ocean-lib-js/pull/457)
|
|
1141
|
+
- Release 0.9.17 [`4345bb9`](https://github.com/oceanprotocol/ocean-lib-js/commit/4345bb94b62373d44eca6dbec6984faf6529eb9b)
|
|
1116
1142
|
|
|
1117
|
-
#### [v0.9.16](https://github.com/oceanprotocol/ocean
|
|
1143
|
+
#### [v0.9.16](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.15...v0.9.16)
|
|
1118
1144
|
|
|
1119
1145
|
> 16 November 2020
|
|
1120
1146
|
|
|
1121
|
-
- Bug/fullfill promises [`#456`](https://github.com/oceanprotocol/ocean
|
|
1122
|
-
- Release 0.9.16 [`bf19bcc`](https://github.com/oceanprotocol/ocean
|
|
1147
|
+
- Bug/fullfill promises [`#456`](https://github.com/oceanprotocol/ocean-lib-js/pull/456)
|
|
1148
|
+
- Release 0.9.16 [`bf19bcc`](https://github.com/oceanprotocol/ocean-lib-js/commit/bf19bcc1f5ce73a14266dc15951a74d06d6c3e74)
|
|
1123
1149
|
|
|
1124
|
-
#### [v0.9.15](https://github.com/oceanprotocol/ocean
|
|
1150
|
+
#### [v0.9.15](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.14...v0.9.15)
|
|
1125
1151
|
|
|
1126
1152
|
> 16 November 2020
|
|
1127
1153
|
|
|
1128
|
-
- fullfill promises [`#455`](https://github.com/oceanprotocol/ocean
|
|
1129
|
-
- Release 0.9.15 [`8f9ef02`](https://github.com/oceanprotocol/ocean
|
|
1154
|
+
- fullfill promises [`#455`](https://github.com/oceanprotocol/ocean-lib-js/pull/455)
|
|
1155
|
+
- Release 0.9.15 [`8f9ef02`](https://github.com/oceanprotocol/ocean-lib-js/commit/8f9ef02b94da8eb19948d729dde6576d5f1d43eb)
|
|
1130
1156
|
|
|
1131
|
-
#### [v0.9.14](https://github.com/oceanprotocol/ocean
|
|
1157
|
+
#### [v0.9.14](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.13...v0.9.14)
|
|
1132
1158
|
|
|
1133
1159
|
> 16 November 2020
|
|
1134
1160
|
|
|
1135
|
-
- add buyDTWithExactOcean function [`#454`](https://github.com/oceanprotocol/ocean
|
|
1136
|
-
- add computeBuySlippage and computeSellSlippage [`6424cac`](https://github.com/oceanprotocol/ocean
|
|
1137
|
-
- remove console.log [`ff7171f`](https://github.com/oceanprotocol/ocean
|
|
1138
|
-
- Release 0.9.14 [`0119885`](https://github.com/oceanprotocol/ocean
|
|
1161
|
+
- add buyDTWithExactOcean function [`#454`](https://github.com/oceanprotocol/ocean-lib-js/pull/454)
|
|
1162
|
+
- add computeBuySlippage and computeSellSlippage [`6424cac`](https://github.com/oceanprotocol/ocean-lib-js/commit/6424caca697e8f2875b52df0721cf3e63d8e8ce0)
|
|
1163
|
+
- remove console.log [`ff7171f`](https://github.com/oceanprotocol/ocean-lib-js/commit/ff7171f64b314db803f59be404e72afc4c77393a)
|
|
1164
|
+
- Release 0.9.14 [`0119885`](https://github.com/oceanprotocol/ocean-lib-js/commit/0119885277cd361bc00e485168a48477276f25e6)
|
|
1139
1165
|
|
|
1140
|
-
#### [v0.9.13](https://github.com/oceanprotocol/ocean
|
|
1166
|
+
#### [v0.9.13](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.12...v0.9.13)
|
|
1141
1167
|
|
|
1142
1168
|
> 13 November 2020
|
|
1143
1169
|
|
|
1144
|
-
- update isInPurgatory typing [`#452`](https://github.com/oceanprotocol/ocean
|
|
1145
|
-
- Release 0.9.13 [`c2c100d`](https://github.com/oceanprotocol/ocean
|
|
1170
|
+
- update isInPurgatory typing [`#452`](https://github.com/oceanprotocol/ocean-lib-js/pull/452)
|
|
1171
|
+
- Release 0.9.13 [`c2c100d`](https://github.com/oceanprotocol/ocean-lib-js/commit/c2c100d0a0b2fb5fc131b66aeb502c50280b1acf)
|
|
1146
1172
|
|
|
1147
|
-
#### [v0.9.12](https://github.com/oceanprotocol/ocean
|
|
1173
|
+
#### [v0.9.12](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.11...v0.9.12)
|
|
1148
1174
|
|
|
1149
1175
|
> 13 November 2020
|
|
1150
1176
|
|
|
1151
|
-
- Update .travis.yml [`#451`](https://github.com/oceanprotocol/ocean
|
|
1152
|
-
- Release 0.9.12 [`5143120`](https://github.com/oceanprotocol/ocean
|
|
1177
|
+
- Update .travis.yml [`#451`](https://github.com/oceanprotocol/ocean-lib-js/pull/451)
|
|
1178
|
+
- Release 0.9.12 [`5143120`](https://github.com/oceanprotocol/ocean-lib-js/commit/5143120204048f86c27ff97211ef1f900632fb2d)
|
|
1153
1179
|
|
|
1154
|
-
#### [v0.9.11](https://github.com/oceanprotocol/ocean
|
|
1180
|
+
#### [v0.9.11](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.10...v0.9.11)
|
|
1155
1181
|
|
|
1156
1182
|
> 13 November 2020
|
|
1157
1183
|
|
|
1158
|
-
- chunk promises [`#450`](https://github.com/oceanprotocol/ocean
|
|
1159
|
-
- Update typedoc.js [`#449`](https://github.com/oceanprotocol/ocean
|
|
1160
|
-
- update for purgatory [`#448`](https://github.com/oceanprotocol/ocean
|
|
1161
|
-
- Bump @types/mocha from 8.0.3 to 8.0.4 [`#447`](https://github.com/oceanprotocol/ocean
|
|
1162
|
-
- logs/history speed optimizations [`#441`](https://github.com/oceanprotocol/ocean
|
|
1163
|
-
- Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 [`#445`](https://github.com/oceanprotocol/ocean
|
|
1164
|
-
- Bump @types/node from 14.14.6 to 14.14.7 [`#444`](https://github.com/oceanprotocol/ocean
|
|
1165
|
-
- Bump @typescript-eslint/parser from 4.6.1 to 4.7.0 [`#446`](https://github.com/oceanprotocol/ocean
|
|
1166
|
-
- Bump eslint from 7.12.1 to 7.13.0 [`#442`](https://github.com/oceanprotocol/ocean
|
|
1167
|
-
- Bump @truffle/hdwallet-provider from 1.1.1 to 1.2.0 [`#443`](https://github.com/oceanprotocol/ocean
|
|
1168
|
-
- complete refactor getPoolLogs & getEventData [`1d717cb`](https://github.com/oceanprotocol/ocean
|
|
1169
|
-
- parallelized get shares and tx [`33bcb47`](https://github.com/oceanprotocol/ocean
|
|
1170
|
-
- fix [`eb5c298`](https://github.com/oceanprotocol/ocean
|
|
1171
|
-
|
|
1172
|
-
#### [v0.9.10](https://github.com/oceanprotocol/ocean
|
|
1184
|
+
- chunk promises [`#450`](https://github.com/oceanprotocol/ocean-lib-js/pull/450)
|
|
1185
|
+
- Update typedoc.js [`#449`](https://github.com/oceanprotocol/ocean-lib-js/pull/449)
|
|
1186
|
+
- update for purgatory [`#448`](https://github.com/oceanprotocol/ocean-lib-js/pull/448)
|
|
1187
|
+
- Bump @types/mocha from 8.0.3 to 8.0.4 [`#447`](https://github.com/oceanprotocol/ocean-lib-js/pull/447)
|
|
1188
|
+
- logs/history speed optimizations [`#441`](https://github.com/oceanprotocol/ocean-lib-js/pull/441)
|
|
1189
|
+
- Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 [`#445`](https://github.com/oceanprotocol/ocean-lib-js/pull/445)
|
|
1190
|
+
- Bump @types/node from 14.14.6 to 14.14.7 [`#444`](https://github.com/oceanprotocol/ocean-lib-js/pull/444)
|
|
1191
|
+
- Bump @typescript-eslint/parser from 4.6.1 to 4.7.0 [`#446`](https://github.com/oceanprotocol/ocean-lib-js/pull/446)
|
|
1192
|
+
- Bump eslint from 7.12.1 to 7.13.0 [`#442`](https://github.com/oceanprotocol/ocean-lib-js/pull/442)
|
|
1193
|
+
- Bump @truffle/hdwallet-provider from 1.1.1 to 1.2.0 [`#443`](https://github.com/oceanprotocol/ocean-lib-js/pull/443)
|
|
1194
|
+
- complete refactor getPoolLogs & getEventData [`1d717cb`](https://github.com/oceanprotocol/ocean-lib-js/commit/1d717cb3b03b150d16bb684bd13a1d7bdafa55a6)
|
|
1195
|
+
- parallelized get shares and tx [`33bcb47`](https://github.com/oceanprotocol/ocean-lib-js/commit/33bcb47d455cfbbbd9d8c26961f4127e9c514a82)
|
|
1196
|
+
- fix [`eb5c298`](https://github.com/oceanprotocol/ocean-lib-js/commit/eb5c29810f0a5e6e68370322fef57520564d50c1)
|
|
1197
|
+
|
|
1198
|
+
#### [v0.9.10](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.9...v0.9.10)
|
|
1173
1199
|
|
|
1174
1200
|
> 6 November 2020
|
|
1175
1201
|
|
|
1176
|
-
- buy/sell helpers [`#440`](https://github.com/oceanprotocol/ocean
|
|
1177
|
-
- fix datatoken search [`#439`](https://github.com/oceanprotocol/ocean
|
|
1178
|
-
- Bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1 [`#436`](https://github.com/oceanprotocol/ocean
|
|
1179
|
-
- Bump mocha from 8.1.3 to 8.2.1 [`#437`](https://github.com/oceanprotocol/ocean
|
|
1180
|
-
- Bump @typescript-eslint/parser from 4.6.0 to 4.6.1 [`#435`](https://github.com/oceanprotocol/ocean
|
|
1181
|
-
- Bump release-it from 14.2.0 to 14.2.1 [`#434`](https://github.com/oceanprotocol/ocean
|
|
1182
|
-
- Release 0.9.10 [`38c8b00`](https://github.com/oceanprotocol/ocean
|
|
1202
|
+
- buy/sell helpers [`#440`](https://github.com/oceanprotocol/ocean-lib-js/pull/440)
|
|
1203
|
+
- fix datatoken search [`#439`](https://github.com/oceanprotocol/ocean-lib-js/pull/439)
|
|
1204
|
+
- Bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1 [`#436`](https://github.com/oceanprotocol/ocean-lib-js/pull/436)
|
|
1205
|
+
- Bump mocha from 8.1.3 to 8.2.1 [`#437`](https://github.com/oceanprotocol/ocean-lib-js/pull/437)
|
|
1206
|
+
- Bump @typescript-eslint/parser from 4.6.0 to 4.6.1 [`#435`](https://github.com/oceanprotocol/ocean-lib-js/pull/435)
|
|
1207
|
+
- Bump release-it from 14.2.0 to 14.2.1 [`#434`](https://github.com/oceanprotocol/ocean-lib-js/pull/434)
|
|
1208
|
+
- Release 0.9.10 [`38c8b00`](https://github.com/oceanprotocol/ocean-lib-js/commit/38c8b00400e5e36eaea1c4c7ae4a2b419bbfbbfb)
|
|
1183
1209
|
|
|
1184
|
-
#### [v0.9.9](https://github.com/oceanprotocol/ocean
|
|
1210
|
+
#### [v0.9.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.8...v0.9.9)
|
|
1185
1211
|
|
|
1186
1212
|
> 30 October 2020
|
|
1187
1213
|
|
|
1188
|
-
- fix fromwei conversion [`#430`](https://github.com/oceanprotocol/ocean
|
|
1189
|
-
- fix typos [`#433`](https://github.com/oceanprotocol/ocean
|
|
1190
|
-
- use event block number as start [`#432`](https://github.com/oceanprotocol/ocean
|
|
1191
|
-
- fix DTPrice if amount is too high [`#431`](https://github.com/oceanprotocol/ocean
|
|
1192
|
-
- optimise gas costs [`ead3d21`](https://github.com/oceanprotocol/ocean
|
|
1193
|
-
- Release 0.9.9 [`94f46ee`](https://github.com/oceanprotocol/ocean
|
|
1194
|
-
- more wei conversions [`17a07b4`](https://github.com/oceanprotocol/ocean
|
|
1214
|
+
- fix fromwei conversion [`#430`](https://github.com/oceanprotocol/ocean-lib-js/pull/430)
|
|
1215
|
+
- fix typos [`#433`](https://github.com/oceanprotocol/ocean-lib-js/pull/433)
|
|
1216
|
+
- use event block number as start [`#432`](https://github.com/oceanprotocol/ocean-lib-js/pull/432)
|
|
1217
|
+
- fix DTPrice if amount is too high [`#431`](https://github.com/oceanprotocol/ocean-lib-js/pull/431)
|
|
1218
|
+
- optimise gas costs [`ead3d21`](https://github.com/oceanprotocol/ocean-lib-js/commit/ead3d212a2eabe0882f5581f6ca37bd2453399e3)
|
|
1219
|
+
- Release 0.9.9 [`94f46ee`](https://github.com/oceanprotocol/ocean-lib-js/commit/94f46eefcf88cca02ddfb6efc67c764a52cbda47)
|
|
1220
|
+
- more wei conversions [`17a07b4`](https://github.com/oceanprotocol/ocean-lib-js/commit/17a07b4897f4b3230a698b5654a6ef62cdfcd837)
|
|
1195
1221
|
|
|
1196
|
-
#### [v0.9.8](https://github.com/oceanprotocol/ocean
|
|
1222
|
+
#### [v0.9.8](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.7...v0.9.8)
|
|
1197
1223
|
|
|
1198
1224
|
> 29 October 2020
|
|
1199
1225
|
|
|
1200
|
-
- fix getPoolSharesByAddress [`#429`](https://github.com/oceanprotocol/ocean
|
|
1201
|
-
- Release 0.9.8 [`0a0ce63`](https://github.com/oceanprotocol/ocean
|
|
1202
|
-
- bug fix [`07c3835`](https://github.com/oceanprotocol/ocean
|
|
1226
|
+
- fix getPoolSharesByAddress [`#429`](https://github.com/oceanprotocol/ocean-lib-js/pull/429)
|
|
1227
|
+
- Release 0.9.8 [`0a0ce63`](https://github.com/oceanprotocol/ocean-lib-js/commit/0a0ce63580939ad7c59d314b5548cec1c8b23cf1)
|
|
1228
|
+
- bug fix [`07c3835`](https://github.com/oceanprotocol/ocean-lib-js/commit/07c3835759e96efba97407147dfde7f3da445716)
|
|
1203
1229
|
|
|
1204
|
-
#### [v0.9.7](https://github.com/oceanprotocol/ocean
|
|
1230
|
+
#### [v0.9.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.6...v0.9.7)
|
|
1205
1231
|
|
|
1206
1232
|
> 29 October 2020
|
|
1207
1233
|
|
|
1208
|
-
- add getPoolSharesByAddress [`#428`](https://github.com/oceanprotocol/ocean
|
|
1209
|
-
- more gas optimisations [`#427`](https://github.com/oceanprotocol/ocean
|
|
1210
|
-
- Bump @types/node from 14.14.5 to 14.14.6 [`#426`](https://github.com/oceanprotocol/ocean
|
|
1211
|
-
- more fixes [`694cde2`](https://github.com/oceanprotocol/ocean
|
|
1212
|
-
- add getPoolsSharesbyAddress [`087b021`](https://github.com/oceanprotocol/ocean
|
|
1213
|
-
- Release 0.9.7 [`7b16f75`](https://github.com/oceanprotocol/ocean
|
|
1234
|
+
- add getPoolSharesByAddress [`#428`](https://github.com/oceanprotocol/ocean-lib-js/pull/428)
|
|
1235
|
+
- more gas optimisations [`#427`](https://github.com/oceanprotocol/ocean-lib-js/pull/427)
|
|
1236
|
+
- Bump @types/node from 14.14.5 to 14.14.6 [`#426`](https://github.com/oceanprotocol/ocean-lib-js/pull/426)
|
|
1237
|
+
- more fixes [`694cde2`](https://github.com/oceanprotocol/ocean-lib-js/commit/694cde2a1359aacb03f9a09dd70a5b6770b2a031)
|
|
1238
|
+
- add getPoolsSharesbyAddress [`087b021`](https://github.com/oceanprotocol/ocean-lib-js/commit/087b021c17ba00e5a3b8d914642a6ac0527e14a2)
|
|
1239
|
+
- Release 0.9.7 [`7b16f75`](https://github.com/oceanprotocol/ocean-lib-js/commit/7b16f7561fc663861d5777e151092396564a239b)
|
|
1214
1240
|
|
|
1215
|
-
#### [v0.9.6](https://github.com/oceanprotocol/ocean
|
|
1241
|
+
#### [v0.9.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.5...v0.9.6)
|
|
1216
1242
|
|
|
1217
1243
|
> 28 October 2020
|
|
1218
1244
|
|
|
1219
|
-
- fix/remove liquidity [`#425`](https://github.com/oceanprotocol/ocean
|
|
1220
|
-
- Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#422`](https://github.com/oceanprotocol/ocean
|
|
1221
|
-
- Bump eslint from 7.12.0 to 7.12.1 [`#423`](https://github.com/oceanprotocol/ocean
|
|
1222
|
-
- more fixes [`2d31bd9`](https://github.com/oceanprotocol/ocean
|
|
1223
|
-
- fix max amountPoolshares balancer bug [`4a077a9`](https://github.com/oceanprotocol/ocean
|
|
1224
|
-
- Release 0.9.6 [`02b4b2b`](https://github.com/oceanprotocol/ocean
|
|
1245
|
+
- fix/remove liquidity [`#425`](https://github.com/oceanprotocol/ocean-lib-js/pull/425)
|
|
1246
|
+
- Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#422`](https://github.com/oceanprotocol/ocean-lib-js/pull/422)
|
|
1247
|
+
- Bump eslint from 7.12.0 to 7.12.1 [`#423`](https://github.com/oceanprotocol/ocean-lib-js/pull/423)
|
|
1248
|
+
- more fixes [`2d31bd9`](https://github.com/oceanprotocol/ocean-lib-js/commit/2d31bd9123919358684936d720f62ada039aa7be)
|
|
1249
|
+
- fix max amountPoolshares balancer bug [`4a077a9`](https://github.com/oceanprotocol/ocean-lib-js/commit/4a077a9fa9d22471c36eeb4b3e5e60a1f2579467)
|
|
1250
|
+
- Release 0.9.6 [`02b4b2b`](https://github.com/oceanprotocol/ocean-lib-js/commit/02b4b2bb0550b7168076582465ca59dde76a5a77)
|
|
1225
1251
|
|
|
1226
|
-
#### [v0.9.5](https://github.com/oceanprotocol/ocean
|
|
1252
|
+
#### [v0.9.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.4...v0.9.5)
|
|
1227
1253
|
|
|
1228
1254
|
> 27 October 2020
|
|
1229
1255
|
|
|
1230
|
-
- fix addmax & removemax [`#421`](https://github.com/oceanprotocol/ocean
|
|
1231
|
-
- Release 0.9.5 [`d67beac`](https://github.com/oceanprotocol/ocean
|
|
1256
|
+
- fix addmax & removemax [`#421`](https://github.com/oceanprotocol/ocean-lib-js/pull/421)
|
|
1257
|
+
- Release 0.9.5 [`d67beac`](https://github.com/oceanprotocol/ocean-lib-js/commit/d67beacde87a91c61c7e64ff0fae9f817ec88d5e)
|
|
1232
1258
|
|
|
1233
|
-
#### [v0.9.4](https://github.com/oceanprotocol/ocean
|
|
1259
|
+
#### [v0.9.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.3...v0.9.4)
|
|
1234
1260
|
|
|
1235
1261
|
> 27 October 2020
|
|
1236
1262
|
|
|
1237
|
-
- gas cost optimisations [`#420`](https://github.com/oceanprotocol/ocean
|
|
1238
|
-
- Release 0.9.4 [`e5c6797`](https://github.com/oceanprotocol/ocean
|
|
1263
|
+
- gas cost optimisations [`#420`](https://github.com/oceanprotocol/ocean-lib-js/pull/420)
|
|
1264
|
+
- Release 0.9.4 [`e5c6797`](https://github.com/oceanprotocol/ocean-lib-js/commit/e5c6797af9bfa73099189c3a45cc60b68bd96ed5)
|
|
1239
1265
|
|
|
1240
|
-
#### [v0.9.3](https://github.com/oceanprotocol/ocean
|
|
1266
|
+
#### [v0.9.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.1...v0.9.3)
|
|
1241
1267
|
|
|
1242
1268
|
> 27 October 2020
|
|
1243
1269
|
|
|
1244
|
-
- update bpool creation gas estimate [`#416`](https://github.com/oceanprotocol/ocean
|
|
1245
|
-
- Bump @types/node from 14.14.3 to 14.14.5 [`#415`](https://github.com/oceanprotocol/ocean
|
|
1246
|
-
- Bump @typescript-eslint/parser from 4.5.0 to 4.6.0 [`#413`](https://github.com/oceanprotocol/ocean
|
|
1247
|
-
- Bump typescript from 4.0.3 to 4.0.5 [`#414`](https://github.com/oceanprotocol/ocean
|
|
1248
|
-
- Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#412`](https://github.com/oceanprotocol/ocean
|
|
1249
|
-
- fix args names [`#411`](https://github.com/oceanprotocol/ocean
|
|
1250
|
-
- Release v0.9.2 [`19c05d5`](https://github.com/oceanprotocol/ocean
|
|
1251
|
-
- Release 0.9.3 [`e0bbcd1`](https://github.com/oceanprotocol/ocean
|
|
1252
|
-
- Update PoolFactory.ts [`2b810ac`](https://github.com/oceanprotocol/ocean
|
|
1270
|
+
- update bpool creation gas estimate [`#416`](https://github.com/oceanprotocol/ocean-lib-js/pull/416)
|
|
1271
|
+
- Bump @types/node from 14.14.3 to 14.14.5 [`#415`](https://github.com/oceanprotocol/ocean-lib-js/pull/415)
|
|
1272
|
+
- Bump @typescript-eslint/parser from 4.5.0 to 4.6.0 [`#413`](https://github.com/oceanprotocol/ocean-lib-js/pull/413)
|
|
1273
|
+
- Bump typescript from 4.0.3 to 4.0.5 [`#414`](https://github.com/oceanprotocol/ocean-lib-js/pull/414)
|
|
1274
|
+
- Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#412`](https://github.com/oceanprotocol/ocean-lib-js/pull/412)
|
|
1275
|
+
- fix args names [`#411`](https://github.com/oceanprotocol/ocean-lib-js/pull/411)
|
|
1276
|
+
- Release v0.9.2 [`19c05d5`](https://github.com/oceanprotocol/ocean-lib-js/commit/19c05d512d4eae265c96055cb6de6e9b158c4eb8)
|
|
1277
|
+
- Release 0.9.3 [`e0bbcd1`](https://github.com/oceanprotocol/ocean-lib-js/commit/e0bbcd101f48a50c895cc958125f31162d17fb7c)
|
|
1278
|
+
- Update PoolFactory.ts [`2b810ac`](https://github.com/oceanprotocol/ocean-lib-js/commit/2b810ac6a55f18f411ecfad56aa01dd73a6057d5)
|
|
1253
1279
|
|
|
1254
|
-
#### [v0.9.1](https://github.com/oceanprotocol/ocean
|
|
1280
|
+
#### [v0.9.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.9.0...v0.9.1)
|
|
1255
1281
|
|
|
1256
1282
|
> 26 October 2020
|
|
1257
1283
|
|
|
1258
|
-
- fix args names [`6960390`](https://github.com/oceanprotocol/ocean
|
|
1259
|
-
- gas limit in ddo publish [`7d62aee`](https://github.com/oceanprotocol/ocean
|
|
1260
|
-
- Release 0.9.1 [`5b76676`](https://github.com/oceanprotocol/ocean
|
|
1284
|
+
- fix args names [`6960390`](https://github.com/oceanprotocol/ocean-lib-js/commit/6960390720ae44badf40c37827e5b6e4bf151b81)
|
|
1285
|
+
- gas limit in ddo publish [`7d62aee`](https://github.com/oceanprotocol/ocean-lib-js/commit/7d62aeee63ab1b2399a1ed85110e0dbe848054bf)
|
|
1286
|
+
- Release 0.9.1 [`5b76676`](https://github.com/oceanprotocol/ocean-lib-js/commit/5b766763b6b7e5abf6047d512afed276356cab06)
|
|
1261
1287
|
|
|
1262
|
-
#### [v0.9.0](https://github.com/oceanprotocol/ocean
|
|
1288
|
+
#### [v0.9.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.8.1...v0.9.0)
|
|
1263
1289
|
|
|
1264
1290
|
> 26 October 2020
|
|
1265
1291
|
|
|
1266
|
-
- Fix/ComputeJob interface [`#410`](https://github.com/oceanprotocol/ocean
|
|
1267
|
-
- fix pool pricing [`#409`](https://github.com/oceanprotocol/ocean
|
|
1268
|
-
- word list update [`#407`](https://github.com/oceanprotocol/ocean
|
|
1269
|
-
- Release 0.9.0 [`1b90c92`](https://github.com/oceanprotocol/ocean
|
|
1270
|
-
- fix ComputeJob interface [`643fd04`](https://github.com/oceanprotocol/ocean
|
|
1292
|
+
- Fix/ComputeJob interface [`#410`](https://github.com/oceanprotocol/ocean-lib-js/pull/410)
|
|
1293
|
+
- fix pool pricing [`#409`](https://github.com/oceanprotocol/ocean-lib-js/pull/409)
|
|
1294
|
+
- word list update [`#407`](https://github.com/oceanprotocol/ocean-lib-js/pull/407)
|
|
1295
|
+
- Release 0.9.0 [`1b90c92`](https://github.com/oceanprotocol/ocean-lib-js/commit/1b90c92d08ae29b88ee8a0857564dffe558c69dc)
|
|
1296
|
+
- fix ComputeJob interface [`643fd04`](https://github.com/oceanprotocol/ocean-lib-js/commit/643fd04be0db9d3628f41b7621a5232abf02910a)
|
|
1271
1297
|
|
|
1272
|
-
#### [v0.8.1](https://github.com/oceanprotocol/ocean
|
|
1298
|
+
#### [v0.8.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.8.0...v0.8.1)
|
|
1273
1299
|
|
|
1274
1300
|
> 26 October 2020
|
|
1275
1301
|
|
|
1276
|
-
- gas optimisations [`#406`](https://github.com/oceanprotocol/ocean
|
|
1277
|
-
- Bump @types/node from 14.14.2 to 14.14.3 [`#403`](https://github.com/oceanprotocol/ocean
|
|
1278
|
-
- Bump eslint from 7.11.0 to 7.12.0 [`#402`](https://github.com/oceanprotocol/ocean
|
|
1279
|
-
- Release 0.8.1 [`a21f9e0`](https://github.com/oceanprotocol/ocean
|
|
1302
|
+
- gas optimisations [`#406`](https://github.com/oceanprotocol/ocean-lib-js/pull/406)
|
|
1303
|
+
- Bump @types/node from 14.14.2 to 14.14.3 [`#403`](https://github.com/oceanprotocol/ocean-lib-js/pull/403)
|
|
1304
|
+
- Bump eslint from 7.11.0 to 7.12.0 [`#402`](https://github.com/oceanprotocol/ocean-lib-js/pull/402)
|
|
1305
|
+
- Release 0.8.1 [`a21f9e0`](https://github.com/oceanprotocol/ocean-lib-js/commit/a21f9e0adb3d43c822ea030c5e4a90b72d87d96c)
|
|
1280
1306
|
|
|
1281
|
-
#### [v0.8.0](https://github.com/oceanprotocol/ocean
|
|
1307
|
+
#### [v0.8.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.5...v0.8.0)
|
|
1282
1308
|
|
|
1283
1309
|
> 23 October 2020
|
|
1284
1310
|
|
|
1285
|
-
- update metadataCacheUri & providerUri for mainnet [`#401`](https://github.com/oceanprotocol/ocean
|
|
1286
|
-
- Release 0.8.0 [`f28ba74`](https://github.com/oceanprotocol/ocean
|
|
1311
|
+
- update metadataCacheUri & providerUri for mainnet [`#401`](https://github.com/oceanprotocol/ocean-lib-js/pull/401)
|
|
1312
|
+
- Release 0.8.0 [`f28ba74`](https://github.com/oceanprotocol/ocean-lib-js/commit/f28ba748f2ce5efb859e84681ab309efd4811978)
|
|
1287
1313
|
|
|
1288
|
-
#### [v0.7.5](https://github.com/oceanprotocol/ocean
|
|
1314
|
+
#### [v0.7.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.4...v0.7.5)
|
|
1289
1315
|
|
|
1290
1316
|
> 22 October 2020
|
|
1291
1317
|
|
|
1292
|
-
- bump contracts to 0.5.7 [`#399`](https://github.com/oceanprotocol/ocean
|
|
1293
|
-
- update compute status [`#398`](https://github.com/oceanprotocol/ocean
|
|
1294
|
-
- Release 0.7.5 [`f43b665`](https://github.com/oceanprotocol/ocean
|
|
1295
|
-
- add mainnet uri [`aba652e`](https://github.com/oceanprotocol/ocean
|
|
1296
|
-
- fix tests [`4c4ef66`](https://github.com/oceanprotocol/ocean
|
|
1318
|
+
- bump contracts to 0.5.7 [`#399`](https://github.com/oceanprotocol/ocean-lib-js/pull/399)
|
|
1319
|
+
- update compute status [`#398`](https://github.com/oceanprotocol/ocean-lib-js/pull/398)
|
|
1320
|
+
- Release 0.7.5 [`f43b665`](https://github.com/oceanprotocol/ocean-lib-js/commit/f43b665e5354ce6139dcf636a6f171907c58791e)
|
|
1321
|
+
- add mainnet uri [`aba652e`](https://github.com/oceanprotocol/ocean-lib-js/commit/aba652ecc1d37b7d96c231285cfbf94b153c62af)
|
|
1322
|
+
- fix tests [`4c4ef66`](https://github.com/oceanprotocol/ocean-lib-js/commit/4c4ef66b8f13ba161995ad252f6886cfef3787ad)
|
|
1297
1323
|
|
|
1298
|
-
#### [v0.7.4](https://github.com/oceanprotocol/ocean
|
|
1324
|
+
#### [v0.7.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.3...v0.7.4)
|
|
1299
1325
|
|
|
1300
1326
|
> 22 October 2020
|
|
1301
1327
|
|
|
1302
|
-
- Release 0.7.4 [`94cb7c2`](https://github.com/oceanprotocol/ocean
|
|
1303
|
-
- update compute status [`1aefaf8`](https://github.com/oceanprotocol/ocean
|
|
1328
|
+
- Release 0.7.4 [`94cb7c2`](https://github.com/oceanprotocol/ocean-lib-js/commit/94cb7c278af2f501e28a59e9ff0abafbd936cb76)
|
|
1329
|
+
- update compute status [`1aefaf8`](https://github.com/oceanprotocol/ocean-lib-js/commit/1aefaf8116f473010852ebe83b1c41a9b602de90)
|
|
1304
1330
|
|
|
1305
|
-
#### [v0.7.3](https://github.com/oceanprotocol/ocean
|
|
1331
|
+
#### [v0.7.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.2...v0.7.3)
|
|
1306
1332
|
|
|
1307
1333
|
> 22 October 2020
|
|
1308
1334
|
|
|
1309
|
-
- allow compute status without signature [`#396`](https://github.com/oceanprotocol/ocean
|
|
1310
|
-
- Release 0.7.3 [`6cfd79d`](https://github.com/oceanprotocol/ocean
|
|
1311
|
-
- small refactor [`edce381`](https://github.com/oceanprotocol/ocean
|
|
1312
|
-
- typo [`c88040d`](https://github.com/oceanprotocol/ocean
|
|
1335
|
+
- allow compute status without signature [`#396`](https://github.com/oceanprotocol/ocean-lib-js/pull/396)
|
|
1336
|
+
- Release 0.7.3 [`6cfd79d`](https://github.com/oceanprotocol/ocean-lib-js/commit/6cfd79d3f0fe6ec7ad42120028cd787ad9edfbf5)
|
|
1337
|
+
- small refactor [`edce381`](https://github.com/oceanprotocol/ocean-lib-js/commit/edce3812c6c0638349f406739e11b92321a08e38)
|
|
1338
|
+
- typo [`c88040d`](https://github.com/oceanprotocol/ocean-lib-js/commit/c88040d0188a9490869c032c6924e5e305575e67)
|
|
1313
1339
|
|
|
1314
|
-
#### [v0.7.2](https://github.com/oceanprotocol/ocean
|
|
1340
|
+
#### [v0.7.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.1...v0.7.2)
|
|
1315
1341
|
|
|
1316
1342
|
> 22 October 2020
|
|
1317
1343
|
|
|
1318
|
-
- remove blob content [`#391`](https://github.com/oceanprotocol/ocean
|
|
1319
|
-
- Fix/LoggerLevel [`#377`](https://github.com/oceanprotocol/ocean
|
|
1320
|
-
- make searchforDT lowercase [`#393`](https://github.com/oceanprotocol/ocean
|
|
1321
|
-
- Bump @types/node from 14.14.0 to 14.14.2 [`#394`](https://github.com/oceanprotocol/ocean
|
|
1322
|
-
- Bump eslint-config-prettier from 6.13.0 to 6.14.0 [`#395`](https://github.com/oceanprotocol/ocean
|
|
1323
|
-
- refactor confighelper to use ocean-contracts [`#390`](https://github.com/oceanprotocol/ocean
|
|
1324
|
-
- fix Balancer pool [`0801970`](https://github.com/oceanprotocol/ocean
|
|
1325
|
-
- fix DataTokens [`c4d6b48`](https://github.com/oceanprotocol/ocean
|
|
1326
|
-
- fix error messages [`ca733f2`](https://github.com/oceanprotocol/ocean
|
|
1344
|
+
- remove blob content [`#391`](https://github.com/oceanprotocol/ocean-lib-js/pull/391)
|
|
1345
|
+
- Fix/LoggerLevel [`#377`](https://github.com/oceanprotocol/ocean-lib-js/pull/377)
|
|
1346
|
+
- make searchforDT lowercase [`#393`](https://github.com/oceanprotocol/ocean-lib-js/pull/393)
|
|
1347
|
+
- Bump @types/node from 14.14.0 to 14.14.2 [`#394`](https://github.com/oceanprotocol/ocean-lib-js/pull/394)
|
|
1348
|
+
- Bump eslint-config-prettier from 6.13.0 to 6.14.0 [`#395`](https://github.com/oceanprotocol/ocean-lib-js/pull/395)
|
|
1349
|
+
- refactor confighelper to use ocean-contracts [`#390`](https://github.com/oceanprotocol/ocean-lib-js/pull/390)
|
|
1350
|
+
- fix Balancer pool [`0801970`](https://github.com/oceanprotocol/ocean-lib-js/commit/08019706e9d46c7409b338d77f4b2f50d4787aab)
|
|
1351
|
+
- fix DataTokens [`c4d6b48`](https://github.com/oceanprotocol/ocean-lib-js/commit/c4d6b48896a115fd72c0cfd0f5a507ad2187ed1a)
|
|
1352
|
+
- fix error messages [`ca733f2`](https://github.com/oceanprotocol/ocean-lib-js/commit/ca733f2a064224b9df261d4c114ad3971cd89999)
|
|
1327
1353
|
|
|
1328
|
-
#### [v0.7.1](https://github.com/oceanprotocol/ocean
|
|
1354
|
+
#### [v0.7.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.7.0...v0.7.1)
|
|
1329
1355
|
|
|
1330
1356
|
> 21 October 2020
|
|
1331
1357
|
|
|
1332
|
-
- Release 0.7.1 [`38353f4`](https://github.com/oceanprotocol/ocean
|
|
1333
|
-
- BestPrice type tweak [`47d3282`](https://github.com/oceanprotocol/ocean
|
|
1358
|
+
- Release 0.7.1 [`38353f4`](https://github.com/oceanprotocol/ocean-lib-js/commit/38353f4c9be56bbae7a3833656b78fabf1969c6b)
|
|
1359
|
+
- BestPrice type tweak [`47d3282`](https://github.com/oceanprotocol/ocean-lib-js/commit/47d328219746dd4fb05e364e24492eef0a0c5907)
|
|
1334
1360
|
|
|
1335
|
-
#### [v0.7.0](https://github.com/oceanprotocol/ocean
|
|
1361
|
+
#### [v0.7.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.7...v0.7.0)
|
|
1336
1362
|
|
|
1337
1363
|
> 21 October 2020
|
|
1338
1364
|
|
|
1339
|
-
- make create methods subscribable [`#389`](https://github.com/oceanprotocol/ocean
|
|
1340
|
-
- Bump @types/node from 14.11.10 to 14.14.0 [`#383`](https://github.com/oceanprotocol/ocean
|
|
1341
|
-
- make pool.create subscribable [`dec9c57`](https://github.com/oceanprotocol/ocean
|
|
1342
|
-
- change exchange.create to allow subscribe&approve [`11271a9`](https://github.com/oceanprotocol/ocean
|
|
1343
|
-
- pool.create returns txid [`4db0a0d`](https://github.com/oceanprotocol/ocean
|
|
1365
|
+
- make create methods subscribable [`#389`](https://github.com/oceanprotocol/ocean-lib-js/pull/389)
|
|
1366
|
+
- Bump @types/node from 14.11.10 to 14.14.0 [`#383`](https://github.com/oceanprotocol/ocean-lib-js/pull/383)
|
|
1367
|
+
- make pool.create subscribable [`dec9c57`](https://github.com/oceanprotocol/ocean-lib-js/commit/dec9c57c94f777201355c1356c881989002931c1)
|
|
1368
|
+
- change exchange.create to allow subscribe&approve [`11271a9`](https://github.com/oceanprotocol/ocean-lib-js/commit/11271a970b6fd692e26cf398973244ae1e153b9b)
|
|
1369
|
+
- pool.create returns txid [`4db0a0d`](https://github.com/oceanprotocol/ocean-lib-js/commit/4db0a0d43d25aaefba121985dc00f5dad570db11)
|
|
1344
1370
|
|
|
1345
|
-
#### [v0.6.7](https://github.com/oceanprotocol/ocean
|
|
1371
|
+
#### [v0.6.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.6...v0.6.7)
|
|
1346
1372
|
|
|
1347
1373
|
> 21 October 2020
|
|
1348
1374
|
|
|
1349
|
-
- Update .travis.yml [`#384`](https://github.com/oceanprotocol/ocean
|
|
1350
|
-
- Release 0.6.7 [`f5f9e33`](https://github.com/oceanprotocol/ocean
|
|
1375
|
+
- Update .travis.yml [`#384`](https://github.com/oceanprotocol/ocean-lib-js/pull/384)
|
|
1376
|
+
- Release 0.6.7 [`f5f9e33`](https://github.com/oceanprotocol/ocean-lib-js/commit/f5f9e3308def5daea18cb4f2d2b9a2742c602fdb)
|
|
1351
1377
|
|
|
1352
|
-
#### [v0.6.6](https://github.com/oceanprotocol/ocean
|
|
1378
|
+
#### [v0.6.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.5...v0.6.6)
|
|
1353
1379
|
|
|
1354
1380
|
> 20 October 2020
|
|
1355
1381
|
|
|
1356
|
-
- add datatokeninfo to ddo creation [`#382`](https://github.com/oceanprotocol/ocean
|
|
1357
|
-
- fix getOrderHistory [`#381`](https://github.com/oceanprotocol/ocean
|
|
1358
|
-
- Bump @typescript-eslint/parser from 4.4.1 to 4.5.0 [`#378`](https://github.com/oceanprotocol/ocean
|
|
1359
|
-
- Bump @typescript-eslint/eslint-plugin from 4.4.1 to 4.5.0 [`#379`](https://github.com/oceanprotocol/ocean
|
|
1360
|
-
- Release 0.6.6 [`461ea5c`](https://github.com/oceanprotocol/ocean
|
|
1361
|
-
- fix tests [`efaa3f6`](https://github.com/oceanprotocol/ocean
|
|
1382
|
+
- add datatokeninfo to ddo creation [`#382`](https://github.com/oceanprotocol/ocean-lib-js/pull/382)
|
|
1383
|
+
- fix getOrderHistory [`#381`](https://github.com/oceanprotocol/ocean-lib-js/pull/381)
|
|
1384
|
+
- Bump @typescript-eslint/parser from 4.4.1 to 4.5.0 [`#378`](https://github.com/oceanprotocol/ocean-lib-js/pull/378)
|
|
1385
|
+
- Bump @typescript-eslint/eslint-plugin from 4.4.1 to 4.5.0 [`#379`](https://github.com/oceanprotocol/ocean-lib-js/pull/379)
|
|
1386
|
+
- Release 0.6.6 [`461ea5c`](https://github.com/oceanprotocol/ocean-lib-js/commit/461ea5c46ab8f419f5d95a59a7237052b1192edd)
|
|
1387
|
+
- fix tests [`efaa3f6`](https://github.com/oceanprotocol/ocean-lib-js/commit/efaa3f6d1d6b425cb9faa1a4d113d9272909cf7e)
|
|
1362
1388
|
|
|
1363
|
-
#### [v0.6.5](https://github.com/oceanprotocol/ocean
|
|
1389
|
+
#### [v0.6.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.4...v0.6.5)
|
|
1364
1390
|
|
|
1365
1391
|
> 19 October 2020
|
|
1366
1392
|
|
|
1367
|
-
- search for pools on-chain [`#375`](https://github.com/oceanprotocol/ocean
|
|
1368
|
-
- Fix/Error-messages [`#367`](https://github.com/oceanprotocol/ocean
|
|
1369
|
-
- Bump @types/chai from 4.2.13 to 4.2.14 [`#369`](https://github.com/oceanprotocol/ocean
|
|
1370
|
-
- Bump @types/node from 14.11.8 to 14.11.10 [`#372`](https://github.com/oceanprotocol/ocean
|
|
1371
|
-
- Bump release-it from 14.1.0 to 14.2.0 [`#370`](https://github.com/oceanprotocol/ocean
|
|
1372
|
-
- Bump eslint-config-prettier from 6.12.0 to 6.13.0 [`#371`](https://github.com/oceanprotocol/ocean
|
|
1373
|
-
- handle error messages [`d574782`](https://github.com/oceanprotocol/ocean
|
|
1374
|
-
- Release 0.6.5 [`7bed54e`](https://github.com/oceanprotocol/ocean
|
|
1375
|
-
- fix lint errors [`3a34c0c`](https://github.com/oceanprotocol/ocean
|
|
1393
|
+
- search for pools on-chain [`#375`](https://github.com/oceanprotocol/ocean-lib-js/pull/375)
|
|
1394
|
+
- Fix/Error-messages [`#367`](https://github.com/oceanprotocol/ocean-lib-js/pull/367)
|
|
1395
|
+
- Bump @types/chai from 4.2.13 to 4.2.14 [`#369`](https://github.com/oceanprotocol/ocean-lib-js/pull/369)
|
|
1396
|
+
- Bump @types/node from 14.11.8 to 14.11.10 [`#372`](https://github.com/oceanprotocol/ocean-lib-js/pull/372)
|
|
1397
|
+
- Bump release-it from 14.1.0 to 14.2.0 [`#370`](https://github.com/oceanprotocol/ocean-lib-js/pull/370)
|
|
1398
|
+
- Bump eslint-config-prettier from 6.12.0 to 6.13.0 [`#371`](https://github.com/oceanprotocol/ocean-lib-js/pull/371)
|
|
1399
|
+
- handle error messages [`d574782`](https://github.com/oceanprotocol/ocean-lib-js/commit/d574782b14f1d237317c7029ae39bcb07a61226e)
|
|
1400
|
+
- Release 0.6.5 [`7bed54e`](https://github.com/oceanprotocol/ocean-lib-js/commit/7bed54e0a311ce2f00e5e66923fa5b6527cd5f2c)
|
|
1401
|
+
- fix lint errors [`3a34c0c`](https://github.com/oceanprotocol/ocean-lib-js/commit/3a34c0c54c42800746d3c04572d5b68bdcd91060)
|
|
1376
1402
|
|
|
1377
|
-
#### [v0.6.4](https://github.com/oceanprotocol/ocean
|
|
1403
|
+
#### [v0.6.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.3...v0.6.4)
|
|
1378
1404
|
|
|
1379
1405
|
> 16 October 2020
|
|
1380
1406
|
|
|
1381
|
-
- fix bug when amountOut>=balanceOut [`#365`](https://github.com/oceanprotocol/ocean
|
|
1382
|
-
- Bump @truffle/hdwallet-provider from 1.1.0 to 1.1.1 [`#368`](https://github.com/oceanprotocol/ocean
|
|
1383
|
-
- Release 0.6.4 [`e5e1e40`](https://github.com/oceanprotocol/ocean
|
|
1384
|
-
- add test [`b341667`](https://github.com/oceanprotocol/ocean
|
|
1407
|
+
- fix bug when amountOut>=balanceOut [`#365`](https://github.com/oceanprotocol/ocean-lib-js/pull/365)
|
|
1408
|
+
- Bump @truffle/hdwallet-provider from 1.1.0 to 1.1.1 [`#368`](https://github.com/oceanprotocol/ocean-lib-js/pull/368)
|
|
1409
|
+
- Release 0.6.4 [`e5e1e40`](https://github.com/oceanprotocol/ocean-lib-js/commit/e5e1e40608cb2e5e4b45dbd9f44247229a158a58)
|
|
1410
|
+
- add test [`b341667`](https://github.com/oceanprotocol/ocean-lib-js/commit/b34166732f4ddaacb4a7ba9ab9f13cb6e5961cfc)
|
|
1385
1411
|
|
|
1386
|
-
#### [v0.6.3](https://github.com/oceanprotocol/ocean
|
|
1412
|
+
#### [v0.6.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.2...v0.6.3)
|
|
1387
1413
|
|
|
1388
1414
|
> 15 October 2020
|
|
1389
1415
|
|
|
1390
|
-
- Fix/tests-assertion [`#362`](https://github.com/oceanprotocol/ocean
|
|
1391
|
-
- Bump @oceanprotocol/contracts from 0.5.5 to 0.5.6 [`#364`](https://github.com/oceanprotocol/ocean
|
|
1392
|
-
- Feature/new aqua and provider [`#359`](https://github.com/oceanprotocol/ocean
|
|
1393
|
-
- add ddo.datatokeninfo [`#363`](https://github.com/oceanprotocol/ocean
|
|
1394
|
-
- package updates [`0f82c00`](https://github.com/oceanprotocol/ocean
|
|
1395
|
-
- get polls from aquarius [`15e6518`](https://github.com/oceanprotocol/ocean
|
|
1396
|
-
- Release 0.6.3 [`7d15d2d`](https://github.com/oceanprotocol/ocean
|
|
1416
|
+
- Fix/tests-assertion [`#362`](https://github.com/oceanprotocol/ocean-lib-js/pull/362)
|
|
1417
|
+
- Bump @oceanprotocol/contracts from 0.5.5 to 0.5.6 [`#364`](https://github.com/oceanprotocol/ocean-lib-js/pull/364)
|
|
1418
|
+
- Feature/new aqua and provider [`#359`](https://github.com/oceanprotocol/ocean-lib-js/pull/359)
|
|
1419
|
+
- add ddo.datatokeninfo [`#363`](https://github.com/oceanprotocol/ocean-lib-js/pull/363)
|
|
1420
|
+
- package updates [`0f82c00`](https://github.com/oceanprotocol/ocean-lib-js/commit/0f82c00a06ffdea0d560b822ab995ebfa1ffb447)
|
|
1421
|
+
- get polls from aquarius [`15e6518`](https://github.com/oceanprotocol/ocean-lib-js/commit/15e651801caf366ec434563dd96a57ad5d2ccf68)
|
|
1422
|
+
- Release 0.6.3 [`7d15d2d`](https://github.com/oceanprotocol/ocean-lib-js/commit/7d15d2d1d98005bed73204bab22567953ef5746e)
|
|
1397
1423
|
|
|
1398
|
-
#### [v0.6.2](https://github.com/oceanprotocol/ocean
|
|
1424
|
+
#### [v0.6.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.1...v0.6.2)
|
|
1399
1425
|
|
|
1400
1426
|
> 14 October 2020
|
|
1401
1427
|
|
|
1402
|
-
- add getTokensRemovedforPoolShares [`#361`](https://github.com/oceanprotocol/ocean
|
|
1403
|
-
- refactor [`8ee1172`](https://github.com/oceanprotocol/ocean
|
|
1404
|
-
- Release 0.6.2 [`20551cf`](https://github.com/oceanprotocol/ocean
|
|
1405
|
-
- add missing test [`452b0b6`](https://github.com/oceanprotocol/ocean
|
|
1428
|
+
- add getTokensRemovedforPoolShares [`#361`](https://github.com/oceanprotocol/ocean-lib-js/pull/361)
|
|
1429
|
+
- refactor [`8ee1172`](https://github.com/oceanprotocol/ocean-lib-js/commit/8ee1172d2154073cfbc7b4f1006e595dfd89de74)
|
|
1430
|
+
- Release 0.6.2 [`20551cf`](https://github.com/oceanprotocol/ocean-lib-js/commit/20551cf8e18bff1ebd433ddd938a40887365429f)
|
|
1431
|
+
- add missing test [`452b0b6`](https://github.com/oceanprotocol/ocean-lib-js/commit/452b0b6b7820999f9865b3b6efc4eea2b3f0f2f5)
|
|
1406
1432
|
|
|
1407
|
-
#### [v0.6.1](https://github.com/oceanprotocol/ocean
|
|
1433
|
+
#### [v0.6.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.6.0...v0.6.1)
|
|
1408
1434
|
|
|
1409
1435
|
> 14 October 2020
|
|
1410
1436
|
|
|
1411
|
-
- remove duplicate totalSupply [`#360`](https://github.com/oceanprotocol/ocean
|
|
1412
|
-
- Release 0.6.1 [`7f27935`](https://github.com/oceanprotocol/ocean
|
|
1413
|
-
- fix balancer test [`a6d79c0`](https://github.com/oceanprotocol/ocean
|
|
1414
|
-
- fix balancer test [`9cad523`](https://github.com/oceanprotocol/ocean
|
|
1437
|
+
- remove duplicate totalSupply [`#360`](https://github.com/oceanprotocol/ocean-lib-js/pull/360)
|
|
1438
|
+
- Release 0.6.1 [`7f27935`](https://github.com/oceanprotocol/ocean-lib-js/commit/7f279350a0801a96edd4857df2ac6740327c8a64)
|
|
1439
|
+
- fix balancer test [`a6d79c0`](https://github.com/oceanprotocol/ocean-lib-js/commit/a6d79c020a557bb34b4f986942e740d5adf4ce0a)
|
|
1440
|
+
- fix balancer test [`9cad523`](https://github.com/oceanprotocol/ocean-lib-js/commit/9cad5231505b89b75eb066e8131434593ae24eca)
|
|
1415
1441
|
|
|
1416
|
-
#### [v0.6.0](https://github.com/oceanprotocol/ocean
|
|
1442
|
+
#### [v0.6.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.6...v0.6.0)
|
|
1417
1443
|
|
|
1418
1444
|
> 13 October 2020
|
|
1419
1445
|
|
|
1420
|
-
- remove ddo prof [`#358`](https://github.com/oceanprotocol/ocean
|
|
1421
|
-
- ocean-lib-js → ocean.js [`#355`](https://github.com/oceanprotocol/ocean
|
|
1422
|
-
- metadataStore → metadataCache [`#354`](https://github.com/oceanprotocol/ocean
|
|
1423
|
-
- Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.4.1 [`#352`](https://github.com/oceanprotocol/ocean
|
|
1424
|
-
- Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 [`#353`](https://github.com/oceanprotocol/ocean
|
|
1425
|
-
- sort polls by blockNumber [`#357`](https://github.com/oceanprotocol/ocean
|
|
1426
|
-
- jsdocs updates [`#350`](https://github.com/oceanprotocol/ocean
|
|
1427
|
-
- add pool validation and helpers [`#348`](https://github.com/oceanprotocol/ocean
|
|
1428
|
-
- Bump eslint from 7.10.0 to 7.11.0 [`#344`](https://github.com/oceanprotocol/ocean
|
|
1429
|
-
- Bump @types/node from 14.11.7 to 14.11.8 [`#347`](https://github.com/oceanprotocol/ocean
|
|
1430
|
-
- Bump release-it from 14.0.4 to 14.1.0 [`#345`](https://github.com/oceanprotocol/ocean
|
|
1431
|
-
- Bump @types/node from 14.11.5 to 14.11.7 [`#342`](https://github.com/oceanprotocol/ocean
|
|
1432
|
-
- fix #341 [`#341`](https://github.com/oceanprotocol/ocean
|
|
1433
|
-
- Release 0.6.0 [`69a0b0d`](https://github.com/oceanprotocol/ocean
|
|
1434
|
-
- add more pool tests [`002a38d`](https://github.com/oceanprotocol/ocean
|
|
1435
|
-
- more helpers [`d2b770a`](https://github.com/oceanprotocol/ocean
|
|
1436
|
-
|
|
1437
|
-
#### [v0.5.6](https://github.com/oceanprotocol/ocean
|
|
1446
|
+
- remove ddo prof [`#358`](https://github.com/oceanprotocol/ocean-lib-js/pull/358)
|
|
1447
|
+
- ocean-lib-js → ocean.js [`#355`](https://github.com/oceanprotocol/ocean-lib-js/pull/355)
|
|
1448
|
+
- metadataStore → metadataCache [`#354`](https://github.com/oceanprotocol/ocean-lib-js/pull/354)
|
|
1449
|
+
- Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.4.1 [`#352`](https://github.com/oceanprotocol/ocean-lib-js/pull/352)
|
|
1450
|
+
- Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 [`#353`](https://github.com/oceanprotocol/ocean-lib-js/pull/353)
|
|
1451
|
+
- sort polls by blockNumber [`#357`](https://github.com/oceanprotocol/ocean-lib-js/pull/357)
|
|
1452
|
+
- jsdocs updates [`#350`](https://github.com/oceanprotocol/ocean-lib-js/pull/350)
|
|
1453
|
+
- add pool validation and helpers [`#348`](https://github.com/oceanprotocol/ocean-lib-js/pull/348)
|
|
1454
|
+
- Bump eslint from 7.10.0 to 7.11.0 [`#344`](https://github.com/oceanprotocol/ocean-lib-js/pull/344)
|
|
1455
|
+
- Bump @types/node from 14.11.7 to 14.11.8 [`#347`](https://github.com/oceanprotocol/ocean-lib-js/pull/347)
|
|
1456
|
+
- Bump release-it from 14.0.4 to 14.1.0 [`#345`](https://github.com/oceanprotocol/ocean-lib-js/pull/345)
|
|
1457
|
+
- Bump @types/node from 14.11.5 to 14.11.7 [`#342`](https://github.com/oceanprotocol/ocean-lib-js/pull/342)
|
|
1458
|
+
- fix #341 [`#341`](https://github.com/oceanprotocol/ocean-lib-js/issues/341)
|
|
1459
|
+
- Release 0.6.0 [`69a0b0d`](https://github.com/oceanprotocol/ocean-lib-js/commit/69a0b0d8a2f34ae08e37de1b21c7edc5d52a83ae)
|
|
1460
|
+
- add more pool tests [`002a38d`](https://github.com/oceanprotocol/ocean-lib-js/commit/002a38d487ffacb54f04b74679da528d282b873c)
|
|
1461
|
+
- more helpers [`d2b770a`](https://github.com/oceanprotocol/ocean-lib-js/commit/d2b770a9823ea0fa4252fedba6033c0634d38d5f)
|
|
1462
|
+
|
|
1463
|
+
#### [v0.5.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.5...v0.5.6)
|
|
1438
1464
|
|
|
1439
1465
|
> 8 October 2020
|
|
1440
1466
|
|
|
1441
|
-
- update DDO [`#340`](https://github.com/oceanprotocol/ocean
|
|
1442
|
-
- Bump release-it from 14.0.3 to 14.0.4 [`#339`](https://github.com/oceanprotocol/ocean
|
|
1443
|
-
- Bump @types/node from 14.11.4 to 14.11.5 [`#337`](https://github.com/oceanprotocol/ocean
|
|
1444
|
-
- fix incorrect dtAddress [`#338`](https://github.com/oceanprotocol/ocean
|
|
1445
|
-
- Feature/swapFee docs [`#331`](https://github.com/oceanprotocol/ocean
|
|
1446
|
-
- Bump @types/chai from 4.2.12 to 4.2.13 [`#334`](https://github.com/oceanprotocol/ocean
|
|
1447
|
-
- Bump @types/node from 14.11.2 to 14.11.4 [`#332`](https://github.com/oceanprotocol/ocean
|
|
1448
|
-
- Bump @typescript-eslint/eslint-plugin from 4.3.0 to 4.4.0 [`#335`](https://github.com/oceanprotocol/ocean
|
|
1449
|
-
- Bump @typescript-eslint/parser from 4.3.0 to 4.4.0 [`#333`](https://github.com/oceanprotocol/ocean
|
|
1450
|
-
- Bump uuid from 8.3.0 to 8.3.1 [`#330`](https://github.com/oceanprotocol/ocean
|
|
1451
|
-
- Release 0.5.6 [`a6d6a5f`](https://github.com/oceanprotocol/ocean
|
|
1452
|
-
- BestPrice interface [`d3b47d6`](https://github.com/oceanprotocol/ocean
|
|
1453
|
-
- Update OceanPool.ts [`e1c7eeb`](https://github.com/oceanprotocol/ocean
|
|
1454
|
-
|
|
1455
|
-
#### [v0.5.5](https://github.com/oceanprotocol/ocean
|
|
1467
|
+
- update DDO [`#340`](https://github.com/oceanprotocol/ocean-lib-js/pull/340)
|
|
1468
|
+
- Bump release-it from 14.0.3 to 14.0.4 [`#339`](https://github.com/oceanprotocol/ocean-lib-js/pull/339)
|
|
1469
|
+
- Bump @types/node from 14.11.4 to 14.11.5 [`#337`](https://github.com/oceanprotocol/ocean-lib-js/pull/337)
|
|
1470
|
+
- fix incorrect dtAddress [`#338`](https://github.com/oceanprotocol/ocean-lib-js/pull/338)
|
|
1471
|
+
- Feature/swapFee docs [`#331`](https://github.com/oceanprotocol/ocean-lib-js/pull/331)
|
|
1472
|
+
- Bump @types/chai from 4.2.12 to 4.2.13 [`#334`](https://github.com/oceanprotocol/ocean-lib-js/pull/334)
|
|
1473
|
+
- Bump @types/node from 14.11.2 to 14.11.4 [`#332`](https://github.com/oceanprotocol/ocean-lib-js/pull/332)
|
|
1474
|
+
- Bump @typescript-eslint/eslint-plugin from 4.3.0 to 4.4.0 [`#335`](https://github.com/oceanprotocol/ocean-lib-js/pull/335)
|
|
1475
|
+
- Bump @typescript-eslint/parser from 4.3.0 to 4.4.0 [`#333`](https://github.com/oceanprotocol/ocean-lib-js/pull/333)
|
|
1476
|
+
- Bump uuid from 8.3.0 to 8.3.1 [`#330`](https://github.com/oceanprotocol/ocean-lib-js/pull/330)
|
|
1477
|
+
- Release 0.5.6 [`a6d6a5f`](https://github.com/oceanprotocol/ocean-lib-js/commit/a6d6a5f8c9b83b4ffcfe3a584bcf2dcf23316144)
|
|
1478
|
+
- BestPrice interface [`d3b47d6`](https://github.com/oceanprotocol/ocean-lib-js/commit/d3b47d618ba145db55f12ba2a7ffdfc247d58693)
|
|
1479
|
+
- Update OceanPool.ts [`e1c7eeb`](https://github.com/oceanprotocol/ocean-lib-js/commit/e1c7eeb6ba050860e63aac4b9909fd475dc786a8)
|
|
1480
|
+
|
|
1481
|
+
#### [v0.5.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.4...v0.5.5)
|
|
1456
1482
|
|
|
1457
1483
|
> 2 October 2020
|
|
1458
1484
|
|
|
1459
|
-
- fix typo in Metadata contract address [`#329`](https://github.com/oceanprotocol/ocean
|
|
1460
|
-
- Release 0.5.5 [`bca3202`](https://github.com/oceanprotocol/ocean
|
|
1461
|
-
- fix type in Metadata [`4653432`](https://github.com/oceanprotocol/ocean
|
|
1485
|
+
- fix typo in Metadata contract address [`#329`](https://github.com/oceanprotocol/ocean-lib-js/pull/329)
|
|
1486
|
+
- Release 0.5.5 [`bca3202`](https://github.com/oceanprotocol/ocean-lib-js/commit/bca320281401b13a0fe7e192598f60d487438d8b)
|
|
1487
|
+
- fix type in Metadata [`4653432`](https://github.com/oceanprotocol/ocean-lib-js/commit/46534324f5a963d2214c2c70ace0022486c26a54)
|
|
1462
1488
|
|
|
1463
|
-
#### [v0.5.4](https://github.com/oceanprotocol/ocean
|
|
1489
|
+
#### [v0.5.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.3...v0.5.4)
|
|
1464
1490
|
|
|
1465
1491
|
> 2 October 2020
|
|
1466
1492
|
|
|
1467
|
-
- Feature/contracts 053 [`#328`](https://github.com/oceanprotocol/ocean
|
|
1468
|
-
- update to contracts 0.5.3 [`b78a57c`](https://github.com/oceanprotocol/ocean
|
|
1469
|
-
- Release 0.5.4 [`cd033b5`](https://github.com/oceanprotocol/ocean
|
|
1470
|
-
- update to contracts 0.5.3 [`cc84784`](https://github.com/oceanprotocol/ocean
|
|
1493
|
+
- Feature/contracts 053 [`#328`](https://github.com/oceanprotocol/ocean-lib-js/pull/328)
|
|
1494
|
+
- update to contracts 0.5.3 [`b78a57c`](https://github.com/oceanprotocol/ocean-lib-js/commit/b78a57c59a98cb10c0f90f14d24011c43920bfff)
|
|
1495
|
+
- Release 0.5.4 [`cd033b5`](https://github.com/oceanprotocol/ocean-lib-js/commit/cd033b547a8e059ca37b69594aa5a66dfd5b4d7c)
|
|
1496
|
+
- update to contracts 0.5.3 [`cc84784`](https://github.com/oceanprotocol/ocean-lib-js/commit/cc847841c5639fb0f74bea5ca5b4e43f184b923a)
|
|
1471
1497
|
|
|
1472
|
-
#### [v0.5.3](https://github.com/oceanprotocol/ocean
|
|
1498
|
+
#### [v0.5.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.2...v0.5.3)
|
|
1473
1499
|
|
|
1474
1500
|
> 2 October 2020
|
|
1475
1501
|
|
|
1476
|
-
- use networkID instead of chainId [`#327`](https://github.com/oceanprotocol/ocean
|
|
1477
|
-
- Release 0.5.3 [`9a228c1`](https://github.com/oceanprotocol/ocean
|
|
1502
|
+
- use networkID instead of chainId [`#327`](https://github.com/oceanprotocol/ocean-lib-js/pull/327)
|
|
1503
|
+
- Release 0.5.3 [`9a228c1`](https://github.com/oceanprotocol/ocean-lib-js/commit/9a228c131ba61d485c22f575f31e78e4689a3969)
|
|
1478
1504
|
|
|
1479
|
-
#### [v0.5.2](https://github.com/oceanprotocol/ocean
|
|
1505
|
+
#### [v0.5.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.1...v0.5.2)
|
|
1480
1506
|
|
|
1481
1507
|
> 1 October 2020
|
|
1482
1508
|
|
|
1483
|
-
- add order history [`#325`](https://github.com/oceanprotocol/ocean
|
|
1484
|
-
- Release 0.5.2 [`0526778`](https://github.com/oceanprotocol/ocean
|
|
1485
|
-
- add optional filter [`4d00c88`](https://github.com/oceanprotocol/ocean
|
|
1486
|
-
- rename from OrderHistory to Order [`2a715c9`](https://github.com/oceanprotocol/ocean
|
|
1509
|
+
- add order history [`#325`](https://github.com/oceanprotocol/ocean-lib-js/pull/325)
|
|
1510
|
+
- Release 0.5.2 [`0526778`](https://github.com/oceanprotocol/ocean-lib-js/commit/05267781824b59ea8eb0fe5ddc38556d77f68dc8)
|
|
1511
|
+
- add optional filter [`4d00c88`](https://github.com/oceanprotocol/ocean-lib-js/commit/4d00c882df3915eb172b3df7bcb70d3dfd7a5f5f)
|
|
1512
|
+
- rename from OrderHistory to Order [`2a715c9`](https://github.com/oceanprotocol/ocean-lib-js/commit/2a715c94427247d92f06deedde5ecc2f717dd644)
|
|
1487
1513
|
|
|
1488
|
-
#### [v0.5.1](https://github.com/oceanprotocol/ocean
|
|
1514
|
+
#### [v0.5.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.5.0...v0.5.1)
|
|
1489
1515
|
|
|
1490
1516
|
> 1 October 2020
|
|
1491
1517
|
|
|
1492
|
-
- Feature/contracts 0.5.1 [`#324`](https://github.com/oceanprotocol/ocean
|
|
1493
|
-
- bump contracts to 0.5.1 [`9b7f911`](https://github.com/oceanprotocol/ocean
|
|
1494
|
-
- Release 0.5.1 [`50e2f8d`](https://github.com/oceanprotocol/ocean
|
|
1495
|
-
- fix lint [`2e04ece`](https://github.com/oceanprotocol/ocean
|
|
1518
|
+
- Feature/contracts 0.5.1 [`#324`](https://github.com/oceanprotocol/ocean-lib-js/pull/324)
|
|
1519
|
+
- bump contracts to 0.5.1 [`9b7f911`](https://github.com/oceanprotocol/ocean-lib-js/commit/9b7f9119348c1310e34c73dbccecc2c41db828a0)
|
|
1520
|
+
- Release 0.5.1 [`50e2f8d`](https://github.com/oceanprotocol/ocean-lib-js/commit/50e2f8de61092f466eb139a42cb3094640dfcfc7)
|
|
1521
|
+
- fix lint [`2e04ece`](https://github.com/oceanprotocol/ocean-lib-js/commit/2e04ece81c10ed7b765cb09844145c474230efe7)
|
|
1496
1522
|
|
|
1497
|
-
#### [v0.5.0](https://github.com/oceanprotocol/ocean
|
|
1523
|
+
#### [v0.5.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.4.1...v0.5.0)
|
|
1498
1524
|
|
|
1499
1525
|
> 1 October 2020
|
|
1500
1526
|
|
|
1501
|
-
- Feature/contracts 0.5.0 & account removed where possible [`#323`](https://github.com/oceanprotocol/ocean
|
|
1502
|
-
- remove need of an account for some calls [`fa2a1f8`](https://github.com/oceanprotocol/ocean
|
|
1503
|
-
- bump contracts to 0.5.0 [`9bbff39`](https://github.com/oceanprotocol/ocean
|
|
1504
|
-
- Release 0.5.0 [`82af6ed`](https://github.com/oceanprotocol/ocean
|
|
1527
|
+
- Feature/contracts 0.5.0 & account removed where possible [`#323`](https://github.com/oceanprotocol/ocean-lib-js/pull/323)
|
|
1528
|
+
- remove need of an account for some calls [`fa2a1f8`](https://github.com/oceanprotocol/ocean-lib-js/commit/fa2a1f8944b5a158a142929bf89e09e21c169b8f)
|
|
1529
|
+
- bump contracts to 0.5.0 [`9bbff39`](https://github.com/oceanprotocol/ocean-lib-js/commit/9bbff39cf002d50d2e923135cf35d4c2e5c26c94)
|
|
1530
|
+
- Release 0.5.0 [`82af6ed`](https://github.com/oceanprotocol/ocean-lib-js/commit/82af6edcd3382db6241601c3e808a9827447ce59)
|
|
1505
1531
|
|
|
1506
|
-
#### [v0.4.1](https://github.com/oceanprotocol/ocean
|
|
1532
|
+
#### [v0.4.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.4.0...v0.4.1)
|
|
1507
1533
|
|
|
1508
1534
|
> 30 September 2020
|
|
1509
1535
|
|
|
1510
|
-
- Release 0.4.1 [`b013d97`](https://github.com/oceanprotocol/ocean
|
|
1511
|
-
- run build upon release [`2b5d48a`](https://github.com/oceanprotocol/ocean
|
|
1536
|
+
- Release 0.4.1 [`b013d97`](https://github.com/oceanprotocol/ocean-lib-js/commit/b013d970ae8c12dc4dc45e82486ea27f5699df0e)
|
|
1537
|
+
- run build upon release [`2b5d48a`](https://github.com/oceanprotocol/ocean-lib-js/commit/2b5d48a3c977c925f9b774ac1eb794180824ea22)
|
|
1512
1538
|
|
|
1513
|
-
#### [v0.4.0](https://github.com/oceanprotocol/ocean
|
|
1539
|
+
#### [v0.4.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.3.2...v0.4.0)
|
|
1514
1540
|
|
|
1515
1541
|
> 30 September 2020
|
|
1516
1542
|
|
|
1517
|
-
- add stats/history [`#289`](https://github.com/oceanprotocol/ocean
|
|
1518
|
-
- add stats [`c6a9f7d`](https://github.com/oceanprotocol/ocean
|
|
1519
|
-
- add stats [`b815fbf`](https://github.com/oceanprotocol/ocean
|
|
1520
|
-
- small refactor [`6f645d6`](https://github.com/oceanprotocol/ocean
|
|
1543
|
+
- add stats/history [`#289`](https://github.com/oceanprotocol/ocean-lib-js/pull/289)
|
|
1544
|
+
- add stats [`c6a9f7d`](https://github.com/oceanprotocol/ocean-lib-js/commit/c6a9f7d69b8ac60f349e62a3dbc161b835b4fb41)
|
|
1545
|
+
- add stats [`b815fbf`](https://github.com/oceanprotocol/ocean-lib-js/commit/b815fbf0a135e0825674b45b64f1d911c03e6a59)
|
|
1546
|
+
- small refactor [`6f645d6`](https://github.com/oceanprotocol/ocean-lib-js/commit/6f645d6e8fd134a69b56e862e9652a830308df12)
|
|
1521
1547
|
|
|
1522
|
-
#### [v0.3.2](https://github.com/oceanprotocol/ocean
|
|
1548
|
+
#### [v0.3.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.3.1...v0.3.2)
|
|
1523
1549
|
|
|
1524
1550
|
> 29 September 2020
|
|
1525
1551
|
|
|
1526
|
-
- Fix asset create [`#320`](https://github.com/oceanprotocol/ocean
|
|
1527
|
-
- Bump decimal.js from 10.2.0 to 10.2.1 [`#317`](https://github.com/oceanprotocol/ocean
|
|
1528
|
-
- Bump @typescript-eslint/eslint-plugin from 4.2.0 to 4.3.0 [`#318`](https://github.com/oceanprotocol/ocean
|
|
1529
|
-
- Bump @typescript-eslint/parser from 4.2.0 to 4.3.0 [`#319`](https://github.com/oceanprotocol/ocean
|
|
1530
|
-
- Bump eslint from 7.9.0 to 7.10.0 [`#314`](https://github.com/oceanprotocol/ocean
|
|
1531
|
-
- Bump eslint-config-prettier from 6.11.0 to 6.12.0 [`#313`](https://github.com/oceanprotocol/ocean
|
|
1532
|
-
- Release 0.3.2 [`43a96cc`](https://github.com/oceanprotocol/ocean
|
|
1533
|
-
- fix test spy [`cde752f`](https://github.com/oceanprotocol/ocean
|
|
1534
|
-
- dt check [`fc534c3`](https://github.com/oceanprotocol/ocean
|
|
1552
|
+
- Fix asset create [`#320`](https://github.com/oceanprotocol/ocean-lib-js/pull/320)
|
|
1553
|
+
- Bump decimal.js from 10.2.0 to 10.2.1 [`#317`](https://github.com/oceanprotocol/ocean-lib-js/pull/317)
|
|
1554
|
+
- Bump @typescript-eslint/eslint-plugin from 4.2.0 to 4.3.0 [`#318`](https://github.com/oceanprotocol/ocean-lib-js/pull/318)
|
|
1555
|
+
- Bump @typescript-eslint/parser from 4.2.0 to 4.3.0 [`#319`](https://github.com/oceanprotocol/ocean-lib-js/pull/319)
|
|
1556
|
+
- Bump eslint from 7.9.0 to 7.10.0 [`#314`](https://github.com/oceanprotocol/ocean-lib-js/pull/314)
|
|
1557
|
+
- Bump eslint-config-prettier from 6.11.0 to 6.12.0 [`#313`](https://github.com/oceanprotocol/ocean-lib-js/pull/313)
|
|
1558
|
+
- Release 0.3.2 [`43a96cc`](https://github.com/oceanprotocol/ocean-lib-js/commit/43a96cc9c3570d306528aa4683cba3da6ba2a1bd)
|
|
1559
|
+
- fix test spy [`cde752f`](https://github.com/oceanprotocol/ocean-lib-js/commit/cde752f4ae6927ce5acd680bea27f23325e8de02)
|
|
1560
|
+
- dt check [`fc534c3`](https://github.com/oceanprotocol/ocean-lib-js/commit/fc534c3ce9d25a20774bdb9f29166d39add840c2)
|
|
1535
1561
|
|
|
1536
|
-
#### [v0.3.1](https://github.com/oceanprotocol/ocean
|
|
1562
|
+
#### [v0.3.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.3.0...v0.3.1)
|
|
1537
1563
|
|
|
1538
1564
|
> 25 September 2020
|
|
1539
1565
|
|
|
1540
|
-
- replace lzma library [`#311`](https://github.com/oceanprotocol/ocean
|
|
1541
|
-
- refactor getting local contract addresses [`#312`](https://github.com/oceanprotocol/ocean
|
|
1542
|
-
- make it work with lzma-native [`2896a8e`](https://github.com/oceanprotocol/ocean
|
|
1543
|
-
- test lz-string [`7188f33`](https://github.com/oceanprotocol/ocean
|
|
1544
|
-
- use limited, compress-only version of lzma.js [`3b8858a`](https://github.com/oceanprotocol/ocean
|
|
1566
|
+
- replace lzma library [`#311`](https://github.com/oceanprotocol/ocean-lib-js/pull/311)
|
|
1567
|
+
- refactor getting local contract addresses [`#312`](https://github.com/oceanprotocol/ocean-lib-js/pull/312)
|
|
1568
|
+
- make it work with lzma-native [`2896a8e`](https://github.com/oceanprotocol/ocean-lib-js/commit/2896a8e24f8469e2590ccdab13c45c8c3a942a8e)
|
|
1569
|
+
- test lz-string [`7188f33`](https://github.com/oceanprotocol/ocean-lib-js/commit/7188f337076278ea4ca52c9e9401b37d8e035196)
|
|
1570
|
+
- use limited, compress-only version of lzma.js [`3b8858a`](https://github.com/oceanprotocol/ocean-lib-js/commit/3b8858a201329fc3489b0d72ebfd86e5e0362003)
|
|
1545
1571
|
|
|
1546
|
-
#### [v0.3.0](https://github.com/oceanprotocol/ocean
|
|
1572
|
+
#### [v0.3.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.5...v0.3.0)
|
|
1547
1573
|
|
|
1548
1574
|
> 23 September 2020
|
|
1549
1575
|
|
|
1550
|
-
- fix getOwnerAssets response [`#308`](https://github.com/oceanprotocol/ocean
|
|
1551
|
-
- use dtAddress as did, update metadata contract [`#309`](https://github.com/oceanprotocol/ocean
|
|
1552
|
-
- Feature/custom provider [`#288`](https://github.com/oceanprotocol/ocean
|
|
1553
|
-
- Bump @typescript-eslint/parser from 4.1.1 to 4.2.0 [`#303`](https://github.com/oceanprotocol/ocean
|
|
1554
|
-
- add data token address validity check [`#296`](https://github.com/oceanprotocol/ocean
|
|
1555
|
-
- Bump typedoc from 0.19.1 to 0.19.2 [`#305`](https://github.com/oceanprotocol/ocean
|
|
1556
|
-
- Bump @types/node from 14.11.1 to 14.11.2 [`#306`](https://github.com/oceanprotocol/ocean
|
|
1557
|
-
- Bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 [`#304`](https://github.com/oceanprotocol/ocean
|
|
1558
|
-
- Bump typescript from 4.0.2 to 4.0.3 [`#302`](https://github.com/oceanprotocol/ocean
|
|
1559
|
-
- Bump auto-changelog from 2.2.0 to 2.2.1 [`#301`](https://github.com/oceanprotocol/ocean
|
|
1560
|
-
- Bump @types/node from 14.10.2 to 14.11.1 [`#294`](https://github.com/oceanprotocol/ocean
|
|
1561
|
-
- Bump @truffle/hdwallet-provider from 1.0.44 to 1.1.0 [`#295`](https://github.com/oceanprotocol/ocean
|
|
1562
|
-
- add startOrder [`#271`](https://github.com/oceanprotocol/ocean
|
|
1563
|
-
- Feature/decentralized ddo (based on feature/StartOrder) [`#287`](https://github.com/oceanprotocol/ocean
|
|
1564
|
-
- add decentralized DDO [`c37c169`](https://github.com/oceanprotocol/ocean
|
|
1565
|
-
- add edit helpers [`323e57e`](https://github.com/oceanprotocol/ocean
|
|
1566
|
-
- use custom provider [`8665649`](https://github.com/oceanprotocol/ocean
|
|
1567
|
-
|
|
1568
|
-
#### [v0.2.5](https://github.com/oceanprotocol/ocean
|
|
1576
|
+
- fix getOwnerAssets response [`#308`](https://github.com/oceanprotocol/ocean-lib-js/pull/308)
|
|
1577
|
+
- use dtAddress as did, update metadata contract [`#309`](https://github.com/oceanprotocol/ocean-lib-js/pull/309)
|
|
1578
|
+
- Feature/custom provider [`#288`](https://github.com/oceanprotocol/ocean-lib-js/pull/288)
|
|
1579
|
+
- Bump @typescript-eslint/parser from 4.1.1 to 4.2.0 [`#303`](https://github.com/oceanprotocol/ocean-lib-js/pull/303)
|
|
1580
|
+
- add data token address validity check [`#296`](https://github.com/oceanprotocol/ocean-lib-js/pull/296)
|
|
1581
|
+
- Bump typedoc from 0.19.1 to 0.19.2 [`#305`](https://github.com/oceanprotocol/ocean-lib-js/pull/305)
|
|
1582
|
+
- Bump @types/node from 14.11.1 to 14.11.2 [`#306`](https://github.com/oceanprotocol/ocean-lib-js/pull/306)
|
|
1583
|
+
- Bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 [`#304`](https://github.com/oceanprotocol/ocean-lib-js/pull/304)
|
|
1584
|
+
- Bump typescript from 4.0.2 to 4.0.3 [`#302`](https://github.com/oceanprotocol/ocean-lib-js/pull/302)
|
|
1585
|
+
- Bump auto-changelog from 2.2.0 to 2.2.1 [`#301`](https://github.com/oceanprotocol/ocean-lib-js/pull/301)
|
|
1586
|
+
- Bump @types/node from 14.10.2 to 14.11.1 [`#294`](https://github.com/oceanprotocol/ocean-lib-js/pull/294)
|
|
1587
|
+
- Bump @truffle/hdwallet-provider from 1.0.44 to 1.1.0 [`#295`](https://github.com/oceanprotocol/ocean-lib-js/pull/295)
|
|
1588
|
+
- add startOrder [`#271`](https://github.com/oceanprotocol/ocean-lib-js/pull/271)
|
|
1589
|
+
- Feature/decentralized ddo (based on feature/StartOrder) [`#287`](https://github.com/oceanprotocol/ocean-lib-js/pull/287)
|
|
1590
|
+
- add decentralized DDO [`c37c169`](https://github.com/oceanprotocol/ocean-lib-js/commit/c37c169d6af78c1cfd67130ba48d41a9a70b9a77)
|
|
1591
|
+
- add edit helpers [`323e57e`](https://github.com/oceanprotocol/ocean-lib-js/commit/323e57e6f4fbe82d4195653e1027795a54825981)
|
|
1592
|
+
- use custom provider [`8665649`](https://github.com/oceanprotocol/ocean-lib-js/commit/86656490d8b0e295dbd06da1ca0036b07dd62d1c)
|
|
1593
|
+
|
|
1594
|
+
#### [v0.2.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.4...v0.2.5)
|
|
1569
1595
|
|
|
1570
1596
|
> 16 September 2020
|
|
1571
1597
|
|
|
1572
|
-
- Bump web3 from 1.2.11 to 1.3.0 [`#282`](https://github.com/oceanprotocol/ocean
|
|
1573
|
-
- Bump @types/node from 14.10.1 to 14.10.2 [`#281`](https://github.com/oceanprotocol/ocean
|
|
1574
|
-
- Bump prettier from 2.1.1 to 2.1.2 [`#283`](https://github.com/oceanprotocol/ocean
|
|
1575
|
-
- Bump @typescript-eslint/eslint-plugin from 4.1.0 to 4.1.1 [`#274`](https://github.com/oceanprotocol/ocean
|
|
1576
|
-
- Bump @typescript-eslint/parser from 4.1.0 to 4.1.1 [`#275`](https://github.com/oceanprotocol/ocean
|
|
1577
|
-
- Bump release-it from 14.0.2 to 14.0.3 [`#276`](https://github.com/oceanprotocol/ocean
|
|
1578
|
-
- Bump @types/node from 14.10.0 to 14.10.1 [`#273`](https://github.com/oceanprotocol/ocean
|
|
1579
|
-
- Bump eslint from 7.8.1 to 7.9.0 [`#272`](https://github.com/oceanprotocol/ocean
|
|
1580
|
-
- Bump @types/node from 14.6.4 to 14.10.0 [`#269`](https://github.com/oceanprotocol/ocean
|
|
1581
|
-
- Bump @truffle/hdwallet-provider from 1.0.43 to 1.0.44 [`#268`](https://github.com/oceanprotocol/ocean
|
|
1582
|
-
- bump web3-eth-contract [`132d89e`](https://github.com/oceanprotocol/ocean
|
|
1583
|
-
- Release 0.2.5 [`e3e2108`](https://github.com/oceanprotocol/ocean
|
|
1584
|
-
|
|
1585
|
-
#### [v0.2.4](https://github.com/oceanprotocol/ocean
|
|
1598
|
+
- Bump web3 from 1.2.11 to 1.3.0 [`#282`](https://github.com/oceanprotocol/ocean-lib-js/pull/282)
|
|
1599
|
+
- Bump @types/node from 14.10.1 to 14.10.2 [`#281`](https://github.com/oceanprotocol/ocean-lib-js/pull/281)
|
|
1600
|
+
- Bump prettier from 2.1.1 to 2.1.2 [`#283`](https://github.com/oceanprotocol/ocean-lib-js/pull/283)
|
|
1601
|
+
- Bump @typescript-eslint/eslint-plugin from 4.1.0 to 4.1.1 [`#274`](https://github.com/oceanprotocol/ocean-lib-js/pull/274)
|
|
1602
|
+
- Bump @typescript-eslint/parser from 4.1.0 to 4.1.1 [`#275`](https://github.com/oceanprotocol/ocean-lib-js/pull/275)
|
|
1603
|
+
- Bump release-it from 14.0.2 to 14.0.3 [`#276`](https://github.com/oceanprotocol/ocean-lib-js/pull/276)
|
|
1604
|
+
- Bump @types/node from 14.10.0 to 14.10.1 [`#273`](https://github.com/oceanprotocol/ocean-lib-js/pull/273)
|
|
1605
|
+
- Bump eslint from 7.8.1 to 7.9.0 [`#272`](https://github.com/oceanprotocol/ocean-lib-js/pull/272)
|
|
1606
|
+
- Bump @types/node from 14.6.4 to 14.10.0 [`#269`](https://github.com/oceanprotocol/ocean-lib-js/pull/269)
|
|
1607
|
+
- Bump @truffle/hdwallet-provider from 1.0.43 to 1.0.44 [`#268`](https://github.com/oceanprotocol/ocean-lib-js/pull/268)
|
|
1608
|
+
- bump web3-eth-contract [`132d89e`](https://github.com/oceanprotocol/ocean-lib-js/commit/132d89e302188f404e6003d29845eedc0e02f3d7)
|
|
1609
|
+
- Release 0.2.5 [`e3e2108`](https://github.com/oceanprotocol/ocean-lib-js/commit/e3e210865d624e8c5f4dff6af6b04f6d81209cb4)
|
|
1610
|
+
|
|
1611
|
+
#### [v0.2.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.3...v0.2.4)
|
|
1586
1612
|
|
|
1587
1613
|
> 10 September 2020
|
|
1588
1614
|
|
|
1589
|
-
- Fix/check in searchForDT [`#267`](https://github.com/oceanprotocol/ocean
|
|
1590
|
-
- Release 0.2.4 [`57e8014`](https://github.com/oceanprotocol/ocean
|
|
1591
|
-
- add more unit tests [`dafbb1a`](https://github.com/oceanprotocol/ocean
|
|
1592
|
-
- fix lint [`d6053d5`](https://github.com/oceanprotocol/ocean
|
|
1615
|
+
- Fix/check in searchForDT [`#267`](https://github.com/oceanprotocol/ocean-lib-js/pull/267)
|
|
1616
|
+
- Release 0.2.4 [`57e8014`](https://github.com/oceanprotocol/ocean-lib-js/commit/57e8014060c9388d9aefc281611676a7dae8bdec)
|
|
1617
|
+
- add more unit tests [`dafbb1a`](https://github.com/oceanprotocol/ocean-lib-js/commit/dafbb1a6ce33dccb616406d18d9b639b794c7f76)
|
|
1618
|
+
- fix lint [`d6053d5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d6053d5dbb98e39f5e630737a6c756bc2459b5fe)
|
|
1593
1619
|
|
|
1594
|
-
#### [v0.2.3](https://github.com/oceanprotocol/ocean
|
|
1620
|
+
#### [v0.2.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.2...v0.2.3)
|
|
1595
1621
|
|
|
1596
1622
|
> 9 September 2020
|
|
1597
1623
|
|
|
1598
|
-
- increase default gas [`#266`](https://github.com/oceanprotocol/ocean
|
|
1599
|
-
- Release 0.2.3 [`6932dfd`](https://github.com/oceanprotocol/ocean
|
|
1600
|
-
- hardcode create gas limit [`a2decb0`](https://github.com/oceanprotocol/ocean
|
|
1601
|
-
- lint [`99c6716`](https://github.com/oceanprotocol/ocean
|
|
1624
|
+
- increase default gas [`#266`](https://github.com/oceanprotocol/ocean-lib-js/pull/266)
|
|
1625
|
+
- Release 0.2.3 [`6932dfd`](https://github.com/oceanprotocol/ocean-lib-js/commit/6932dfd7703292df1bcf7a02d3ef5a4bbd7f83b9)
|
|
1626
|
+
- hardcode create gas limit [`a2decb0`](https://github.com/oceanprotocol/ocean-lib-js/commit/a2decb0f1a34f533900f9072b181dec8b57813e5)
|
|
1627
|
+
- lint [`99c6716`](https://github.com/oceanprotocol/ocean-lib-js/commit/99c67168213485929d9913dd8fbc98e98fc2d23f)
|
|
1602
1628
|
|
|
1603
|
-
#### [v0.2.2](https://github.com/oceanprotocol/ocean
|
|
1629
|
+
#### [v0.2.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.1...v0.2.2)
|
|
1604
1630
|
|
|
1605
1631
|
> 9 September 2020
|
|
1606
1632
|
|
|
1607
|
-
- refactor config helper [`#263`](https://github.com/oceanprotocol/ocean
|
|
1608
|
-
- More typings fixes [`#262`](https://github.com/oceanprotocol/ocean
|
|
1609
|
-
- run against latest Node.js [`#261`](https://github.com/oceanprotocol/ocean
|
|
1610
|
-
- test tweaks [`455983f`](https://github.com/oceanprotocol/ocean
|
|
1611
|
-
- more pool tests [`6f85014`](https://github.com/oceanprotocol/ocean
|
|
1612
|
-
- lots of typings [`d154cff`](https://github.com/oceanprotocol/ocean
|
|
1633
|
+
- refactor config helper [`#263`](https://github.com/oceanprotocol/ocean-lib-js/pull/263)
|
|
1634
|
+
- More typings fixes [`#262`](https://github.com/oceanprotocol/ocean-lib-js/pull/262)
|
|
1635
|
+
- run against latest Node.js [`#261`](https://github.com/oceanprotocol/ocean-lib-js/pull/261)
|
|
1636
|
+
- test tweaks [`455983f`](https://github.com/oceanprotocol/ocean-lib-js/commit/455983f7b63ec084fd5029b5852ad5cdbe5c9471)
|
|
1637
|
+
- more pool tests [`6f85014`](https://github.com/oceanprotocol/ocean-lib-js/commit/6f85014e0016e683e5dc5f69a809ddc489951ba7)
|
|
1638
|
+
- lots of typings [`d154cff`](https://github.com/oceanprotocol/ocean-lib-js/commit/d154cffc178388edd223d68b16528d4d908869ee)
|
|
1613
1639
|
|
|
1614
|
-
#### [v0.2.1](https://github.com/oceanprotocol/ocean
|
|
1640
|
+
#### [v0.2.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.2.0...v0.2.1)
|
|
1615
1641
|
|
|
1616
1642
|
> 8 September 2020
|
|
1617
1643
|
|
|
1618
|
-
- Remove queryMetadataByText() [`#260`](https://github.com/oceanprotocol/ocean
|
|
1619
|
-
- Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.1.0 [`#258`](https://github.com/oceanprotocol/ocean
|
|
1620
|
-
- Bump @typescript-eslint/parser from 4.0.1 to 4.1.0 [`#259`](https://github.com/oceanprotocol/ocean
|
|
1621
|
-
- remove queryMetadataByText() [`971af55`](https://github.com/oceanprotocol/ocean
|
|
1622
|
-
- more test fixes [`f8c1cff`](https://github.com/oceanprotocol/ocean
|
|
1623
|
-
- test updates [`47d1f4d`](https://github.com/oceanprotocol/ocean
|
|
1644
|
+
- Remove queryMetadataByText() [`#260`](https://github.com/oceanprotocol/ocean-lib-js/pull/260)
|
|
1645
|
+
- Bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.1.0 [`#258`](https://github.com/oceanprotocol/ocean-lib-js/pull/258)
|
|
1646
|
+
- Bump @typescript-eslint/parser from 4.0.1 to 4.1.0 [`#259`](https://github.com/oceanprotocol/ocean-lib-js/pull/259)
|
|
1647
|
+
- remove queryMetadataByText() [`971af55`](https://github.com/oceanprotocol/ocean-lib-js/commit/971af5522dd5e2995b59f4c83afb60ffb87901f5)
|
|
1648
|
+
- more test fixes [`f8c1cff`](https://github.com/oceanprotocol/ocean-lib-js/commit/f8c1cfff7b226d571b680bc0876d5af0ec8b3240)
|
|
1649
|
+
- test updates [`47d1f4d`](https://github.com/oceanprotocol/ocean-lib-js/commit/47d1f4d01064d54892bb74a4f1c47dd837c3b1f3)
|
|
1624
1650
|
|
|
1625
|
-
#### [v0.2.0](https://github.com/oceanprotocol/ocean
|
|
1651
|
+
#### [v0.2.0](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.17...v0.2.0)
|
|
1626
1652
|
|
|
1627
1653
|
> 7 September 2020
|
|
1628
1654
|
|
|
1629
|
-
- Test coverage setup [`#252`](https://github.com/oceanprotocol/ocean
|
|
1630
|
-
- Auto-generating data token name [`#250`](https://github.com/oceanprotocol/ocean
|
|
1631
|
-
- Bump @types/node from 14.6.3 to 14.6.4 [`#251`](https://github.com/oceanprotocol/ocean
|
|
1632
|
-
- Bump @types/node from 14.6.2 to 14.6.3 [`#249`](https://github.com/oceanprotocol/ocean
|
|
1633
|
-
- Bump eslint from 7.8.0 to 7.8.1 [`#245`](https://github.com/oceanprotocol/ocean
|
|
1634
|
-
- Bump @types/chai-spies from 1.0.1 to 1.0.2 [`#244`](https://github.com/oceanprotocol/ocean
|
|
1635
|
-
- package updates [`694314c`](https://github.com/oceanprotocol/ocean
|
|
1636
|
-
- fix release-it dependency [`4f9477e`](https://github.com/oceanprotocol/ocean
|
|
1637
|
-
- more running unit tests [`0355d04`](https://github.com/oceanprotocol/ocean
|
|
1655
|
+
- Test coverage setup [`#252`](https://github.com/oceanprotocol/ocean-lib-js/pull/252)
|
|
1656
|
+
- Auto-generating data token name [`#250`](https://github.com/oceanprotocol/ocean-lib-js/pull/250)
|
|
1657
|
+
- Bump @types/node from 14.6.3 to 14.6.4 [`#251`](https://github.com/oceanprotocol/ocean-lib-js/pull/251)
|
|
1658
|
+
- Bump @types/node from 14.6.2 to 14.6.3 [`#249`](https://github.com/oceanprotocol/ocean-lib-js/pull/249)
|
|
1659
|
+
- Bump eslint from 7.8.0 to 7.8.1 [`#245`](https://github.com/oceanprotocol/ocean-lib-js/pull/245)
|
|
1660
|
+
- Bump @types/chai-spies from 1.0.1 to 1.0.2 [`#244`](https://github.com/oceanprotocol/ocean-lib-js/pull/244)
|
|
1661
|
+
- package updates [`694314c`](https://github.com/oceanprotocol/ocean-lib-js/commit/694314cae6d833ded2eea6484e9b75196675cf91)
|
|
1662
|
+
- fix release-it dependency [`4f9477e`](https://github.com/oceanprotocol/ocean-lib-js/commit/4f9477e5ba9b0df44a642c0d6017df5015ba7d93)
|
|
1663
|
+
- more running unit tests [`0355d04`](https://github.com/oceanprotocol/ocean-lib-js/commit/0355d0420d53786eb8d4259f642190157736d486)
|
|
1638
1664
|
|
|
1639
|
-
#### [v0.1.17](https://github.com/oceanprotocol/ocean
|
|
1665
|
+
#### [v0.1.17](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.16...v0.1.17)
|
|
1640
1666
|
|
|
1641
1667
|
> 1 September 2020
|
|
1642
1668
|
|
|
1643
|
-
- FixedPriceExchange [`#231`](https://github.com/oceanprotocol/ocean
|
|
1644
|
-
- Bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0 [`#242`](https://github.com/oceanprotocol/ocean
|
|
1645
|
-
- Bump eslint from 7.7.0 to 7.8.0 [`#240`](https://github.com/oceanprotocol/ocean
|
|
1646
|
-
- Bump mocha from 8.1.2 to 8.1.3 [`#237`](https://github.com/oceanprotocol/ocean
|
|
1647
|
-
- Bump @types/node from 14.6.1 to 14.6.2 [`#238`](https://github.com/oceanprotocol/ocean
|
|
1648
|
-
- Bump typedoc from 0.18.0 to 0.19.0 [`#236`](https://github.com/oceanprotocol/ocean
|
|
1649
|
-
- first cut, tests are failing [`cc6cf43`](https://github.com/oceanprotocol/ocean
|
|
1650
|
-
- add more tests [`22ab447`](https://github.com/oceanprotocol/ocean
|
|
1651
|
-
- update to contracts 0.4.0 [`220261c`](https://github.com/oceanprotocol/ocean
|
|
1669
|
+
- FixedPriceExchange [`#231`](https://github.com/oceanprotocol/ocean-lib-js/pull/231)
|
|
1670
|
+
- Bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0 [`#242`](https://github.com/oceanprotocol/ocean-lib-js/pull/242)
|
|
1671
|
+
- Bump eslint from 7.7.0 to 7.8.0 [`#240`](https://github.com/oceanprotocol/ocean-lib-js/pull/240)
|
|
1672
|
+
- Bump mocha from 8.1.2 to 8.1.3 [`#237`](https://github.com/oceanprotocol/ocean-lib-js/pull/237)
|
|
1673
|
+
- Bump @types/node from 14.6.1 to 14.6.2 [`#238`](https://github.com/oceanprotocol/ocean-lib-js/pull/238)
|
|
1674
|
+
- Bump typedoc from 0.18.0 to 0.19.0 [`#236`](https://github.com/oceanprotocol/ocean-lib-js/pull/236)
|
|
1675
|
+
- first cut, tests are failing [`cc6cf43`](https://github.com/oceanprotocol/ocean-lib-js/commit/cc6cf435fe7ae052467e2b69c3ecf8429b66bc99)
|
|
1676
|
+
- add more tests [`22ab447`](https://github.com/oceanprotocol/ocean-lib-js/commit/22ab44713d21d92eaf9319be26af254c165af6b5)
|
|
1677
|
+
- update to contracts 0.4.0 [`220261c`](https://github.com/oceanprotocol/ocean-lib-js/commit/220261cada63aedc5e7f71fb41f17a73838fd657)
|
|
1652
1678
|
|
|
1653
|
-
#### [v0.1.16](https://github.com/oceanprotocol/ocean
|
|
1679
|
+
#### [v0.1.16](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.15...v0.1.16)
|
|
1654
1680
|
|
|
1655
1681
|
> 28 August 2020
|
|
1656
1682
|
|
|
1657
|
-
- fix sharesBalance [`#235`](https://github.com/oceanprotocol/ocean
|
|
1658
|
-
- pool transaction typings [`#234`](https://github.com/oceanprotocol/ocean
|
|
1659
|
-
- Bump @truffle/hdwallet-provider from 1.0.42 to 1.0.43 [`#232`](https://github.com/oceanprotocol/ocean
|
|
1660
|
-
- Bump @types/node from 14.6.0 to 14.6.1 [`#233`](https://github.com/oceanprotocol/ocean
|
|
1661
|
-
- feature/setup-pool [`#230`](https://github.com/oceanprotocol/ocean
|
|
1662
|
-
- Bump ts-node from 8.10.2 to 9.0.0 [`#220`](https://github.com/oceanprotocol/ocean
|
|
1663
|
-
- Bump whatwg-url from 8.1.0 to 8.2.1 [`#225`](https://github.com/oceanprotocol/ocean
|
|
1664
|
-
- Bump @typescript-eslint/eslint-plugin from 3.9.1 to 3.10.1 [`#226`](https://github.com/oceanprotocol/ocean
|
|
1665
|
-
- Bump mocha from 8.1.1 to 8.1.2 [`#229`](https://github.com/oceanprotocol/ocean
|
|
1666
|
-
- Bump prettier from 2.0.5 to 2.1.1 [`#228`](https://github.com/oceanprotocol/ocean
|
|
1667
|
-
- Bump @typescript-eslint/parser from 3.9.1 to 3.10.1 [`#227`](https://github.com/oceanprotocol/ocean
|
|
1668
|
-
- Bump typescript from 3.9.7 to 4.0.2 [`#219`](https://github.com/oceanprotocol/ocean
|
|
1669
|
-
- use solidity setup pool function when creating new pool. [`d47a9f0`](https://github.com/oceanprotocol/ocean
|
|
1670
|
-
- Fix lint issues. [`5af50c4`](https://github.com/oceanprotocol/ocean
|
|
1671
|
-
- pool typings [`6584023`](https://github.com/oceanprotocol/ocean
|
|
1672
|
-
|
|
1673
|
-
#### [v0.1.15](https://github.com/oceanprotocol/ocean
|
|
1683
|
+
- fix sharesBalance [`#235`](https://github.com/oceanprotocol/ocean-lib-js/pull/235)
|
|
1684
|
+
- pool transaction typings [`#234`](https://github.com/oceanprotocol/ocean-lib-js/pull/234)
|
|
1685
|
+
- Bump @truffle/hdwallet-provider from 1.0.42 to 1.0.43 [`#232`](https://github.com/oceanprotocol/ocean-lib-js/pull/232)
|
|
1686
|
+
- Bump @types/node from 14.6.0 to 14.6.1 [`#233`](https://github.com/oceanprotocol/ocean-lib-js/pull/233)
|
|
1687
|
+
- feature/setup-pool [`#230`](https://github.com/oceanprotocol/ocean-lib-js/pull/230)
|
|
1688
|
+
- Bump ts-node from 8.10.2 to 9.0.0 [`#220`](https://github.com/oceanprotocol/ocean-lib-js/pull/220)
|
|
1689
|
+
- Bump whatwg-url from 8.1.0 to 8.2.1 [`#225`](https://github.com/oceanprotocol/ocean-lib-js/pull/225)
|
|
1690
|
+
- Bump @typescript-eslint/eslint-plugin from 3.9.1 to 3.10.1 [`#226`](https://github.com/oceanprotocol/ocean-lib-js/pull/226)
|
|
1691
|
+
- Bump mocha from 8.1.1 to 8.1.2 [`#229`](https://github.com/oceanprotocol/ocean-lib-js/pull/229)
|
|
1692
|
+
- Bump prettier from 2.0.5 to 2.1.1 [`#228`](https://github.com/oceanprotocol/ocean-lib-js/pull/228)
|
|
1693
|
+
- Bump @typescript-eslint/parser from 3.9.1 to 3.10.1 [`#227`](https://github.com/oceanprotocol/ocean-lib-js/pull/227)
|
|
1694
|
+
- Bump typescript from 3.9.7 to 4.0.2 [`#219`](https://github.com/oceanprotocol/ocean-lib-js/pull/219)
|
|
1695
|
+
- use solidity setup pool function when creating new pool. [`d47a9f0`](https://github.com/oceanprotocol/ocean-lib-js/commit/d47a9f02a65342a682b904b28100ac376c61d290)
|
|
1696
|
+
- Fix lint issues. [`5af50c4`](https://github.com/oceanprotocol/ocean-lib-js/commit/5af50c4c9297c2b98124ae609ff61a0c32626958)
|
|
1697
|
+
- pool typings [`6584023`](https://github.com/oceanprotocol/ocean-lib-js/commit/65840235704bdd9f2e0b07418e65addcc86849ba)
|
|
1698
|
+
|
|
1699
|
+
#### [v0.1.15](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.14...v0.1.15)
|
|
1674
1700
|
|
|
1675
1701
|
> 20 August 2020
|
|
1676
1702
|
|
|
1677
|
-
- add ocean.pool.totalSupply() [`#218`](https://github.com/oceanprotocol/ocean
|
|
1678
|
-
- refactor [`af7964c`](https://github.com/oceanprotocol/ocean
|
|
1679
|
-
- simplification, make it work [`dee24e8`](https://github.com/oceanprotocol/ocean
|
|
1680
|
-
- Release 0.1.15 [`3607f49`](https://github.com/oceanprotocol/ocean
|
|
1703
|
+
- add ocean.pool.totalSupply() [`#218`](https://github.com/oceanprotocol/ocean-lib-js/pull/218)
|
|
1704
|
+
- refactor [`af7964c`](https://github.com/oceanprotocol/ocean-lib-js/commit/af7964ca84394574fb78fece1ca75a6799746fc8)
|
|
1705
|
+
- simplification, make it work [`dee24e8`](https://github.com/oceanprotocol/ocean-lib-js/commit/dee24e87a3081373e055422702cff7633ad95131)
|
|
1706
|
+
- Release 0.1.15 [`3607f49`](https://github.com/oceanprotocol/ocean-lib-js/commit/3607f49472352c11f14cfb95f5182f9c6254adfe)
|
|
1681
1707
|
|
|
1682
|
-
#### [v0.1.14](https://github.com/oceanprotocol/ocean
|
|
1708
|
+
#### [v0.1.14](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.13...v0.1.14)
|
|
1683
1709
|
|
|
1684
1710
|
> 19 August 2020
|
|
1685
1711
|
|
|
1686
|
-
- fix getDTPrice [`#217`](https://github.com/oceanprotocol/ocean
|
|
1687
|
-
- Release 0.1.14 [`8667e33`](https://github.com/oceanprotocol/ocean
|
|
1712
|
+
- fix getDTPrice [`#217`](https://github.com/oceanprotocol/ocean-lib-js/pull/217)
|
|
1713
|
+
- Release 0.1.14 [`8667e33`](https://github.com/oceanprotocol/ocean-lib-js/commit/8667e3396d6c74440e64de7a3a98f7def281030f)
|
|
1688
1714
|
|
|
1689
|
-
#### [v0.1.13](https://github.com/oceanprotocol/ocean
|
|
1715
|
+
#### [v0.1.13](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.12...v0.1.13)
|
|
1690
1716
|
|
|
1691
1717
|
> 19 August 2020
|
|
1692
1718
|
|
|
1693
|
-
- pool docs updates, small refactor [`#216`](https://github.com/oceanprotocol/ocean
|
|
1694
|
-
- Bump @oceanprotocol/contracts from 0.3.4 to 0.3.5 [`#215`](https://github.com/oceanprotocol/ocean
|
|
1695
|
-
- remove balancer artifacts [`7cf85f6`](https://github.com/oceanprotocol/ocean
|
|
1696
|
-
- lots of ABI typings [`bbd4659`](https://github.com/oceanprotocol/ocean
|
|
1697
|
-
- never stop typing [`76423a4`](https://github.com/oceanprotocol/ocean
|
|
1719
|
+
- pool docs updates, small refactor [`#216`](https://github.com/oceanprotocol/ocean-lib-js/pull/216)
|
|
1720
|
+
- Bump @oceanprotocol/contracts from 0.3.4 to 0.3.5 [`#215`](https://github.com/oceanprotocol/ocean-lib-js/pull/215)
|
|
1721
|
+
- remove balancer artifacts [`7cf85f6`](https://github.com/oceanprotocol/ocean-lib-js/commit/7cf85f6392bf2e12f95d834dfde0159af519718c)
|
|
1722
|
+
- lots of ABI typings [`bbd4659`](https://github.com/oceanprotocol/ocean-lib-js/commit/bbd465992b25e824d5c8b8934ce2fa61629ed8dc)
|
|
1723
|
+
- never stop typing [`76423a4`](https://github.com/oceanprotocol/ocean-lib-js/commit/76423a4ff84f1bdcf0a57af2ed2ad9acce5a5ea6)
|
|
1698
1724
|
|
|
1699
|
-
#### [v0.1.12](https://github.com/oceanprotocol/ocean
|
|
1725
|
+
#### [v0.1.12](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.11...v0.1.12)
|
|
1700
1726
|
|
|
1701
1727
|
> 18 August 2020
|
|
1702
1728
|
|
|
1703
|
-
- artifacts path fix [`#213`](https://github.com/oceanprotocol/ocean
|
|
1704
|
-
- package updates & lots of typing fixes [`#210`](https://github.com/oceanprotocol/ocean
|
|
1705
|
-
- Bump @types/node from 14.0.26 to 14.6.0 [`#211`](https://github.com/oceanprotocol/ocean
|
|
1706
|
-
- Bump @types/mocha from 8.0.2 to 8.0.3 [`#212`](https://github.com/oceanprotocol/ocean
|
|
1707
|
-
- added chainId in configs [`#204`](https://github.com/oceanprotocol/ocean
|
|
1708
|
-
- Bump @types/mocha from 8.0.1 to 8.0.2 [`#207`](https://github.com/oceanprotocol/ocean
|
|
1709
|
-
- Bump typedoc from 0.17.8 to 0.18.0 [`#202`](https://github.com/oceanprotocol/ocean
|
|
1710
|
-
- Bump @truffle/hdwallet-provider from 1.0.40 to 1.0.42 [`#203`](https://github.com/oceanprotocol/ocean
|
|
1711
|
-
- Bump ora from 4.1.0 to 5.0.0 [`#201`](https://github.com/oceanprotocol/ocean
|
|
1712
|
-
- Bump ora from 4.0.5 to 4.1.0 [`#200`](https://github.com/oceanprotocol/ocean
|
|
1713
|
-
- Bump mocha from 8.1.0 to 8.1.1 [`#199`](https://github.com/oceanprotocol/ocean
|
|
1714
|
-
- formatting and typings and lint fixes [`7b1403c`](https://github.com/oceanprotocol/ocean
|
|
1715
|
-
- package updates [`ea5f505`](https://github.com/oceanprotocol/ocean
|
|
1716
|
-
- formatting [`dcdd40b`](https://github.com/oceanprotocol/ocean
|
|
1717
|
-
|
|
1718
|
-
#### [v0.1.11](https://github.com/oceanprotocol/ocean
|
|
1729
|
+
- artifacts path fix [`#213`](https://github.com/oceanprotocol/ocean-lib-js/pull/213)
|
|
1730
|
+
- package updates & lots of typing fixes [`#210`](https://github.com/oceanprotocol/ocean-lib-js/pull/210)
|
|
1731
|
+
- Bump @types/node from 14.0.26 to 14.6.0 [`#211`](https://github.com/oceanprotocol/ocean-lib-js/pull/211)
|
|
1732
|
+
- Bump @types/mocha from 8.0.2 to 8.0.3 [`#212`](https://github.com/oceanprotocol/ocean-lib-js/pull/212)
|
|
1733
|
+
- added chainId in configs [`#204`](https://github.com/oceanprotocol/ocean-lib-js/pull/204)
|
|
1734
|
+
- Bump @types/mocha from 8.0.1 to 8.0.2 [`#207`](https://github.com/oceanprotocol/ocean-lib-js/pull/207)
|
|
1735
|
+
- Bump typedoc from 0.17.8 to 0.18.0 [`#202`](https://github.com/oceanprotocol/ocean-lib-js/pull/202)
|
|
1736
|
+
- Bump @truffle/hdwallet-provider from 1.0.40 to 1.0.42 [`#203`](https://github.com/oceanprotocol/ocean-lib-js/pull/203)
|
|
1737
|
+
- Bump ora from 4.1.0 to 5.0.0 [`#201`](https://github.com/oceanprotocol/ocean-lib-js/pull/201)
|
|
1738
|
+
- Bump ora from 4.0.5 to 4.1.0 [`#200`](https://github.com/oceanprotocol/ocean-lib-js/pull/200)
|
|
1739
|
+
- Bump mocha from 8.1.0 to 8.1.1 [`#199`](https://github.com/oceanprotocol/ocean-lib-js/pull/199)
|
|
1740
|
+
- formatting and typings and lint fixes [`7b1403c`](https://github.com/oceanprotocol/ocean-lib-js/commit/7b1403c8546c09f657bc68cf6307f02641c67899)
|
|
1741
|
+
- package updates [`ea5f505`](https://github.com/oceanprotocol/ocean-lib-js/commit/ea5f505edf685d4efb5fb581e8ecb4849989560d)
|
|
1742
|
+
- formatting [`dcdd40b`](https://github.com/oceanprotocol/ocean-lib-js/commit/dcdd40bd2d2e84058b889709f77c08bead14b299)
|
|
1743
|
+
|
|
1744
|
+
#### [v0.1.11](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.10...v0.1.11)
|
|
1719
1745
|
|
|
1720
1746
|
> 4 August 2020
|
|
1721
1747
|
|
|
1722
|
-
- add getOceanNeeded [`#197`](https://github.com/oceanprotocol/ocean
|
|
1723
|
-
- Bump @types/mocha from 8.0.0 to 8.0.1 [`#196`](https://github.com/oceanprotocol/ocean
|
|
1724
|
-
- Bump mocha from 8.0.1 to 8.1.0 [`#195`](https://github.com/oceanprotocol/ocean
|
|
1725
|
-
- Release 0.1.11 [`c2d49a4`](https://github.com/oceanprotocol/ocean
|
|
1748
|
+
- add getOceanNeeded [`#197`](https://github.com/oceanprotocol/ocean-lib-js/pull/197)
|
|
1749
|
+
- Bump @types/mocha from 8.0.0 to 8.0.1 [`#196`](https://github.com/oceanprotocol/ocean-lib-js/pull/196)
|
|
1750
|
+
- Bump mocha from 8.0.1 to 8.1.0 [`#195`](https://github.com/oceanprotocol/ocean-lib-js/pull/195)
|
|
1751
|
+
- Release 0.1.11 [`c2d49a4`](https://github.com/oceanprotocol/ocean-lib-js/commit/c2d49a4e3c6cdcbdf588f46bfec4a2dd88eb5f37)
|
|
1726
1752
|
|
|
1727
|
-
#### [v0.1.10](https://github.com/oceanprotocol/ocean
|
|
1753
|
+
#### [v0.1.10](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.9...v0.1.10)
|
|
1728
1754
|
|
|
1729
1755
|
> 30 July 2020
|
|
1730
1756
|
|
|
1731
|
-
- add nonce to provider signature [`#194`](https://github.com/oceanprotocol/ocean
|
|
1732
|
-
- Bump @types/node from 14.0.25 to 14.0.26 [`#187`](https://github.com/oceanprotocol/ocean
|
|
1733
|
-
- Bump @truffle/hdwallet-provider from 1.0.39 to 1.0.40 [`#186`](https://github.com/oceanprotocol/ocean
|
|
1734
|
-
- Bump @types/node from 14.0.24 to 14.0.25 [`#185`](https://github.com/oceanprotocol/ocean
|
|
1735
|
-
- Bump @types/chai from 4.2.11 to 4.2.12 [`#184`](https://github.com/oceanprotocol/ocean
|
|
1736
|
-
- Bump mock-local-storage from 1.1.14 to 1.1.15 [`#183`](https://github.com/oceanprotocol/ocean
|
|
1737
|
-
- Release 0.1.10 [`1e19165`](https://github.com/oceanprotocol/ocean
|
|
1757
|
+
- add nonce to provider signature [`#194`](https://github.com/oceanprotocol/ocean-lib-js/pull/194)
|
|
1758
|
+
- Bump @types/node from 14.0.25 to 14.0.26 [`#187`](https://github.com/oceanprotocol/ocean-lib-js/pull/187)
|
|
1759
|
+
- Bump @truffle/hdwallet-provider from 1.0.39 to 1.0.40 [`#186`](https://github.com/oceanprotocol/ocean-lib-js/pull/186)
|
|
1760
|
+
- Bump @types/node from 14.0.24 to 14.0.25 [`#185`](https://github.com/oceanprotocol/ocean-lib-js/pull/185)
|
|
1761
|
+
- Bump @types/chai from 4.2.11 to 4.2.12 [`#184`](https://github.com/oceanprotocol/ocean-lib-js/pull/184)
|
|
1762
|
+
- Bump mock-local-storage from 1.1.14 to 1.1.15 [`#183`](https://github.com/oceanprotocol/ocean-lib-js/pull/183)
|
|
1763
|
+
- Release 0.1.10 [`1e19165`](https://github.com/oceanprotocol/ocean-lib-js/commit/1e19165d1fd1f53ba07705ff41b7452f97993732)
|
|
1738
1764
|
|
|
1739
|
-
#### [v0.1.9](https://github.com/oceanprotocol/ocean
|
|
1765
|
+
#### [v0.1.9](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.8...v0.1.9)
|
|
1740
1766
|
|
|
1741
1767
|
> 22 July 2020
|
|
1742
1768
|
|
|
1743
|
-
- allow passing infuraProjectId to getConfig [`#182`](https://github.com/oceanprotocol/ocean
|
|
1744
|
-
- Bump @oceanprotocol/contracts from 0.3.1 to 0.3.3 [`#180`](https://github.com/oceanprotocol/ocean
|
|
1745
|
-
- fix transfers [`#179`](https://github.com/oceanprotocol/ocean
|
|
1746
|
-
- Update Datatokens.ts [`#178`](https://github.com/oceanprotocol/ocean
|
|
1747
|
-
- Feature/balancer [`#138`](https://github.com/oceanprotocol/ocean
|
|
1748
|
-
- refactor [`40a8149`](https://github.com/oceanprotocol/ocean
|
|
1749
|
-
- first cut [`b42b992`](https://github.com/oceanprotocol/ocean
|
|
1750
|
-
- refactor [`7b8f08e`](https://github.com/oceanprotocol/ocean
|
|
1769
|
+
- allow passing infuraProjectId to getConfig [`#182`](https://github.com/oceanprotocol/ocean-lib-js/pull/182)
|
|
1770
|
+
- Bump @oceanprotocol/contracts from 0.3.1 to 0.3.3 [`#180`](https://github.com/oceanprotocol/ocean-lib-js/pull/180)
|
|
1771
|
+
- fix transfers [`#179`](https://github.com/oceanprotocol/ocean-lib-js/pull/179)
|
|
1772
|
+
- Update Datatokens.ts [`#178`](https://github.com/oceanprotocol/ocean-lib-js/pull/178)
|
|
1773
|
+
- Feature/balancer [`#138`](https://github.com/oceanprotocol/ocean-lib-js/pull/138)
|
|
1774
|
+
- refactor [`40a8149`](https://github.com/oceanprotocol/ocean-lib-js/commit/40a8149905fd0023b3f8cb486ddb18121d325ea3)
|
|
1775
|
+
- first cut [`b42b992`](https://github.com/oceanprotocol/ocean-lib-js/commit/b42b992e84a0c6f8723db3a6f5a8395e71bdd4f9)
|
|
1776
|
+
- refactor [`7b8f08e`](https://github.com/oceanprotocol/ocean-lib-js/commit/7b8f08e3c13ef2782fc83a9eadefe2f7354df605)
|
|
1751
1777
|
|
|
1752
|
-
#### [v0.1.8](https://github.com/oceanprotocol/ocean
|
|
1778
|
+
#### [v0.1.8](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.7...v0.1.8)
|
|
1753
1779
|
|
|
1754
1780
|
> 21 July 2020
|
|
1755
1781
|
|
|
1756
|
-
- Bump @types/node from 14.0.23 to 14.0.24 [`#177`](https://github.com/oceanprotocol/ocean
|
|
1757
|
-
- Release 0.1.8 [`6b1bf5b`](https://github.com/oceanprotocol/ocean
|
|
1758
|
-
- update factoryAddress [`ffda6cc`](https://github.com/oceanprotocol/ocean
|
|
1782
|
+
- Bump @types/node from 14.0.23 to 14.0.24 [`#177`](https://github.com/oceanprotocol/ocean-lib-js/pull/177)
|
|
1783
|
+
- Release 0.1.8 [`6b1bf5b`](https://github.com/oceanprotocol/ocean-lib-js/commit/6b1bf5b0b212e4a83a52c523443f880a71313c7b)
|
|
1784
|
+
- update factoryAddress [`ffda6cc`](https://github.com/oceanprotocol/ocean-lib-js/commit/ffda6ccd08af26a8cf6af6421bd50bc55c3285da)
|
|
1759
1785
|
|
|
1760
|
-
#### [v0.1.7](https://github.com/oceanprotocol/ocean
|
|
1786
|
+
#### [v0.1.7](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.6...v0.1.7)
|
|
1761
1787
|
|
|
1762
1788
|
> 20 July 2020
|
|
1763
1789
|
|
|
1764
|
-
- update ocean-contracts version [`#176`](https://github.com/oceanprotocol/ocean
|
|
1765
|
-
- Bump ora from 4.0.4 to 4.0.5 [`#172`](https://github.com/oceanprotocol/ocean
|
|
1766
|
-
- Bump @oceanprotocol/contracts from 0.2.3 to 0.3.0 [`#171`](https://github.com/oceanprotocol/ocean
|
|
1767
|
-
- Bump @truffle/hdwallet-provider from 1.0.38 to 1.0.39 [`#170`](https://github.com/oceanprotocol/ocean
|
|
1768
|
-
- Release 0.1.7 [`7d67fcb`](https://github.com/oceanprotocol/ocean
|
|
1790
|
+
- update ocean-contracts version [`#176`](https://github.com/oceanprotocol/ocean-lib-js/pull/176)
|
|
1791
|
+
- Bump ora from 4.0.4 to 4.0.5 [`#172`](https://github.com/oceanprotocol/ocean-lib-js/pull/172)
|
|
1792
|
+
- Bump @oceanprotocol/contracts from 0.2.3 to 0.3.0 [`#171`](https://github.com/oceanprotocol/ocean-lib-js/pull/171)
|
|
1793
|
+
- Bump @truffle/hdwallet-provider from 1.0.38 to 1.0.39 [`#170`](https://github.com/oceanprotocol/ocean-lib-js/pull/170)
|
|
1794
|
+
- Release 0.1.7 [`7d67fcb`](https://github.com/oceanprotocol/ocean-lib-js/commit/7d67fcb54465380daa01196251f2c8e8a0db17ef)
|
|
1769
1795
|
|
|
1770
|
-
#### [v0.1.6](https://github.com/oceanprotocol/ocean
|
|
1796
|
+
#### [v0.1.6](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.5...v0.1.6)
|
|
1771
1797
|
|
|
1772
1798
|
> 17 July 2020
|
|
1773
1799
|
|
|
1774
|
-
- revert fetch require [`#169`](https://github.com/oceanprotocol/ocean
|
|
1775
|
-
- Bump typescript from 3.9.6 to 3.9.7 [`#168`](https://github.com/oceanprotocol/ocean
|
|
1776
|
-
- Bump mock-local-storage from 1.1.12 to 1.1.14 [`#167`](https://github.com/oceanprotocol/ocean
|
|
1777
|
-
- Release 0.1.6 [`83bf7c6`](https://github.com/oceanprotocol/ocean
|
|
1800
|
+
- revert fetch require [`#169`](https://github.com/oceanprotocol/ocean-lib-js/pull/169)
|
|
1801
|
+
- Bump typescript from 3.9.6 to 3.9.7 [`#168`](https://github.com/oceanprotocol/ocean-lib-js/pull/168)
|
|
1802
|
+
- Bump mock-local-storage from 1.1.12 to 1.1.14 [`#167`](https://github.com/oceanprotocol/ocean-lib-js/pull/167)
|
|
1803
|
+
- Release 0.1.6 [`83bf7c6`](https://github.com/oceanprotocol/ocean-lib-js/commit/83bf7c6e040eb5ddd4c0eaa2a313e56270915e99)
|
|
1778
1804
|
|
|
1779
|
-
#### [v0.1.5](https://github.com/oceanprotocol/ocean
|
|
1805
|
+
#### [v0.1.5](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.4...v0.1.5)
|
|
1780
1806
|
|
|
1781
1807
|
> 16 July 2020
|
|
1782
1808
|
|
|
1783
|
-
- Fix DDO interfaces typings export [`#165`](https://github.com/oceanprotocol/ocean
|
|
1784
|
-
- add rinkeby to known configs [`#164`](https://github.com/oceanprotocol/ocean
|
|
1785
|
-
- security fixes [`108d794`](https://github.com/oceanprotocol/ocean
|
|
1786
|
-
- more config helpers [`2426561`](https://github.com/oceanprotocol/ocean
|
|
1787
|
-
- Release 0.1.5 [`c1592eb`](https://github.com/oceanprotocol/ocean
|
|
1809
|
+
- Fix DDO interfaces typings export [`#165`](https://github.com/oceanprotocol/ocean-lib-js/pull/165)
|
|
1810
|
+
- add rinkeby to known configs [`#164`](https://github.com/oceanprotocol/ocean-lib-js/pull/164)
|
|
1811
|
+
- security fixes [`108d794`](https://github.com/oceanprotocol/ocean-lib-js/commit/108d794c2293a4eee3be994b52b77dd508574e75)
|
|
1812
|
+
- more config helpers [`2426561`](https://github.com/oceanprotocol/ocean-lib-js/commit/24265617b068ace688814f45fcc668749d1a04a5)
|
|
1813
|
+
- Release 0.1.5 [`c1592eb`](https://github.com/oceanprotocol/ocean-lib-js/commit/c1592eb7b5e7c47d38a5fa1b0a7fb672edd2776f)
|
|
1788
1814
|
|
|
1789
|
-
#### [v0.1.4](https://github.com/oceanprotocol/ocean
|
|
1815
|
+
#### [v0.1.4](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.3...v0.1.4)
|
|
1790
1816
|
|
|
1791
1817
|
> 15 July 2020
|
|
1792
1818
|
|
|
1793
|
-
- Fix default abi's are not initialized correctly when initializing oceanlib [`#163`](https://github.com/oceanprotocol/ocean
|
|
1794
|
-
- Release 0.1.4 [`8252990`](https://github.com/oceanprotocol/ocean
|
|
1795
|
-
- bump contracts [`faff5f1`](https://github.com/oceanprotocol/ocean
|
|
1796
|
-
- Update README_marketplace_flow.md [`2230098`](https://github.com/oceanprotocol/ocean
|
|
1819
|
+
- Fix default abi's are not initialized correctly when initializing oceanlib [`#163`](https://github.com/oceanprotocol/ocean-lib-js/pull/163)
|
|
1820
|
+
- Release 0.1.4 [`8252990`](https://github.com/oceanprotocol/ocean-lib-js/commit/82529909817abe8273396e14165ff7a75d8869ee)
|
|
1821
|
+
- bump contracts [`faff5f1`](https://github.com/oceanprotocol/ocean-lib-js/commit/faff5f143d541319a5a9d558be70098320ed1620)
|
|
1822
|
+
- Update README_marketplace_flow.md [`2230098`](https://github.com/oceanprotocol/ocean-lib-js/commit/2230098ca5cfc26a720f212ea6dd37d6619a0e2d)
|
|
1797
1823
|
|
|
1798
|
-
#### [v0.1.3](https://github.com/oceanprotocol/ocean
|
|
1824
|
+
#### [v0.1.3](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.2...v0.1.3)
|
|
1799
1825
|
|
|
1800
1826
|
> 15 July 2020
|
|
1801
1827
|
|
|
1802
|
-
- always use Strings in Datatoken class [`#161`](https://github.com/oceanprotocol/ocean
|
|
1803
|
-
- Fix ABIs data types [`#159`](https://github.com/oceanprotocol/ocean
|
|
1804
|
-
- add ocean token & any token balance to Account [`#158`](https://github.com/oceanprotocol/ocean
|
|
1805
|
-
- feature/cleanup-test [`#157`](https://github.com/oceanprotocol/ocean
|
|
1806
|
-
- Update .travis.yml [`#155`](https://github.com/oceanprotocol/ocean
|
|
1807
|
-
- Update ConfigHelper.ts [`#156`](https://github.com/oceanprotocol/ocean
|
|
1808
|
-
- Fix/contracts dependencies [`#150`](https://github.com/oceanprotocol/ocean
|
|
1809
|
-
- added missing section [`#153`](https://github.com/oceanprotocol/ocean
|
|
1810
|
-
- dependencies cleanup [`3716c5d`](https://github.com/oceanprotocol/ocean
|
|
1811
|
-
- Release 0.1.3 [`36ba35f`](https://github.com/oceanprotocol/ocean
|
|
1812
|
-
- fix (#152) [`edb2d53`](https://github.com/oceanprotocol/ocean
|
|
1828
|
+
- always use Strings in Datatoken class [`#161`](https://github.com/oceanprotocol/ocean-lib-js/pull/161)
|
|
1829
|
+
- Fix ABIs data types [`#159`](https://github.com/oceanprotocol/ocean-lib-js/pull/159)
|
|
1830
|
+
- add ocean token & any token balance to Account [`#158`](https://github.com/oceanprotocol/ocean-lib-js/pull/158)
|
|
1831
|
+
- feature/cleanup-test [`#157`](https://github.com/oceanprotocol/ocean-lib-js/pull/157)
|
|
1832
|
+
- Update .travis.yml [`#155`](https://github.com/oceanprotocol/ocean-lib-js/pull/155)
|
|
1833
|
+
- Update ConfigHelper.ts [`#156`](https://github.com/oceanprotocol/ocean-lib-js/pull/156)
|
|
1834
|
+
- Fix/contracts dependencies [`#150`](https://github.com/oceanprotocol/ocean-lib-js/pull/150)
|
|
1835
|
+
- added missing section [`#153`](https://github.com/oceanprotocol/ocean-lib-js/pull/153)
|
|
1836
|
+
- dependencies cleanup [`3716c5d`](https://github.com/oceanprotocol/ocean-lib-js/commit/3716c5d1b6f60a6760975688361271c8948d9a62)
|
|
1837
|
+
- Release 0.1.3 [`36ba35f`](https://github.com/oceanprotocol/ocean-lib-js/commit/36ba35f23825c130e5ff95cb3a09113a463c52ce)
|
|
1838
|
+
- fix (#152) [`edb2d53`](https://github.com/oceanprotocol/ocean-lib-js/commit/edb2d53fe398dd0fb30f38b327ea3898e6bfe526)
|
|
1813
1839
|
|
|
1814
|
-
#### [v0.1.2](https://github.com/oceanprotocol/ocean
|
|
1840
|
+
#### [v0.1.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.1...v0.1.2)
|
|
1815
1841
|
|
|
1816
1842
|
> 14 July 2020
|
|
1817
1843
|
|
|
1818
|
-
- DataTokens - use wei in the library [`#147`](https://github.com/oceanprotocol/ocean
|
|
1819
|
-
- Fix/documentation [`#146`](https://github.com/oceanprotocol/ocean
|
|
1820
|
-
- Bump @types/node from 14.0.22 to 14.0.23 [`#148`](https://github.com/oceanprotocol/ocean
|
|
1821
|
-
- feature/compute-interface [`#130`](https://github.com/oceanprotocol/ocean
|
|
1822
|
-
- Feature/compute test [`#143`](https://github.com/oceanprotocol/ocean
|
|
1823
|
-
- Bump @types/mocha from 7.0.2 to 8.0.0 [`#142`](https://github.com/oceanprotocol/ocean
|
|
1824
|
-
- Bump yargs from 15.4.0 to 15.4.1 [`#141`](https://github.com/oceanprotocol/ocean
|
|
1825
|
-
- Bump @types/node from 14.0.20 to 14.0.22 [`#140`](https://github.com/oceanprotocol/ocean
|
|
1826
|
-
- Bump @types/node from 14.0.19 to 14.0.20 [`#137`](https://github.com/oceanprotocol/ocean
|
|
1827
|
-
- Bump @truffle/hdwallet-provider from 1.0.37 to 1.0.38 [`#139`](https://github.com/oceanprotocol/ocean
|
|
1828
|
-
- Bump @types/node from 14.0.18 to 14.0.19 [`#135`](https://github.com/oceanprotocol/ocean
|
|
1829
|
-
- Bump @types/node from 14.0.14 to 14.0.18 [`#133`](https://github.com/oceanprotocol/ocean
|
|
1830
|
-
- fixes #144 [`#144`](https://github.com/oceanprotocol/ocean
|
|
1831
|
-
- wip: compute module, compute tests, create compute service. [`dad7a56`](https://github.com/oceanprotocol/ocean
|
|
1832
|
-
- move compute to separate file [`95325a7`](https://github.com/oceanprotocol/ocean
|
|
1833
|
-
- add provider compute mock [`60c406b`](https://github.com/oceanprotocol/ocean
|
|
1834
|
-
|
|
1835
|
-
#### [v0.1.1](https://github.com/oceanprotocol/ocean
|
|
1844
|
+
- DataTokens - use wei in the library [`#147`](https://github.com/oceanprotocol/ocean-lib-js/pull/147)
|
|
1845
|
+
- Fix/documentation [`#146`](https://github.com/oceanprotocol/ocean-lib-js/pull/146)
|
|
1846
|
+
- Bump @types/node from 14.0.22 to 14.0.23 [`#148`](https://github.com/oceanprotocol/ocean-lib-js/pull/148)
|
|
1847
|
+
- feature/compute-interface [`#130`](https://github.com/oceanprotocol/ocean-lib-js/pull/130)
|
|
1848
|
+
- Feature/compute test [`#143`](https://github.com/oceanprotocol/ocean-lib-js/pull/143)
|
|
1849
|
+
- Bump @types/mocha from 7.0.2 to 8.0.0 [`#142`](https://github.com/oceanprotocol/ocean-lib-js/pull/142)
|
|
1850
|
+
- Bump yargs from 15.4.0 to 15.4.1 [`#141`](https://github.com/oceanprotocol/ocean-lib-js/pull/141)
|
|
1851
|
+
- Bump @types/node from 14.0.20 to 14.0.22 [`#140`](https://github.com/oceanprotocol/ocean-lib-js/pull/140)
|
|
1852
|
+
- Bump @types/node from 14.0.19 to 14.0.20 [`#137`](https://github.com/oceanprotocol/ocean-lib-js/pull/137)
|
|
1853
|
+
- Bump @truffle/hdwallet-provider from 1.0.37 to 1.0.38 [`#139`](https://github.com/oceanprotocol/ocean-lib-js/pull/139)
|
|
1854
|
+
- Bump @types/node from 14.0.18 to 14.0.19 [`#135`](https://github.com/oceanprotocol/ocean-lib-js/pull/135)
|
|
1855
|
+
- Bump @types/node from 14.0.14 to 14.0.18 [`#133`](https://github.com/oceanprotocol/ocean-lib-js/pull/133)
|
|
1856
|
+
- fixes #144 [`#144`](https://github.com/oceanprotocol/ocean-lib-js/issues/144)
|
|
1857
|
+
- wip: compute module, compute tests, create compute service. [`dad7a56`](https://github.com/oceanprotocol/ocean-lib-js/commit/dad7a56c1e102c8666e7d44fcc2ed7e50ffc462f)
|
|
1858
|
+
- move compute to separate file [`95325a7`](https://github.com/oceanprotocol/ocean-lib-js/commit/95325a733d47d9314c55d78c08bad8f30b8563c9)
|
|
1859
|
+
- add provider compute mock [`60c406b`](https://github.com/oceanprotocol/ocean-lib-js/commit/60c406bcea73403df8c1899db382e73974969be8)
|
|
1860
|
+
|
|
1861
|
+
#### [v0.1.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.1.0...v0.1.1)
|
|
1836
1862
|
|
|
1837
1863
|
> 3 July 2020
|
|
1838
1864
|
|
|
1839
|
-
- Fix/releases [`#128`](https://github.com/oceanprotocol/ocean
|
|
1840
|
-
- Release 0.1.0 [`#127`](https://github.com/oceanprotocol/ocean
|
|
1841
|
-
- add release to travis [`f3dd76f`](https://github.com/oceanprotocol/ocean
|
|
1842
|
-
- Release 0.1.1 [`487b430`](https://github.com/oceanprotocol/ocean
|
|
1865
|
+
- Fix/releases [`#128`](https://github.com/oceanprotocol/ocean-lib-js/pull/128)
|
|
1866
|
+
- Release 0.1.0 [`#127`](https://github.com/oceanprotocol/ocean-lib-js/pull/127)
|
|
1867
|
+
- add release to travis [`f3dd76f`](https://github.com/oceanprotocol/ocean-lib-js/commit/f3dd76fe80a0229649f83aaa0b2eb627a5e4cb93)
|
|
1868
|
+
- Release 0.1.1 [`487b430`](https://github.com/oceanprotocol/ocean-lib-js/commit/487b4305461d3aedf87d290f5f339f8adb6c2e96)
|
|
1843
1869
|
|
|
1844
1870
|
#### v0.1.0
|
|
1845
1871
|
|
|
1846
1872
|
> 3 July 2020
|
|
1847
1873
|
|
|
1848
|
-
- Fix/ocean assets [`#126`](https://github.com/oceanprotocol/ocean
|
|
1849
|
-
- Bump yargs from 15.3.1 to 15.4.0 [`#125`](https://github.com/oceanprotocol/ocean
|
|
1850
|
-
- Bump @truffle/hdwallet-provider from 1.0.36 to 1.0.37 [`#124`](https://github.com/oceanprotocol/ocean
|
|
1851
|
-
- Feature/marketplace flow [`#110`](https://github.com/oceanprotocol/ocean
|
|
1852
|
-
- Feature/assets download [`#119`](https://github.com/oceanprotocol/ocean
|
|
1853
|
-
- Fix/unit test [`#116`](https://github.com/oceanprotocol/ocean
|
|
1854
|
-
- Update .travis.yml [`#123`](https://github.com/oceanprotocol/ocean
|
|
1855
|
-
- Bump typescript from 3.9.5 to 3.9.6 [`#122`](https://github.com/oceanprotocol/ocean
|
|
1856
|
-
- Bump typedoc from 0.17.7 to 0.17.8 [`#120`](https://github.com/oceanprotocol/ocean
|
|
1857
|
-
- feature/resolve-assets [`#117`](https://github.com/oceanprotocol/ocean
|
|
1858
|
-
- barge contains ganache now [`#115`](https://github.com/oceanprotocol/ocean
|
|
1859
|
-
- Feature/integrate barge [`#113`](https://github.com/oceanprotocol/ocean
|
|
1860
|
-
- Bump @truffle/hdwallet-provider from 1.0.35 to 1.0.36 [`#111`](https://github.com/oceanprotocol/ocean
|
|
1861
|
-
- Feature/unit-testing-beta [Part-1] [`#99`](https://github.com/oceanprotocol/ocean
|
|
1862
|
-
- Fix/args for encrypt method [`#107`](https://github.com/oceanprotocol/ocean
|
|
1863
|
-
- fix/readme [`#106`](https://github.com/oceanprotocol/ocean
|
|
1864
|
-
- Bump @types/node from 14.0.13 to 14.0.14 [`#105`](https://github.com/oceanprotocol/ocean
|
|
1865
|
-
- fix resolveByDTAddress [`#102`](https://github.com/oceanprotocol/ocean
|
|
1866
|
-
- Fix/integration test-beta [`#94`](https://github.com/oceanprotocol/ocean
|
|
1867
|
-
- Bump uuid from 8.1.0 to 8.2.0 [`#100`](https://github.com/oceanprotocol/ocean
|
|
1868
|
-
- Fix/integration test beta firstcut [`#97`](https://github.com/oceanprotocol/ocean
|
|
1869
|
-
- add coverage report tool [`#96`](https://github.com/oceanprotocol/ocean
|
|
1870
|
-
- Feature/beta version phase 2 [`#79`](https://github.com/oceanprotocol/ocean
|
|
1871
|
-
- Bump prettier from 1.19.1 to 2.0.5 [`#85`](https://github.com/oceanprotocol/ocean
|
|
1872
|
-
- Bump @types/node from 14.0.5 to 14.0.13 [`#86`](https://github.com/oceanprotocol/ocean
|
|
1873
|
-
- Feature/phase-2 [`#50`](https://github.com/oceanprotocol/ocean
|
|
1874
|
-
- Full flow for Phase-2 [Part-1] [`#78`](https://github.com/oceanprotocol/ocean
|
|
1875
|
-
- Bump @release-it/bumper from 1.1.1 to 1.4.0 [`#76`](https://github.com/oceanprotocol/ocean
|
|
1876
|
-
- Create Dependabot config file [`#64`](https://github.com/oceanprotocol/ocean
|
|
1877
|
-
- Feature/contracts [`#63`](https://github.com/oceanprotocol/ocean
|
|
1878
|
-
- init travis [`#52`](https://github.com/oceanprotocol/ocean
|
|
1879
|
-
- Feature/add detailed readme [`#51`](https://github.com/oceanprotocol/ocean
|
|
1880
|
-
- fix lint errors [`#49`](https://github.com/oceanprotocol/ocean
|
|
1881
|
-
- Feature/tests [`#41`](https://github.com/oceanprotocol/ocean
|
|
1882
|
-
- Feature/ datatokens.create [`#38`](https://github.com/oceanprotocol/ocean
|
|
1883
|
-
- Feature: datatokens class [`#36`](https://github.com/oceanprotocol/ocean
|
|
1884
|
-
- add configHelper [`#35`](https://github.com/oceanprotocol/ocean
|
|
1885
|
-
- Feature: move squid-js to ocean-lib-js [`#30`](https://github.com/oceanprotocol/ocean
|
|
1886
|
-
- Fix versions module [`#23`](https://github.com/oceanprotocol/ocean
|
|
1887
|
-
- feature: replace OceanAssets with Assets [`#27`](https://github.com/oceanprotocol/ocean
|
|
1888
|
-
- Feature/replace OceanCompute with Compute [`#22`](https://github.com/oceanprotocol/ocean
|
|
1889
|
-
- minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean
|
|
1890
|
-
- cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean
|
|
1891
|
-
- remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean
|
|
1892
|
-
- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean
|
|
1874
|
+
- Fix/ocean assets [`#126`](https://github.com/oceanprotocol/ocean-lib-js/pull/126)
|
|
1875
|
+
- Bump yargs from 15.3.1 to 15.4.0 [`#125`](https://github.com/oceanprotocol/ocean-lib-js/pull/125)
|
|
1876
|
+
- Bump @truffle/hdwallet-provider from 1.0.36 to 1.0.37 [`#124`](https://github.com/oceanprotocol/ocean-lib-js/pull/124)
|
|
1877
|
+
- Feature/marketplace flow [`#110`](https://github.com/oceanprotocol/ocean-lib-js/pull/110)
|
|
1878
|
+
- Feature/assets download [`#119`](https://github.com/oceanprotocol/ocean-lib-js/pull/119)
|
|
1879
|
+
- Fix/unit test [`#116`](https://github.com/oceanprotocol/ocean-lib-js/pull/116)
|
|
1880
|
+
- Update .travis.yml [`#123`](https://github.com/oceanprotocol/ocean-lib-js/pull/123)
|
|
1881
|
+
- Bump typescript from 3.9.5 to 3.9.6 [`#122`](https://github.com/oceanprotocol/ocean-lib-js/pull/122)
|
|
1882
|
+
- Bump typedoc from 0.17.7 to 0.17.8 [`#120`](https://github.com/oceanprotocol/ocean-lib-js/pull/120)
|
|
1883
|
+
- feature/resolve-assets [`#117`](https://github.com/oceanprotocol/ocean-lib-js/pull/117)
|
|
1884
|
+
- barge contains ganache now [`#115`](https://github.com/oceanprotocol/ocean-lib-js/pull/115)
|
|
1885
|
+
- Feature/integrate barge [`#113`](https://github.com/oceanprotocol/ocean-lib-js/pull/113)
|
|
1886
|
+
- Bump @truffle/hdwallet-provider from 1.0.35 to 1.0.36 [`#111`](https://github.com/oceanprotocol/ocean-lib-js/pull/111)
|
|
1887
|
+
- Feature/unit-testing-beta [Part-1] [`#99`](https://github.com/oceanprotocol/ocean-lib-js/pull/99)
|
|
1888
|
+
- Fix/args for encrypt method [`#107`](https://github.com/oceanprotocol/ocean-lib-js/pull/107)
|
|
1889
|
+
- fix/readme [`#106`](https://github.com/oceanprotocol/ocean-lib-js/pull/106)
|
|
1890
|
+
- Bump @types/node from 14.0.13 to 14.0.14 [`#105`](https://github.com/oceanprotocol/ocean-lib-js/pull/105)
|
|
1891
|
+
- fix resolveByDTAddress [`#102`](https://github.com/oceanprotocol/ocean-lib-js/pull/102)
|
|
1892
|
+
- Fix/integration test-beta [`#94`](https://github.com/oceanprotocol/ocean-lib-js/pull/94)
|
|
1893
|
+
- Bump uuid from 8.1.0 to 8.2.0 [`#100`](https://github.com/oceanprotocol/ocean-lib-js/pull/100)
|
|
1894
|
+
- Fix/integration test beta firstcut [`#97`](https://github.com/oceanprotocol/ocean-lib-js/pull/97)
|
|
1895
|
+
- add coverage report tool [`#96`](https://github.com/oceanprotocol/ocean-lib-js/pull/96)
|
|
1896
|
+
- Feature/beta version phase 2 [`#79`](https://github.com/oceanprotocol/ocean-lib-js/pull/79)
|
|
1897
|
+
- Bump prettier from 1.19.1 to 2.0.5 [`#85`](https://github.com/oceanprotocol/ocean-lib-js/pull/85)
|
|
1898
|
+
- Bump @types/node from 14.0.5 to 14.0.13 [`#86`](https://github.com/oceanprotocol/ocean-lib-js/pull/86)
|
|
1899
|
+
- Feature/phase-2 [`#50`](https://github.com/oceanprotocol/ocean-lib-js/pull/50)
|
|
1900
|
+
- Full flow for Phase-2 [Part-1] [`#78`](https://github.com/oceanprotocol/ocean-lib-js/pull/78)
|
|
1901
|
+
- Bump @release-it/bumper from 1.1.1 to 1.4.0 [`#76`](https://github.com/oceanprotocol/ocean-lib-js/pull/76)
|
|
1902
|
+
- Create Dependabot config file [`#64`](https://github.com/oceanprotocol/ocean-lib-js/pull/64)
|
|
1903
|
+
- Feature/contracts [`#63`](https://github.com/oceanprotocol/ocean-lib-js/pull/63)
|
|
1904
|
+
- init travis [`#52`](https://github.com/oceanprotocol/ocean-lib-js/pull/52)
|
|
1905
|
+
- Feature/add detailed readme [`#51`](https://github.com/oceanprotocol/ocean-lib-js/pull/51)
|
|
1906
|
+
- fix lint errors [`#49`](https://github.com/oceanprotocol/ocean-lib-js/pull/49)
|
|
1907
|
+
- Feature/tests [`#41`](https://github.com/oceanprotocol/ocean-lib-js/pull/41)
|
|
1908
|
+
- Feature/ datatokens.create [`#38`](https://github.com/oceanprotocol/ocean-lib-js/pull/38)
|
|
1909
|
+
- Feature: datatokens class [`#36`](https://github.com/oceanprotocol/ocean-lib-js/pull/36)
|
|
1910
|
+
- add configHelper [`#35`](https://github.com/oceanprotocol/ocean-lib-js/pull/35)
|
|
1911
|
+
- Feature: move squid-js to ocean-lib-js [`#30`](https://github.com/oceanprotocol/ocean-lib-js/pull/30)
|
|
1912
|
+
- Fix versions module [`#23`](https://github.com/oceanprotocol/ocean-lib-js/pull/23)
|
|
1913
|
+
- feature: replace OceanAssets with Assets [`#27`](https://github.com/oceanprotocol/ocean-lib-js/pull/27)
|
|
1914
|
+
- Feature/replace OceanCompute with Compute [`#22`](https://github.com/oceanprotocol/ocean-lib-js/pull/22)
|
|
1915
|
+
- minor rendering fix [`#11`](https://github.com/oceanprotocol/ocean-lib-js/pull/11)
|
|
1916
|
+
- cleaning [`cd9f629`](https://github.com/oceanprotocol/ocean-lib-js/commit/cd9f6295ed08110936f9a092527bae5d0a974bbb)
|
|
1917
|
+
- remove test output files [`28d1775`](https://github.com/oceanprotocol/ocean-lib-js/commit/28d1775593ab78bf404708244c49af8f912f3117)
|
|
1918
|
+
- add ownerAssets [`d8dadf5`](https://github.com/oceanprotocol/ocean-lib-js/commit/d8dadf5495d77e2f73d45454347c13e185bed7d4)
|