@oceanprotocol/lib 1.0.0-next.4 → 1.0.0-next.8
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 +35 -0
- 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/DownloadResponse.d.ts +4 -0
- package/dist/src/@types/FileMetadata.d.ts +1 -0
- package/dist/src/@types/Provider.d.ts +3 -2
- package/dist/src/aquarius/Aquarius.d.ts +3 -3
- package/dist/src/factories/NFTFactory.d.ts +5 -9
- package/dist/src/interfaces/Erc721Interface.d.ts +12 -0
- package/dist/src/interfaces/FixedRateInterface.d.ts +1 -1
- package/dist/src/interfaces/PoolInterface.d.ts +4 -4
- package/dist/src/models/Config.d.ts +4 -0
- package/dist/src/pools/Router.d.ts +3 -2
- package/dist/src/pools/balancer/Pool.d.ts +4 -7
- package/dist/src/pools/dispenser/Dispenser.d.ts +4 -3
- package/dist/src/pools/fixedRate/FixedRateExchange.d.ts +12 -11
- package/dist/src/pools/ssContracts/SideStaking.d.ts +7 -5
- package/dist/src/provider/Provider.d.ts +15 -11
- package/dist/src/tokens/Datatoken.d.ts +8 -12
- package/dist/src/tokens/NFT.d.ts +8 -3
- 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 +11 -0
- package/dist/src/utils/FetchHelper.d.ts +3 -2
- package/dist/src/utils/TokenUtils.d.ts +7 -0
- package/dist/src/utils/index.d.ts +2 -2
- package/dist/src/utils/minAbi.d.ts +2 -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 +5 -4
- package/dist/src/utils/ContractParams.d.ts +0 -4
- package/dist/src/utils/GasUtils.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,44 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v1.0.0-next.8](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.7...v1.0.0-next.8)
|
|
8
|
+
|
|
9
|
+
- heleper+ remove old ibs [`#1238`](https://github.com/oceanprotocol/ocean.js/pull/1238)
|
|
10
|
+
- Add setMetaDataAndTokenURI method [`#1234`](https://github.com/oceanprotocol/ocean.js/pull/1234)
|
|
11
|
+
- remove optional fetch method, add abort signal [`#1235`](https://github.com/oceanprotocol/ocean.js/pull/1235)
|
|
12
|
+
|
|
13
|
+
#### [v1.0.0-next.7](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.6...v1.0.0-next.7)
|
|
14
|
+
|
|
15
|
+
> 20 January 2022
|
|
16
|
+
|
|
17
|
+
- replaced local artifacts with the published ones [`#1232`](https://github.com/oceanprotocol/ocean.js/pull/1232)
|
|
18
|
+
- Allow users/market to set own gas contract options & configurable web3 contract params [`#1214`](https://github.com/oceanprotocol/ocean.js/pull/1214)
|
|
19
|
+
- Add default http function and fixes provider class [`#1212`](https://github.com/oceanprotocol/ocean.js/pull/1212)
|
|
20
|
+
- Feature/ split orders&fees and uniformize datatoken naming [`#1223`](https://github.com/oceanprotocol/ocean.js/pull/1223)
|
|
21
|
+
- added default contract options and gas in config [`4d60a16`](https://github.com/oceanprotocol/ocean.js/commit/4d60a16f6e79a89ed636b99592167c2c8f8c50ed)
|
|
22
|
+
- update artifacts after latest contract changes [`b4e102e`](https://github.com/oceanprotocol/ocean.js/commit/b4e102e6a6fa597fc9540d169428030db52efcad)
|
|
23
|
+
- update artifacts [`c5b5835`](https://github.com/oceanprotocol/ocean.js/commit/c5b583554eea28bab8a0c3af252dc70a707cdb51)
|
|
24
|
+
|
|
25
|
+
#### [v1.0.0-next.6](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.5...v1.0.0-next.6)
|
|
26
|
+
|
|
27
|
+
> 14 January 2022
|
|
28
|
+
|
|
29
|
+
- up [`#1219`](https://github.com/oceanprotocol/ocean.js/pull/1219)
|
|
30
|
+
- Release 1.0.0-next.6 [`1879315`](https://github.com/oceanprotocol/ocean.js/commit/187931531021b89bd9c735f90c7426aea65dd57b)
|
|
31
|
+
|
|
32
|
+
#### [v1.0.0-next.5](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.4...v1.0.0-next.5)
|
|
33
|
+
|
|
34
|
+
> 13 January 2022
|
|
35
|
+
|
|
36
|
+
- update abi/address [`#1218`](https://github.com/oceanprotocol/ocean.js/pull/1218)
|
|
37
|
+
- Release 1.0.0-next.5 [`672e2b1`](https://github.com/oceanprotocol/ocean.js/commit/672e2b1f4abcc16b4a747b66fa609ea4ca9b5994)
|
|
38
|
+
|
|
7
39
|
#### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.3...v1.0.0-next.4)
|
|
8
40
|
|
|
41
|
+
> 13 January 2022
|
|
42
|
+
|
|
9
43
|
- update addresses based on new deployment [`#1216`](https://github.com/oceanprotocol/ocean.js/pull/1216)
|
|
44
|
+
- Release 1.0.0-next.4 [`a85f29a`](https://github.com/oceanprotocol/ocean.js/commit/a85f29a5d2324f4b17ab45882267920f7a66e42b)
|
|
10
45
|
|
|
11
46
|
#### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.2...v1.0.0-next.3)
|
|
12
47
|
|