@coinbase/cdp-core 0.0.35 → 0.0.36

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 (73) hide show
  1. package/README.md +9 -5
  2. package/dist/esm/index.native100.js +7 -41
  3. package/dist/esm/index.native101.js +11 -18
  4. package/dist/esm/index.native102.js +13 -28
  5. package/dist/esm/index.native103.js +10 -8
  6. package/dist/esm/index.native104.js +17 -11
  7. package/dist/esm/index.native105.js +80 -12
  8. package/dist/esm/index.native106.js +13 -10
  9. package/dist/esm/index.native107.js +36 -17
  10. package/dist/esm/index.native108.js +40 -79
  11. package/dist/esm/index.native28.js +1 -1
  12. package/dist/esm/index.native6.js +172 -173
  13. package/dist/esm/index.native86.js +1 -1
  14. package/dist/esm/index.native89.js +79 -10
  15. package/dist/esm/index.native90.js +1 -1
  16. package/dist/esm/index.native91.js +3 -3
  17. package/dist/esm/index.native93.js +3 -3
  18. package/dist/esm/index.native95.js +3 -3
  19. package/dist/esm/index.native96.js +10 -79
  20. package/dist/esm/index.native98.js +18 -13
  21. package/dist/esm/index.native99.js +27 -35
  22. package/dist/esm/index.web5.js +172 -173
  23. package/dist/esm/index.web55.js +2 -2
  24. package/dist/esm/index.web57.js +1 -1
  25. package/dist/esm/index.web75.js +6 -6
  26. package/dist/esm/index.web82.js +102 -18
  27. package/dist/esm/index.web83.js +20 -80
  28. package/dist/esm/index.web84.js +79 -103
  29. package/dist/esm/index.web87.js +77 -19
  30. package/dist/esm/index.web88.js +21 -10
  31. package/dist/esm/index.web89.js +9 -19
  32. package/dist/esm/index.web90.js +15 -89
  33. package/dist/esm/index.web91.js +92 -19
  34. package/dist/esm/index.web92.js +18 -115
  35. package/dist/esm/index.web93.js +112 -73
  36. package/dist/native/index.native100.js +7 -41
  37. package/dist/native/index.native101.js +11 -18
  38. package/dist/native/index.native102.js +13 -28
  39. package/dist/native/index.native103.js +10 -8
  40. package/dist/native/index.native104.js +17 -11
  41. package/dist/native/index.native105.js +80 -12
  42. package/dist/native/index.native106.js +13 -10
  43. package/dist/native/index.native107.js +36 -17
  44. package/dist/native/index.native108.js +40 -79
  45. package/dist/native/index.native28.js +1 -1
  46. package/dist/native/index.native6.js +172 -173
  47. package/dist/native/index.native86.js +1 -1
  48. package/dist/native/index.native89.js +79 -10
  49. package/dist/native/index.native90.js +1 -1
  50. package/dist/native/index.native91.js +3 -3
  51. package/dist/native/index.native93.js +3 -3
  52. package/dist/native/index.native95.js +3 -3
  53. package/dist/native/index.native96.js +10 -79
  54. package/dist/native/index.native98.js +18 -13
  55. package/dist/native/index.native99.js +27 -35
  56. package/dist/native-types/types.d.ts +19 -2
  57. package/dist/types/types.d.ts +19 -2
  58. package/dist/web/index.web5.js +172 -173
  59. package/dist/web/index.web55.js +2 -2
  60. package/dist/web/index.web57.js +1 -1
  61. package/dist/web/index.web75.js +6 -6
  62. package/dist/web/index.web82.js +102 -18
  63. package/dist/web/index.web83.js +20 -80
  64. package/dist/web/index.web84.js +79 -103
  65. package/dist/web/index.web87.js +77 -19
  66. package/dist/web/index.web88.js +21 -10
  67. package/dist/web/index.web89.js +9 -19
  68. package/dist/web/index.web90.js +15 -89
  69. package/dist/web/index.web91.js +92 -19
  70. package/dist/web/index.web92.js +18 -115
  71. package/dist/web/index.web93.js +112 -73
  72. package/dist/web-types/types.d.ts +19 -2
  73. package/package.json +2 -2
