quantumcoin 6.14.2 → 6.14.4

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 (161) hide show
  1. package/README.md +12 -22
  2. package/dist/README.md +1 -1
  3. package/lib.commonjs/_version.js +1 -1
  4. package/lib.commonjs/crypto/signing-key.d.ts +1 -1
  5. package/lib.commonjs/crypto/signing-key.d.ts.map +1 -1
  6. package/lib.commonjs/crypto/signing-key.js +14 -8
  7. package/lib.commonjs/crypto/signing-key.js.map +1 -1
  8. package/lib.commonjs/quantumcoin.d.ts +2 -0
  9. package/lib.commonjs/quantumcoin.d.ts.map +1 -1
  10. package/lib.commonjs/quantumcoin.js +11 -5
  11. package/lib.commonjs/quantumcoin.js.map +1 -1
  12. package/lib.commonjs/transaction/address.d.ts.map +1 -1
  13. package/lib.commonjs/transaction/address.js +8 -3
  14. package/lib.commonjs/transaction/address.js.map +1 -1
  15. package/lib.commonjs/wallet/json-keystore.d.ts.map +1 -1
  16. package/lib.commonjs/wallet/json-keystore.js +7 -7
  17. package/lib.commonjs/wallet/json-keystore.js.map +1 -1
  18. package/lib.commonjs/wallet/wallet.d.ts.map +1 -1
  19. package/lib.commonjs/wallet/wallet.js +2 -2
  20. package/lib.commonjs/wallet/wallet.js.map +1 -1
  21. package/lib.esm/_version.js +1 -1
  22. package/lib.esm/crypto/signing-key.d.ts +1 -1
  23. package/lib.esm/crypto/signing-key.d.ts.map +1 -1
  24. package/lib.esm/crypto/signing-key.js +15 -8
  25. package/lib.esm/crypto/signing-key.js.map +1 -1
  26. package/lib.esm/quantumcoin.d.ts +2 -0
  27. package/lib.esm/quantumcoin.d.ts.map +1 -1
  28. package/lib.esm/quantumcoin.js +6 -0
  29. package/lib.esm/quantumcoin.js.map +1 -1
  30. package/lib.esm/transaction/address.d.ts.map +1 -1
  31. package/lib.esm/transaction/address.js +8 -2
  32. package/lib.esm/transaction/address.js.map +1 -1
  33. package/lib.esm/wallet/json-keystore.d.ts.map +1 -1
  34. package/lib.esm/wallet/json-keystore.js +11 -5
  35. package/lib.esm/wallet/json-keystore.js.map +1 -1
  36. package/lib.esm/wallet/wallet.d.ts.map +1 -1
  37. package/lib.esm/wallet/wallet.js +3 -1
  38. package/lib.esm/wallet/wallet.js.map +1 -1
  39. package/package.json +6 -5
  40. package/src.ts/_version.ts +1 -1
  41. package/src.ts/crypto/signing-key.ts +14 -9
  42. package/src.ts/quantumcoin.ts +10 -2
  43. package/src.ts/transaction/address.ts +7 -3
  44. package/src.ts/wallet/json-keystore.ts +8 -6
  45. package/src.ts/wallet/wallet.ts +2 -3
  46. package/dist/quantumcoin.js +0 -21137
  47. package/dist/quantumcoin.js.map +0 -1
  48. package/dist/quantumcoin.min.js +0 -1
  49. package/dist/quantumcoin.min.js'.gz' +0 -0
  50. package/dist/quantumcoin.umd.js +0 -21316
  51. package/dist/quantumcoin.umd.js.map +0 -1
  52. package/dist/quantumcoin.umd.min.js +0 -1
  53. package/dist/quantumcoin.umd.min.js'.gz' +0 -0
  54. package/dist/wordlists-extra.js +0 -1500
  55. package/dist/wordlists-extra.js.map +0 -1
  56. package/dist/wordlists-extra.min.js +0 -1
  57. package/dist/wordlists-extra.min.js'.gz' +0 -0
  58. package/lib.commonjs/providers/provider-alchemy.d.ts +0 -50
  59. package/lib.commonjs/providers/provider-alchemy.d.ts.map +0 -1
  60. package/lib.commonjs/providers/provider-alchemy.js +0 -151
  61. package/lib.commonjs/providers/provider-alchemy.js.map +0 -1
  62. package/lib.commonjs/providers/provider-ankr.d.ts +0 -61
  63. package/lib.commonjs/providers/provider-ankr.d.ts.map +0 -1
  64. package/lib.commonjs/providers/provider-ankr.js +0 -137
  65. package/lib.commonjs/providers/provider-ankr.js.map +0 -1
  66. package/lib.commonjs/providers/provider-blockscout.d.ts +0 -59
  67. package/lib.commonjs/providers/provider-blockscout.d.ts.map +0 -1
  68. package/lib.commonjs/providers/provider-blockscout.js +0 -145
  69. package/lib.commonjs/providers/provider-blockscout.js.map +0 -1
  70. package/lib.commonjs/providers/provider-chainstack.d.ts +0 -46
  71. package/lib.commonjs/providers/provider-chainstack.d.ts.map +0 -1
  72. package/lib.commonjs/providers/provider-chainstack.js +0 -102
  73. package/lib.commonjs/providers/provider-chainstack.js.map +0 -1
  74. package/lib.commonjs/providers/provider-cloudflare.d.ts +0 -14
  75. package/lib.commonjs/providers/provider-cloudflare.d.ts.map +0 -1
  76. package/lib.commonjs/providers/provider-cloudflare.js +0 -26
  77. package/lib.commonjs/providers/provider-cloudflare.js.map +0 -1
  78. package/lib.commonjs/providers/provider-etherscan.d.ts +0 -147
  79. package/lib.commonjs/providers/provider-etherscan.d.ts.map +0 -1
  80. package/lib.commonjs/providers/provider-etherscan.js +0 -587
  81. package/lib.commonjs/providers/provider-etherscan.js.map +0 -1
  82. package/lib.commonjs/providers/provider-infura.d.ts +0 -101
  83. package/lib.commonjs/providers/provider-infura.d.ts.map +0 -1
  84. package/lib.commonjs/providers/provider-infura.js +0 -206
  85. package/lib.commonjs/providers/provider-infura.js.map +0 -1
  86. package/lib.commonjs/providers/provider-pocket.d.ts +0 -54
  87. package/lib.commonjs/providers/provider-pocket.d.ts.map +0 -1
  88. package/lib.commonjs/providers/provider-pocket.js +0 -109
  89. package/lib.commonjs/providers/provider-pocket.js.map +0 -1
  90. package/lib.commonjs/providers/provider-quicknode.d.ts +0 -59
  91. package/lib.commonjs/providers/provider-quicknode.d.ts.map +0 -1
  92. package/lib.commonjs/providers/provider-quicknode.js +0 -163
  93. package/lib.commonjs/providers/provider-quicknode.js.map +0 -1
  94. package/lib.commonjs/wallet/hdwallet.d.ts +0 -248
  95. package/lib.commonjs/wallet/hdwallet.d.ts.map +0 -1
  96. package/lib.commonjs/wallet/hdwallet.js +0 -505
  97. package/lib.commonjs/wallet/hdwallet.js.map +0 -1
  98. package/lib.commonjs/wallet/json-crowdsale.d.ts +0 -27
  99. package/lib.commonjs/wallet/json-crowdsale.d.ts.map +0 -1
  100. package/lib.commonjs/wallet/json-crowdsale.js +0 -60
  101. package/lib.commonjs/wallet/json-crowdsale.js.map +0 -1
  102. package/lib.commonjs/wallet/mnemonic.d.ts +0 -65
  103. package/lib.commonjs/wallet/mnemonic.d.ts.map +0 -1
  104. package/lib.commonjs/wallet/mnemonic.js +0 -169
  105. package/lib.commonjs/wallet/mnemonic.js.map +0 -1
  106. package/lib.commonjs/wallet/seedwallet.d.ts +0 -4
  107. package/lib.commonjs/wallet/seedwallet.d.ts.map +0 -1
  108. package/lib.commonjs/wallet/seedwallet.js +0 -8
  109. package/lib.commonjs/wallet/seedwallet.js.map +0 -1
  110. package/lib.esm/providers/provider-alchemy.d.ts +0 -50
  111. package/lib.esm/providers/provider-alchemy.d.ts.map +0 -1
  112. package/lib.esm/providers/provider-alchemy.js +0 -147
  113. package/lib.esm/providers/provider-alchemy.js.map +0 -1
  114. package/lib.esm/providers/provider-ankr.d.ts +0 -61
  115. package/lib.esm/providers/provider-ankr.d.ts.map +0 -1
  116. package/lib.esm/providers/provider-ankr.js +0 -133
  117. package/lib.esm/providers/provider-ankr.js.map +0 -1
  118. package/lib.esm/providers/provider-blockscout.d.ts +0 -59
  119. package/lib.esm/providers/provider-blockscout.d.ts.map +0 -1
  120. package/lib.esm/providers/provider-blockscout.js +0 -141
  121. package/lib.esm/providers/provider-blockscout.js.map +0 -1
  122. package/lib.esm/providers/provider-chainstack.d.ts +0 -46
  123. package/lib.esm/providers/provider-chainstack.d.ts.map +0 -1
  124. package/lib.esm/providers/provider-chainstack.js +0 -98
  125. package/lib.esm/providers/provider-chainstack.js.map +0 -1
  126. package/lib.esm/providers/provider-cloudflare.d.ts +0 -14
  127. package/lib.esm/providers/provider-cloudflare.d.ts.map +0 -1
  128. package/lib.esm/providers/provider-cloudflare.js +0 -22
  129. package/lib.esm/providers/provider-cloudflare.js.map +0 -1
  130. package/lib.esm/providers/provider-etherscan.d.ts +0 -147
  131. package/lib.esm/providers/provider-etherscan.d.ts.map +0 -1
  132. package/lib.esm/providers/provider-etherscan.js +0 -584
  133. package/lib.esm/providers/provider-etherscan.js.map +0 -1
  134. package/lib.esm/providers/provider-infura.d.ts +0 -101
  135. package/lib.esm/providers/provider-infura.d.ts.map +0 -1
  136. package/lib.esm/providers/provider-infura.js +0 -201
  137. package/lib.esm/providers/provider-infura.js.map +0 -1
  138. package/lib.esm/providers/provider-pocket.d.ts +0 -54
  139. package/lib.esm/providers/provider-pocket.d.ts.map +0 -1
  140. package/lib.esm/providers/provider-pocket.js +0 -105
  141. package/lib.esm/providers/provider-pocket.js.map +0 -1
  142. package/lib.esm/providers/provider-quicknode.d.ts +0 -59
  143. package/lib.esm/providers/provider-quicknode.d.ts.map +0 -1
  144. package/lib.esm/providers/provider-quicknode.js +0 -159
  145. package/lib.esm/providers/provider-quicknode.js.map +0 -1
  146. package/lib.esm/wallet/hdwallet.d.ts +0 -248
  147. package/lib.esm/wallet/hdwallet.d.ts.map +0 -1
  148. package/lib.esm/wallet/hdwallet.js +0 -498
  149. package/lib.esm/wallet/hdwallet.js.map +0 -1
  150. package/lib.esm/wallet/json-crowdsale.d.ts +0 -27
  151. package/lib.esm/wallet/json-crowdsale.d.ts.map +0 -1
  152. package/lib.esm/wallet/json-crowdsale.js +0 -55
  153. package/lib.esm/wallet/json-crowdsale.js.map +0 -1
  154. package/lib.esm/wallet/mnemonic.d.ts +0 -65
  155. package/lib.esm/wallet/mnemonic.d.ts.map +0 -1
  156. package/lib.esm/wallet/mnemonic.js +0 -165
  157. package/lib.esm/wallet/mnemonic.js.map +0 -1
  158. package/lib.esm/wallet/seedwallet.d.ts +0 -4
  159. package/lib.esm/wallet/seedwallet.d.ts.map +0 -1
  160. package/lib.esm/wallet/seedwallet.js +0 -4
  161. package/lib.esm/wallet/seedwallet.js.map +0 -1
