@pezkuwi/api-contract 16.5.13 → 16.5.15

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 (381) hide show
  1. package/{build/bundle-pezkuwi-api-contract.js → bundle-pezkuwi-api-contract.js} +1 -1
  2. package/{build/cjs → cjs}/packageInfo.js +1 -1
  3. package/package.json +17 -17
  4. package/{build/packageInfo.js → packageInfo.js} +1 -1
  5. package/build/Abi/index.js +0 -359
  6. package/build/Abi/toLatestCompatible.js +0 -30
  7. package/build/Abi/toV1.js +0 -21
  8. package/build/Abi/toV2.js +0 -27
  9. package/build/Abi/toV3.js +0 -10
  10. package/build/Abi/toV4.js +0 -10
  11. package/build/LICENSE +0 -201
  12. package/build/README.md +0 -3
  13. package/build/augment.js +0 -1
  14. package/build/base/Base.js +0 -40
  15. package/build/base/Blueprint.js +0 -51
  16. package/build/base/Code.js +0 -74
  17. package/build/base/Contract.js +0 -127
  18. package/build/base/index.js +0 -3
  19. package/build/base/mock.js +0 -38
  20. package/build/base/types.js +0 -1
  21. package/build/base/util.js +0 -33
  22. package/build/bundle.js +0 -4
  23. package/build/cjs/Abi/index.d.ts +0 -31
  24. package/build/cjs/Abi/index.js +0 -363
  25. package/build/cjs/Abi/toLatestCompatible.d.ts +0 -15
  26. package/build/cjs/Abi/toLatestCompatible.js +0 -36
  27. package/build/cjs/Abi/toV1.d.ts +0 -3
  28. package/build/cjs/Abi/toV1.js +0 -24
  29. package/build/cjs/Abi/toV2.d.ts +0 -3
  30. package/build/cjs/Abi/toV2.js +0 -30
  31. package/build/cjs/Abi/toV3.d.ts +0 -3
  32. package/build/cjs/Abi/toV3.js +0 -13
  33. package/build/cjs/Abi/toV4.d.ts +0 -3
  34. package/build/cjs/Abi/toV4.js +0 -13
  35. package/build/cjs/augment.d.ts +0 -1
  36. package/build/cjs/augment.js +0 -3
  37. package/build/cjs/base/Base.d.ts +0 -13
  38. package/build/cjs/base/Base.js +0 -44
  39. package/build/cjs/base/Blueprint.d.ts +0 -24
  40. package/build/cjs/base/Blueprint.js +0 -57
  41. package/build/cjs/base/Code.d.ts +0 -22
  42. package/build/cjs/base/Code.js +0 -80
  43. package/build/cjs/base/Contract.d.ts +0 -25
  44. package/build/cjs/base/Contract.js +0 -133
  45. package/build/cjs/base/index.d.ts +0 -3
  46. package/build/cjs/base/index.js +0 -14
  47. package/build/cjs/base/mock.d.ts +0 -3
  48. package/build/cjs/base/mock.js +0 -41
  49. package/build/cjs/base/types.d.ts +0 -25
  50. package/build/cjs/base/types.js +0 -2
  51. package/build/cjs/base/util.d.ts +0 -16
  52. package/build/cjs/base/util.js +0 -42
  53. package/build/cjs/bundle.d.ts +0 -4
  54. package/build/cjs/bundle.js +0 -10
  55. package/build/cjs/index.js +0 -5
  56. package/build/cjs/promise/index.js +0 -23
  57. package/build/cjs/promise/types.js +0 -2
  58. package/build/cjs/rx/index.js +0 -23
  59. package/build/cjs/rx/types.js +0 -2
  60. package/build/cjs/types.js +0 -2
  61. package/build/cjs/util.js +0 -13
  62. package/build/index.d.ts +0 -2
  63. package/build/index.js +0 -2
  64. package/build/package.json +0 -410
  65. package/build/packageDetect.d.ts +0 -1
  66. package/build/packageDetect.js +0 -5
  67. package/build/packageInfo.d.ts +0 -6
  68. package/build/promise/index.d.ts +0 -13
  69. package/build/promise/index.js +0 -17
  70. package/build/promise/types.d.ts +0 -3
  71. package/build/promise/types.js +0 -1
  72. package/build/rx/index.d.ts +0 -13
  73. package/build/rx/index.js +0 -17
  74. package/build/rx/types.d.ts +0 -3
  75. package/build/rx/types.js +0 -1
  76. package/build/types.d.ts +0 -79
  77. package/build/types.js +0 -1
  78. package/build/util.d.ts +0 -5
  79. package/build/util.js +0 -10
  80. package/build-deno/Abi/index.ts +0 -475
  81. package/build-deno/Abi/toLatestCompatible.ts +0 -47
  82. package/build-deno/Abi/toV1.ts +0 -33
  83. package/build-deno/Abi/toV2.ts +0 -56
  84. package/build-deno/Abi/toV3.ts +0 -16
  85. package/build-deno/Abi/toV4.ts +0 -19
  86. package/build-deno/README.md +0 -3
  87. package/build-deno/augment.ts +0 -2
  88. package/build-deno/base/Base.ts +0 -50
  89. package/build-deno/base/Blueprint.ts +0 -88
  90. package/build-deno/base/Code.ts +0 -140
  91. package/build-deno/base/Contract.ts +0 -194
  92. package/build-deno/base/index.ts +0 -4
  93. package/build-deno/base/mock.ts +0 -46
  94. package/build-deno/base/types.ts +0 -38
  95. package/build-deno/base/util.ts +0 -54
  96. package/build-deno/bundle.ts +0 -6
  97. package/build-deno/checkTypes.manual.ts +0 -42
  98. package/build-deno/index.ts +0 -4
  99. package/build-deno/mod.ts +0 -2
  100. package/build-deno/packageDetect.ts +0 -9
  101. package/build-deno/packageInfo.ts +0 -3
  102. package/build-deno/promise/index.ts +0 -28
  103. package/build-deno/promise/types.ts +0 -5
  104. package/build-deno/rx/index.ts +0 -28
  105. package/build-deno/rx/types.ts +0 -5
  106. package/build-deno/test/contracts/index.ts +0 -18
  107. package/build-deno/test/contracts/ink/index.ts +0 -11
  108. package/build-deno/test/contracts/ink/v0/accumulator.wasm +0 -0
  109. package/build-deno/test/contracts/ink/v0/adder.wasm +0 -0
  110. package/build-deno/test/contracts/ink/v0/delegator.wasm +0 -0
  111. package/build-deno/test/contracts/ink/v0/dns.wasm +0 -0
  112. package/build-deno/test/contracts/ink/v0/erc20.wasm +0 -0
  113. package/build-deno/test/contracts/ink/v0/erc721.wasm +0 -0
  114. package/build-deno/test/contracts/ink/v0/flipper.wasm +0 -0
  115. package/build-deno/test/contracts/ink/v0/incrementer.wasm +0 -0
  116. package/build-deno/test/contracts/ink/v0/index.ts +0 -9
  117. package/build-deno/test/contracts/ink/v0/multisig_plain.wasm +0 -0
  118. package/build-deno/test/contracts/ink/v0/subber.wasm +0 -0
  119. package/build-deno/test/contracts/ink/v0/trait-flipper.wasm +0 -0
  120. package/build-deno/test/contracts/ink/v1/index.ts +0 -3
  121. package/build-deno/test/contracts/ink/v2/index.ts +0 -3
  122. package/build-deno/test/contracts/ink/v3/index.ts +0 -3
  123. package/build-deno/test/contracts/ink/v4/erc20.wasm +0 -0
  124. package/build-deno/test/contracts/ink/v4/flipper.wasm +0 -0
  125. package/build-deno/test/contracts/ink/v4/index.ts +0 -5
  126. package/build-deno/test/contracts/ink/v5/erc20.wasm +0 -0
  127. package/build-deno/test/contracts/ink/v5/flipper.wasm +0 -0
  128. package/build-deno/test/contracts/ink/v5/index.ts +0 -6
  129. package/build-deno/test/contracts/ink/v6/erc20.polkavm +0 -0
  130. package/build-deno/test/contracts/ink/v6/index.ts +0 -3
  131. package/build-deno/test/contracts/solang/index.ts +0 -5
  132. package/build-deno/test/contracts/solang/v0/index.ts +0 -2
  133. package/build-deno/test/contracts/solang/v0/ints256.sol +0 -13
  134. package/build-deno/test/contracts/solang/v0/ints256.wasm +0 -0
  135. package/build-deno/test/contracts/user/index.ts +0 -7
  136. package/build-deno/test/contracts/user/v0/assetTransfer.wasm +0 -0
  137. package/build-deno/test/contracts/user/v0/enumExample.wasm +0 -0
  138. package/build-deno/test/contracts/user/v0/index.ts +0 -5
  139. package/build-deno/test/contracts/user/v3/index.ts +0 -2
  140. package/build-deno/test/contracts/user/v4/index.ts +0 -2
  141. package/build-deno/test/contracts/util.ts +0 -12
  142. package/build-deno/types.ts +0 -95
  143. package/build-deno/util.ts +0 -18
  144. package/build-tsc-cjs/packageDetect.js +0 -7
  145. package/build-tsc-cjs/packageInfo.js +0 -4
  146. package/build-tsc-esm/packageInfo.js +0 -1
  147. package/src/Abi/Abi.spec.ts +0 -235
  148. package/src/Abi/index.ts +0 -477
  149. package/src/Abi/toLatestCompatible.spec.ts +0 -219
  150. package/src/Abi/toLatestCompatible.ts +0 -52
  151. package/src/Abi/toV1.ts +0 -35
  152. package/src/Abi/toV2.ts +0 -58
  153. package/src/Abi/toV3.ts +0 -18
  154. package/src/Abi/toV4.ts +0 -21
  155. package/src/augment.ts +0 -4
  156. package/src/base/Base.ts +0 -52
  157. package/src/base/Blueprint.ts +0 -90
  158. package/src/base/Code.spec.ts +0 -47
  159. package/src/base/Code.ts +0 -142
  160. package/src/base/Contract.ts +0 -197
  161. package/src/base/index.ts +0 -6
  162. package/src/base/mock.ts +0 -48
  163. package/src/base/types.ts +0 -40
  164. package/src/base/util.ts +0 -56
  165. package/src/bundle.ts +0 -10
  166. package/src/checkTypes.manual.ts +0 -45
  167. package/src/index.ts +0 -6
  168. package/src/mod.ts +0 -4
  169. package/src/packageDetect.ts +0 -13
  170. package/src/packageInfo.ts +0 -6
  171. package/src/promise/index.ts +0 -28
  172. package/src/promise/types.ts +0 -7
  173. package/src/rx/index.ts +0 -28
  174. package/src/rx/types.ts +0 -7
  175. package/src/test/compare/ink_v0_delegator.test.json +0 -47
  176. package/src/test/compare/ink_v0_dns.test.json +0 -232
  177. package/src/test/compare/ink_v0_erc20.test.json +0 -253
  178. package/src/test/compare/ink_v0_erc721.test.json +0 -415
  179. package/src/test/compare/ink_v0_flipper.test.json +0 -9
  180. package/src/test/compare/ink_v0_flipperBundle.test.json +0 -9
  181. package/src/test/compare/ink_v0_incrementer.test.json +0 -9
  182. package/src/test/compare/ink_v0_multisigPlain.test.json +0 -562
  183. package/src/test/compare/ink_v1_flipper.test.json +0 -9
  184. package/src/test/compare/ink_v1_psp22.test.json +0 -531
  185. package/src/test/compare/ink_v2_erc20.test.json +0 -205
  186. package/src/test/compare/ink_v2_flipper.test.json +0 -9
  187. package/src/test/compare/ink_v3_flipper.test.json +0 -9
  188. package/src/test/compare/ink_v3_traitErc20.test.json +0 -205
  189. package/src/test/compare/ink_v4_erc20Contract.test.json +0 -253
  190. package/src/test/compare/ink_v4_erc20Metadata.test.json +0 -253
  191. package/src/test/compare/ink_v4_flipperContract.test.json +0 -155
  192. package/src/test/compare/ink_v4_flipperMetadata.test.json +0 -155
  193. package/src/test/compare/ink_v5_erc20.test.json +0 -370
  194. package/src/test/compare/ink_v5_erc20AnonymousTransferMetadata.test.json +0 -370
  195. package/src/test/compare/ink_v5_erc20Contract.test.json +0 -370
  196. package/src/test/compare/ink_v5_erc20Metadata.test.json +0 -370
  197. package/src/test/compare/ink_v5_flipperContract.test.json +0 -174
  198. package/src/test/compare/ink_v5_flipperMetadata.test.json +0 -174
  199. package/src/test/compare/ink_v6_erc20Contract.test.json +0 -418
  200. package/src/test/compare/ink_v6_erc20Metadata.test.json +0 -418
  201. package/src/test/compare/solang_v0_ints256.test.json +0 -9
  202. package/src/test/compare/user_v0_assetTransfer.test.json +0 -54
  203. package/src/test/compare/user_v0_enumExample.test.json +0 -303
  204. package/src/test/compare/user_v0_recursive.test.json +0 -27
  205. package/src/test/compare/user_v0_withString.test.json +0 -260
  206. package/src/test/compare/user_v3_ask.test.json +0 -71
  207. package/src/test/compare/user_v4_events.test.json +0 -1328
  208. package/src/test/contracts/index.ts +0 -20
  209. package/src/test/contracts/ink/index.ts +0 -13
  210. package/src/test/contracts/ink/v0/accumulator.wasm +0 -0
  211. package/src/test/contracts/ink/v0/adder.wasm +0 -0
  212. package/src/test/contracts/ink/v0/delegator.json +0 -252
  213. package/src/test/contracts/ink/v0/delegator.wasm +0 -0
  214. package/src/test/contracts/ink/v0/dns.json +0 -713
  215. package/src/test/contracts/ink/v0/dns.wasm +0 -0
  216. package/src/test/contracts/ink/v0/erc20.json +0 -704
  217. package/src/test/contracts/ink/v0/erc20.wasm +0 -0
  218. package/src/test/contracts/ink/v0/erc721.json +0 -1197
  219. package/src/test/contracts/ink/v0/erc721.wasm +0 -0
  220. package/src/test/contracts/ink/v0/flipper.contract.json +0 -107
  221. package/src/test/contracts/ink/v0/flipper.json +0 -106
  222. package/src/test/contracts/ink/v0/flipper.wasm +0 -0
  223. package/src/test/contracts/ink/v0/incrementer.json +0 -108
  224. package/src/test/contracts/ink/v0/incrementer.wasm +0 -0
  225. package/src/test/contracts/ink/v0/index.ts +0 -11
  226. package/src/test/contracts/ink/v0/multisig_plain.json +0 -1466
  227. package/src/test/contracts/ink/v0/multisig_plain.wasm +0 -0
  228. package/src/test/contracts/ink/v0/subber.wasm +0 -0
  229. package/src/test/contracts/ink/v0/trait-flipper.json +0 -103
  230. package/src/test/contracts/ink/v0/trait-flipper.wasm +0 -0
  231. package/src/test/contracts/ink/v1/flipper.contract.json +0 -111
  232. package/src/test/contracts/ink/v1/index.ts +0 -6
  233. package/src/test/contracts/ink/v1/psp22_minter_pauser.contract.json +0 -1722
  234. package/src/test/contracts/ink/v2/erc20.contract.json +0 -630
  235. package/src/test/contracts/ink/v2/flipper.contract.json +0 -103
  236. package/src/test/contracts/ink/v2/index.ts +0 -5
  237. package/src/test/contracts/ink/v3/flipper.contract.json +0 -105
  238. package/src/test/contracts/ink/v3/index.ts +0 -6
  239. package/src/test/contracts/ink/v3/trait_erc20.contract.json +0 -631
  240. package/src/test/contracts/ink/v4/erc20.contract.json +0 -1
  241. package/src/test/contracts/ink/v4/erc20.json +0 -821
  242. package/src/test/contracts/ink/v4/erc20.wasm +0 -0
  243. package/src/test/contracts/ink/v4/flipper.contract.json +0 -1
  244. package/src/test/contracts/ink/v4/flipper.json +0 -396
  245. package/src/test/contracts/ink/v4/flipper.wasm +0 -0
  246. package/src/test/contracts/ink/v4/index.ts +0 -7
  247. package/src/test/contracts/ink/v5/erc20.contract.json +0 -1
  248. package/src/test/contracts/ink/v5/erc20.json +0 -1025
  249. package/src/test/contracts/ink/v5/erc20.wasm +0 -0
  250. package/src/test/contracts/ink/v5/erc20_anonymous_transfer.json +0 -1025
  251. package/src/test/contracts/ink/v5/flipper.contract.json +0 -1
  252. package/src/test/contracts/ink/v5/flipper.json +0 -420
  253. package/src/test/contracts/ink/v5/flipper.wasm +0 -0
  254. package/src/test/contracts/ink/v5/index.ts +0 -8
  255. package/src/test/contracts/ink/v6/erc20.contract.json +0 -1
  256. package/src/test/contracts/ink/v6/erc20.json +0 -1081
  257. package/src/test/contracts/ink/v6/erc20.polkavm +0 -0
  258. package/src/test/contracts/ink/v6/index.ts +0 -5
  259. package/src/test/contracts/solang/index.ts +0 -7
  260. package/src/test/contracts/solang/v0/index.ts +0 -4
  261. package/src/test/contracts/solang/v0/ints256.json +0 -113
  262. package/src/test/contracts/solang/v0/ints256.sol +0 -13
  263. package/src/test/contracts/solang/v0/ints256.wasm +0 -0
  264. package/src/test/contracts/user/index.ts +0 -9
  265. package/src/test/contracts/user/v0/assetTransfer.json +0 -299
  266. package/src/test/contracts/user/v0/assetTransfer.wasm +0 -0
  267. package/src/test/contracts/user/v0/enumExample.json +0 -528
  268. package/src/test/contracts/user/v0/enumExample.wasm +0 -0
  269. package/src/test/contracts/user/v0/index.ts +0 -7
  270. package/src/test/contracts/user/v0/recursive.contract.json +0 -1
  271. package/src/test/contracts/user/v0/withString.json +0 -777
  272. package/src/test/contracts/user/v3/ask.json +0 -550
  273. package/src/test/contracts/user/v3/index.ts +0 -4
  274. package/src/test/contracts/user/v4/events.contract.json +0 -2990
  275. package/src/test/contracts/user/v4/index.ts +0 -4
  276. package/src/test/contracts/util.ts +0 -14
  277. package/src/types.ts +0 -98
  278. package/src/util.ts +0 -20
  279. package/tsconfig.build.json +0 -22
  280. package/tsconfig.build.tsbuildinfo +0 -1
  281. package/tsconfig.spec.json +0 -26
  282. package/tsconfig.spec.tsbuildinfo +0 -1
  283. /package/{build-tsc/Abi → Abi}/index.d.ts +0 -0
  284. /package/{build-tsc-esm/Abi → Abi}/index.js +0 -0
  285. /package/{build-tsc/Abi → Abi}/toLatestCompatible.d.ts +0 -0
  286. /package/{build-tsc-esm/Abi → Abi}/toLatestCompatible.js +0 -0
  287. /package/{build-tsc/Abi → Abi}/toV1.d.ts +0 -0
  288. /package/{build-tsc-esm/Abi → Abi}/toV1.js +0 -0
  289. /package/{build-tsc/Abi → Abi}/toV2.d.ts +0 -0
  290. /package/{build-tsc-esm/Abi → Abi}/toV2.js +0 -0
  291. /package/{build-tsc/Abi → Abi}/toV3.d.ts +0 -0
  292. /package/{build-tsc-esm/Abi → Abi}/toV3.js +0 -0
  293. /package/{build-tsc/Abi → Abi}/toV4.d.ts +0 -0
  294. /package/{build-tsc-esm/Abi → Abi}/toV4.js +0 -0
  295. /package/{build-tsc/augment.d.ts → augment.d.ts} +0 -0
  296. /package/{build-tsc-esm/augment.js → augment.js} +0 -0
  297. /package/{build-tsc/base → base}/Base.d.ts +0 -0
  298. /package/{build-tsc-esm/base → base}/Base.js +0 -0
  299. /package/{build-tsc/base → base}/Blueprint.d.ts +0 -0
  300. /package/{build-tsc-esm/base → base}/Blueprint.js +0 -0
  301. /package/{build-tsc/base → base}/Code.d.ts +0 -0
  302. /package/{build-tsc-esm/base → base}/Code.js +0 -0
  303. /package/{build-tsc/base → base}/Contract.d.ts +0 -0
  304. /package/{build-tsc-esm/base → base}/Contract.js +0 -0
  305. /package/{build-tsc/base → base}/index.d.ts +0 -0
  306. /package/{build-tsc-esm/base → base}/index.js +0 -0
  307. /package/{build-tsc/base → base}/mock.d.ts +0 -0
  308. /package/{build-tsc-esm/base → base}/mock.js +0 -0
  309. /package/{build-tsc/base → base}/types.d.ts +0 -0
  310. /package/{build-tsc-esm/base → base}/types.js +0 -0
  311. /package/{build-tsc/base → base}/util.d.ts +0 -0
  312. /package/{build-tsc-esm/base → base}/util.js +0 -0
  313. /package/{build-tsc/bundle.d.ts → bundle.d.ts} +0 -0
  314. /package/{build-tsc-esm/bundle.js → bundle.js} +0 -0
  315. /package/{build → cjs}/Abi/index.d.ts +0 -0
  316. /package/{build-tsc-cjs → cjs}/Abi/index.js +0 -0
  317. /package/{build → cjs}/Abi/toLatestCompatible.d.ts +0 -0
  318. /package/{build-tsc-cjs → cjs}/Abi/toLatestCompatible.js +0 -0
  319. /package/{build → cjs}/Abi/toV1.d.ts +0 -0
  320. /package/{build-tsc-cjs → cjs}/Abi/toV1.js +0 -0
  321. /package/{build → cjs}/Abi/toV2.d.ts +0 -0
  322. /package/{build-tsc-cjs → cjs}/Abi/toV2.js +0 -0
  323. /package/{build → cjs}/Abi/toV3.d.ts +0 -0
  324. /package/{build-tsc-cjs → cjs}/Abi/toV3.js +0 -0
  325. /package/{build → cjs}/Abi/toV4.d.ts +0 -0
  326. /package/{build-tsc-cjs → cjs}/Abi/toV4.js +0 -0
  327. /package/{build → cjs}/augment.d.ts +0 -0
  328. /package/{build-tsc-cjs → cjs}/augment.js +0 -0
  329. /package/{build → cjs}/base/Base.d.ts +0 -0
  330. /package/{build-tsc-cjs → cjs}/base/Base.js +0 -0
  331. /package/{build → cjs}/base/Blueprint.d.ts +0 -0
  332. /package/{build-tsc-cjs → cjs}/base/Blueprint.js +0 -0
  333. /package/{build → cjs}/base/Code.d.ts +0 -0
  334. /package/{build-tsc-cjs → cjs}/base/Code.js +0 -0
  335. /package/{build → cjs}/base/Contract.d.ts +0 -0
  336. /package/{build-tsc-cjs → cjs}/base/Contract.js +0 -0
  337. /package/{build → cjs}/base/index.d.ts +0 -0
  338. /package/{build-tsc-cjs → cjs}/base/index.js +0 -0
  339. /package/{build → cjs}/base/mock.d.ts +0 -0
  340. /package/{build-tsc-cjs → cjs}/base/mock.js +0 -0
  341. /package/{build → cjs}/base/types.d.ts +0 -0
  342. /package/{build-tsc-cjs → cjs}/base/types.js +0 -0
  343. /package/{build → cjs}/base/util.d.ts +0 -0
  344. /package/{build-tsc-cjs → cjs}/base/util.js +0 -0
  345. /package/{build → cjs}/bundle.d.ts +0 -0
  346. /package/{build-tsc-cjs → cjs}/bundle.js +0 -0
  347. /package/{build-tsc → cjs}/index.d.ts +0 -0
  348. /package/{build-tsc-cjs → cjs}/index.js +0 -0
  349. /package/{build/cjs → cjs}/package.json +0 -0
  350. /package/{build-tsc → cjs}/packageDetect.d.ts +0 -0
  351. /package/{build/cjs → cjs}/packageDetect.js +0 -0
  352. /package/{build-tsc → cjs}/packageInfo.d.ts +0 -0
  353. /package/{build-tsc → cjs}/promise/index.d.ts +0 -0
  354. /package/{build-tsc-cjs → cjs}/promise/index.js +0 -0
  355. /package/{build-tsc → cjs}/promise/types.d.ts +0 -0
  356. /package/{build-tsc-cjs → cjs}/promise/types.js +0 -0
  357. /package/{build-tsc → cjs}/rx/index.d.ts +0 -0
  358. /package/{build-tsc-cjs → cjs}/rx/index.js +0 -0
  359. /package/{build-tsc → cjs}/rx/types.d.ts +0 -0
  360. /package/{build-tsc-cjs → cjs}/rx/types.js +0 -0
  361. /package/{build-tsc → cjs}/types.d.ts +0 -0
  362. /package/{build-tsc-cjs → cjs}/types.js +0 -0
  363. /package/{build-tsc → cjs}/util.d.ts +0 -0
  364. /package/{build-tsc-cjs → cjs}/util.js +0 -0
  365. /package/{build/cjs/index.d.ts → index.d.ts} +0 -0
  366. /package/{build-tsc-esm/index.js → index.js} +0 -0
  367. /package/{build/cjs/packageDetect.d.ts → packageDetect.d.ts} +0 -0
  368. /package/{build-tsc-esm/packageDetect.js → packageDetect.js} +0 -0
  369. /package/{build/cjs/packageInfo.d.ts → packageInfo.d.ts} +0 -0
  370. /package/{build/cjs/promise → promise}/index.d.ts +0 -0
  371. /package/{build-tsc-esm/promise → promise}/index.js +0 -0
  372. /package/{build/cjs/promise → promise}/types.d.ts +0 -0
  373. /package/{build-tsc-esm/promise → promise}/types.js +0 -0
  374. /package/{build/cjs/rx → rx}/index.d.ts +0 -0
  375. /package/{build-tsc-esm/rx → rx}/index.js +0 -0
  376. /package/{build/cjs/rx → rx}/types.d.ts +0 -0
  377. /package/{build-tsc-esm/rx → rx}/types.js +0 -0
  378. /package/{build/cjs/types.d.ts → types.d.ts} +0 -0
  379. /package/{build-tsc-esm/types.js → types.js} +0 -0
  380. /package/{build/cjs/util.d.ts → util.d.ts} +0 -0
  381. /package/{build-tsc-esm/util.js → util.js} +0 -0
