@oceanprotocol/lib 1.0.0-next.1 → 1.0.0-next.10

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.
Files changed (85) hide show
  1. package/CHANGELOG.md +70 -0
  2. package/dist/lib.js +1 -1
  3. package/dist/lib.js.map +1 -1
  4. package/dist/lib.modern.js +1 -1
  5. package/dist/lib.modern.js.map +1 -1
  6. package/dist/lib.module.js +1 -1
  7. package/dist/lib.module.js.map +1 -1
  8. package/dist/lib.umd.js +1 -1
  9. package/dist/lib.umd.js.map +1 -1
  10. package/dist/src/{src/@types → @types}/Asset.d.ts +0 -0
  11. package/dist/src/{src/@types → @types}/Compute.d.ts +0 -0
  12. package/dist/src/{src/@types → @types}/DDO/Credentials.d.ts +0 -0
  13. package/dist/src/{src/@types → @types}/DDO/DDO.d.ts +0 -0
  14. package/dist/src/{src/@types → @types}/DDO/Event.d.ts +0 -0
  15. package/dist/src/{src/@types → @types}/DDO/Metadata.d.ts +0 -0
  16. package/dist/src/{src/@types → @types}/DDO/Service.d.ts +0 -0
  17. package/dist/src/@types/DownloadResponse.d.ts +4 -0
  18. package/dist/src/{src/@types → @types}/FileMetadata.d.ts +1 -0
  19. package/dist/src/{src/@types → @types}/Provider.d.ts +3 -2
  20. package/dist/src/{src/@types → @types}/index.d.ts +0 -0
  21. package/dist/src/aquarius/Aquarius.d.ts +10 -0
  22. package/dist/src/{src/aquarius → aquarius}/index.d.ts +0 -0
  23. package/dist/src/{src/factories → factories}/NFTFactory.d.ts +5 -9
  24. package/dist/src/{src/factories → factories}/index.d.ts +0 -0
  25. package/dist/src/{src/index.d.ts → index.d.ts} +0 -0
  26. package/dist/src/{src/interfaces → interfaces}/DispenserInterface.d.ts +0 -0
  27. package/dist/src/{src/interfaces → interfaces}/Erc20Interface.d.ts +0 -0
  28. package/dist/src/interfaces/Erc721Interface.d.ts +12 -0
  29. package/dist/src/{src/interfaces → interfaces}/FixedRateInterface.d.ts +1 -1
  30. package/dist/src/{src/interfaces → interfaces}/PoolInterface.d.ts +4 -4
  31. package/dist/src/{src/interfaces → interfaces}/RouterInterface.d.ts +0 -0
  32. package/dist/src/{src/interfaces → interfaces}/index.d.ts +0 -0
  33. package/dist/src/{src/models → models}/Config.d.ts +4 -0
  34. package/dist/src/{src/models → models}/index.d.ts +0 -0
  35. package/dist/src/{src/pools → pools}/Router.d.ts +7 -6
  36. package/dist/src/{src/pools → pools}/balancer/Pool.d.ts +8 -11
  37. package/dist/src/{src/pools → pools}/balancer/index.d.ts +0 -0
  38. package/dist/src/{src/pools → pools}/dispenser/Dispenser.d.ts +4 -3
  39. package/dist/src/{src/pools → pools}/dispenser/index.d.ts +0 -0
  40. package/dist/src/{src/pools → pools}/fixedRate/FixedRateExchange.d.ts +14 -13
  41. package/dist/src/{src/pools → pools}/fixedRate/index.d.ts +0 -0
  42. package/dist/src/{src/pools → pools}/index.d.ts +0 -0
  43. package/dist/src/{src/pools → pools}/ssContracts/SideStaking.d.ts +7 -5
  44. package/dist/src/{src/pools → pools}/ssContracts/index.d.ts +0 -0
  45. package/dist/src/provider/Provider.d.ts +35 -0
  46. package/dist/src/{src/provider → provider}/index.d.ts +0 -0
  47. package/dist/src/{src/tokens → tokens}/Datatoken.d.ts +8 -12
  48. package/dist/src/{src/tokens → tokens}/NFT.d.ts +8 -3
  49. package/dist/src/{src/tokens → tokens}/index.d.ts +0 -0
  50. package/dist/src/{src/utils → utils}/ConfigHelper.d.ts +1 -1
  51. package/dist/src/{src/utils → utils}/Constants.d.ts +1 -0
  52. package/dist/src/utils/ContractUtils.d.ts +11 -0
  53. package/dist/src/{src/utils → utils}/ConversionTypeHelper.d.ts +0 -0
  54. package/dist/src/{src/utils → utils}/DatatokenName.d.ts +0 -0
  55. package/dist/src/{src/utils → utils}/DdoHelpers.d.ts +0 -0
  56. package/dist/src/{src/utils → utils}/FetchHelper.d.ts +3 -2
  57. package/dist/src/{src/utils → utils}/Logger.d.ts +0 -0
  58. package/dist/src/{src/utils → utils}/SignatureUtils.d.ts +0 -0
  59. package/dist/src/utils/TokenUtils.d.ts +7 -0
  60. package/dist/src/{src/utils → utils}/index.d.ts +2 -2
  61. package/dist/src/utils/minAbi.d.ts +2 -0
  62. package/dist/{src/test → test}/TestContractHandler.d.ts +0 -0
  63. package/dist/{src/test → test}/integration/ComputeFlow.test.d.ts +0 -0
  64. package/dist/{src/test → test}/integration/Provider.test.d.ts +0 -0
  65. package/dist/{src/test → test}/integration/PublishFlows.test.d.ts +0 -0
  66. package/dist/{src/test → test}/integration/SimplePublishConsumeFlow.test.d.ts +0 -0
  67. package/dist/{src/test → test}/integration/config.d.ts +0 -0
  68. package/dist/{src/test → test}/unit/NftFactory.test.d.ts +0 -0
  69. package/dist/{src/test → test}/unit/config.d.ts +0 -0
  70. package/dist/{src/test → test}/unit/pools/Router.test.d.ts +0 -0
  71. package/dist/{src/test → test}/unit/pools/balancer/Pool.test.d.ts +0 -0
  72. package/dist/{src/test → test}/unit/pools/dispenser/Dispenser.test.d.ts +0 -0
  73. package/dist/{src/test → test}/unit/pools/fixedRate/FixedRateExchange.test.d.ts +0 -0
  74. package/dist/{src/test → test}/unit/pools/ssContracts/SideStaking.test.d.ts +0 -0
  75. package/dist/{src/test → test}/unit/tokens/Datatoken.test.d.ts +0 -0
  76. package/dist/{src/test → test}/unit/tokens/Nft.test.d.ts +0 -0
  77. package/docs/beginners_guide.md +4 -4
  78. package/docs/overview.md +100 -9
  79. package/docs/quickstart_marketplace.md +34 -33
  80. package/docs/quickstart_simple.md +18 -16
  81. package/package.json +6 -5
  82. package/dist/src/src/aquarius/Aquarius.d.ts +0 -10
  83. package/dist/src/src/provider/Provider.d.ts +0 -31
  84. package/dist/src/src/utils/ContractParams.d.ts +0 -4
  85. package/dist/src/src/utils/GasUtils.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -4,8 +4,78 @@ 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.10](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.9...v1.0.0-next.10)
