quantum-coin-js-sdk 1.0.39 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitignore +2 -1
- package/README.md +109 -768
- package/index.d.ts +76 -545
- package/index.js +319 -1194
- package/package.json +20 -5
- package/wasmBase64.js +7 -16
- package/wasm_exec.js +575 -587
- package/.idea/.name +0 -1
- package/.idea/modules.xml +0 -8
- package/.idea/quantum-coin-js-sdk.iml +0 -12
- package/.idea/vcs.xml +0 -6
- package/.vs/ProjectSettings.json +0 -3
- package/.vs/VSWorkspaceState.json +0 -8
- package/.vs/quantum-coin-js-sdk/FileContentIndex/a9d6de82-cfc3-4c22-ac38-06d706ff3673.vsidx +0 -0
- package/.vs/quantum-coin-js-sdk/FileContentIndex/fdc816df-1898-4153-99f2-c69ef4c2283b.vsidx +0 -0
- package/.vs/quantum-coin-js-sdk/config/applicationhost.config +0 -1011
- package/.vs/quantum-coin-js-sdk/v17/.wsuo +0 -0
- package/.vs/quantum-coin-js-sdk/v17/DocumentLayout.backup.json +0 -39
- package/.vs/quantum-coin-js-sdk/v17/DocumentLayout.json +0 -57
- package/.vs/slnx.sqlite +0 -0
- package/example/README.md +0 -14
- package/example/conversion-example.js +0 -19
- package/example/example-create-contract.js +0 -396
- package/example/example-encode-decode-rlp.js +0 -225
- package/example/example-event-pack-unpack.js +0 -391
- package/example/example-misc.js +0 -100
- package/example/example-rpc-send-signRawTransaction.js +0 -318
- package/example/example-rpc-send.js +0 -115
- package/example/example-send.js +0 -69
- package/example/example-token-pack-unpack.js +0 -960
- package/example/example-wallet-version4.js +0 -34
- package/example/example-wallet.js +0 -43
- package/example/example.js +0 -405
- package/example/node_modules/.bin/sdkgen +0 -16
- package/example/node_modules/.bin/sdkgen.cmd +0 -17
- package/example/node_modules/.bin/sdkgen.ps1 +0 -28
- package/example/node_modules/.package-lock.json +0 -47
- package/example/node_modules/quantumcoin/.github/workflows/publish-npmjs.yaml +0 -22
- package/example/node_modules/quantumcoin/LICENSE +0 -21
- package/example/node_modules/quantumcoin/README-SDK.md +0 -828
- package/example/node_modules/quantumcoin/README.md +0 -197
- package/example/node_modules/quantumcoin/config.d.ts +0 -50
- package/example/node_modules/quantumcoin/config.js +0 -123
- package/example/node_modules/quantumcoin/examples/AllSolidityTypes.sol +0 -184
- package/example/node_modules/quantumcoin/examples/SimpleIERC20.sol +0 -74
- package/example/node_modules/quantumcoin/examples/events.js +0 -41
- package/example/node_modules/quantumcoin/examples/events.ts +0 -35
- package/example/node_modules/quantumcoin/examples/example-generator-sdk-js.js +0 -100
- package/example/node_modules/quantumcoin/examples/example-generator-sdk-js.ts +0 -77
- package/example/node_modules/quantumcoin/examples/example-generator-sdk-ts.js +0 -100
- package/example/node_modules/quantumcoin/examples/example-generator-sdk-ts.ts +0 -77
- package/example/node_modules/quantumcoin/examples/example.js +0 -67
- package/example/node_modules/quantumcoin/examples/example.ts +0 -56
- package/example/node_modules/quantumcoin/examples/offline-signing.js +0 -77
- package/example/node_modules/quantumcoin/examples/offline-signing.ts +0 -65
- package/example/node_modules/quantumcoin/examples/package-lock.json +0 -596
- package/example/node_modules/quantumcoin/examples/package.json +0 -32
- package/example/node_modules/quantumcoin/examples/read-operations.js +0 -32
- package/example/node_modules/quantumcoin/examples/read-operations.ts +0 -31
- package/example/node_modules/quantumcoin/examples/sdk-generator-erc20.inline.json +0 -251
- package/example/node_modules/quantumcoin/examples/solidity-types.ts +0 -43
- package/example/node_modules/quantumcoin/examples/wallet-offline.js +0 -36
- package/example/node_modules/quantumcoin/examples/wallet-offline.ts +0 -26
- package/example/node_modules/quantumcoin/generate-sdk.js +0 -1846
- package/example/node_modules/quantumcoin/index.js +0 -12
- package/example/node_modules/quantumcoin/package.json +0 -95
- package/example/node_modules/quantumcoin/scripts/copy-declarations.js +0 -31
- package/example/node_modules/quantumcoin/scripts/run-all-one-by-one.js +0 -151
- package/example/node_modules/quantumcoin/src/abi/fragments.d.ts +0 -42
- package/example/node_modules/quantumcoin/src/abi/fragments.js +0 -63
- package/example/node_modules/quantumcoin/src/abi/index.d.ts +0 -13
- package/example/node_modules/quantumcoin/src/abi/index.js +0 -9
- package/example/node_modules/quantumcoin/src/abi/interface.d.ts +0 -128
- package/example/node_modules/quantumcoin/src/abi/interface.js +0 -605
- package/example/node_modules/quantumcoin/src/abi/js-abi-coder.d.ts +0 -8
- package/example/node_modules/quantumcoin/src/abi/js-abi-coder.js +0 -538
- package/example/node_modules/quantumcoin/src/constants.d.ts +0 -61
- package/example/node_modules/quantumcoin/src/constants.js +0 -94
- package/example/node_modules/quantumcoin/src/contract/contract-factory.d.ts +0 -28
- package/example/node_modules/quantumcoin/src/contract/contract-factory.js +0 -111
- package/example/node_modules/quantumcoin/src/contract/contract.d.ts +0 -113
- package/example/node_modules/quantumcoin/src/contract/contract.js +0 -408
- package/example/node_modules/quantumcoin/src/contract/index.d.ts +0 -9
- package/example/node_modules/quantumcoin/src/contract/index.js +0 -9
- package/example/node_modules/quantumcoin/src/errors/index.d.ts +0 -92
- package/example/node_modules/quantumcoin/src/errors/index.js +0 -200
- package/example/node_modules/quantumcoin/src/generator/index.d.ts +0 -81
- package/example/node_modules/quantumcoin/src/generator/index.js +0 -1571
- package/example/node_modules/quantumcoin/src/index.d.ts +0 -122
- package/example/node_modules/quantumcoin/src/index.js +0 -41
- package/example/node_modules/quantumcoin/src/internal/hex.d.ts +0 -68
- package/example/node_modules/quantumcoin/src/internal/hex.js +0 -180
- package/example/node_modules/quantumcoin/src/providers/extra-providers.d.ts +0 -139
- package/example/node_modules/quantumcoin/src/providers/extra-providers.js +0 -614
- package/example/node_modules/quantumcoin/src/providers/index.d.ts +0 -17
- package/example/node_modules/quantumcoin/src/providers/index.js +0 -10
- package/example/node_modules/quantumcoin/src/providers/json-rpc-provider.d.ts +0 -12
- package/example/node_modules/quantumcoin/src/providers/json-rpc-provider.js +0 -89
- package/example/node_modules/quantumcoin/src/providers/provider.d.ts +0 -206
- package/example/node_modules/quantumcoin/src/providers/provider.js +0 -524
- package/example/node_modules/quantumcoin/src/types/index.d.ts +0 -214
- package/example/node_modules/quantumcoin/src/types/index.js +0 -9
- package/example/node_modules/quantumcoin/src/utils/address.d.ts +0 -58
- package/example/node_modules/quantumcoin/src/utils/address.js +0 -144
- package/example/node_modules/quantumcoin/src/utils/encoding.d.ts +0 -120
- package/example/node_modules/quantumcoin/src/utils/encoding.js +0 -306
- package/example/node_modules/quantumcoin/src/utils/fixednumber.d.ts +0 -57
- package/example/node_modules/quantumcoin/src/utils/fixednumber.js +0 -366
- package/example/node_modules/quantumcoin/src/utils/hashing.d.ts +0 -76
- package/example/node_modules/quantumcoin/src/utils/hashing.js +0 -298
- package/example/node_modules/quantumcoin/src/utils/index.d.ts +0 -63
- package/example/node_modules/quantumcoin/src/utils/index.js +0 -14
- package/example/node_modules/quantumcoin/src/utils/result.d.ts +0 -57
- package/example/node_modules/quantumcoin/src/utils/result.js +0 -128
- package/example/node_modules/quantumcoin/src/utils/rlp.d.ts +0 -12
- package/example/node_modules/quantumcoin/src/utils/rlp.js +0 -215
- package/example/node_modules/quantumcoin/src/utils/units.d.ts +0 -29
- package/example/node_modules/quantumcoin/src/utils/units.js +0 -107
- package/example/node_modules/quantumcoin/src/wallet/index.d.ts +0 -10
- package/example/node_modules/quantumcoin/src/wallet/index.js +0 -8
- package/example/node_modules/quantumcoin/src/wallet/wallet.d.ts +0 -192
- package/example/node_modules/quantumcoin/src/wallet/wallet.js +0 -713
- package/example/node_modules/quantumcoin/test/e2e/all-solidity-types.dynamic.test.js +0 -207
- package/example/node_modules/quantumcoin/test/e2e/all-solidity-types.dynamic.test.ts +0 -191
- package/example/node_modules/quantumcoin/test/e2e/all-solidity-types.fixtures.js +0 -231
- package/example/node_modules/quantumcoin/test/e2e/all-solidity-types.generated-sdks.e2e.test.js +0 -387
- package/example/node_modules/quantumcoin/test/e2e/all-solidity-types.generated-sdks.e2e.test.ts +0 -350
- package/example/node_modules/quantumcoin/test/e2e/generator-interface.e2e.test.js +0 -165
- package/example/node_modules/quantumcoin/test/e2e/generator-interface.e2e.test.ts +0 -160
- package/example/node_modules/quantumcoin/test/e2e/helpers.js +0 -59
- package/example/node_modules/quantumcoin/test/e2e/signing-context-and-fee.e2e.test.js +0 -141
- package/example/node_modules/quantumcoin/test/e2e/signing-context-and-fee.e2e.test.ts +0 -128
- package/example/node_modules/quantumcoin/test/e2e/simple-erc20.generated-sdks.e2e.test.js +0 -168
- package/example/node_modules/quantumcoin/test/e2e/simple-erc20.generated-sdks.e2e.test.ts +0 -141
- package/example/node_modules/quantumcoin/test/e2e/transactional.test.js +0 -245
- package/example/node_modules/quantumcoin/test/e2e/transactional.test.ts +0 -208
- package/example/node_modules/quantumcoin/test/e2e/typed-generator.e2e.test.js +0 -407
- package/example/node_modules/quantumcoin/test/e2e/typed-generator.e2e.test.ts +0 -337
- package/example/node_modules/quantumcoin/test/fixtures/ConstructorParam.sol +0 -23
- package/example/node_modules/quantumcoin/test/fixtures/MultiContracts.sol +0 -37
- package/example/node_modules/quantumcoin/test/fixtures/SimpleStorage.sol +0 -18
- package/example/node_modules/quantumcoin/test/fixtures/StakingContract.abi.json +0 -1
- package/example/node_modules/quantumcoin/test/integration/ipc-provider.test.js +0 -49
- package/example/node_modules/quantumcoin/test/integration/ipc-provider.test.ts +0 -44
- package/example/node_modules/quantumcoin/test/integration/provider.test.js +0 -88
- package/example/node_modules/quantumcoin/test/integration/provider.test.ts +0 -85
- package/example/node_modules/quantumcoin/test/integration/ws-provider.test.js +0 -41
- package/example/node_modules/quantumcoin/test/integration/ws-provider.test.ts +0 -38
- package/example/node_modules/quantumcoin/test/security/abi-decoder-bounds.test.js +0 -122
- package/example/node_modules/quantumcoin/test/security/contract-overrides.test.js +0 -112
- package/example/node_modules/quantumcoin/test/security/generator-injection.test.js +0 -195
- package/example/node_modules/quantumcoin/test/security/malformed-input.test.js +0 -330
- package/example/node_modules/quantumcoin/test/security/malformed-input.test.ts +0 -35
- package/example/node_modules/quantumcoin/test/security/rpc-numeric-bounds.test.js +0 -81
- package/example/node_modules/quantumcoin/test/security/rpc-trust.test.js +0 -202
- package/example/node_modules/quantumcoin/test/unit/_encrypted-output.txt +0 -6
- package/example/node_modules/quantumcoin/test/unit/_log-encrypted-jsons.js +0 -45
- package/example/node_modules/quantumcoin/test/unit/_write-keystore-fixture.js +0 -16
- package/example/node_modules/quantumcoin/test/unit/abi-interface.test.js +0 -110
- package/example/node_modules/quantumcoin/test/unit/abi-interface.test.ts +0 -109
- package/example/node_modules/quantumcoin/test/unit/address-wallet.test.js +0 -923
- package/example/node_modules/quantumcoin/test/unit/address-wallet.test.ts +0 -877
- package/example/node_modules/quantumcoin/test/unit/browser-provider.test.js +0 -85
- package/example/node_modules/quantumcoin/test/unit/browser-provider.test.ts +0 -79
- package/example/node_modules/quantumcoin/test/unit/contract.test.js +0 -85
- package/example/node_modules/quantumcoin/test/unit/contract.test.ts +0 -83
- package/example/node_modules/quantumcoin/test/unit/encoding-units-rlp.test.js +0 -127
- package/example/node_modules/quantumcoin/test/unit/encoding-units-rlp.test.ts +0 -91
- package/example/node_modules/quantumcoin/test/unit/errors.test.js +0 -77
- package/example/node_modules/quantumcoin/test/unit/errors.test.ts +0 -76
- package/example/node_modules/quantumcoin/test/unit/filter-by-blockhash.test.js +0 -55
- package/example/node_modules/quantumcoin/test/unit/filter-by-blockhash.test.ts +0 -54
- package/example/node_modules/quantumcoin/test/unit/fixednumber.test.js +0 -656
- package/example/node_modules/quantumcoin/test/unit/fixednumber.test.ts +0 -660
- package/example/node_modules/quantumcoin/test/unit/fixtures/encrypted-keystores-48-32-36.js +0 -9
- package/example/node_modules/quantumcoin/test/unit/generate-contract-cli.test.js +0 -42
- package/example/node_modules/quantumcoin/test/unit/generate-contract-cli.test.ts +0 -41
- package/example/node_modules/quantumcoin/test/unit/generate-sdk-artifacts-json.test.js +0 -113
- package/example/node_modules/quantumcoin/test/unit/generate-sdk-artifacts-json.test.ts +0 -110
- package/example/node_modules/quantumcoin/test/unit/generator.test.js +0 -149
- package/example/node_modules/quantumcoin/test/unit/generator.test.ts +0 -148
- package/example/node_modules/quantumcoin/test/unit/hashing.test.js +0 -64
- package/example/node_modules/quantumcoin/test/unit/hashing.test.ts +0 -63
- package/example/node_modules/quantumcoin/test/unit/init.test.js +0 -39
- package/example/node_modules/quantumcoin/test/unit/init.test.ts +0 -38
- package/example/node_modules/quantumcoin/test/unit/interface.test.js +0 -56
- package/example/node_modules/quantumcoin/test/unit/interface.test.ts +0 -54
- package/example/node_modules/quantumcoin/test/unit/internal-hex.test.js +0 -81
- package/example/node_modules/quantumcoin/test/unit/internal-hex.test.ts +0 -80
- package/example/node_modules/quantumcoin/test/unit/populate-transaction.test.js +0 -98
- package/example/node_modules/quantumcoin/test/unit/populate-transaction.test.ts +0 -64
- package/example/node_modules/quantumcoin/test/unit/providers.test.js +0 -252
- package/example/node_modules/quantumcoin/test/unit/providers.test.ts +0 -251
- package/example/node_modules/quantumcoin/test/unit/result.test.js +0 -80
- package/example/node_modules/quantumcoin/test/unit/result.test.ts +0 -79
- package/example/node_modules/quantumcoin/test/unit/solidity-types.test.js +0 -49
- package/example/node_modules/quantumcoin/test/unit/solidity-types.test.ts +0 -39
- package/example/node_modules/quantumcoin/test/unit/utils.test.js +0 -57
- package/example/node_modules/quantumcoin/test/unit/utils.test.ts +0 -56
- package/example/node_modules/quantumcoin/test/verbose-logger.js +0 -74
- package/example/node_modules/quantumcoin/tsconfig.build.json +0 -14
- package/example/node_modules/seed-words/.github/workflows/publish-npmjs.yaml +0 -22
- package/example/node_modules/seed-words/BUILD.md +0 -7
- package/example/node_modules/seed-words/LICENSE +0 -121
- package/example/node_modules/seed-words/README.md +0 -67
- package/example/node_modules/seed-words/dist/seedwords.d.ts +0 -39
- package/example/node_modules/seed-words/package.json +0 -27
- package/example/node_modules/seed-words/seedwords.js +0 -315
- package/example/node_modules/seed-words/seedwords.txt +0 -65536
- package/example/node_modules/seed-words/tsconfig.json +0 -21
- package/example/package-lock.json +0 -56
- package/example/package.json +0 -15
- package/tests/encrypted-32.json +0 -1
- package/tests/encrypted-36.json +0 -1
- package/tests/encrypted-48.json +0 -1
- package/tests/generate-verify-vectors.js +0 -91
- package/tests/get-gas-price.test.js +0 -59
- package/tests/non-transactional.preinit.test.js +0 -41
- package/tests/non-transactional.test.js +0 -1389
- package/tests/scrypt.test.js +0 -128
- package/tests/sign-raw-keytype5-context-null.test.js +0 -107
- package/tests/sign-raw-transaction.test.js +0 -196
- package/tests/sign-verify.test.js +0 -311
- package/tests/transactional.relay.test.js +0 -131
- package/tests/transactional.rpc.test.js +0 -103
- package/tests/verify-vectors.json +0 -95035
package/tests/scrypt.test.js
DELETED
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Tests for scryptDeriveKey(secret, salt, N, r, p, dkLen).
|
|
3
|
-
*
|
|
4
|
-
* Only the fixed scrypt parameter set N=262144, r=8, p=1, dkLen=32 is supported currently,
|
|
5
|
-
* so the derived key is always 32 bytes and any other parameter values return null.
|
|
6
|
-
*/
|
|
7
|
-
const { describe, test, before } = require('node:test');
|
|
8
|
-
const assert = require('node:assert/strict');
|
|
9
|
-
|
|
10
|
-
const qcsdk = require('..');
|
|
11
|
-
|
|
12
|
-
const MAINNET_CHAIN_ID = 123123;
|
|
13
|
-
const READ_RELAY_URL = 'https://sdk.readrelay.quantumcoinapi.com';
|
|
14
|
-
const WRITE_RELAY_URL = 'https://sdk.writerelay.quantumcoinapi.com';
|
|
15
|
-
|
|
16
|
-
const SALT = new Uint8Array([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]);
|
|
17
|
-
|
|
18
|
-
// Supported scrypt parameters.
|
|
19
|
-
const N = 262144;
|
|
20
|
-
const R = 8;
|
|
21
|
-
const P = 1;
|
|
22
|
-
const DKLEN = 32;
|
|
23
|
-
|
|
24
|
-
function toBase64(bytes) {
|
|
25
|
-
return Buffer.from(bytes).toString('base64');
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// This block intentionally runs before initialize() is called.
|
|
29
|
-
describe('scryptDeriveKey (pre-init)', () => {
|
|
30
|
-
test('returns -1000 before initialize', () => {
|
|
31
|
-
assert.equal(qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, R, P, DKLEN), -1000);
|
|
32
|
-
});
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
describe('scryptDeriveKey', () => {
|
|
36
|
-
before(async () => {
|
|
37
|
-
const cfg = new qcsdk.Config(READ_RELAY_URL, WRITE_RELAY_URL, MAINNET_CHAIN_ID, '', '');
|
|
38
|
-
const initResult = await qcsdk.initialize(cfg);
|
|
39
|
-
assert.equal(initResult, true, 'SDK initialize should succeed');
|
|
40
|
-
});
|
|
41
|
-
|
|
42
|
-
test('derives a 32-byte key for a valid secret and salt', () => {
|
|
43
|
-
const key = qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, R, P, DKLEN);
|
|
44
|
-
assert.ok(Array.isArray(key), 'result should be a byte array');
|
|
45
|
-
assert.equal(key.length, 32, 'derived key must be 32 bytes');
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
test('is deterministic for the same secret and salt', () => {
|
|
49
|
-
const key1 = qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, R, P, DKLEN);
|
|
50
|
-
const key2 = qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, R, P, DKLEN);
|
|
51
|
-
assert.deepEqual(key1, key2, 'same inputs must produce the same key');
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
test('produces a different key for a different salt', () => {
|
|
55
|
-
const otherSalt = new Uint8Array(SALT);
|
|
56
|
-
otherSalt[0] = (otherSalt[0] + 1) & 0xff;
|
|
57
|
-
const key1 = qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, R, P, DKLEN);
|
|
58
|
-
const key2 = qcsdk.scryptDeriveKey('test-passphrase-123', otherSalt, N, R, P, DKLEN);
|
|
59
|
-
assert.notDeepEqual(key1, key2, 'different salt must produce a different key');
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
test('produces a different key for a different secret', () => {
|
|
63
|
-
const key1 = qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, R, P, DKLEN);
|
|
64
|
-
const key2 = qcsdk.scryptDeriveKey('test-passphrase-124', SALT, N, R, P, DKLEN);
|
|
65
|
-
assert.notDeepEqual(key1, key2, 'different secret must produce a different key');
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
test('accepts a plain number[] salt (equivalent to Uint8Array)', () => {
|
|
69
|
-
const key1 = qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, R, P, DKLEN);
|
|
70
|
-
const key2 = qcsdk.scryptDeriveKey('test-passphrase-123', Array.from(SALT), N, R, P, DKLEN);
|
|
71
|
-
assert.deepEqual(key1, key2, 'number[] and Uint8Array salt must match');
|
|
72
|
-
});
|
|
73
|
-
|
|
74
|
-
test('matches known-answer vector', () => {
|
|
75
|
-
const key = qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, R, P, DKLEN);
|
|
76
|
-
assert.equal(
|
|
77
|
-
toBase64(key),
|
|
78
|
-
'YCJuvOP0hUtJpNfmRp7PMP5Evkr4gXFUXPKl4zaXnHo=',
|
|
79
|
-
'derived key must match the hardcoded vector'
|
|
80
|
-
);
|
|
81
|
-
});
|
|
82
|
-
|
|
83
|
-
test('returns null for a null secret', () => {
|
|
84
|
-
assert.equal(qcsdk.scryptDeriveKey(null, SALT, N, R, P, DKLEN), null);
|
|
85
|
-
});
|
|
86
|
-
|
|
87
|
-
test('returns null for a non-string secret', () => {
|
|
88
|
-
assert.equal(qcsdk.scryptDeriveKey(12345, SALT, N, R, P, DKLEN), null);
|
|
89
|
-
});
|
|
90
|
-
|
|
91
|
-
test('returns null for a null salt', () => {
|
|
92
|
-
assert.equal(qcsdk.scryptDeriveKey('test-passphrase-123', null, N, R, P, DKLEN), null);
|
|
93
|
-
});
|
|
94
|
-
|
|
95
|
-
test('returns null for a non-array salt', () => {
|
|
96
|
-
assert.equal(qcsdk.scryptDeriveKey('test-passphrase-123', {}, N, R, P, DKLEN), null);
|
|
97
|
-
});
|
|
98
|
-
|
|
99
|
-
describe('unsupported parameters return null', () => {
|
|
100
|
-
test('returns null for an unsupported N', () => {
|
|
101
|
-
assert.equal(qcsdk.scryptDeriveKey('test-passphrase-123', SALT, 16384, R, P, DKLEN), null);
|
|
102
|
-
});
|
|
103
|
-
|
|
104
|
-
test('returns null for an unsupported r', () => {
|
|
105
|
-
assert.equal(qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, 16, P, DKLEN), null);
|
|
106
|
-
});
|
|
107
|
-
|
|
108
|
-
test('returns null for an unsupported p', () => {
|
|
109
|
-
assert.equal(qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, R, 2, DKLEN), null);
|
|
110
|
-
});
|
|
111
|
-
|
|
112
|
-
test('returns null for an unsupported dkLen', () => {
|
|
113
|
-
assert.equal(qcsdk.scryptDeriveKey('test-passphrase-123', SALT, N, R, P, 64), null);
|
|
114
|
-
});
|
|
115
|
-
|
|
116
|
-
test('returns null for a non-number N (null)', () => {
|
|
117
|
-
assert.equal(qcsdk.scryptDeriveKey('test-passphrase-123', SALT, null, R, P, DKLEN), null);
|
|
118
|
-
});
|
|
119
|
-
|
|
120
|
-
test('returns null for a non-number N (string)', () => {
|
|
121
|
-
assert.equal(qcsdk.scryptDeriveKey('test-passphrase-123', SALT, '262144', R, P, DKLEN), null);
|
|
122
|
-
});
|
|
123
|
-
|
|
124
|
-
test('returns null when parameters are omitted', () => {
|
|
125
|
-
assert.equal(qcsdk.scryptDeriveKey('test-passphrase-123', SALT), null);
|
|
126
|
-
});
|
|
127
|
-
});
|
|
128
|
-
});
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Single test: keyType 5, signingContext null — sign + RPC submit.
|
|
3
|
-
* Run to see console logs (e.g. transactionGetTransactionHash2).
|
|
4
|
-
*/
|
|
5
|
-
const { describe, test, before } = require('node:test');
|
|
6
|
-
const assert = require('node:assert/strict');
|
|
7
|
-
|
|
8
|
-
const qcsdk = require('..');
|
|
9
|
-
|
|
10
|
-
const MAINNET_CHAIN_ID = 123123;
|
|
11
|
-
const READ_RELAY_URL = 'https://sdk.readrelay.quantumcoinapi.com';
|
|
12
|
-
const WRITE_RELAY_URL = 'https://sdk.writerelay.quantumcoinapi.com';
|
|
13
|
-
const PUBLIC_RPC_URL = 'https://public.rpc.quantumcoinapi.com';
|
|
14
|
-
const TO_ADDRESS_EXAMPLE =
|
|
15
|
-
'0x8293cd9b6ac502d2fe077b0c157dad39f36a5e546525b053151dced633634612';
|
|
16
|
-
|
|
17
|
-
function isCirclAvailable() {
|
|
18
|
-
const w = qcsdk.newWallet();
|
|
19
|
-
return (
|
|
20
|
-
typeof w === 'object' &&
|
|
21
|
-
w != null &&
|
|
22
|
-
w.privateKey != null &&
|
|
23
|
-
w.address != null &&
|
|
24
|
-
qcsdk.verifyWallet(w) === true
|
|
25
|
-
);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
async function rpc(method, params) {
|
|
29
|
-
const response = await fetch(PUBLIC_RPC_URL, {
|
|
30
|
-
method: 'POST',
|
|
31
|
-
headers: { 'Content-Type': 'application/json' },
|
|
32
|
-
body: JSON.stringify({ jsonrpc: '2.0', id: 1, method, params }),
|
|
33
|
-
});
|
|
34
|
-
assert.ok(response.ok, `RPC HTTP ${response.status}`);
|
|
35
|
-
return response.json();
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
function isInsufficientGasErrorMessage(message) {
|
|
39
|
-
if (!message || typeof message !== 'string') return false;
|
|
40
|
-
const m = message.toLowerCase();
|
|
41
|
-
return (m.includes('insufficient') && m.includes('fund')) && m.includes('gas');
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
function makeTxReq(wallet, signingContext, nonce = 0) {
|
|
45
|
-
return new qcsdk.TransactionSigningRequest(
|
|
46
|
-
wallet,
|
|
47
|
-
TO_ADDRESS_EXAMPLE,
|
|
48
|
-
'0x0',
|
|
49
|
-
nonce,
|
|
50
|
-
null,
|
|
51
|
-
21000,
|
|
52
|
-
null,
|
|
53
|
-
MAINNET_CHAIN_ID,
|
|
54
|
-
signingContext,
|
|
55
|
-
);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
async function signAndSubmitRpc(wallet, signingContext) {
|
|
59
|
-
console.log('[test] eth_getTransactionCount...');
|
|
60
|
-
const txnCount = await rpc('eth_getTransactionCount', [wallet.address, 'latest']);
|
|
61
|
-
assert.ok(txnCount && (txnCount.result != null || txnCount.error));
|
|
62
|
-
assert.ok(txnCount.result != null, `eth_getTransactionCount failed: ${txnCount.error?.message ?? JSON.stringify(txnCount)}`);
|
|
63
|
-
const nonce = parseInt(txnCount.result, 16);
|
|
64
|
-
assert.ok(Number.isInteger(nonce) && nonce >= 0);
|
|
65
|
-
console.log('[test] nonce:', nonce);
|
|
66
|
-
|
|
67
|
-
const txReq = makeTxReq(wallet, signingContext, nonce);
|
|
68
|
-
console.log('[test] signRawTransaction(keyType 5, signingContext null)...');
|
|
69
|
-
const sign = qcsdk.signRawTransaction(txReq);
|
|
70
|
-
console.log('[test] signRawTransaction resultCode:', sign.resultCode);
|
|
71
|
-
assert.equal(sign.resultCode, 0, `signRawTransaction failed with resultCode ${sign.resultCode}`);
|
|
72
|
-
assert.ok(typeof sign.txnData === 'string' && sign.txnData.startsWith('0x'));
|
|
73
|
-
|
|
74
|
-
console.log('[test] eth_sendRawTransaction...');
|
|
75
|
-
const send = await rpc('eth_sendRawTransaction', [sign.txnData]);
|
|
76
|
-
console.log('[test] send result:', send?.result ?? null, 'error:', send?.error?.message ?? null);
|
|
77
|
-
|
|
78
|
-
if (send && send.result && typeof send.result === 'string') {
|
|
79
|
-
assert.ok(send.result.startsWith('0x'), 'expected tx hash');
|
|
80
|
-
console.log('[test] OK: tx hash', send.result);
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
const msg = send?.error?.message ?? '';
|
|
85
|
-
assert.ok(
|
|
86
|
-
isInsufficientGasErrorMessage(msg),
|
|
87
|
-
`RPC submit failed with unexpected error: ${msg || JSON.stringify(send)}`,
|
|
88
|
-
);
|
|
89
|
-
console.log('[test] OK: insufficient funds for gas (expected for new wallet)');
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
describe('signRawTransaction keyType 5 signingContext null', () => {
|
|
93
|
-
before(async () => {
|
|
94
|
-
console.log('[test] initialize SDK...');
|
|
95
|
-
const cfg = new qcsdk.Config(READ_RELAY_URL, WRITE_RELAY_URL, MAINNET_CHAIN_ID, '', '');
|
|
96
|
-
const initResult = await qcsdk.initialize(cfg);
|
|
97
|
-
assert.equal(initResult, true, 'SDK initialize should succeed');
|
|
98
|
-
});
|
|
99
|
-
|
|
100
|
-
test('keyType 5, signingContext null — sign + RPC submit', { timeout: 120_000 }, async () => {
|
|
101
|
-
assert.ok(isCirclAvailable());
|
|
102
|
-
const wallet = qcsdk.newWallet(5);
|
|
103
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
104
|
-
console.log('[test] wallet address:', wallet.address);
|
|
105
|
-
await signAndSubmitRpc(wallet, null);
|
|
106
|
-
});
|
|
107
|
-
});
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
const { describe, test, before } = require('node:test');
|
|
2
|
-
const assert = require('node:assert/strict');
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* signRawTransaction tests: keyType (null, 3, 5) × signingContext (null, 0, 1, 2).
|
|
6
|
-
* Positive: sign then eth_sendRawTransaction; expect no error or insufficient funds for gas.
|
|
7
|
-
* Negative: signRawTransaction returns resultCode !== 0.
|
|
8
|
-
*/
|
|
9
|
-
const qcsdk = require('..');
|
|
10
|
-
|
|
11
|
-
const MAINNET_CHAIN_ID = 123123;
|
|
12
|
-
const READ_RELAY_URL = 'https://sdk.readrelay.quantumcoinapi.com';
|
|
13
|
-
const WRITE_RELAY_URL = 'https://sdk.writerelay.quantumcoinapi.com';
|
|
14
|
-
const PUBLIC_RPC_URL = 'https://public.rpc.quantumcoinapi.com';
|
|
15
|
-
const TO_ADDRESS_EXAMPLE =
|
|
16
|
-
'0x8293cd9b6ac502d2fe077b0c157dad39f36a5e546525b053151dced633634612';
|
|
17
|
-
|
|
18
|
-
function isCirclAvailable() {
|
|
19
|
-
const w = qcsdk.newWallet();
|
|
20
|
-
return (
|
|
21
|
-
typeof w === 'object' &&
|
|
22
|
-
w != null &&
|
|
23
|
-
w.privateKey != null &&
|
|
24
|
-
w.address != null &&
|
|
25
|
-
qcsdk.verifyWallet(w) === true
|
|
26
|
-
);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
function isHex0x(str) {
|
|
30
|
-
return typeof str === 'string' && /^0x[0-9a-fA-F]*$/.test(str);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
async function rpc(method, params) {
|
|
34
|
-
const response = await fetch(PUBLIC_RPC_URL, {
|
|
35
|
-
method: 'POST',
|
|
36
|
-
headers: { 'Content-Type': 'application/json' },
|
|
37
|
-
body: JSON.stringify({ jsonrpc: '2.0', id: 1, method, params }),
|
|
38
|
-
});
|
|
39
|
-
assert.ok(response.ok, `RPC HTTP ${response.status}`);
|
|
40
|
-
return response.json();
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
function isInsufficientGasErrorMessage(message) {
|
|
44
|
-
if (!message || typeof message !== 'string') return false;
|
|
45
|
-
const m = message.toLowerCase();
|
|
46
|
-
return (m.includes('insufficient') && m.includes('fund')) && m.includes('gas');
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
function makeTxReq(wallet, signingContext, nonce = 0) {
|
|
50
|
-
return new qcsdk.TransactionSigningRequest(
|
|
51
|
-
wallet,
|
|
52
|
-
TO_ADDRESS_EXAMPLE,
|
|
53
|
-
'0x0',
|
|
54
|
-
nonce,
|
|
55
|
-
null,
|
|
56
|
-
21000,
|
|
57
|
-
null,
|
|
58
|
-
MAINNET_CHAIN_ID,
|
|
59
|
-
signingContext,
|
|
60
|
-
);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
/** Sign, submit via RPC; assert success (tx hash) or insufficient funds for gas only. */
|
|
64
|
-
async function signAndSubmitRpc(wallet, signingContext) {
|
|
65
|
-
const txnCount = await rpc('eth_getTransactionCount', [wallet.address, 'latest']);
|
|
66
|
-
assert.ok(txnCount && (txnCount.result != null || txnCount.error), `RPC error: ${txnCount.error?.message ?? 'unknown'}`);
|
|
67
|
-
assert.ok(txnCount.result != null, `eth_getTransactionCount failed: ${txnCount.error?.message ?? JSON.stringify(txnCount)}`);
|
|
68
|
-
const nonce = parseInt(txnCount.result, 16);
|
|
69
|
-
assert.ok(Number.isInteger(nonce) && nonce >= 0);
|
|
70
|
-
|
|
71
|
-
const txReq = makeTxReq(wallet, signingContext, nonce);
|
|
72
|
-
const sign = qcsdk.signRawTransaction(txReq);
|
|
73
|
-
assert.equal(sign.resultCode, 0, `signRawTransaction failed with resultCode ${sign.resultCode}`);
|
|
74
|
-
assert.ok(typeof sign.txnData === 'string' && sign.txnData.startsWith('0x'));
|
|
75
|
-
|
|
76
|
-
const send = await rpc('eth_sendRawTransaction', [sign.txnData]);
|
|
77
|
-
|
|
78
|
-
if (send && send.result && typeof send.result === 'string') {
|
|
79
|
-
assert.ok(send.result.startsWith('0x'), 'expected tx hash');
|
|
80
|
-
return;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
const msg = send?.error?.message ?? '';
|
|
84
|
-
assert.ok(
|
|
85
|
-
isInsufficientGasErrorMessage(msg),
|
|
86
|
-
`RPC submit failed with unexpected error: ${msg || JSON.stringify(send)}`,
|
|
87
|
-
);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
describe('signRawTransaction', () => {
|
|
91
|
-
before(async () => {
|
|
92
|
-
const cfg = new qcsdk.Config(READ_RELAY_URL, WRITE_RELAY_URL, MAINNET_CHAIN_ID, '', '');
|
|
93
|
-
const initResult = await qcsdk.initialize(cfg);
|
|
94
|
-
assert.equal(initResult, true, 'SDK initialize should succeed');
|
|
95
|
-
});
|
|
96
|
-
|
|
97
|
-
test('CIRCL is available', () => {
|
|
98
|
-
assert.ok(isCirclAvailable(), 'CIRCL WASM must be loaded and verifyWallet(newWallet()) must pass');
|
|
99
|
-
});
|
|
100
|
-
|
|
101
|
-
describe('positive: sign + RPC submit (no error or insufficient funds for gas only)', { concurrency: 1 }, () => {
|
|
102
|
-
test('keyType null, signingContext null', { timeout: 120_000 }, async () => {
|
|
103
|
-
assert.ok(isCirclAvailable());
|
|
104
|
-
const wallet = qcsdk.newWallet(null);
|
|
105
|
-
assert.ok(wallet && typeof wallet === 'object', 'newWallet(null) must return a wallet');
|
|
106
|
-
await signAndSubmitRpc(wallet, null);
|
|
107
|
-
});
|
|
108
|
-
|
|
109
|
-
test('keyType null, signingContext 0', { timeout: 120_000 }, async () => {
|
|
110
|
-
assert.ok(isCirclAvailable());
|
|
111
|
-
const wallet = qcsdk.newWallet(null);
|
|
112
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
113
|
-
await signAndSubmitRpc(wallet, 0);
|
|
114
|
-
});
|
|
115
|
-
|
|
116
|
-
test('keyType null, signingContext 2', { timeout: 120_000 }, async () => {
|
|
117
|
-
assert.ok(isCirclAvailable());
|
|
118
|
-
const wallet = qcsdk.newWallet(null);
|
|
119
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
120
|
-
await signAndSubmitRpc(wallet, 2);
|
|
121
|
-
});
|
|
122
|
-
|
|
123
|
-
test('keyType 3, signingContext null', { timeout: 120_000 }, async () => {
|
|
124
|
-
assert.ok(isCirclAvailable());
|
|
125
|
-
const wallet = qcsdk.newWallet(3);
|
|
126
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
127
|
-
await signAndSubmitRpc(wallet, null);
|
|
128
|
-
});
|
|
129
|
-
|
|
130
|
-
test('keyType 3, signingContext 0', { timeout: 120_000 }, async () => {
|
|
131
|
-
assert.ok(isCirclAvailable());
|
|
132
|
-
const wallet = qcsdk.newWallet(3);
|
|
133
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
134
|
-
await signAndSubmitRpc(wallet, 0);
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
test('keyType 3, signingContext 2', { timeout: 120_000 }, async () => {
|
|
138
|
-
assert.ok(isCirclAvailable());
|
|
139
|
-
const wallet = qcsdk.newWallet(3);
|
|
140
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
141
|
-
await signAndSubmitRpc(wallet, 2);
|
|
142
|
-
});
|
|
143
|
-
|
|
144
|
-
test('keyType 5, signingContext null', { timeout: 120_000 }, async () => {
|
|
145
|
-
assert.ok(isCirclAvailable());
|
|
146
|
-
const wallet = qcsdk.newWallet(5);
|
|
147
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
148
|
-
await signAndSubmitRpc(wallet, null);
|
|
149
|
-
});
|
|
150
|
-
|
|
151
|
-
test('keyType 5, signingContext 1', { timeout: 120_000 }, async () => {
|
|
152
|
-
assert.ok(isCirclAvailable());
|
|
153
|
-
const wallet = qcsdk.newWallet(5);
|
|
154
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
155
|
-
await signAndSubmitRpc(wallet, 1);
|
|
156
|
-
});
|
|
157
|
-
});
|
|
158
|
-
|
|
159
|
-
describe('negative: signRawTransaction returns error (resultCode !== 0)', () => {
|
|
160
|
-
test('keyType 3 wallet with signingContext 1 (hybrid5) -> mismatch', () => {
|
|
161
|
-
assert.ok(isCirclAvailable());
|
|
162
|
-
const wallet = qcsdk.newWallet(3);
|
|
163
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
164
|
-
const txReq = makeTxReq(wallet, 1);
|
|
165
|
-
const result = qcsdk.signRawTransaction(txReq);
|
|
166
|
-
assert.notEqual(result.resultCode, 0, `expected error, got resultCode ${result.resultCode}`);
|
|
167
|
-
});
|
|
168
|
-
|
|
169
|
-
test('keyType 5 wallet with signingContext 0 (hybrid compact) -> mismatch', () => {
|
|
170
|
-
assert.ok(isCirclAvailable());
|
|
171
|
-
const wallet = qcsdk.newWallet(5);
|
|
172
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
173
|
-
const txReq = makeTxReq(wallet, 0);
|
|
174
|
-
const result = qcsdk.signRawTransaction(txReq);
|
|
175
|
-
assert.notEqual(result.resultCode, 0, `expected error, got resultCode ${result.resultCode}`);
|
|
176
|
-
});
|
|
177
|
-
|
|
178
|
-
test('keyType 5 wallet with signingContext 2 (hybrid full) -> mismatch', () => {
|
|
179
|
-
assert.ok(isCirclAvailable());
|
|
180
|
-
const wallet = qcsdk.newWallet(5);
|
|
181
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
182
|
-
const txReq = makeTxReq(wallet, 2);
|
|
183
|
-
const result = qcsdk.signRawTransaction(txReq);
|
|
184
|
-
assert.notEqual(result.resultCode, 0, `expected error, got resultCode ${result.resultCode}`);
|
|
185
|
-
});
|
|
186
|
-
|
|
187
|
-
test('invalid signingContext (e.g. 99) -> error', () => {
|
|
188
|
-
assert.ok(isCirclAvailable());
|
|
189
|
-
const wallet = qcsdk.newWallet(3);
|
|
190
|
-
assert.ok(wallet && typeof wallet === 'object');
|
|
191
|
-
const txReq = makeTxReq(wallet, 99);
|
|
192
|
-
const result = qcsdk.signRawTransaction(txReq);
|
|
193
|
-
assert.notEqual(result.resultCode, 0, `expected error for signingContext 99, got ${result.resultCode}`);
|
|
194
|
-
});
|
|
195
|
-
});
|
|
196
|
-
});
|