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