@@ -1,81 +1,12 @@
1
- import { Hash as g, createView as l, aexists as b, toBytes as a, abytes as d, aoutput as x, clean as w } from "./index.native85.js";
2
- function y(o, t, s, n) {
3
- if (typeof o.setBigUint64 == "function")
4
- return o.setBigUint64(t, s, n);
5
- const i = BigInt(32), h = BigInt(4294967295), e = Number(s >> i & h), r = Number(s & h), c = n ? 4 : 0, u = n ? 0 : 4;
6
- o.setUint32(t + c, e, n), o.setUint32(t + u, r, n);
7
- }
8
- function U(o, t, s) {
9
- return o & t ^ ~o & s;
10
- }
11
- function _(o, t, s) {
12
- return o & t ^ o & s ^ t & s;
13
- }
14
- class m extends g {
15
- constructor(t, s, n, i) {
16
- super(), this.finished = !1, this.length = 0, this.pos = 0, this.destroyed = !1, this.blockLen = t, this.outputLen = s, this.padOffset = n, this.isLE = i, this.buffer = new Uint8Array(t), this.view = l(this.buffer);
17
- }
18
- update(t) {
19
- b(this), t = a(t), d(t);
20
- const { view: s, buffer: n, blockLen: i } = this, h = t.length;
21
- for (let e = 0; e < h; ) {
22
- const r = Math.min(i - this.pos, h - e);
23
- if (r === i) {
24
- const c = l(t);
25
- for (; i <= h - e; e += i)
26
- this.process(c, e);
27
- continue;
28
- }
29
- n.set(t.subarray(e, e + r), this.pos), this.pos += r, e += r, this.pos === i && (this.process(s, 0), this.pos = 0);
30
- }
31
- return this.length += t.length, this.roundClean(), this;
32
- }
33
- digestInto(t) {
34
- b(this), x(t, this), this.finished = !0;
35
- const { buffer: s, view: n, blockLen: i, isLE: h } = this;
36
- let { pos: e } = this;
37
- s[e++] = 128, w(this.buffer.subarray(e)), this.padOffset > i - e && (this.process(n, 0), e = 0);
38
- for (let f = e; f < i; f++)
39
- s[f] = 0;
40
- y(n, i - 8, BigInt(this.length * 8), h), this.process(n, 0);
41
- const r = l(t), c = this.outputLen;
42
- if (c % 4)
43
- throw new Error("_sha2: outputLen should be aligned to 32bit");
44
- const u = c / 4, p = this.get();
45
- if (u > p.length)
46
- throw new Error("_sha2: outputLen bigger than state");
47
- for (let f = 0; f < u; f++)
48
- r.setUint32(4 * f, p[f], h);
49
- }
50
- digest() {
51
- const { buffer: t, outputLen: s } = this;
52
- this.digestInto(t);
53
- const n = t.slice(0, s);
54
- return this.destroy(), n;
55
- }
56
- _cloneInto(t) {
57
- t || (t = new this.constructor()), t.set(...this.get());
58
- const { blockLen: s, buffer: n, length: i, finished: h, destroyed: e, pos: r } = this;
59
- return t.destroyed = e, t.finished = h, t.length = i, t.pos = r, i % s && t.buffer.set(n), t;
60
- }
61
- clone() {
62
- return this._cloneInto();
63
- }
64
- }
65
- const B = /* @__PURE__ */ Uint32Array.from([
66
- 1779033703,
67
- 3144134277,
68
- 1013904242,
69
- 2773480762,
70
- 1359893119,
71
- 2600822924,
72
- 528734635,
73
- 1541459225
74
- ]);
1
+ import { contracts as o } from "./index.native106.js";
2
+ import { formatters as r } from "./index.native107.js";
3
+ import { serializers as t } from "./index.native108.js";
4
+ const e = {
5
+ blockTime: 2e3,
6
+ contracts: o,
7
+ formatters: r,
8
+ serializers: t
9
+ };
75
10
  export {
76
- U as Chi,
77
- m as HashMD,
78
- _ as Maj,
79
- B as SHA256_IV,
80
- y as setBigUint64
11
+ e as chainConfig
81
12
  };