8
+
9
+ - remove ammount [`#1241`](https://github.com/oceanprotocol/ocean.js/pull/1241)
10
+ - update contracts [`#1244`](https://github.com/oceanprotocol/ocean.js/pull/1244)
11
+
12
+ #### [v1.0.0-next.9](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.8...v1.0.0-next.9)
13
+
14
+ > 26 January 2022
15
+
16
+ - fix order, update contracts [`#1240`](https://github.com/oceanprotocol/ocean.js/pull/1240)
17
+ - Release 1.0.0-next.9 [`ef83df7`](https://github.com/oceanprotocol/ocean.js/commit/ef83df7c7248402940a25a3f5d223131c7ece82e)
18
+
19
+ #### [v1.0.0-next.8](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.7...v1.0.0-next.8)
20
+
21
+ > 25 January 2022
22
+
23
+ - heleper+ remove old ibs [`#1238`](https://github.com/oceanprotocol/ocean.js/pull/1238)
24
+ - Add setMetaDataAndTokenURI method [`#1234`](https://github.com/oceanprotocol/ocean.js/pull/1234)
25
+ - remove optional fetch method, add abort signal [`#1235`](https://github.com/oceanprotocol/ocean.js/pull/1235)
26
+ - Release 1.0.0-next.8 [`1b0fb28`](https://github.com/oceanprotocol/ocean.js/commit/1b0fb28e7676737f2086f5032dd9dfca85431b0b)
27
+
28
+ #### [v1.0.0-next.7](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.6...v1.0.0-next.7)
29
+
30
+ > 20 January 2022
31
+
32
+ - replaced local artifacts with the published ones [`#1232`](https://github.com/oceanprotocol/ocean.js/pull/1232)
33
+ - Allow users/market to set own gas contract options & configurable web3 contract params [`#1214`](https://github.com/oceanprotocol/ocean.js/pull/1214)
34
+ - Add default http function and fixes provider class [`#1212`](https://github.com/oceanprotocol/ocean.js/pull/1212)
35
+ - Feature/ split orders&fees and uniformize datatoken naming [`#1223`](https://github.com/oceanprotocol/ocean.js/pull/1223)
36
+ - added default contract options and gas in config [`4d60a16`](https://github.com/oceanprotocol/ocean.js/commit/4d60a16f6e79a89ed636b99592167c2c8f8c50ed)
37
+ - update artifacts after latest contract changes [`b4e102e`](https://github.com/oceanprotocol/ocean.js/commit/b4e102e6a6fa597fc9540d169428030db52efcad)
38
+ - update artifacts [`c5b5835`](https://github.com/oceanprotocol/ocean.js/commit/c5b583554eea28bab8a0c3af252dc70a707cdb51)
39
+
40
+ #### [v1.0.0-next.6](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.5...v1.0.0-next.6)
41
+
42
+ > 14 January 2022
43
+
44
+ - up [`#1219`](https://github.com/oceanprotocol/ocean.js/pull/1219)
45
+ - Release 1.0.0-next.6 [`1879315`](https://github.com/oceanprotocol/ocean.js/commit/187931531021b89bd9c735f90c7426aea65dd57b)
46
+
47
+ #### [v1.0.0-next.5](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.4...v1.0.0-next.5)
48
+
49
+ > 13 January 2022
50
+
51
+ - update abi/address [`#1218`](https://github.com/oceanprotocol/ocean.js/pull/1218)
52
+ - Release 1.0.0-next.5 [`672e2b1`](https://github.com/oceanprotocol/ocean.js/commit/672e2b1f4abcc16b4a747b66fa609ea4ca9b5994)
53
+
54
+ #### [v1.0.0-next.4](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.3...v1.0.0-next.4)
55
+
56
+ > 13 January 2022
57
+
58
+ - update addresses based on new deployment [`#1216`](https://github.com/oceanprotocol/ocean.js/pull/1216)
59
+ - Release 1.0.0-next.4 [`a85f29a`](https://github.com/oceanprotocol/ocean.js/commit/a85f29a5d2324f4b17ab45882267920f7a66e42b)
60
+
61
+ #### [v1.0.0-next.3](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.2...v1.0.0-next.3)
62
+
63
+ > 12 January 2022
64
+
65
+ - update addresses [`#1213`](https://github.com/oceanprotocol/ocean.js/pull/1213)
66
+ - Release 1.0.0-next.3 [`3c9ee75`](https://github.com/oceanprotocol/ocean.js/commit/3c9ee7599ba3c5a8109925cdb6e76fa9ff389fe2)
67
+
68
+ #### [v1.0.0-next.2](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.1...v1.0.0-next.2)
69
+
70
+ > 11 January 2022
71
+
72
+ - Release 1.0.0-next.2 [`a9c592c`](https://github.com/oceanprotocol/ocean.js/commit/a9c592c3e6f77419f9ddc13ac396063696f7eb69)
73
+ - fix dist typings path [`ae6ee6f`](https://github.com/oceanprotocol/ocean.js/commit/ae6ee6f9c71218e0bf6c7a22283dbe9d725e61f0)
74
+
7
75
  #### [v1.0.0-next.1](https://github.com/oceanprotocol/ocean.js/compare/v1.0.0-next.0...v1.0.0-next.1)
8
76
 
77
+ > 11 January 2022
78
+
9
79
  - move artifacts folder under /src [`bdfa60a`](https://github.com/oceanprotocol/ocean.js/commit/bdfa60a91b7c304ee775c5c88cc5e22b569acc74)
10
80
  - fix artifacts path in all test files [`24425fc`](https://github.com/oceanprotocol/ocean.js/commit/24425fcf8ba8f0b2f950cc5857c71e1b1d57f683)
11
81
  - make mocha pick up individual tsconfig, compile test files [`8776c1b`](https://github.com/oceanprotocol/ocean.js/commit/8776c1bb91d7136cf945179a00cf40847b9c413f)