quantum-coin-js-sdk 2.0.1 → 2.1.1

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 (233) hide show
  1. package/README.md +13 -0
  2. package/index.d.ts +9 -0
  3. package/index.js +37 -4
  4. package/package.json +12 -4
  5. package/wasmBase64.js +3 -2
  6. package/.gitignore +0 -4
  7. package/.idea/.name +0 -1
  8. package/.idea/modules.xml +0 -8
  9. package/.idea/quantum-coin-js-sdk.iml +0 -12
  10. package/.idea/vcs.xml +0 -6
  11. package/.vs/ProjectSettings.json +0 -3
  12. package/.vs/VSWorkspaceState.json +0 -8
  13. package/.vs/quantum-coin-js-sdk/FileContentIndex/a9d6de82-cfc3-4c22-ac38-06d706ff3673.vsidx +0 -0
  14. package/.vs/quantum-coin-js-sdk/FileContentIndex/fdc816df-1898-4153-99f2-c69ef4c2283b.vsidx +0 -0
  15. package/.vs/quantum-coin-js-sdk/config/applicationhost.config +0 -1011
  16. package/.vs/quantum-coin-js-sdk/v17/.wsuo +0 -0
  17. package/.vs/quantum-coin-js-sdk/v17/DocumentLayout.backup.json +0 -39
  18. package/.vs/quantum-coin-js-sdk/v17/DocumentLayout.json +0 -57
  19. package/.vs/slnx.sqlite +0 -0
  20. package/example/README.md +0 -14
  21. package/example/conversion-example.js +0 -19
  22. package/example/example-create-contract.js +0 -396
  23. package/example/example-encode-decode-rlp.js +0 -225
  24. package/example/example-event-pack-unpack.js +0 -391
  25. package/example/example-misc.js +0 -96
  26. package/example/example-token-pack-unpack.js +0 -960
  27. package/example/example-wallet-version4.js +0 -34
  28. package/example/example-wallet.js +0 -39
  29. package/example/example.js +0 -115
  30. package/example/node_modules/.bin/sdkgen +0 -16
  31. package/example/node_modules/.bin/sdkgen.cmd +0 -17
  32. package/example/node_modules/.bin/sdkgen.ps1 +0 -28
  33. package/example/node_modules/.package-lock.json +0 -51
  34. package/example/node_modules/quantumcoin/.github/workflows/publish-npmjs.yaml +0 -22
  35. package/example/node_modules/quantumcoin/LICENSE +0 -21
  36. package/example/node_modules/quantumcoin/README-SDK.md +0 -828
  37. package/example/node_modules/quantumcoin/README.md +0 -197
  38. package/example/node_modules/quantumcoin/config.d.ts +0 -50
  39. package/example/node_modules/quantumcoin/config.js +0 -123
  40. package/example/node_modules/quantumcoin/examples/AllSolidityTypes.sol +0 -184
  41. package/example/node_modules/quantumcoin/examples/SimpleIERC20.sol +0 -74
  42. package/example/node_modules/quantumcoin/examples/events.js +0 -41
  43. package/example/node_modules/quantumcoin/examples/events.ts +0 -35
  44. package/example/node_modules/quantumcoin/examples/example-generator-sdk-js.js +0 -100
  45. package/example/node_modules/quantumcoin/examples/example-generator-sdk-js.ts +0 -77
  46. package/example/node_modules/quantumcoin/examples/example-generator-sdk-ts.js +0 -100
  47. package/example/node_modules/quantumcoin/examples/example-generator-sdk-ts.ts +0 -77
  48. package/example/node_modules/quantumcoin/examples/example.js +0 -67
  49. package/example/node_modules/quantumcoin/examples/example.ts +0 -56
  50. package/example/node_modules/quantumcoin/examples/offline-signing.js +0 -77
  51. package/example/node_modules/quantumcoin/examples/offline-signing.ts +0 -65
  52. package/example/node_modules/quantumcoin/examples/package-lock.json +0 -596
  53. package/example/node_modules/quantumcoin/examples/package.json +0 -32
  54. package/example/node_modules/quantumcoin/examples/read-operations.js +0 -32
  55. package/example/node_modules/quantumcoin/examples/read-operations.ts +0 -31
  56. package/example/node_modules/quantumcoin/examples/sdk-generator-erc20.inline.json +0 -251
  57. package/example/node_modules/quantumcoin/examples/solidity-types.ts +0 -43
  58. package/example/node_modules/quantumcoin/examples/wallet-offline.js +0 -36
  59. package/example/node_modules/quantumcoin/examples/wallet-offline.ts +0 -26
  60. package/example/node_modules/quantumcoin/generate-sdk.js +0 -1846
  61. package/example/node_modules/quantumcoin/index.js +0 -12
  62. package/example/node_modules/quantumcoin/package.json +0 -95
  63. package/example/node_modules/quantumcoin/scripts/copy-declarations.js +0 -31
  64. package/example/node_modules/quantumcoin/scripts/run-all-one-by-one.js +0 -151
  65. package/example/node_modules/quantumcoin/src/abi/fragments.d.ts +0 -42
  66. package/example/node_modules/quantumcoin/src/abi/fragments.js +0 -63
  67. package/example/node_modules/quantumcoin/src/abi/index.d.ts +0 -13
  68. package/example/node_modules/quantumcoin/src/abi/index.js +0 -9
  69. package/example/node_modules/quantumcoin/src/abi/interface.d.ts +0 -128
  70. package/example/node_modules/quantumcoin/src/abi/interface.js +0 -605
  71. package/example/node_modules/quantumcoin/src/abi/js-abi-coder.d.ts +0 -8
  72. package/example/node_modules/quantumcoin/src/abi/js-abi-coder.js +0 -538
  73. package/example/node_modules/quantumcoin/src/constants.d.ts +0 -61
  74. package/example/node_modules/quantumcoin/src/constants.js +0 -94
  75. package/example/node_modules/quantumcoin/src/contract/contract-factory.d.ts +0 -28
  76. package/example/node_modules/quantumcoin/src/contract/contract-factory.js +0 -111
  77. package/example/node_modules/quantumcoin/src/contract/contract.d.ts +0 -113
  78. package/example/node_modules/quantumcoin/src/contract/contract.js +0 -408
  79. package/example/node_modules/quantumcoin/src/contract/index.d.ts +0 -9
  80. package/example/node_modules/quantumcoin/src/contract/index.js +0 -9
  81. package/example/node_modules/quantumcoin/src/errors/index.d.ts +0 -92
  82. package/example/node_modules/quantumcoin/src/errors/index.js +0 -200
  83. package/example/node_modules/quantumcoin/src/generator/index.d.ts +0 -81
  84. package/example/node_modules/quantumcoin/src/generator/index.js +0 -1571
  85. package/example/node_modules/quantumcoin/src/index.d.ts +0 -122
  86. package/example/node_modules/quantumcoin/src/index.js +0 -41
  87. package/example/node_modules/quantumcoin/src/internal/hex.d.ts +0 -68
  88. package/example/node_modules/quantumcoin/src/internal/hex.js +0 -180
  89. package/example/node_modules/quantumcoin/src/providers/extra-providers.d.ts +0 -139
  90. package/example/node_modules/quantumcoin/src/providers/extra-providers.js +0 -614
  91. package/example/node_modules/quantumcoin/src/providers/index.d.ts +0 -17
  92. package/example/node_modules/quantumcoin/src/providers/index.js +0 -10
  93. package/example/node_modules/quantumcoin/src/providers/json-rpc-provider.d.ts +0 -12
  94. package/example/node_modules/quantumcoin/src/providers/json-rpc-provider.js +0 -89
  95. package/example/node_modules/quantumcoin/src/providers/provider.d.ts +0 -206
  96. package/example/node_modules/quantumcoin/src/providers/provider.js +0 -524
  97. package/example/node_modules/quantumcoin/src/types/index.d.ts +0 -214
  98. package/example/node_modules/quantumcoin/src/types/index.js +0 -9
  99. package/example/node_modules/quantumcoin/src/utils/address.d.ts +0 -58
  100. package/example/node_modules/quantumcoin/src/utils/address.js +0 -144
  101. package/example/node_modules/quantumcoin/src/utils/encoding.d.ts +0 -120
  102. package/example/node_modules/quantumcoin/src/utils/encoding.js +0 -306
  103. package/example/node_modules/quantumcoin/src/utils/fixednumber.d.ts +0 -57
  104. package/example/node_modules/quantumcoin/src/utils/fixednumber.js +0 -366
  105. package/example/node_modules/quantumcoin/src/utils/hashing.d.ts +0 -76
  106. package/example/node_modules/quantumcoin/src/utils/hashing.js +0 -298
  107. package/example/node_modules/quantumcoin/src/utils/index.d.ts +0 -63
  108. package/example/node_modules/quantumcoin/src/utils/index.js +0 -14
  109. package/example/node_modules/quantumcoin/src/utils/result.d.ts +0 -57
  110. package/example/node_modules/quantumcoin/src/utils/result.js +0 -128
  111. package/example/node_modules/quantumcoin/src/utils/rlp.d.ts +0 -12
  112. package/example/node_modules/quantumcoin/src/utils/rlp.js +0 -215
  113. package/example/node_modules/quantumcoin/src/utils/units.d.ts +0 -29
  114. package/example/node_modules/quantumcoin/src/utils/units.js +0 -107
  115. package/example/node_modules/quantumcoin/src/wallet/index.d.ts +0 -10
  116. package/example/node_modules/quantumcoin/src/wallet/index.js +0 -8
  117. package/example/node_modules/quantumcoin/src/wallet/wallet.d.ts +0 -192
  118. package/example/node_modules/quantumcoin/src/wallet/wallet.js +0 -713
  119. package/example/node_modules/quantumcoin/test/e2e/all-solidity-types.dynamic.test.js +0 -207
  120. package/example/node_modules/quantumcoin/test/e2e/all-solidity-types.dynamic.test.ts +0 -191
  121. package/example/node_modules/quantumcoin/test/e2e/all-solidity-types.fixtures.js +0 -231
  122. package/example/node_modules/quantumcoin/test/e2e/all-solidity-types.generated-sdks.e2e.test.js +0 -387
  123. package/example/node_modules/quantumcoin/test/e2e/all-solidity-types.generated-sdks.e2e.test.ts +0 -350
  124. package/example/node_modules/quantumcoin/test/e2e/generator-interface.e2e.test.js +0 -165
  125. package/example/node_modules/quantumcoin/test/e2e/generator-interface.e2e.test.ts +0 -160
  126. package/example/node_modules/quantumcoin/test/e2e/helpers.js +0 -59
  127. package/example/node_modules/quantumcoin/test/e2e/signing-context-and-fee.e2e.test.js +0 -141
  128. package/example/node_modules/quantumcoin/test/e2e/signing-context-and-fee.e2e.test.ts +0 -128
  129. package/example/node_modules/quantumcoin/test/e2e/simple-erc20.generated-sdks.e2e.test.js +0 -168
  130. package/example/node_modules/quantumcoin/test/e2e/simple-erc20.generated-sdks.e2e.test.ts +0 -141
  131. package/example/node_modules/quantumcoin/test/e2e/transactional.test.js +0 -245
  132. package/example/node_modules/quantumcoin/test/e2e/transactional.test.ts +0 -208
  133. package/example/node_modules/quantumcoin/test/e2e/typed-generator.e2e.test.js +0 -407
  134. package/example/node_modules/quantumcoin/test/e2e/typed-generator.e2e.test.ts +0 -337
  135. package/example/node_modules/quantumcoin/test/fixtures/ConstructorParam.sol +0 -23
  136. package/example/node_modules/quantumcoin/test/fixtures/MultiContracts.sol +0 -37
  137. package/example/node_modules/quantumcoin/test/fixtures/SimpleStorage.sol +0 -18
  138. package/example/node_modules/quantumcoin/test/fixtures/StakingContract.abi.json +0 -1
  139. package/example/node_modules/quantumcoin/test/integration/ipc-provider.test.js +0 -49
  140. package/example/node_modules/quantumcoin/test/integration/ipc-provider.test.ts +0 -44
  141. package/example/node_modules/quantumcoin/test/integration/provider.test.js +0 -88
  142. package/example/node_modules/quantumcoin/test/integration/provider.test.ts +0 -85
  143. package/example/node_modules/quantumcoin/test/integration/ws-provider.test.js +0 -41
  144. package/example/node_modules/quantumcoin/test/integration/ws-provider.test.ts +0 -38
  145. package/example/node_modules/quantumcoin/test/security/abi-decoder-bounds.test.js +0 -122
  146. package/example/node_modules/quantumcoin/test/security/contract-overrides.test.js +0 -112
  147. package/example/node_modules/quantumcoin/test/security/generator-injection.test.js +0 -195
  148. package/example/node_modules/quantumcoin/test/security/malformed-input.test.js +0 -330
  149. package/example/node_modules/quantumcoin/test/security/malformed-input.test.ts +0 -35
  150. package/example/node_modules/quantumcoin/test/security/rpc-numeric-bounds.test.js +0 -81
  151. package/example/node_modules/quantumcoin/test/security/rpc-trust.test.js +0 -202
  152. package/example/node_modules/quantumcoin/test/unit/_encrypted-output.txt +0 -6
  153. package/example/node_modules/quantumcoin/test/unit/_log-encrypted-jsons.js +0 -45
  154. package/example/node_modules/quantumcoin/test/unit/_write-keystore-fixture.js +0 -16
  155. package/example/node_modules/quantumcoin/test/unit/abi-interface.test.js +0 -110
  156. package/example/node_modules/quantumcoin/test/unit/abi-interface.test.ts +0 -109
  157. package/example/node_modules/quantumcoin/test/unit/address-wallet.test.js +0 -923
  158. package/example/node_modules/quantumcoin/test/unit/address-wallet.test.ts +0 -877
  159. package/example/node_modules/quantumcoin/test/unit/browser-provider.test.js +0 -85
  160. package/example/node_modules/quantumcoin/test/unit/browser-provider.test.ts +0 -79
  161. package/example/node_modules/quantumcoin/test/unit/contract.test.js +0 -85
  162. package/example/node_modules/quantumcoin/test/unit/contract.test.ts +0 -83
  163. package/example/node_modules/quantumcoin/test/unit/encoding-units-rlp.test.js +0 -127
  164. package/example/node_modules/quantumcoin/test/unit/encoding-units-rlp.test.ts +0 -91
  165. package/example/node_modules/quantumcoin/test/unit/errors.test.js +0 -77
  166. package/example/node_modules/quantumcoin/test/unit/errors.test.ts +0 -76
  167. package/example/node_modules/quantumcoin/test/unit/filter-by-blockhash.test.js +0 -55
  168. package/example/node_modules/quantumcoin/test/unit/filter-by-blockhash.test.ts +0 -54
  169. package/example/node_modules/quantumcoin/test/unit/fixednumber.test.js +0 -656
  170. package/example/node_modules/quantumcoin/test/unit/fixednumber.test.ts +0 -660
  171. package/example/node_modules/quantumcoin/test/unit/fixtures/encrypted-keystores-48-32-36.js +0 -9
  172. package/example/node_modules/quantumcoin/test/unit/generate-contract-cli.test.js +0 -42
  173. package/example/node_modules/quantumcoin/test/unit/generate-contract-cli.test.ts +0 -41
  174. package/example/node_modules/quantumcoin/test/unit/generate-sdk-artifacts-json.test.js +0 -113
  175. package/example/node_modules/quantumcoin/test/unit/generate-sdk-artifacts-json.test.ts +0 -110
  176. package/example/node_modules/quantumcoin/test/unit/generator.test.js +0 -149
  177. package/example/node_modules/quantumcoin/test/unit/generator.test.ts +0 -148
  178. package/example/node_modules/quantumcoin/test/unit/hashing.test.js +0 -64
  179. package/example/node_modules/quantumcoin/test/unit/hashing.test.ts +0 -63
  180. package/example/node_modules/quantumcoin/test/unit/init.test.js +0 -39
  181. package/example/node_modules/quantumcoin/test/unit/init.test.ts +0 -38
  182. package/example/node_modules/quantumcoin/test/unit/interface.test.js +0 -56
  183. package/example/node_modules/quantumcoin/test/unit/interface.test.ts +0 -54
  184. package/example/node_modules/quantumcoin/test/unit/internal-hex.test.js +0 -81
  185. package/example/node_modules/quantumcoin/test/unit/internal-hex.test.ts +0 -80
  186. package/example/node_modules/quantumcoin/test/unit/populate-transaction.test.js +0 -98
  187. package/example/node_modules/quantumcoin/test/unit/populate-transaction.test.ts +0 -64
  188. package/example/node_modules/quantumcoin/test/unit/providers.test.js +0 -252
  189. package/example/node_modules/quantumcoin/test/unit/providers.test.ts +0 -251
  190. package/example/node_modules/quantumcoin/test/unit/result.test.js +0 -80
  191. package/example/node_modules/quantumcoin/test/unit/result.test.ts +0 -79
  192. package/example/node_modules/quantumcoin/test/unit/solidity-types.test.js +0 -49
  193. package/example/node_modules/quantumcoin/test/unit/solidity-types.test.ts +0 -39
  194. package/example/node_modules/quantumcoin/test/unit/utils.test.js +0 -57
  195. package/example/node_modules/quantumcoin/test/unit/utils.test.ts +0 -56
  196. package/example/node_modules/quantumcoin/test/verbose-logger.js +0 -74
  197. package/example/node_modules/quantumcoin/tsconfig.build.json +0 -14
  198. package/example/node_modules/seed-words/.github/workflows/publish-npmjs.yaml +0 -22
  199. package/example/node_modules/seed-words/BUILD.md +0 -7
  200. package/example/node_modules/seed-words/LICENSE +0 -121
  201. package/example/node_modules/seed-words/README.md +0 -67
  202. package/example/node_modules/seed-words/dist/seedwords.d.ts +0 -39
  203. package/example/node_modules/seed-words/package.json +0 -27
  204. package/example/node_modules/seed-words/seedwords.js +0 -315
  205. package/example/node_modules/seed-words/seedwords.txt +0 -65536
  206. package/example/node_modules/seed-words/tsconfig.json +0 -21
  207. package/example/package-lock.json +0 -60
  208. package/example/package.json +0 -15
  209. package/scripts/build-browser-tests.js +0 -29
  210. package/scripts/build-wasm.js +0 -85
  211. package/tests/browser/bundle.js +0 -97643
  212. package/tests/browser/entry.js +0 -57
  213. package/tests/browser/harness.html +0 -20
  214. package/tests/browser/run-browser.js +0 -50
  215. package/tests/encrypted-32.json +0 -1
  216. package/tests/encrypted-36.json +0 -1
  217. package/tests/encrypted-48.json +0 -1
  218. package/tests/generate-verify-vectors.js +0 -88
  219. package/tests/get-gas-price.test.js +0 -59
  220. package/tests/hashing.test.js +0 -34
  221. package/tests/non-transactional.preinit.test.js +0 -33
  222. package/tests/non-transactional.test.js +0 -1318
  223. package/tests/sign-raw-keytype5-context-null.test.js +0 -105
  224. package/tests/sign-raw-transaction.test.js +0 -194
  225. package/tests/sign-verify.test.js +0 -308
  226. package/tests/specs/assert.js +0 -74
  227. package/tests/specs/crypto.spec.js +0 -104
  228. package/tests/specs/hex.js +0 -31
  229. package/tests/specs/preinit.spec.js +0 -19
  230. package/tests/specs/sign.spec.js +0 -90
  231. package/tests/specs/wallet.spec.js +0 -98
  232. package/tests/transactional.rpc.test.js +0 -102
  233. package/tests/verify-vectors.json +0 -95035