@@ -440,7 +440,7 @@
440
440
  };
441
441
  }
442
442
 
443
- const packageInfo = { name: '@pezkuwi/api-contract', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-api-contract.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-api-contract.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-api-contract.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-api-contract.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.13' };
443
+ const packageInfo = { name: '@pezkuwi/api-contract', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-api-contract.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-api-contract.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-api-contract.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-api-contract.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.15' };
444
444
 
445
445
  function applyOnEvent(result, types, fn, isRevive) {
446
446
  if (result.isInBlock || result.isFinalized) {
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@pezkuwi/api-contract', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.13' };
4
+ exports.packageInfo = { name: '@pezkuwi/api-contract', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.15' };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "author": "Jaco Greeff <jacogr@gmail.com>",
2
+ "author": "Dijital Kurdistan Tech Institute <dev@pezkuwichain.io>",
3
3
  "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
4
4
  "description": "Interfaces for interacting with contracts and contract ABIs",
5
5
  "engines": {
@@ -18,11 +18,13 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "types": "./index.d.ts",
22
- "version": "16.5.13",
21
+ "version": "16.5.15",
23
22
  "main": "./cjs/index.js",
24
- "module": "./index.js",
23
+ "module": "./cjs/index.js",
24
+ "types": "./cjs/index.d.ts",
25
25
  "exports": {
26
+ "./cjs/package.json": "./cjs/package.json",
27
+ "./cjs/*": "./cjs/*.js",
26
28
  ".": {
27
29
  "module": {
28
30
  "types": "./index.d.ts",
@@ -261,8 +263,6 @@
261
263
  "default": "./bundle.js"
262
264
  }
263
265
  },
264
- "./cjs/*": "./cjs/*.js",
265
- "./cjs/package.json": "./cjs/package.json",
266
266
  "./package.json": {
267
267
  "require": "./cjs/package.json",
268
268
  "default": "./package.json"
@@ -281,7 +281,7 @@
281
281
  "default": "./packageDetect.js"
282
282
  }
283
283
  },
284
- "./packageInfo": {
284
+ "./packageInfo.js": {
285
285
  "module": {
286
286
  "types": "./packageInfo.d.ts",
287
287
  "default": "./packageInfo.js"
@@ -295,7 +295,7 @@
295
295
  "default": "./packageInfo.js"
296
296
  }
297
297
  },
298
- "./packageInfo.js": {
298
+ "./packageInfo": {
299
299
  "module": {
300
300
  "types": "./packageInfo.d.ts",
301
301
  "default": "./packageInfo.js"
@@ -395,15 +395,15 @@
395
395
  }
396
396
  },
397
397
  "dependencies": {
398
- "@pezkuwi/api": "16.5.9",
399
- "@pezkuwi/api-augment": "16.5.9",
400
- "@pezkuwi/keyring": "14.0.11",
401
- "@pezkuwi/types": "16.5.9",
402
- "@pezkuwi/types-codec": "16.5.9",
403
- "@pezkuwi/types-create": "16.5.9",
404
- "@pezkuwi/types-support": "16.5.9",
405
- "@pezkuwi/util": "14.0.11",
406
- "@pezkuwi/util-crypto": "14.0.11",
398
+ "@pezkuwi/api": "16.5.14",
399
+ "@pezkuwi/api-augment": "16.5.14",
400
+ "@pezkuwi/keyring": "14.0.12",
401
+ "@pezkuwi/types": "16.5.14",
402
+ "@pezkuwi/types-codec": "16.5.14",
403
+ "@pezkuwi/types-create": "16.5.14",
404
+ "@pezkuwi/types-support": "16.5.14",
405
+ "@pezkuwi/util": "14.0.12",
406
+ "@pezkuwi/util-crypto": "14.0.12",
407
407
  "rxjs": "^7.8.1",
408
408
  "tslib": "^2.8.1"
409
409
  }
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/api-contract', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.13' };
1
+ export const packageInfo = { name: '@pezkuwi/api-contract', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.15' };
@@ -1,359 +0,0 @@
1
- import { Option, TypeRegistry } from '@pezkuwi/types';
2
- import { TypeDefInfo } from '@pezkuwi/types-create';
3
- import { assertReturn, compactAddLength, compactStripLength, isBn, isNumber, isObject, isString, isUndefined, logger, stringCamelCase, stringify, u8aConcat, u8aToHex } from '@pezkuwi/util';
4
- import { convertVersions, enumVersions } from './toLatestCompatible.js';
5
- const l = logger('Abi');
6
- const PRIMITIVE_ALWAYS = ['AccountId', 'AccountId20', 'AccountIndex', 'Address', 'Balance'];
7
- function findMessage(list, messageOrId) {
8
- const message = isNumber(messageOrId)
9
- ? list[messageOrId]
10
- : isString(messageOrId)
11
- ? list.find(({ identifier }) => [identifier, stringCamelCase(identifier)].includes(messageOrId.toString()))
12
- : messageOrId;
13
- return assertReturn(message, () => `Attempted to call an invalid contract interface, ${stringify(messageOrId)}`);
14
- }
15
- function getMetadata(registry, json) {
16
- // this is for V1, V2, V3
17
- const vx = enumVersions.find((v) => isObject(json[v]));
18
- // this was added in V4
19
- const jsonVersion = json.version;
20
- if (!vx && jsonVersion && !enumVersions.find((v) => v === `V${jsonVersion}`)) {
21
- throw new Error(`Unable to handle version ${jsonVersion}`);
22
- }
23
- const metadata = registry.createType('ContractMetadata', vx
24
- ? { [vx]: json[vx] }
25
- : jsonVersion
26
- ? { [`V${jsonVersion}`]: json }
27
- : { V0: json });
28
- const converter = convertVersions.find(([v]) => metadata[`is${v}`]);
29
- if (!converter) {
30
- throw new Error(`Unable to convert ABI with version ${metadata.type} to a supported version`);
31
- }
32
- const upgradedMetadata = converter[1](registry, metadata[`as${converter[0]}`]);
33
- return upgradedMetadata;
34
- }
35
- function isRevive(json) {
36
- const source = json['source'];
37
- const version = json['version'];
38
- const hasContractBinary = typeof source === 'object' &&
39
- source !== null &&
40
- 'contract_binary' in source;
41
- const hasVersion = typeof version === 'number' && version >= 6;
42
- return hasContractBinary || hasVersion;
43
- }
44
- function parseJson(json, chainProperties) {
45
- const registry = new TypeRegistry();
46
- const revive = isRevive(json);
47
- const typeName = revive ? 'ContractReviveProjectInfo' : 'ContractProjectInfo';
48
- const info = registry.createType(typeName, json);
49
- const metadata = getMetadata(registry, json);
50
- const lookup = registry.createType('PortableRegistry', { types: metadata.types }, true);
51
- // attach the lookup to the registry - now the types are known
52
- registry.setLookup(lookup);
53
- if (chainProperties) {
54
- registry.setChainProperties(chainProperties);
55
- }
56
- // warm-up the actual type, pre-use
57
- lookup.types.forEach(({ id }) => lookup.getTypeDef(id));
58
- return [json, registry, metadata, info, revive];
59
- }
60
- /**
61
- * @internal
62
- * Determines if the given input value is a ContractTypeSpec
63
- */
64
- function isTypeSpec(value) {
65
- return !!value && value instanceof Map && !isUndefined(value.type) && !isUndefined(value.displayName);
66
- }
67
- /**
68
- * @internal
69
- * Determines if the given input value is an Option
70
- */
71
- function isOption(value) {
72
- return !!value && value instanceof Option;
73
- }
74
- export class Abi {
75
- events;
76
- constructors;
77
- info;
78
- json;
79
- messages;
80
- metadata;
81
- registry;
82
- environment = new Map();
83
- isRevive;
84
- constructor(abiJson, chainProperties) {
85
- [this.json, this.registry, this.metadata, this.info, this.isRevive] = parseJson(isString(abiJson)
86
- ? JSON.parse(abiJson)
87
- : abiJson, chainProperties);
88
- this.constructors = this.metadata.spec.constructors.map((spec, index) => this.#createMessage(spec, index, {
89
- isConstructor: true,
90
- isDefault: spec.default.isTrue,
91
- isPayable: spec.payable.isTrue,
92
- returnType: spec.returnType.isSome
93
- ? this.registry.lookup.getTypeDef(spec.returnType.unwrap().type)
94
- : null
95
- }));
96
- this.events = this.metadata.spec.events.map((_, index) => this.#createEvent(index));
97
- this.messages = this.metadata.spec.messages.map((spec, index) => this.#createMessage(spec, index, {
98
- isDefault: spec.default.isTrue,
99
- isMutating: spec.mutates.isTrue,
100
- isPayable: spec.payable.isTrue,
101
- returnType: spec.returnType.isSome
102
- ? this.registry.lookup.getTypeDef(spec.returnType.unwrap().type)
103
- : null
104
- }));
105
- // NOTE See the rationale for having Option<...> values in the actual
106
- // ContractEnvironmentV4 structure definition in interfaces/contractsAbi
107
- // (Due to conversions, the fields may not exist)
108
- for (const [key, opt] of this.metadata.spec.environment.entries()) {
109
- if (isOption(opt)) {
110
- if (opt.isSome) {
111
- const value = opt.unwrap();
112
- if (isBn(value)) {
113
- this.environment.set(key, value);
114
- }
115
- else if (isTypeSpec(value)) {
116
- this.environment.set(key, this.registry.lookup.getTypeDef(value.type));
117
- }
118
- else {
119
- throw new Error(`Invalid environment definition for ${key}:: Expected either Number or ContractTypeSpec`);
120
- }
121
- }
122
- }
123
- else {
124
- throw new Error(`Expected Option<*> definition for ${key} in ContractEnvironment`);
125
- }
126
- }
127
- }
128
- /**
129
- * Warning: Unstable API, bound to change
130
- */
131
- decodeEvent(record) {
132
- switch (this.metadata.version.toString()) {
133
- // earlier version are hoisted to v4
134
- case '4':
135
- return this.#decodeEventV4(record);
136
- case '5':
137
- return this.#decodeEventV5(record);
138
- // Latest
139
- default:
140
- return this.#decodeEventV6(record);
141
- }
142
- }
143
- #decodeEventV6 = (record) => {
144
- const topics = record.event.data[2];
145
- // Try to match by signature topic (first topic)
146
- const signatureTopic = topics[0];
147
- const data = record.event.data[1];
148
- if (signatureTopic) {
149
- const event = this.events.find((e) => e.signatureTopic !== undefined && e.signatureTopic !== null && e.signatureTopic === signatureTopic.toHex());
150
- // Early return if event found by signature topic
151
- if (event) {
152
- return event.fromU8a(data);
153
- }
154
- }
155
- // If no event returned yet, it might be anonymous
156
- const amountOfTopics = topics.length;
157
- const potentialEvents = this.events.filter((e) => {
158
- // event can't have a signature topic
159
- if (e.signatureTopic !== null && e.signatureTopic !== undefined) {
160
- return false;
161
- }
162
- // event should have same amount of indexed fields as emitted topics
163
- const amountIndexed = e.args.filter((a) => a.indexed).length;
164
- if (amountIndexed !== amountOfTopics) {
165
- return false;
166
- }
167
- // If all conditions met, it's a potential event
168
- return true;
169
- });
170
- if (potentialEvents.length === 1) {
171
- return potentialEvents[0].fromU8a(data);
172
- }
173
- throw new Error('Unable to determine event');
174
- };
175
- #decodeEventV5 = (record) => {
176
- // Find event by first topic, which potentially is the signature_topic
177
- const signatureTopic = record.topics[0];
178
- const data = record.event.data[1];
179
- if (signatureTopic) {
180
- const event = this.events.find((e) => e.signatureTopic !== undefined && e.signatureTopic !== null && e.signatureTopic === signatureTopic.toHex());
181
- // Early return if event found by signature topic
182
- if (event) {
183
- return event.fromU8a(data);
184
- }
185
- }
186
- // If no event returned yet, it might be anonymous
187
- const amountOfTopics = record.topics.length;
188
- const potentialEvents = this.events.filter((e) => {
189
- // event can't have a signature topic
190
- if (e.signatureTopic !== null && e.signatureTopic !== undefined) {
191
- return false;
192
- }
193
- // event should have same amount of indexed fields as emitted topics
194
- const amountIndexed = e.args.filter((a) => a.indexed).length;
195
- if (amountIndexed !== amountOfTopics) {
196
- return false;
197
- }
198
- // If all conditions met, it's a potential event
199
- return true;
200
- });
201
- if (potentialEvents.length === 1) {
202
- return potentialEvents[0].fromU8a(data);
203
- }
204
- throw new Error('Unable to determine event');
205
- };
206
- #decodeEventV4 = (record) => {
207
- const data = record.event.data[1];
208
- const index = data[0];
209
- const event = this.events[index];
210
- if (!event) {
211
- throw new Error(`Unable to find event with index ${index}`);
212
- }
213
- return event.fromU8a(data.subarray(1));
214
- };
215
- /**
216
- * Warning: Unstable API, bound to change
217
- */
218
- decodeConstructor(data) {
219
- return this.#decodeMessage('message', this.constructors, data);
220
- }
221
- /**
222
- * Warning: Unstable API, bound to change
223
- */
224
- decodeMessage(data) {
225
- return this.#decodeMessage('message', this.messages, data);
226
- }
227
- findConstructor(constructorOrId) {
228
- return findMessage(this.constructors, constructorOrId);
229
- }
230
- findMessage(messageOrId) {
231
- return findMessage(this.messages, messageOrId);
232
- }
233
- #createArgs = (args, spec) => {
234
- return args.map(({ label, type }, index) => {
235
- try {
236
- if (!isObject(type)) {
237
- throw new Error('Invalid type definition found');
238
- }
239
- const displayName = type.displayName.length
240
- ? type.displayName[type.displayName.length - 1].toString()
241
- : undefined;
242
- const camelName = stringCamelCase(label);
243
- if (displayName && PRIMITIVE_ALWAYS.includes(displayName)) {
244
- return {
245
- name: camelName,
246
- type: {
247
- info: TypeDefInfo.Plain,
248
- type: displayName
249
- }
250
- };
251
- }
252
- const typeDef = this.registry.lookup.getTypeDef(type.type);
253
- return {
254
- name: camelName,
255
- type: displayName && !typeDef.type.startsWith(displayName)
256
- ? { displayName, ...typeDef }
257
- : typeDef
258
- };
259
- }
260
- catch (error) {
261
- l.error(`Error expanding argument ${index} in ${stringify(spec)}`);
262
- throw error;
263
- }
264
- });
265
- };
266
- #createMessageParams = (args, spec) => {
267
- return this.#createArgs(args, spec);
268
- };
269
- #createEventParams = (args, spec) => {
270
- const params = this.#createArgs(args, spec);
271
- return params.map((p, index) => ({ ...p, indexed: args[index].indexed.toPrimitive() }));
272
- };
273
- #createEvent = (index) => {
274
- // TODO TypeScript would narrow this type to the correct version,
275
- // but version is `Text` so I need to call `toString()` here,
276
- // which breaks the type inference.
277
- switch (this.metadata.version.toString()) {
278
- case '4':
279
- return this.#createEventV4(this.metadata.spec.events[index], index);
280
- default:
281
- return this.#createEventV5(this.metadata.spec.events[index], index);
282
- }
283
- };
284
- #createEventV5 = (spec, index) => {
285
- const args = this.#createEventParams(spec.args, spec);
286
- const event = {
287
- args,
288
- docs: spec.docs.map((d) => d.toString()),
289
- fromU8a: (data) => ({
290
- args: this.#decodeArgs(args, data),
291
- event
292
- }),
293
- identifier: [spec.module_path, spec.label].join('::'),
294
- index,
295
- signatureTopic: spec.signature_topic.isSome ? spec.signature_topic.unwrap().toHex() : null
296
- };
297
- return event;
298
- };
299
- #createEventV4 = (spec, index) => {
300
- const args = this.#createEventParams(spec.args, spec);
301
- const event = {
302
- args,
303
- docs: spec.docs.map((d) => d.toString()),
304
- fromU8a: (data) => ({
305
- args: this.#decodeArgs(args, data),
306
- event
307
- }),
308
- identifier: spec.label.toString(),
309
- index
310
- };
311
- return event;
312
- };
313
- #createMessage = (spec, index, add = {}) => {
314
- const args = this.#createMessageParams(spec.args, spec);
315
- const identifier = spec.label.toString();
316
- const message = {
317
- ...add,
318
- args,
319
- docs: spec.docs.map((d) => d.toString()),
320
- fromU8a: (data) => ({
321
- args: this.#decodeArgs(args, data),
322
- message
323
- }),
324
- identifier,
325
- index,
326
- isDefault: spec.default.isTrue,
327
- method: stringCamelCase(identifier),
328
- path: identifier.split('::').map((s) => stringCamelCase(s)),
329
- selector: spec.selector,
330
- toU8a: (params) => this.#encodeMessageArgs(spec, args, params)
331
- };
332
- return message;
333
- };
334
- #decodeArgs = (args, data) => {
335
- // for decoding we expect the input to be just the arg data, no selectors
336
- // no length added (this allows use with events as well)
337
- let offset = 0;
338
- return args.map(({ type: { lookupName, type } }) => {
339
- const value = this.registry.createType(lookupName || type, data.subarray(offset));
340
- offset += value.encodedLength;
341
- return value;
342
- });
343
- };
344
- #decodeMessage = (type, list, data) => {
345
- const [, trimmed] = compactStripLength(data);
346
- const selector = trimmed.subarray(0, 4);
347
- const message = list.find((m) => m.selector.eq(selector));
348
- if (!message) {
349
- throw new Error(`Unable to find ${type} with selector ${u8aToHex(selector)}`);
350
- }
351
- return message.fromU8a(trimmed.subarray(4));
352
- };
353
- #encodeMessageArgs = ({ label, selector }, args, data) => {
354
- if (data.length !== args.length) {
355
- throw new Error(`Expected ${args.length} arguments to contract message '${label.toString()}', found ${data.length}`);
356
- }
357
- return compactAddLength(u8aConcat(this.registry.createType('ContractSelector', selector).toU8a(), ...args.map(({ type: { lookupName, type } }, index) => this.registry.createType(lookupName || type, data[index]).toU8a())));
358
- };
359
- }
@@ -1,30 +0,0 @@
1
- import { v0ToV1 } from './toV1.js';
2
- import { v1ToV2 } from './toV2.js';
3
- import { v2ToV3 } from './toV3.js';
4
- import { v3ToV4 } from './toV4.js';
5
- export const enumVersions = ['V6', 'V5', 'V4', 'V3', 'V2', 'V1'];
6
- function createConverter(next, step) {
7
- return (registry, input) => next(registry, step(registry, input));
8
- }
9
- export function v6ToLatestCompatible(_registry, v6) {
10
- return v6;
11
- }
12
- export function v5ToLatestCompatible(_registry, v5) {
13
- return v5;
14
- }
15
- export function v4ToLatestCompatible(_registry, v4) {
16
- return v4;
17
- }
18
- export const v3ToLatestCompatible = /*#__PURE__*/ createConverter(v4ToLatestCompatible, v3ToV4);
19
- export const v2ToLatestCompatible = /*#__PURE__*/ createConverter(v3ToLatestCompatible, v2ToV3);
20
- export const v1ToLatestCompatible = /*#__PURE__*/ createConverter(v2ToLatestCompatible, v1ToV2);
21
- export const v0ToLatestCompatible = /*#__PURE__*/ createConverter(v1ToLatestCompatible, v0ToV1);
22
- export const convertVersions = [
23
- ['V6', v6ToLatestCompatible],
24
- ['V5', v5ToLatestCompatible],
25
- ['V4', v4ToLatestCompatible],
26
- ['V3', v3ToLatestCompatible],
27
- ['V2', v2ToLatestCompatible],
28
- ['V1', v1ToLatestCompatible],
29
- ['V0', v0ToLatestCompatible]
30
- ];
package/build/Abi/toV1.js DELETED
@@ -1,21 +0,0 @@
1
- import { convertSiV0toV1 } from '@pezkuwi/types';
2
- import { objectSpread } from '@pezkuwi/util';
3
- function v0ToV1Names(all) {
4
- return all.map((e) => objectSpread({}, e, {
5
- name: Array.isArray(e.name)
6
- ? e.name
7
- : [e.name]
8
- }));
9
- }
10
- export function v0ToV1(registry, v0) {
11
- if (!v0.metadataVersion.length) {
12
- throw new Error('Invalid format for V0 (detected) contract metadata');
13
- }
14
- return registry.createType('ContractMetadataV1', objectSpread({}, v0, {
15
- spec: objectSpread({}, v0.spec, {
16
- constructors: v0ToV1Names(v0.spec.constructors),
17
- messages: v0ToV1Names(v0.spec.messages)
18
- }),
19
- types: convertSiV0toV1(registry, v0.types)
20
- }));
21
- }
package/build/Abi/toV2.js DELETED
@@ -1,27 +0,0 @@
1
- import { objectSpread } from '@pezkuwi/util';
2
- const ARG_TYPES = {
3
- ContractConstructorSpec: 'ContractMessageParamSpecV2',
4
- ContractEventSpec: 'ContractEventParamSpecV2',
5
- ContractMessageSpec: 'ContractMessageParamSpecV2'
6
- };
7
- function v1ToV2Label(entry) {
8
- return objectSpread({}, entry, {
9
- label: Array.isArray(entry.name)
10
- ? entry.name.join('::')
11
- : entry.name
12
- });
13
- }
14
- function v1ToV2Labels(registry, outType, all) {
15
- return all.map((e) => registry.createType(`${outType}V2`, objectSpread(v1ToV2Label(e), {
16
- args: e.args.map((a) => registry.createType(ARG_TYPES[outType], v1ToV2Label(a)))
17
- })));
18
- }
19
- export function v1ToV2(registry, v1) {
20
- return registry.createType('ContractMetadataV2', objectSpread({}, v1, {
21
- spec: objectSpread({}, v1.spec, {
22
- constructors: v1ToV2Labels(registry, 'ContractConstructorSpec', v1.spec.constructors),
23
- events: v1ToV2Labels(registry, 'ContractEventSpec', v1.spec.events),
24
- messages: v1ToV2Labels(registry, 'ContractMessageSpec', v1.spec.messages)
25
- })
26
- }));
27
- }
package/build/Abi/toV3.js DELETED
@@ -1,10 +0,0 @@
1
- import { objectSpread } from '@pezkuwi/util';
2
- export function v2ToV3(registry, v2) {
3
- return registry.createType('ContractMetadataV3', objectSpread({}, v2, {
4
- spec: objectSpread({}, v2.spec, {
5
- constructors: v2.spec.constructors.map((c) =>
6
- // V3 introduces the payable flag on constructors, for <V3, it is always true
7
- registry.createType('ContractConstructorSpecV3', objectSpread({}, c, { payable: true })))
8
- })
9
- }));
10
- }
package/build/Abi/toV4.js DELETED
@@ -1,10 +0,0 @@
1
- import { objectSpread } from '@pezkuwi/util';
2
- export function v3ToV4(registry, v3) {
3
- return registry.createType('ContractMetadataV4', objectSpread({}, v3, {
4
- spec: objectSpread({}, v3.spec, {
5
- constructors: v3.spec.constructors.map((c) => registry.createType('ContractConstructorSpecV4', objectSpread({}, c))),
6
- messages: v3.spec.messages.map((m) => registry.createType('ContractMessageSpecV3', objectSpread({}, m)))
7
- }),
8
- version: registry.createType('Text', '4')
9
- }));
10
- }