@@ -1,65 +0,0 @@
1
- import type { BytesLike } from "../utils/index.js";
2
- import type { Wordlist } from "../wordlists/index.js";
3
- /**
4
- * A **Mnemonic** wraps all properties required to compute [[link-bip-39]]
5
- * seeds and convert between phrases and entropy.
6
- */
7
- export declare class Mnemonic {
8
- /**
9
- * The mnemonic phrase of 12, 15, 18, 21 or 24 words.
10
- *
11
- * Use the [[wordlist]] ``split`` method to get the individual words.
12
- */
13
- readonly phrase: string;
14
- /**
15
- * The password used for this mnemonic. If no password is used this
16
- * is the empty string (i.e. ``""``) as per the specification.
17
- */
18
- readonly password: string;
19
- /**
20
- * The wordlist for this mnemonic.
21
- */
22
- readonly wordlist: Wordlist;
23
- /**
24
- * The underlying entropy which the mnemonic encodes.
25
- */
26
- readonly entropy: string;
27
- /**
28
- * @private
29
- */
30
- constructor(guard: any, entropy: string, phrase: string, password?: null | string, wordlist?: null | Wordlist);
31
- /**
32
- * Returns the seed for the mnemonic.
33
- */
34
- computeSeed(): string;
35
- /**
36
- * Creates a new Mnemonic for the %%phrase%%.
37
- *
38
- * The default %%password%% is the empty string and the default
39
- * wordlist is the [English wordlists](LangEn).
40
- */
41
- static fromPhrase(phrase: string, password?: null | string, wordlist?: null | Wordlist): Mnemonic;
42
- /**
43
- * Create a new **Mnemonic** from the %%entropy%%.
44
- *
45
- * The default %%password%% is the empty string and the default
46
- * wordlist is the [English wordlists](LangEn).
47
- */
48
- static fromEntropy(_entropy: BytesLike, password?: null | string, wordlist?: null | Wordlist): Mnemonic;
49
- /**
50
- * Returns the phrase for %%mnemonic%%.
51
- */
52
- static entropyToPhrase(_entropy: BytesLike, wordlist?: null | Wordlist): string;
53
- /**
54
- * Returns the entropy for %%phrase%%.
55
- */
56
- static phraseToEntropy(phrase: string, wordlist?: null | Wordlist): string;
57
- /**
58
- * Returns true if %%phrase%% is a valid [[link-bip-39]] phrase.
59
- *
60
- * This checks all the provided words belong to the %%wordlist%%,
61
- * that the length is valid and the checksum is correct.
62
- */
63
- static isValidMnemonic(phrase: string, wordlist?: null | Wordlist): boolean;
64
- }
65
- //# sourceMappingURL=mnemonic.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mnemonic.d.ts","sourceRoot":"","sources":["../../src.ts/wallet/mnemonic.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAgGtD;;;GAGG;AACH,qBAAa,QAAQ;IACjB;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAG,MAAM,CAAC;IAEzB;;;OAGG;IACH,QAAQ,CAAC,QAAQ,EAAG,MAAM,CAAC;IAE3B;;OAEG;IACH,QAAQ,CAAC,QAAQ,EAAG,QAAQ,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAG,MAAM,CAAC;IAE1B;;OAEG;gBACS,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,IAAI,GAAG,MAAM,EAAE,QAAQ,CAAC,EAAE,IAAI,GAAG,QAAQ;IAO7G;;OAEG;IACH,WAAW,IAAI,MAAM;IAKrB;;;;;OAKG;IACH,MAAM,CAAC,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,IAAI,GAAG,MAAM,EAAE,QAAQ,CAAC,EAAE,IAAI,GAAG,QAAQ,GAAG,QAAQ;IAOjG;;;;;OAKG;IACH,MAAM,CAAC,WAAW,CAAC,QAAQ,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,IAAI,GAAG,MAAM,EAAE,QAAQ,CAAC,EAAE,IAAI,GAAG,QAAQ,GAAG,QAAQ;IAMvG;;OAEG;IACH,MAAM,CAAC,eAAe,CAAC,QAAQ,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,IAAI,GAAG,QAAQ,GAAG,MAAM;IAK/E;;OAEG;IACH,MAAM,CAAC,eAAe,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,IAAI,GAAG,QAAQ,GAAG,MAAM;IAI1E;;;;;OAKG;IACH,MAAM,CAAC,eAAe,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,IAAI,GAAG,QAAQ,GAAG,OAAO;CAO9E"}
@@ -1,169 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Mnemonic = void 0;
4
- const index_js_1 = require("../crypto/index.js");
5
- const index_js_2 = require("../utils/index.js");
6
- const lang_en_js_1 = require("../wordlists/lang-en.js");
7
- // Returns a byte with the MSB bits set
8
- function getUpperMask(bits) {
9
- return ((1 << bits) - 1) << (8 - bits) & 0xff;
10
- }
11
- // Returns a byte with the LSB bits set
12
- function getLowerMask(bits) {
13
- return ((1 << bits) - 1) & 0xff;
14
- }
15
- function mnemonicToEntropy(mnemonic, wordlist) {
16
- (0, index_js_2.assertNormalize)("NFKD");
17
- if (wordlist == null) {
18
- wordlist = lang_en_js_1.LangEn.wordlist();
19
- }
20
- const words = wordlist.split(mnemonic);
21
- (0, index_js_2.assertArgument)((words.length % 3) === 0 && words.length >= 12 && words.length <= 24, "invalid mnemonic length", "mnemonic", "[ REDACTED ]");
22
- const entropy = new Uint8Array(Math.ceil(11 * words.length / 8));
23
- let offset = 0;
24
- for (let i = 0; i < words.length; i++) {
25
- let index = wordlist.getWordIndex(words[i].normalize("NFKD"));
26
- (0, index_js_2.assertArgument)(index >= 0, `invalid mnemonic word at index ${i}`, "mnemonic", "[ REDACTED ]");
27
- for (let bit = 0; bit < 11; bit++) {
28
- if (index & (1 << (10 - bit))) {
29
- entropy[offset >> 3] |= (1 << (7 - (offset % 8)));
30
- }
31
- offset++;
32
- }
33
- }
34
- const entropyBits = 32 * words.length / 3;
35
- const checksumBits = words.length / 3;
36
- const checksumMask = getUpperMask(checksumBits);
37
- const checksum = (0, index_js_2.getBytes)((0, index_js_1.sha256)(entropy.slice(0, entropyBits / 8)))[0] & checksumMask;
38
- (0, index_js_2.assertArgument)(checksum === (entropy[entropy.length - 1] & checksumMask), "invalid mnemonic checksum", "mnemonic", "[ REDACTED ]");
39
- return (0, index_js_2.hexlify)(entropy.slice(0, entropyBits / 8));
40
- }
41
- function entropyToMnemonic(entropy, wordlist) {
42
- (0, index_js_2.assertArgument)((entropy.length % 4) === 0 && entropy.length >= 16 && entropy.length <= 32, "invalid entropy size", "entropy", "[ REDACTED ]");
43
- if (wordlist == null) {
44
- wordlist = lang_en_js_1.LangEn.wordlist();
45
- }
46
- const indices = [0];
47
- let remainingBits = 11;
48
- for (let i = 0; i < entropy.length; i++) {
49
- // Consume the whole byte (with still more to go)
50
- if (remainingBits > 8) {
51
- indices[indices.length - 1] <<= 8;
52
- indices[indices.length - 1] |= entropy[i];
53
- remainingBits -= 8;
54
- // This byte will complete an 11-bit index
55
- }
56
- else {
57
- indices[indices.length - 1] <<= remainingBits;
58
- indices[indices.length - 1] |= entropy[i] >> (8 - remainingBits);
59
- // Start the next word
60
- indices.push(entropy[i] & getLowerMask(8 - remainingBits));
61
- remainingBits += 3;
62
- }
63
- }
64
- // Compute the checksum bits
65
- const checksumBits = entropy.length / 4;
66
- const checksum = parseInt((0, index_js_1.sha256)(entropy).substring(2, 4), 16) & getUpperMask(checksumBits);
67
- // Shift the checksum into the word indices
68
- indices[indices.length - 1] <<= checksumBits;
69
- indices[indices.length - 1] |= (checksum >> (8 - checksumBits));
70
- return wordlist.join(indices.map((index) => wordlist.getWord(index)));
71
- }
72
- const _guard = {};
73
- /**
74
- * A **Mnemonic** wraps all properties required to compute [[link-bip-39]]
75
- * seeds and convert between phrases and entropy.
76
- */
77
- class Mnemonic {
78
- /**
79
- * The mnemonic phrase of 12, 15, 18, 21 or 24 words.
80
- *
81
- * Use the [[wordlist]] ``split`` method to get the individual words.
82
- */
83
- phrase;
84
- /**
85
- * The password used for this mnemonic. If no password is used this
86
- * is the empty string (i.e. ``""``) as per the specification.
87
- */
88
- password;
89
- /**
90
- * The wordlist for this mnemonic.
91
- */
92
- wordlist;
93
- /**
94
- * The underlying entropy which the mnemonic encodes.
95
- */
96
- entropy;
97
- /**
98
- * @private
99
- */
100
- constructor(guard, entropy, phrase, password, wordlist) {
101
- if (password == null) {
102
- password = "";
103
- }
104
- if (wordlist == null) {
105
- wordlist = lang_en_js_1.LangEn.wordlist();
106
- }
107
- (0, index_js_2.assertPrivate)(guard, _guard, "Mnemonic");
108
- (0, index_js_2.defineProperties)(this, { phrase, password, wordlist, entropy });
109
- }
110
- /**
111
- * Returns the seed for the mnemonic.
112
- */
113
- computeSeed() {
114
- const salt = (0, index_js_2.toUtf8Bytes)("mnemonic" + this.password, "NFKD");
115
- return (0, index_js_1.pbkdf2)((0, index_js_2.toUtf8Bytes)(this.phrase, "NFKD"), salt, 2048, 64, "sha512");
116
- }
117
- /**
118
- * Creates a new Mnemonic for the %%phrase%%.
119
- *
120
- * The default %%password%% is the empty string and the default
121
- * wordlist is the [English wordlists](LangEn).
122
- */
123
- static fromPhrase(phrase, password, wordlist) {
124
- // Normalize the case and space; throws if invalid
125
- const entropy = mnemonicToEntropy(phrase, wordlist);
126
- phrase = entropyToMnemonic((0, index_js_2.getBytes)(entropy), wordlist);
127
- return new Mnemonic(_guard, entropy, phrase, password, wordlist);
128
- }
129
- /**
130
- * Create a new **Mnemonic** from the %%entropy%%.
131
- *
132
- * The default %%password%% is the empty string and the default
133
- * wordlist is the [English wordlists](LangEn).
134
- */
135
- static fromEntropy(_entropy, password, wordlist) {
136
- const entropy = (0, index_js_2.getBytes)(_entropy, "entropy");
137
- const phrase = entropyToMnemonic(entropy, wordlist);
138
- return new Mnemonic(_guard, (0, index_js_2.hexlify)(entropy), phrase, password, wordlist);
139
- }
140
- /**
141
- * Returns the phrase for %%mnemonic%%.
142
- */
143
- static entropyToPhrase(_entropy, wordlist) {
144
- const entropy = (0, index_js_2.getBytes)(_entropy, "entropy");
145
- return entropyToMnemonic(entropy, wordlist);
146
- }
147
- /**
148
- * Returns the entropy for %%phrase%%.
149
- */
150
- static phraseToEntropy(phrase, wordlist) {
151
- return mnemonicToEntropy(phrase, wordlist);
152
- }
153
- /**
154
- * Returns true if %%phrase%% is a valid [[link-bip-39]] phrase.
155
- *
156
- * This checks all the provided words belong to the %%wordlist%%,
157
- * that the length is valid and the checksum is correct.
158
- */
159
- static isValidMnemonic(phrase, wordlist) {
160
- try {
161
- mnemonicToEntropy(phrase, wordlist);
162
- return true;
163
- }
164
- catch (error) { }
165
- return false;
166
- }
167
- }
168
- exports.Mnemonic = Mnemonic;
169
- //# sourceMappingURL=mnemonic.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mnemonic.js","sourceRoot":"","sources":["../../src.ts/wallet/mnemonic.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- import { BaseWallet } from "./base-wallet.js";
2
- export declare class HDNodeWallet extends BaseWallet {
3
- }
4
- //# sourceMappingURL=seedwallet.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"seedwallet.d.ts","sourceRoot":"","sources":["../../src.ts/wallet/seedwallet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,qBAAa,YAAa,SAAQ,UAAU;CAE3C"}
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HDNodeWallet = void 0;
4
- const base_wallet_js_1 = require("./base-wallet.js");
5
- class HDNodeWallet extends base_wallet_js_1.BaseWallet {
6
- }
7
- exports.HDNodeWallet = HDNodeWallet;
8
- //# sourceMappingURL=seedwallet.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"seedwallet.js","sourceRoot":"","sources":["../../src.ts/wallet/seedwallet.ts"],"names":[],"mappings":";;;AAAA,qDAA8C;AAE9C,MAAa,YAAa,SAAQ,2BAAU;CAE3C;AAFD,oCAEC"}
@@ -1,50 +0,0 @@
1
- /**
2
- * [[link-alchemy]] provides a third-party service for connecting to
3
- * various blockchains over JSON-RPC.
4
- *
5
- * **Supported Networks**
6
- *
7
- * - Ethereum Mainnet (``mainnet``)
8
- * - Goerli Testnet (``goerli``)
9
- * - Sepolia Testnet (``sepolia``)
10
- * - Arbitrum (``arbitrum``)
11
- * - Arbitrum Goerli Testnet (``arbitrum-goerli``)
12
- * - Arbitrum Sepolia Testnet (``arbitrum-sepolia``)
13
- * - Base (``base``)
14
- * - Base Goerlia Testnet (``base-goerli``)
15
- * - Base Sepolia Testnet (``base-sepolia``)
16
- * - Optimism (``optimism``)
17
- * - Optimism Goerli Testnet (``optimism-goerli``)
18
- * - Optimism Sepolia Testnet (``optimism-sepolia``)
19
- * - Polygon (``matic``)
20
- * - Polygon Amoy Testnet (``matic-amoy``)
21
- * - Polygon Mumbai Testnet (``matic-mumbai``)
22
- *
23
- * @_subsection: api/providers/thirdparty:Alchemy [providers-alchemy]
24
- */
25
- import { FetchRequest } from "../utils/index.js";
26
- import { Network } from "./network.js";
27
- import { JsonRpcProvider } from "./provider-jsonrpc.js";
28
- import type { AbstractProvider, PerformActionRequest } from "./abstract-provider.js";
29
- import type { CommunityResourcable } from "./community.js";
30
- import type { Networkish } from "./network.js";
31
- /**
32
- * The **AlchemyProvider** connects to the [[link-alchemy]]
33
- * JSON-RPC end-points.
34
- *
35
- * By default, a highly-throttled API key is used, which is
36
- * appropriate for quick prototypes and simple scripts. To
37
- * gain access to an increased rate-limit, it is highly
38
- * recommended to [sign up here](link-alchemy-signup).
39
- *
40
- * @_docloc: api/providers/thirdparty
41
- */
42
- export declare class AlchemyProvider extends JsonRpcProvider implements CommunityResourcable {
43
- readonly apiKey: string;
44
- constructor(_network?: Networkish, apiKey?: null | string);
45
- _getProvider(chainId: number): AbstractProvider;
46
- _perform(req: PerformActionRequest): Promise<any>;
47
- isCommunityResource(): boolean;
48
- static getRequest(network: Network, apiKey?: string): FetchRequest;
49
- }
50
- //# sourceMappingURL=provider-alchemy.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"provider-alchemy.d.ts","sourceRoot":"","sources":["../../src.ts/providers/provider-alchemy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH,OAAO,EAEH,YAAY,EACf,MAAM,mBAAmB,CAAC;AAG3B,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,KAAK,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACrF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AA2C/C;;;;;;;;;;GAUG;AACH,qBAAa,eAAgB,SAAQ,eAAgB,YAAW,oBAAoB;IAChF,QAAQ,CAAC,MAAM,EAAG,MAAM,CAAC;gBAEb,QAAQ,CAAC,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,IAAI,GAAG,MAAM;IAWzD,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,gBAAgB;IAOzC,QAAQ,CAAC,GAAG,EAAE,oBAAoB,GAAG,OAAO,CAAC,GAAG,CAAC;IAmCvD,mBAAmB,IAAI,OAAO;IAI9B,MAAM,CAAC,UAAU,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,YAAY;CAerE"}
@@ -1,147 +0,0 @@
1
- /**
2
- * [[link-alchemy]] provides a third-party service for connecting to
3
- * various blockchains over JSON-RPC.
4
- *
5
- * **Supported Networks**
6
- *
7
- * - Ethereum Mainnet (``mainnet``)
8
- * - Goerli Testnet (``goerli``)
9
- * - Sepolia Testnet (``sepolia``)
10
- * - Arbitrum (``arbitrum``)
11
- * - Arbitrum Goerli Testnet (``arbitrum-goerli``)
12
- * - Arbitrum Sepolia Testnet (``arbitrum-sepolia``)
13
- * - Base (``base``)
14
- * - Base Goerlia Testnet (``base-goerli``)
15
- * - Base Sepolia Testnet (``base-sepolia``)
16
- * - Optimism (``optimism``)
17
- * - Optimism Goerli Testnet (``optimism-goerli``)
18
- * - Optimism Sepolia Testnet (``optimism-sepolia``)
19
- * - Polygon (``matic``)
20
- * - Polygon Amoy Testnet (``matic-amoy``)
21
- * - Polygon Mumbai Testnet (``matic-mumbai``)
22
- *
23
- * @_subsection: api/providers/thirdparty:Alchemy [providers-alchemy]
24
- */
25
- import { defineProperties, resolveProperties, assert, assertArgument, FetchRequest } from "../utils/index.js";
26
- import { showThrottleMessage } from "./community.js";
27
- import { Network } from "./network.js";
28
- import { JsonRpcProvider } from "./provider-jsonrpc.js";
29
- const defaultApiKey = "_gg7wSSi0KMBsdKnGVfHDueq6xMB9EkC";
30
- function getHost(name) {
31
- switch (name) {
32
- case "mainnet":
33
- return "eth-mainnet.alchemyapi.io";
34
- case "goerli":
35
- return "eth-goerli.g.alchemy.com";
36
- case "sepolia":
37
- return "eth-sepolia.g.alchemy.com";
38
- case "arbitrum":
39
- return "arb-mainnet.g.alchemy.com";
40
- case "arbitrum-goerli":
41
- return "arb-goerli.g.alchemy.com";
42
- case "arbitrum-sepolia":
43
- return "arb-sepolia.g.alchemy.com";
44
- case "base":
45
- return "base-mainnet.g.alchemy.com";
46
- case "base-goerli":
47
- return "base-goerli.g.alchemy.com";
48
- case "base-sepolia":
49
- return "base-sepolia.g.alchemy.com";
50
- case "matic":
51
- return "polygon-mainnet.g.alchemy.com";
52
- case "matic-amoy":
53
- return "polygon-amoy.g.alchemy.com";
54
- case "matic-mumbai":
55
- return "polygon-mumbai.g.alchemy.com";
56
- case "optimism":
57
- return "opt-mainnet.g.alchemy.com";
58
- case "optimism-goerli":
59
- return "opt-goerli.g.alchemy.com";
60
- case "optimism-sepolia":
61
- return "opt-sepolia.g.alchemy.com";
62
- }
63
- assertArgument(false, "unsupported network", "network", name);
64
- }
65
- /**
66
- * The **AlchemyProvider** connects to the [[link-alchemy]]
67
- * JSON-RPC end-points.
68
- *
69
- * By default, a highly-throttled API key is used, which is
70
- * appropriate for quick prototypes and simple scripts. To
71
- * gain access to an increased rate-limit, it is highly
72
- * recommended to [sign up here](link-alchemy-signup).
73
- *
74
- * @_docloc: api/providers/thirdparty
75
- */
76
- export class AlchemyProvider extends JsonRpcProvider {
77
- apiKey;
78
- constructor(_network, apiKey) {
79
- if (_network == null) {
80
- _network = "mainnet";
81
- }
82
- const network = Network.from(_network);
83
- if (apiKey == null) {
84
- apiKey = defaultApiKey;
85
- }
86
- const request = AlchemyProvider.getRequest(network, apiKey);
87
- super(request, network, { staticNetwork: network });
88
- defineProperties(this, { apiKey });
89
- }
90
- _getProvider(chainId) {
91
- try {
92
- return new AlchemyProvider(chainId, this.apiKey);
93
- }
94
- catch (error) { }
95
- return super._getProvider(chainId);
96
- }
97
- async _perform(req) {
98
- // https://docs.alchemy.com/reference/trace-transaction
99
- if (req.method === "getTransactionResult") {
100
- const { trace, tx } = await resolveProperties({
101
- trace: this.send("trace_transaction", [req.hash]),
102
- tx: this.getTransaction(req.hash)
103
- });
104
- if (trace == null || tx == null) {
105
- return null;
106
- }
107
- let data;
108
- let error = false;
109
- try {
110
- data = trace[0].result.output;
111
- error = (trace[0].error === "Reverted");
112
- }
113
- catch (error) { }
114
- if (data) {
115
- assert(!error, "an error occurred during transaction executions", "CALL_EXCEPTION", {
116
- action: "getTransactionResult",
117
- data,
118
- reason: null,
119
- transaction: tx,
120
- invocation: null,
121
- revert: null // @TODO
122
- });
123
- return data;
124
- }
125
- assert(false, "could not parse trace result", "BAD_DATA", { value: trace });
126
- }
127
- return await super._perform(req);
128
- }
129
- isCommunityResource() {
130
- return (this.apiKey === defaultApiKey);
131
- }
132
- static getRequest(network, apiKey) {
133
- if (apiKey == null) {
134
- apiKey = defaultApiKey;
135
- }
136
- const request = new FetchRequest(`https:/\/${getHost(network.name)}/v2/${apiKey}`);
137
- request.allowGzip = true;
138
- if (apiKey === defaultApiKey) {
139
- request.retryFunc = async (request, response, attempt) => {
140
- showThrottleMessage("alchemy");
141
- return true;
142
- };
143
- }
144
- return request;
145
- }
146
- }
147
- //# sourceMappingURL=provider-alchemy.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"provider-alchemy.js","sourceRoot":"","sources":["../../src.ts/providers/provider-alchemy.ts"],"names":[],"mappings":"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"}
@@ -1,61 +0,0 @@
1
- /**
2
- * [[link-ankr]] provides a third-party service for connecting to
3
- * various blockchains over JSON-RPC.
4
- *
5
- * **Supported Networks**
6
- *
7
- * - Ethereum Mainnet (``mainnet``)
8
- * - Goerli Testnet (``goerli``)
9
- * - Sepolia Testnet (``sepolia``)
10
- * - Arbitrum (``arbitrum``)
11
- * - Base (``base``)
12
- * - Base Goerlia Testnet (``base-goerli``)
13
- * - Base Sepolia Testnet (``base-sepolia``)
14
- * - BNB (``bnb``)
15
- * - BNB Testnet (``bnbt``)
16
- * - Optimism (``optimism``)
17
- * - Optimism Goerli Testnet (``optimism-goerli``)
18
- * - Optimism Sepolia Testnet (``optimism-sepolia``)
19
- * - Polygon (``matic``)
20
- * - Polygon Mumbai Testnet (``matic-mumbai``)
21
- *
22
- * @_subsection: api/providers/thirdparty:Ankr [providers-ankr]
23
- */
24
- import { FetchRequest } from "../utils/index.js";
25
- import { AbstractProvider } from "./abstract-provider.js";
26
- import { Network } from "./network.js";
27
- import { JsonRpcProvider } from "./provider-jsonrpc.js";
28
- import type { CommunityResourcable } from "./community.js";
29
- import type { Networkish } from "./network.js";
30
- import type { JsonRpcError, JsonRpcPayload } from "./provider-jsonrpc.js";
31
- /**
32
- * The **AnkrProvider** connects to the [[link-ankr]]
33
- * JSON-RPC end-points.
34
- *
35
- * By default, a highly-throttled API key is used, which is
36
- * appropriate for quick prototypes and simple scripts. To
37
- * gain access to an increased rate-limit, it is highly
38
- * recommended to [sign up here](link-ankr-signup).
39
- */
40
- export declare class AnkrProvider extends JsonRpcProvider implements CommunityResourcable {
41
- /**
42
- * The API key for the Ankr connection.
43
- */
44
- readonly apiKey: string;
45
- /**
46
- * Create a new **AnkrProvider**.
47
- *
48
- * By default connecting to ``mainnet`` with a highly throttled
49
- * API key.
50
- */
51
- constructor(_network?: Networkish, apiKey?: null | string);
52
- _getProvider(chainId: number): AbstractProvider;
53
- /**
54
- * Returns a prepared request for connecting to %%network%% with
55
- * %%apiKey%%.
56
- */
57
- static getRequest(network: Network, apiKey?: null | string): FetchRequest;
58
- getRpcError(payload: JsonRpcPayload, error: JsonRpcError): Error;
59
- isCommunityResource(): boolean;
60
- }
61
- //# sourceMappingURL=provider-ankr.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"provider-ankr.d.ts","sourceRoot":"","sources":["../../src.ts/providers/provider-ankr.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,OAAO,EACe,YAAY,EACjC,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE1D,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AA0C1E;;;;;;;;GAQG;AACH,qBAAa,YAAa,SAAQ,eAAgB,YAAW,oBAAoB;IAE7E;;OAEG;IACH,QAAQ,CAAC,MAAM,EAAG,MAAM,CAAC;IAEzB;;;;;OAKG;gBACS,QAAQ,CAAC,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,IAAI,GAAG,MAAM;IAczD,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,gBAAgB;IAO/C;;;OAGG;IACH,MAAM,CAAC,UAAU,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,YAAY;IAgBzE,WAAW,CAAC,OAAO,EAAE,cAAc,EAAE,KAAK,EAAE,YAAY,GAAG,KAAK;IAUhE,mBAAmB,IAAI,OAAO;CAGjC"}