@@ -1,85 +0,0 @@
1
- /**
2
- * @testCategory unit
3
- * @blockchainRequired false
4
- * @transactional false
5
- * @description BrowserProvider (EIP-1193 wrapper) + debug event sink validation
6
- */
7
-
8
- const { describe, it } = require("node:test");
9
- const assert = require("node:assert/strict");
10
-
11
- const qc = require("../../index");
12
- const { logSuite, logTest } = require("../verbose-logger");
13
-
14
- describe("BrowserProvider", () => {
15
- logSuite("BrowserProvider");
16
- it("wraps an EIP-1193 provider and emits debug events", async () => {
17
- logTest("wraps an EIP-1193 provider and emits debug events", {});
18
- /** @type {any[]} */
19
- const calls = [];
20
-
21
- const fakeEip1193 = {
22
- request: async ({ method, params }) => {
23
- calls.push({ method, params });
24
- if (method === "eth_accounts") {
25
- return ["0x" + "11".repeat(32)];
26
- }
27
- if (method === "eth_blockNumber") {
28
- return "0x10";
29
- }
30
- if (method === "eth_getBlockByNumber") {
31
- // params: [ "latest", false ]
32
- return {
33
- number: "0x10",
34
- hash: "0x" + "aa".repeat(32),
35
- parentHash: "0x" + "bb".repeat(32),
36
- timestamp: "0x1",
37
- transactions: [],
38
- };
39
- }
40
- throw new Error(`unsupported method: ${method}`);
41
- },
42
- };
43
-
44
- const provider = new qc.BrowserProvider(fakeEip1193);
45
-
46
- /** @type {any[]} */
47
- const debug = [];
48
- provider.on("debug", (ev) => debug.push(ev));
49
-
50
- const bn = await provider.getBlockNumber();
51
- assert.equal(bn, 16);
52
-
53
- const latest = await provider.getBlock("latest");
54
- assert.equal(latest.number, 16);
55
- assert.ok(typeof latest.hash === "string");
56
-
57
- const signer = await provider.getSigner();
58
- const addr = await signer.getAddress();
59
- assert.equal(addr.toLowerCase(), ("0x" + "11".repeat(32)).toLowerCase());
60
- assert.equal(await provider.hasSigner(addr), true);
61
-
62
- // Validate calls shape
63
- assert.deepEqual(
64
- calls.map((c) => c.method),
65
- ["eth_blockNumber", "eth_getBlockByNumber", "eth_accounts", "eth_accounts"],
66
- );
67
-
68
- // Validate debug event sink: send+receive per request in order
69
- const actions = debug.map((d) => d && d.action);
70
- assert.deepEqual(actions, [
71
- "sendEip1193Payload",
72
- "receiveEip1193Result",
73
- "sendEip1193Payload",
74
- "receiveEip1193Result",
75
- "sendEip1193Payload",
76
- "receiveEip1193Result",
77
- "sendEip1193Payload",
78
- "receiveEip1193Result",
79
- ]);
80
-
81
- assert.equal(debug[0].payload.method, "eth_blockNumber");
82
- assert.equal(debug[2].payload.method, "eth_getBlockByNumber");
83
- });
84
- });
85
-
@@ -1,79 +0,0 @@
1
- /**
2
- * @testCategory unit
3
- * @blockchainRequired false
4
- * @transactional false
5
- * @description BrowserProvider (EIP-1193 wrapper) + debug event sink validation
6
- */
7
-
8
- import { describe, it } from "node:test";
9
- import assert from "node:assert/strict";
10
-
11
- import qc from "../../index";
12
- import { logSuite, logTest } from "../verbose-logger";
13
-
14
- describe("BrowserProvider", () => {
15
- logSuite("BrowserProvider");
16
- it("wraps an EIP-1193 provider and emits debug events", async () => {
17
- logTest("wraps an EIP-1193 provider and emits debug events", {});
18
- const calls: { method: string; params?: unknown }[] = [];
19
-
20
- const fakeEip1193 = {
21
- request: async ({ method, params }: { method: string; params?: unknown }) => {
22
- calls.push({ method, params });
23
- if (method === "eth_accounts") {
24
- return ["0x" + "11".repeat(32)];
25
- }
26
- if (method === "eth_blockNumber") {
27
- return "0x10";
28
- }
29
- if (method === "eth_getBlockByNumber") {
30
- return {
31
- number: "0x10",
32
- hash: "0x" + "aa".repeat(32),
33
- parentHash: "0x" + "bb".repeat(32),
34
- timestamp: "0x1",
35
- transactions: [],
36
- };
37
- }
38
- throw new Error(`unsupported method: ${method}`);
39
- },
40
- };
41
-
42
- const provider = new qc.BrowserProvider(fakeEip1193);
43
-
44
- const debug: { action?: string; payload?: { method: string } }[] = [];
45
- provider.on("debug", (ev) => debug.push(ev));
46
-
47
- const bn = await provider.getBlockNumber();
48
- assert.equal(bn, 16);
49
-
50
- const latest = await provider.getBlock("latest");
51
- assert.equal(latest.number, 16);
52
- assert.ok(typeof latest.hash === "string");
53
-
54
- const signer = await provider.getSigner();
55
- const addr = await signer.getAddress();
56
- assert.equal(addr.toLowerCase(), ("0x" + "11".repeat(32)).toLowerCase());
57
- assert.equal(await provider.hasSigner(addr), true);
58
-
59
- assert.deepEqual(
60
- calls.map((c) => c.method),
61
- ["eth_blockNumber", "eth_getBlockByNumber", "eth_accounts", "eth_accounts"],
62
- );
63
-
64
- const actions = debug.map((d) => d && d.action);
65
- assert.deepEqual(actions, [
66
- "sendEip1193Payload",
67
- "receiveEip1193Result",
68
- "sendEip1193Payload",
69
- "receiveEip1193Result",
70
- "sendEip1193Payload",
71
- "receiveEip1193Result",
72
- "sendEip1193Payload",
73
- "receiveEip1193Result",
74
- ]);
75
-
76
- assert.equal(debug[0].payload!.method, "eth_blockNumber");
77
- assert.equal(debug[2].payload!.method, "eth_getBlockByNumber");
78
- });
79
- });
@@ -1,85 +0,0 @@
1
- /**
2
- * @testCategory unit
3
- * @blockchainRequired false
4
- * @transactional false
5
- * @description Contract behavior that can be tested offline (overrides, listeners)
6
- */
7
-
8
- const { describe, it } = require("node:test");
9
- const assert = require("node:assert/strict");
10
-
11
- const { Initialize } = require("../../config");
12
- const qc = require("../../index");
13
- const { logSuite, logTest } = require("../verbose-logger");
14
-
15
- describe("Contract", () => {
16
- logSuite("Contract");
17
- it("_invoke treats last arg as overrides only when object-like (null is NOT overrides)", async () => {
18
- logTest("_invoke treats last arg as overrides only when object-like (null is NOT overrides)", {});
19
- await Initialize(null);
20
- const addr = qc.Wallet.createRandom().address;
21
- const abi = [
22
- { type: "function", name: "viewFn", stateMutability: "view", inputs: [{ name: "x", type: "uint256" }], outputs: [] },
23
- { type: "function", name: "writeFn", stateMutability: "nonpayable", inputs: [{ name: "x", type: "uint256" }], outputs: [] },
24
- ];
25
-
26
- const c = new qc.Contract(addr, abi, null);
27
-
28
- /** @type {any[]} */
29
- const seen = [];
30
- c.call = async (methodName, args, overrides) => {
31
- seen.push({ kind: "call", methodName, args, overrides });
32
- return "ok";
33
- };
34
- c.send = async (methodName, args, overrides) => {
35
- seen.push({ kind: "send", methodName, args, overrides });
36
- return { hash: "0x" + "22".repeat(32) };
37
- };
38
-
39
- // Overrides object extracted
40
- await c._invoke("viewFn", [1n, { gasLimit: 123 }]);
41
- // Passing null is NOT treated as overrides (it becomes a second argument)
42
- await c._invoke("viewFn", [1n, null]);
43
- // State-changing path chooses send()
44
- await c._invoke("writeFn", [1n, { gasLimit: 456 }]);
45
-
46
- assert.deepEqual(seen[0], { kind: "call", methodName: "viewFn", args: [1n], overrides: { gasLimit: 123 } });
47
- assert.deepEqual(seen[1], { kind: "call", methodName: "viewFn", args: [1n, null], overrides: undefined });
48
- assert.deepEqual(seen[2], { kind: "send", methodName: "writeFn", args: [1n], overrides: { gasLimit: 456 } });
49
- });
50
-
51
- it("removeAllListeners clears all when event omitted vs null, and clears one event when provided", async () => {
52
- await Initialize(null);
53
- const addr = qc.Wallet.createRandom().address;
54
- const c = new qc.Contract(addr, [], null);
55
-
56
- const cb1 = () => {};
57
- const cb2 = () => {};
58
- c.on("A", cb1);
59
- c.on("B", cb2);
60
-
61
- c.removeAllListeners("A");
62
- // B remains
63
- assert.equal(c._listeners.get("A")?.length || 0, 0);
64
- assert.equal(c._listeners.get("B")?.length || 0, 1);
65
-
66
- c.removeAllListeners(null); // treated as "no event"
67
- assert.equal(c._listeners.size, 0);
68
-
69
- c.on("C", cb1);
70
- c.removeAllListeners(); // omitted => clear all
71
- assert.equal(c._listeners.size, 0);
72
- });
73
- });
74
-
75
- describe("ContractTransactionReceipt", () => {
76
- it("getEvent/getEvents filter logs by eventName", () => {
77
- const receipt = new qc.ContractTransactionReceipt({
78
- logs: [{ eventName: "A", data: 1 }, { eventName: "B", data: 2 }, { eventName: "A", data: 3 }],
79
- });
80
- assert.deepEqual(receipt.getEvents("A").map((l) => l.data), [1, 3]);
81
- assert.equal(receipt.getEvent("B").data, 2);
82
- assert.equal(receipt.getEvent("Missing"), null);
83
- });
84
- });
85
-
@@ -1,83 +0,0 @@
1
- /**
2
- * @testCategory unit
3
- * @blockchainRequired false
4
- * @transactional false
5
- * @description Contract behavior that can be tested offline (overrides, listeners)
6
- */
7
-
8
- import { describe, it } from "node:test";
9
- import assert from "node:assert/strict";
10
-
11
- import { Initialize } from "../../config";
12
- import qc from "../../index";
13
- import { logSuite, logTest } from "../verbose-logger";
14
-
15
- describe("Contract", () => {
16
- logSuite("Contract");
17
- it("_invoke treats last arg as overrides only when object-like (null is NOT overrides)", async () => {
18
- logTest("_invoke treats last arg as overrides only when object-like (null is NOT overrides)", {});
19
- await Initialize(null);
20
- const addr = qc.Wallet.createRandom().address;
21
- const abi = [
22
- { type: "function", name: "viewFn", stateMutability: "view", inputs: [{ name: "x", type: "uint256" }], outputs: [] },
23
- { type: "function", name: "writeFn", stateMutability: "nonpayable", inputs: [{ name: "x", type: "uint256" }], outputs: [] },
24
- ];
25
-
26
- const c = new qc.Contract(addr, abi, null);
27
-
28
- const seen: { kind: string; methodName: string; args: unknown[]; overrides?: unknown }[] = [];
29
- c.call = async (methodName: string, args: unknown[], overrides?: unknown) => {
30
- seen.push({ kind: "call", methodName, args, overrides });
31
- return "ok";
32
- };
33
- c.send = async (methodName: string, args: unknown[], overrides?: unknown) => {
34
- seen.push({ kind: "send", methodName, args, overrides });
35
- return { hash: "0x" + "22".repeat(32) };
36
- };
37
-
38
- await c._invoke("viewFn", [1n, { gasLimit: 123 }]);
39
- await c._invoke("viewFn", [1n, null]);
40
- await c._invoke("writeFn", [1n, { gasLimit: 456 }]);
41
-
42
- assert.deepEqual(seen[0], { kind: "call", methodName: "viewFn", args: [1n], overrides: { gasLimit: 123 } });
43
- assert.deepEqual(seen[1], { kind: "call", methodName: "viewFn", args: [1n, null], overrides: undefined });
44
- assert.deepEqual(seen[2], { kind: "send", methodName: "writeFn", args: [1n], overrides: { gasLimit: 456 } });
45
- });
46
-
47
- it("removeAllListeners clears all when event omitted vs null, and clears one event when provided", async () => {
48
- await Initialize(null);
49
- const addr = qc.Wallet.createRandom().address;
50
- const c = new qc.Contract(addr, [], null);
51
-
52
- const cb1 = () => {};
53
- const cb2 = () => {};
54
- c.on("A", cb1);
55
- c.on("B", cb2);
56
-
57
- c.removeAllListeners("A");
58
- assert.equal(c._listeners.get("A")?.length || 0, 0);
59
- assert.equal(c._listeners.get("B")?.length || 0, 1);
60
-
61
- c.removeAllListeners(null);
62
- assert.equal(c._listeners.size, 0);
63
-
64
- c.on("C", cb1);
65
- c.removeAllListeners();
66
- assert.equal(c._listeners.size, 0);
67
- });
68
- });
69
-
70
- describe("ContractTransactionReceipt", () => {
71
- it("getEvent/getEvents filter logs by eventName", () => {
72
- const receipt = new qc.ContractTransactionReceipt({
73
- logs: [
74
- { eventName: "A", data: 1 },
75
- { eventName: "B", data: 2 },
76
- { eventName: "A", data: 3 },
77
- ],
78
- });
79
- assert.deepEqual(receipt.getEvents("A").map((l) => l.data), [1, 3]);
80
- assert.equal(receipt.getEvent("B").data, 2);
81
- assert.equal(receipt.getEvent("Missing"), null);
82
- });
83
- });
@@ -1,127 +0,0 @@
1
- /**
2
- * @testCategory unit
3
- * @blockchainRequired false
4
- * @transactional false
5
- * @description Encoding + units + RLP edge cases (optional params, negative paths)
6
- */
7
-
8
- const { describe, it } = require("node:test");
9
- const assert = require("node:assert/strict");
10
-
11
- const qc = require("../../index");
12
- const { logSuite, logTest } = require("../verbose-logger");
13
-
14
- describe("Encoding", () => {
15
- logSuite("Encoding");
16
- it("toHex/hexlify normalize strings and bytes", () => {
17
- logTest("toHex/hexlify normalize strings and bytes", {});
18
- assert.equal(qc.toHex("0x0A"), "0x0a");
19
- assert.equal(qc.hexlify(new Uint8Array([0x0a])), "0x0a");
20
- });
21
-
22
- it("concat concatenates and rejects non-array", () => {
23
- const out = qc.concat([new Uint8Array([1, 2]), "0x03"]);
24
- assert.equal(out, "0x010203");
25
- assert.throws(() => qc.concat("nope"));
26
- });
27
-
28
- it("stripZerosLeft removes leading zeros", () => {
29
- assert.equal(qc.stripZerosLeft("0x0000"), "0x");
30
- assert.equal(qc.stripZerosLeft("0x000001"), "0x01");
31
- });
32
-
33
- it("zeroPad throws when value exceeds length", () => {
34
- assert.throws(() => qc.zeroPad("0x1234", 1));
35
- assert.equal(qc.zeroPad("0x12", 2), "0x0012");
36
- });
37
-
38
- it("base64 encode/decode roundtrip", () => {
39
- const b = qc.toUtf8Bytes("hello");
40
- const b64 = qc.encodeBase64(b);
41
- const out = qc.decodeBase64(b64);
42
- assert.equal(qc.toUtf8String(out), "hello");
43
- });
44
-
45
- it("isBytesLike returns true for hex and Uint8Array", () => {
46
- assert.equal(qc.isBytesLike("0x1234"), true);
47
- assert.equal(qc.isBytesLike(new Uint8Array([1, 2, 3])), true);
48
- assert.equal(qc.isBytesLike("not-hex"), false);
49
- });
50
-
51
- it("solidityPacked helpers throw (not implemented)", () => {
52
- assert.throws(() => qc.solidityPacked(), /not implemented/i);
53
- assert.throws(() => qc.solidityPackedKeccak256(), /not implemented/i);
54
- assert.throws(() => qc.solidityPackedSha256(), /not implemented/i);
55
- });
56
- });
57
-
58
- describe("Units", () => {
59
- it("parseUnits defaults decimals when omitted vs null", () => {
60
- const a = qc.parseUnits("1.5");
61
- const b = qc.parseUnits("1.5", null);
62
- assert.equal(a, 1500000000000000000n);
63
- assert.equal(a, b);
64
- });
65
-
66
- it("formatUnits defaults decimals when omitted vs null", () => {
67
- const a = qc.formatUnits(1500000000000000000n);
68
- const b = qc.formatUnits(1500000000000000000n, null);
69
- assert.equal(a, "1.5");
70
- assert.equal(a, b);
71
- });
72
- });
73
-
74
- describe("RLP", () => {
75
- it("decodeRlp rejects non-string input", () => {
76
- assert.throws(() => qc.decodeRlp(123));
77
- });
78
-
79
- it("decodeRlp rejects trailing data", () => {
80
- const encoded = qc.encodeRlp("0x01");
81
- const withTrailing = "0x" + encoded.slice(2) + "00";
82
- assert.throws(() => qc.decodeRlp(withTrailing), /trailing data/i);
83
- });
84
-
85
- it("encodeRlp supports null as empty bytes", () => {
86
- const encoded = qc.encodeRlp(null);
87
- assert.ok(typeof encoded === "string" && encoded.startsWith("0x"));
88
- const decoded = qc.decodeRlp(encoded);
89
- assert.equal(decoded, "0x");
90
- });
91
- });
92
-
93
- describe("Security: RLP canonical encoding & length overflow", () => {
94
- it("rejects a single byte < 0x80 encoded as a 1-byte string (negative)", () => {
95
- // 0x81 0x00 = "short string of length 1 containing 0x00" — must be 0x00.
96
- assert.throws(() => qc.decodeRlp("0x8100"), /non-canonical single byte/i);
97
- });
98
-
99
- it("rejects a long-string form whose length fits the short form (negative)", () => {
100
- // 0xb8 (long string, lenOfLen=1) 0x01 0xff -> declared length 1 (<= 55).
101
- assert.throws(() => qc.decodeRlp("0xb801ff"), /non-canonical long string/i);
102
- });
103
-
104
- it("rejects a length field with a leading zero byte (negative)", () => {
105
- // 0xb9 (long string, lenOfLen=2) 0x00 0x38 -> leading zero in the length.
106
- assert.throws(() => qc.decodeRlp("0xb9003800"), /leading zero/i);
107
- });
108
-
109
- it("rejects a length that overflows MAX_SAFE_INTEGER (negative)", () => {
110
- // 0xbf (long string, lenOfLen=8) followed by an 8-byte length starting at 0x20.
111
- assert.throws(() => qc.decodeRlp("0xbf2000000000000000"), /maximum safe integer/i);
112
- });
113
-
114
- it("round-trips a canonical long string (> 55 bytes) (positive)", () => {
115
- const big = "0x" + "ab".repeat(60); // 60-byte string -> long-string form
116
- const encoded = qc.encodeRlp(big);
117
- const decoded = qc.decodeRlp(encoded);
118
- assert.equal(decoded, big);
119
- });
120
-
121
- it("round-trips a canonical nested list (positive)", () => {
122
- const encoded = qc.encodeRlp([["0x01", "0x02"], "0x03"]);
123
- const decoded = qc.decodeRlp(encoded);
124
- assert.deepEqual(decoded, [["0x01", "0x02"], "0x03"]);
125
- });
126
- });
127
-
@@ -1,91 +0,0 @@
1
- /**
2
- * @testCategory unit
3
- * @blockchainRequired false
4
- * @transactional false
5
- * @description Encoding + units + RLP edge cases (optional params, negative paths)
6
- */
7
-
8
- import { describe, it } from "node:test";
9
- import assert from "node:assert/strict";
10
-
11
- import qc from "../../index";
12
- import { logSuite, logTest } from "../verbose-logger";
13
-
14
- describe("Encoding", () => {
15
- logSuite("Encoding");
16
- it("toHex/hexlify normalize strings and bytes", () => {
17
- logTest("toHex/hexlify normalize strings and bytes", {});
18
- assert.equal(qc.toHex("0x0A"), "0x0a");
19
- assert.equal(qc.hexlify(new Uint8Array([0x0a])), "0x0a");
20
- });
21
-
22
- it("concat concatenates and rejects non-array", () => {
23
- const out = qc.concat([new Uint8Array([1, 2]), "0x03"]);
24
- assert.equal(out, "0x010203");
25
- assert.throws(() => qc.concat("nope" as unknown as (string | Uint8Array)[]));
26
- });
27
-
28
- it("stripZerosLeft removes leading zeros", () => {
29
- assert.equal(qc.stripZerosLeft("0x0000"), "0x");
30
- assert.equal(qc.stripZerosLeft("0x000001"), "0x01");
31
- });
32
-
33
- it("zeroPad throws when value exceeds length", () => {
34
- assert.throws(() => qc.zeroPad("0x1234", 1));
35
- assert.equal(qc.zeroPad("0x12", 2), "0x0012");
36
- });
37
-
38
- it("base64 encode/decode roundtrip", () => {
39
- const b = qc.toUtf8Bytes("hello");
40
- const b64 = qc.encodeBase64(b);
41
- const out = qc.decodeBase64(b64);
42
- assert.equal(qc.toUtf8String(out), "hello");
43
- });
44
-
45
- it("isBytesLike returns true for hex and Uint8Array", () => {
46
- assert.equal(qc.isBytesLike("0x1234"), true);
47
- assert.equal(qc.isBytesLike(new Uint8Array([1, 2, 3])), true);
48
- assert.equal(qc.isBytesLike("not-hex"), false);
49
- });
50
-
51
- it("solidityPacked helpers throw (not implemented)", () => {
52
- assert.throws(() => qc.solidityPacked(), /not implemented/i);
53
- assert.throws(() => qc.solidityPackedKeccak256(), /not implemented/i);
54
- assert.throws(() => qc.solidityPackedSha256(), /not implemented/i);
55
- });
56
- });
57
-
58
- describe("Units", () => {
59
- it("parseUnits defaults decimals when omitted vs null", () => {
60
- const a = qc.parseUnits("1.5");
61
- const b = qc.parseUnits("1.5", null);
62
- assert.equal(a, 1500000000000000000n);
63
- assert.equal(a, b);
64
- });
65
-
66
- it("formatUnits defaults decimals when omitted vs null", () => {
67
- const a = qc.formatUnits(1500000000000000000n);
68
- const b = qc.formatUnits(1500000000000000000n, null);
69
- assert.equal(a, "1.5");
70
- assert.equal(a, b);
71
- });
72
- });
73
-
74
- describe("RLP", () => {
75
- it("decodeRlp rejects non-string input", () => {
76
- assert.throws(() => qc.decodeRlp(123 as unknown as string));
77
- });
78
-
79
- it("decodeRlp rejects trailing data", () => {
80
- const encoded = qc.encodeRlp("0x01");
81
- const withTrailing = "0x" + encoded.slice(2) + "00";
82
- assert.throws(() => qc.decodeRlp(withTrailing), /trailing data/i);
83
- });
84
-
85
- it("encodeRlp supports null as empty bytes", () => {
86
- const encoded = qc.encodeRlp(null);
87
- assert.ok(typeof encoded === "string" && encoded.startsWith("0x"));
88
- const decoded = qc.decodeRlp(encoded);
89
- assert.equal(decoded, "0x");
90
- });
91
- });
@@ -1,77 +0,0 @@
1
- /**
2
- * @testCategory unit
3
- * @blockchainRequired false
4
- * @transactional false
5
- * @description Error helpers and error classes (direct coverage)
6
- */
7
-
8
- const { describe, it } = require("node:test");
9
- const assert = require("node:assert/strict");
10
-
11
- const qc = require("../../index");
12
- const { logSuite, logTest } = require("../verbose-logger");
13
-
14
- describe("Errors", () => {
15
- logSuite("Errors");
16
- it("makeError sets code and shortMessage (info omitted vs null)", () => {
17
- logTest("makeError sets code and shortMessage (info omitted vs null)", {});
18
- const e1 = qc.makeError("boom", "UNKNOWN_ERROR");
19
- const e2 = qc.makeError("boom", "UNKNOWN_ERROR", null);
20
-
21
- assert.equal(e1.code, "UNKNOWN_ERROR");
22
- assert.equal(e1.shortMessage, "boom");
23
- assert.equal(e2.code, "UNKNOWN_ERROR");
24
- assert.equal(e2.shortMessage, "boom");
25
- });
26
-
27
- it("makeError attaches info and protects message/code/name", () => {
28
- const e = qc.makeError("boom", "UNKNOWN_ERROR", { operation: "x" });
29
- assert.equal(e.code, "UNKNOWN_ERROR");
30
- assert.equal(e.shortMessage, "boom");
31
- assert.equal(e.operation, "x");
32
-
33
- assert.throws(() => qc.makeError("boom", "UNKNOWN_ERROR", { message: "nope" }));
34
- assert.throws(() => qc.makeError("boom", "UNKNOWN_ERROR", { code: "NOPE" }));
35
- assert.throws(() => qc.makeError("boom", "UNKNOWN_ERROR", { name: "Nope" }));
36
- // shortMessage is defined read-only by makeError; passing it via info causes a TypeError
37
- assert.throws(() => qc.makeError("boom", "UNKNOWN_ERROR", { shortMessage: "nope" }));
38
- });
39
-
40
- it("assert and assertArgument throw INVALID_ARGUMENT with metadata", () => {
41
- assert.throws(
42
- () => qc.assert(false, "bad", "INVALID_ARGUMENT", { operation: "test" }),
43
- (err) => err && err.code === "INVALID_ARGUMENT" && String(err.message).includes("operation"),
44
- );
45
-
46
- assert.throws(
47
- () => qc.assertArgument(false, "bad arg", "foo", 123),
48
- (err) => err && err.code === "INVALID_ARGUMENT" && err.argument === "foo" && err.value === 123,
49
- );
50
- });
51
-
52
- it("isError and isCallException match code", () => {
53
- const err = qc.makeError("x", "CALL_EXCEPTION");
54
- assert.equal(qc.isError(err, "CALL_EXCEPTION"), true);
55
- assert.equal(qc.isCallException(err), true);
56
- assert.equal(qc.isCallException(qc.makeError("x", "UNKNOWN_ERROR")), false);
57
- });
58
-
59
- it("ProviderError/TransactionError/ContractError set code and include info (info omitted vs null)", () => {
60
- const p1 = new qc.ProviderError("p");
61
- const p2 = new qc.ProviderError("p", null);
62
- const p3 = new qc.ProviderError("p", { operation: "op" });
63
- assert.equal(p1.code, "UNKNOWN_ERROR");
64
- assert.equal(p1.shortMessage, "p");
65
- assert.equal(p2.code, "UNKNOWN_ERROR");
66
- assert.equal(p3.operation, "op");
67
-
68
- const t1 = new qc.TransactionError("t", { reason: "r" });
69
- assert.equal(t1.code, "UNKNOWN_ERROR");
70
- assert.equal(t1.reason, "r");
71
-
72
- const c1 = new qc.ContractError("c", { contract: "X" });
73
- assert.equal(c1.code, "UNKNOWN_ERROR");
74
- assert.equal(c1.contract, "X");
75
- });
76
- });
77
-