@@ -1,15 +1,20 @@
1
- const s = {
2
- gasPriceOracle: { address: "0x420000000000000000000000000000000000000F" },
3
- l1Block: { address: "0x4200000000000000000000000000000000000015" },
4
- l2CrossDomainMessenger: {
5
- address: "0x4200000000000000000000000000000000000007"
6
- },
7
- l2Erc721Bridge: { address: "0x4200000000000000000000000000000000000014" },
8
- l2StandardBridge: { address: "0x4200000000000000000000000000000000000010" },
9
- l2ToL1MessagePasser: {
10
- address: "0x4200000000000000000000000000000000000016"
11
- }
12
- };
1
+ function o(t) {
2
+ if (Uint8Array.prototype.toBase64)
3
+ return t.toBase64();
4
+ const e = 32768, n = [];
5
+ for (let r = 0; r < t.length; r += e)
6
+ n.push(String.fromCharCode.apply(null, t.subarray(r, r + e)));
7
+ return btoa(n.join(""));
8
+ }
9
+ function a(t) {
10
+ if (Uint8Array.fromBase64)
11
+ return Uint8Array.fromBase64(t);
12
+ const e = atob(t), n = new Uint8Array(e.length);
13
+ for (let r = 0; r < e.length; r++)
14
+ n[r] = e.charCodeAt(r);
15
+ return n;
16
+ }
13
17
  export {
14
- s as contracts
18
+ a as decodeBase64,
19
+ o as encodeBase64
15
20
  };
@@ -1,38 +1,30 @@
1
- import { hexToBigInt as n } from "./index.native50.js";
2
- import { defineBlock as r } from "./index.native47.js";
3
- import { defineTransaction as s, formatTransaction as m } from "./index.native49.js";
4
- import { defineTransactionReceipt as l } from "./index.native52.js";
5
- const p = {
6
- block: /* @__PURE__ */ r({
7
- format(e) {
8
- return {
9
- transactions: e.transactions?.map((t) => {
10
- if (typeof t == "string")
11
- return t;
12
- const i = m(t);
13
- return i.typeHex === "0x7e" && (i.isSystemTx = t.isSystemTx, i.mint = t.mint ? n(t.mint) : void 0, i.sourceHash = t.sourceHash, i.type = "deposit"), i;
14
- }),
15
- stateRoot: e.stateRoot
16
- };
17
- }
18
- }),
19
- transaction: /* @__PURE__ */ s({
20
- format(e) {
21
- const o = {};
22
- return e.type === "0x7e" && (o.isSystemTx = e.isSystemTx, o.mint = e.mint ? n(e.mint) : void 0, o.sourceHash = e.sourceHash, o.type = "deposit"), o;
23
- }
24
- }),
25
- transactionReceipt: /* @__PURE__ */ l({
26
- format(e) {
27
- return {
28
- l1GasPrice: e.l1GasPrice ? n(e.l1GasPrice) : null,
29
- l1GasUsed: e.l1GasUsed ? n(e.l1GasUsed) : null,
30
- l1Fee: e.l1Fee ? n(e.l1Fee) : null,
31
- l1FeeScalar: e.l1FeeScalar ? Number(e.l1FeeScalar) : null
32
- };
33
- }
34
- })
1
+ import { JOSENotSupported as r } from "./index.native30.js";
2
+ const S = (e, s) => {
3
+ const a = `SHA-${e.slice(-3)}`;
4
+ switch (e) {
5
+ case "HS256":
6
+ case "HS384":
7
+ case "HS512":
8
+ return { hash: a, name: "HMAC" };
9
+ case "PS256":
10
+ case "PS384":
11
+ case "PS512":
12
+ return { hash: a, name: "RSA-PSS", saltLength: parseInt(e.slice(-3), 10) >> 3 };
13
+ case "RS256":
14
+ case "RS384":
15
+ case "RS512":
16
+ return { hash: a, name: "RSASSA-PKCS1-v1_5" };
17
+ case "ES256":
18
+ case "ES384":
19
+ case "ES512":
20
+ return { hash: a, name: "ECDSA", namedCurve: s.namedCurve };
21
+ case "Ed25519":
22
+ case "EdDSA":
23
+ return { name: "Ed25519" };
24
+ default:
25
+ throw new r(`alg ${e} is not supported either by JOSE or your javascript runtime`);
26
+ }
35
27
  };
36
28
  export {
37
- p as formatters
29
+ S as default
38
30
  };