@sequence0/sdk 2.2.0 → 2.2.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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * AEGIS: Sovereign Agency Protocol Client
3
3
  *
4
- * Cryptographic delegation of signing authority across all 81 chains.
4
+ * Cryptographic delegation of signing authority across all 100+ chains.
5
5
  * Enables scoped, hierarchical, revocable delegation enforced by
6
6
  * threshold cryptography -- not law, not smart contracts, not trust.
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * AEGIS: Sovereign Agency Protocol Client
4
4
  *
5
- * Cryptographic delegation of signing authority across all 81 chains.
5
+ * Cryptographic delegation of signing authority across all 100+ chains.
6
6
  * Enables scoped, hierarchical, revocable delegation enforced by
7
7
  * threshold cryptography -- not law, not smart contracts, not trust.
8
8
  *
@@ -404,7 +404,7 @@ export declare class Sequence0 {
404
404
  */
405
405
  getUniversalAccountClient(): Promise<UniversalAccountClient>;
406
406
  /**
407
- * Create a new universal account — one identity across all 81 chains.
407
+ * Create a new universal account — one identity across all 100+ chains.
408
408
  *
409
409
  * This is a convenience method that discovers a healthy agent,
410
410
  * creates a UniversalAccountClient, and calls createAccount.
@@ -1108,7 +1108,7 @@ class Sequence0 {
1108
1108
  return new universal_account_1.UniversalAccountClient(this.resolvedAgentUrl);
1109
1109
  }
1110
1110
  /**
1111
- * Create a new universal account — one identity across all 81 chains.
1111
+ * Create a new universal account — one identity across all 100+ chains.
1112
1112
  *
1113
1113
  * This is a convenience method that discovers a healthy agent,
1114
1114
  * creates a UniversalAccountClient, and calls createAccount.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * PRISM: Verifiable Solvency Protocol
3
3
  *
4
- * Continuous, cryptographic proof-of-reserves across 81 chains.
4
+ * Continuous, cryptographic proof-of-reserves across 100+ chains.
5
5
  * Exchanges prove solvency in real-time via threshold attestations
6
6
  * and ZK range proofs. WASM policies prevent transactions that
7
7
  * would cause insolvency.
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * PRISM: Verifiable Solvency Protocol
4
4
  *
5
- * Continuous, cryptographic proof-of-reserves across 81 chains.
5
+ * Continuous, cryptographic proof-of-reserves across 100+ chains.
6
6
  * Exchanges prove solvency in real-time via threshold attestations
7
7
  * and ZK range proofs. WASM policies prevent transactions that
8
8
  * would cause insolvency.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * KEYSTONE: Universal Account — One Wallet, All Chains
3
3
  *
4
- * A single account identity that works across all 81 supported chains.
4
+ * A single account identity that works across all 100+ supported chains.
5
5
  * Threshold keys (secp256k1 + ed25519) are generated once, and chain-
6
6
  * specific addresses are derived deterministically. Send any token on
7
7
  * any chain from one unified account, with automatic routing to the
@@ -237,7 +237,7 @@ export declare class UniversalAccountClient {
237
237
  * Create a new universal account.
238
238
  *
239
239
  * Initiates DKG for both secp256k1 and ed25519 curves, derives
240
- * addresses on all 81 supported chains, and registers the account
240
+ * addresses on all 100+ supported chains, and registers the account
241
241
  * on the Sequence0 chain.
242
242
  *
243
243
  * @param options - Account creation options
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * KEYSTONE: Universal Account — One Wallet, All Chains
4
4
  *
5
- * A single account identity that works across all 81 supported chains.
5
+ * A single account identity that works across all 100+ supported chains.
6
6
  * Threshold keys (secp256k1 + ed25519) are generated once, and chain-
7
7
  * specific addresses are derived deterministically. Send any token on
8
8
  * any chain from one unified account, with automatic routing to the
@@ -73,7 +73,7 @@ class UniversalAccountClient {
73
73
  * Create a new universal account.
74
74
  *
75
75
  * Initiates DKG for both secp256k1 and ed25519 curves, derives
76
- * addresses on all 81 supported chains, and registers the account
76
+ * addresses on all 100+ supported chains, and registers the account
77
77
  * on the Sequence0 chain.
78
78
  *
79
79
  * @param options - Account creation options
@@ -2,7 +2,7 @@
2
2
  * WITNESS: Decentralized Cryptographic Witness Network
3
3
  *
4
4
  * Any fact from any chain, witnessed and signed by 16 independent agents.
5
- * The world's first trustless notary across 81 blockchains.
5
+ * The world's first trustless notary across 100+ blockchains.
6
6
  *
7
7
  * @example
8
8
  * ```typescript
@@ -3,7 +3,7 @@
3
3
  * WITNESS: Decentralized Cryptographic Witness Network
4
4
  *
5
5
  * Any fact from any chain, witnessed and signed by 16 independent agents.
6
- * The world's first trustless notary across 81 blockchains.
6
+ * The world's first trustless notary across 100+ blockchains.
7
7
  *
8
8
  * @example
9
9
  * ```typescript
package/dist/index.d.ts CHANGED
@@ -95,5 +95,5 @@ export { DebugLogger, NullLogger, maskAddress, maskSensitive } from './utils/log
95
95
  export type { Logger } from './utils/logger';
96
96
  export { validateDkgResponse, validateSignResponse, validateSignResultResponse, validateHealthResponse, validateStatusResponse, validateWalletsResponse, validateRefreshResponse, validateWalletId, validateChain, validateAddress, validateAmount, validateStringAmount, validateHexMessage, validateThreshold, } from './utils/validation';
97
97
  export { Sequence0Error, NetworkError, DkgError, SigningError, TimeoutError, ChainError, InvalidResponseError, ValidationError, } from './utils/errors';
98
- export declare const VERSION = "2.0.0";
98
+ export declare const VERSION = "2.2.0";
99
99
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -219,5 +219,5 @@ Object.defineProperty(exports, "ChainError", { enumerable: true, get: function (
219
219
  Object.defineProperty(exports, "InvalidResponseError", { enumerable: true, get: function () { return errors_1.InvalidResponseError; } });
220
220
  Object.defineProperty(exports, "ValidationError", { enumerable: true, get: function () { return errors_1.ValidationError; } });
221
221
  // Version
222
- exports.VERSION = '2.0.0';
222
+ exports.VERSION = '2.2.0';
223
223
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequence0/sdk",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Sequence0 Network SDK — Decentralized threshold signatures for any blockchain",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -69,23 +69,57 @@
69
69
  "@stacks/transactions": "^6.0.0"
70
70
  },
71
71
  "peerDependenciesMeta": {
72
- "@cosmjs/proto-signing": { "optional": true },
73
- "@cosmjs/stargate": { "optional": true },
74
- "near-api-js": { "optional": true },
75
- "@mysten/sui": { "optional": true },
76
- "@aptos-labs/ts-sdk": { "optional": true },
77
- "xrpl": { "optional": true },
78
- "tronweb": { "optional": true },
79
- "@stellar/stellar-sdk": { "optional": true },
80
- "@ton/ton": { "optional": true },
81
- "algosdk": { "optional": true },
82
- "@taquito/taquito": { "optional": true },
83
- "@emurgo/cardano-serialization-lib-nodejs": { "optional": true },
84
- "@polkadot/api": { "optional": true },
85
- "@hashgraph/sdk": { "optional": true },
86
- "@dfinity/agent": { "optional": true },
87
- "@noble/hashes": { "optional": true },
88
- "@stacks/transactions": { "optional": true }
72
+ "@cosmjs/proto-signing": {
73
+ "optional": true
74
+ },
75
+ "@cosmjs/stargate": {
76
+ "optional": true
77
+ },
78
+ "near-api-js": {
79
+ "optional": true
80
+ },
81
+ "@mysten/sui": {
82
+ "optional": true
83
+ },
84
+ "@aptos-labs/ts-sdk": {
85
+ "optional": true
86
+ },
87
+ "xrpl": {
88
+ "optional": true
89
+ },
90
+ "tronweb": {
91
+ "optional": true
92
+ },
93
+ "@stellar/stellar-sdk": {
94
+ "optional": true
95
+ },
96
+ "@ton/ton": {
97
+ "optional": true
98
+ },
99
+ "algosdk": {
100
+ "optional": true
101
+ },
102
+ "@taquito/taquito": {
103
+ "optional": true
104
+ },
105
+ "@emurgo/cardano-serialization-lib-nodejs": {
106
+ "optional": true
107
+ },
108
+ "@polkadot/api": {
109
+ "optional": true
110
+ },
111
+ "@hashgraph/sdk": {
112
+ "optional": true
113
+ },
114
+ "@dfinity/agent": {
115
+ "optional": true
116
+ },
117
+ "@noble/hashes": {
118
+ "optional": true
119
+ },
120
+ "@stacks/transactions": {
121
+ "optional": true
122
+ }
89
123
  },
90
124
  "devDependencies": {
91
125
  "@types/jest": "^29.0.0",