@babylonlabs-io/ts-sdk 0.3.0 → 0.4.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/dist/{PayoutManager-BkOfdb2_.js → PayoutManager-BK1jKgL5.js} +405 -364
- package/dist/PayoutManager-BK1jKgL5.js.map +1 -0
- package/dist/PayoutManager-CzKMN6xT.cjs +2 -0
- package/dist/PayoutManager-CzKMN6xT.cjs.map +1 -0
- package/dist/challengeAssert-DOa5L0kv.cjs +2 -0
- package/dist/challengeAssert-DOa5L0kv.cjs.map +1 -0
- package/dist/challengeAssert-Dvcg38_y.js +606 -0
- package/dist/challengeAssert-Dvcg38_y.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +62 -58
- package/dist/tbv/core/contracts/abis/BTCVaultsManager.abi.d.ts +50 -4
- package/dist/tbv/core/contracts/abis/BTCVaultsManager.abi.d.ts.map +1 -1
- package/dist/tbv/core/index.cjs +1 -1
- package/dist/tbv/core/index.js +62 -58
- package/dist/tbv/core/managers/PeginManager.d.ts +89 -48
- package/dist/tbv/core/managers/PeginManager.d.ts.map +1 -1
- package/dist/tbv/core/managers/__tests__/PeginManager.test.d.ts +1 -1
- package/dist/tbv/core/managers/index.d.ts +4 -4
- package/dist/tbv/core/managers/index.d.ts.map +1 -1
- package/dist/tbv/core/primitives/index.cjs +1 -1
- package/dist/tbv/core/primitives/index.d.ts +5 -3
- package/dist/tbv/core/primitives/index.d.ts.map +1 -1
- package/dist/tbv/core/primitives/index.js +22 -18
- package/dist/tbv/core/primitives/psbt/__tests__/pegin.test.d.ts +1 -1
- package/dist/tbv/core/primitives/psbt/index.d.ts +8 -3
- package/dist/tbv/core/primitives/psbt/index.d.ts.map +1 -1
- package/dist/tbv/core/primitives/psbt/pegin.d.ts +76 -59
- package/dist/tbv/core/primitives/psbt/pegin.d.ts.map +1 -1
- package/dist/tbv/core/primitives/psbt/peginInput.d.ts +69 -0
- package/dist/tbv/core/primitives/psbt/peginInput.d.ts.map +1 -0
- package/dist/tbv/core/primitives/utils/bitcoin.d.ts +11 -0
- package/dist/tbv/core/primitives/utils/bitcoin.d.ts.map +1 -1
- package/dist/tbv/core/primitives/utils/index.d.ts +1 -1
- package/dist/tbv/core/primitives/utils/index.d.ts.map +1 -1
- package/dist/tbv/index.cjs +1 -1
- package/dist/tbv/index.js +62 -58
- package/dist/tbv/integrations/aave/clients/abis/AaveIntegrationController.abi.json.d.ts +16 -1
- package/dist/tbv/integrations/aave/index.cjs +1 -1
- package/dist/tbv/integrations/aave/index.cjs.map +1 -1
- package/dist/tbv/integrations/aave/index.js +3 -3
- package/package.json +3 -3
- package/dist/PayoutManager-BkOfdb2_.js.map +0 -1
- package/dist/PayoutManager-DZ7EIcAJ.cjs +0 -2
- package/dist/PayoutManager-DZ7EIcAJ.cjs.map +0 -1
- package/dist/challengeAssert-34HqeVFH.cjs +0 -2
- package/dist/challengeAssert-34HqeVFH.cjs.map +0 -1
- package/dist/challengeAssert-DVErOd8l.js +0 -423
- package/dist/challengeAssert-DVErOd8l.js.map +0 -1
|
@@ -1,88 +1,105 @@
|
|
|
1
1
|
import { Network } from '@babylonlabs-io/babylon-tbv-rust-wasm';
|
|
2
2
|
/**
|
|
3
|
-
* Parameters for building an
|
|
3
|
+
* Parameters for building an unfunded Pre-PegIn PSBT
|
|
4
4
|
*/
|
|
5
|
-
export interface
|
|
6
|
-
/**
|
|
7
|
-
* Depositor's BTC public key (x-only, 64-char hex without 0x prefix)
|
|
8
|
-
*/
|
|
5
|
+
export interface PrePeginParams {
|
|
6
|
+
/** Depositor's BTC public key (x-only, 64-char hex without 0x prefix) */
|
|
9
7
|
depositorPubkey: string;
|
|
10
|
-
/**
|
|
11
|
-
* Vault provider's BTC public key (x-only, 64-char hex)
|
|
12
|
-
*/
|
|
8
|
+
/** Vault provider's BTC public key (x-only, 64-char hex) */
|
|
13
9
|
vaultProviderPubkey: string;
|
|
14
|
-
/**
|
|
15
|
-
* Array of vault keeper BTC public keys (x-only, 64-char hex)
|
|
16
|
-
*/
|
|
10
|
+
/** Array of vault keeper BTC public keys (x-only, 64-char hex) */
|
|
17
11
|
vaultKeeperPubkeys: string[];
|
|
18
|
-
/**
|
|
19
|
-
* Array of universal challenger BTC public keys (x-only, 64-char hex)
|
|
20
|
-
*/
|
|
12
|
+
/** Array of universal challenger BTC public keys (x-only, 64-char hex) */
|
|
21
13
|
universalChallengerPubkeys: string[];
|
|
22
|
-
/**
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Amount to peg in (in satoshis)
|
|
28
|
-
*/
|
|
14
|
+
/** SHA256 hash commitment (64 hex chars = 32 bytes) */
|
|
15
|
+
hashH: string;
|
|
16
|
+
/** CSV timelock in blocks for the HTLC refund path */
|
|
17
|
+
timelockRefund: number;
|
|
18
|
+
/** Amount to peg in (satoshis) */
|
|
29
19
|
pegInAmount: bigint;
|
|
30
|
-
/**
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
|
|
36
|
-
|
|
20
|
+
/** Fee rate in sat/vB from contract offchain params */
|
|
21
|
+
feeRate: bigint;
|
|
22
|
+
/** Number of local challengers (from contract params) */
|
|
23
|
+
numLocalChallengers: number;
|
|
24
|
+
/** M in M-of-N council multisig (from contract params) */
|
|
25
|
+
councilQuorum: number;
|
|
26
|
+
/** N in M-of-N council multisig (from contract params) */
|
|
27
|
+
councilSize: number;
|
|
28
|
+
/** Bitcoin network */
|
|
37
29
|
network: Network;
|
|
38
30
|
}
|
|
39
31
|
/**
|
|
40
|
-
* Result of building an
|
|
32
|
+
* Result of building an unfunded Pre-PegIn transaction
|
|
41
33
|
*/
|
|
42
|
-
export interface
|
|
34
|
+
export interface PrePeginPsbtResult {
|
|
43
35
|
/**
|
|
44
|
-
*
|
|
36
|
+
* Unfunded transaction hex (no inputs, HTLC output + CPFP anchor).
|
|
45
37
|
*
|
|
46
|
-
* Note: This is an unfunded transaction with no inputs and one output (the pegin output).
|
|
47
38
|
* The caller is responsible for:
|
|
48
|
-
* - Selecting UTXOs
|
|
49
|
-
* -
|
|
50
|
-
* -
|
|
51
|
-
* -
|
|
52
|
-
* - Creating and signing the PSBT via wallet
|
|
39
|
+
* - Selecting UTXOs covering totalOutputValue + network fees
|
|
40
|
+
* - Funding the transaction (add inputs and change output)
|
|
41
|
+
* - Computing the funded transaction's txid
|
|
42
|
+
* - Calling buildPeginTxFromFundedPrePegin() with the funded txid
|
|
53
43
|
*/
|
|
54
44
|
psbtHex: string;
|
|
55
|
-
/**
|
|
56
|
-
|
|
57
|
-
|
|
45
|
+
/** Sum of all unfunded outputs (HTLC + CPFP anchor) — use this for UTXO selection */
|
|
46
|
+
totalOutputValue: bigint;
|
|
47
|
+
/** HTLC output value in satoshis (output 0 only, includes peginAmount + depositorClaimValue + minPeginFee) */
|
|
48
|
+
htlcValue: bigint;
|
|
49
|
+
/** HTLC output scriptPubKey (hex encoded) */
|
|
50
|
+
htlcScriptPubKey: string;
|
|
51
|
+
/** HTLC Taproot address */
|
|
52
|
+
htlcAddress: string;
|
|
53
|
+
/** Pegin amount in satoshis */
|
|
54
|
+
peginAmount: bigint;
|
|
55
|
+
/** Depositor claim value computed by WASM from contract parameters */
|
|
56
|
+
depositorClaimValue: bigint;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Parameters for building the PegIn transaction from a funded Pre-PegIn txid
|
|
60
|
+
*/
|
|
61
|
+
export interface BuildPeginTxParams {
|
|
62
|
+
/** Same PrePeginParams used to create the Pre-PegIn transaction */
|
|
63
|
+
prePeginParams: PrePeginParams;
|
|
64
|
+
/** CSV timelock in blocks for the PegIn vault output */
|
|
65
|
+
timelockPegin: number;
|
|
66
|
+
/** Txid of the funded Pre-PegIn transaction (hex, 64 chars) */
|
|
67
|
+
fundedPrePeginTxid: string;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Result of building the PegIn transaction
|
|
71
|
+
*/
|
|
72
|
+
export interface PeginTxResult {
|
|
73
|
+
/** PegIn transaction hex (1 input spending HTLC, 1 vault output) */
|
|
74
|
+
txHex: string;
|
|
75
|
+
/** PegIn transaction ID */
|
|
58
76
|
txid: string;
|
|
59
|
-
/**
|
|
60
|
-
* Vault script pubkey hex
|
|
61
|
-
*/
|
|
77
|
+
/** Vault output scriptPubKey (hex encoded) */
|
|
62
78
|
vaultScriptPubKey: string;
|
|
63
|
-
/**
|
|
64
|
-
* Vault output value (in satoshis)
|
|
65
|
-
*/
|
|
79
|
+
/** Vault output value in satoshis */
|
|
66
80
|
vaultValue: bigint;
|
|
67
81
|
}
|
|
68
82
|
/**
|
|
69
|
-
* Build
|
|
83
|
+
* Build unfunded Pre-PegIn transaction using WASM.
|
|
70
84
|
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
85
|
+
* Creates a Bitcoin transaction template with no inputs, an HTLC output, and a
|
|
86
|
+
* CPFP anchor output. The HTLC value is computed internally from the contract
|
|
87
|
+
* parameters — the caller does not need to compute depositorClaimValue separately.
|
|
74
88
|
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
89
|
+
* @param params - Pre-PegIn parameters
|
|
90
|
+
* @returns Unfunded Pre-PegIn transaction details with HTLC output information
|
|
91
|
+
* @throws If WASM initialization fails or parameters are invalid
|
|
92
|
+
*/
|
|
93
|
+
export declare function buildPrePeginPsbt(params: PrePeginParams): Promise<PrePeginPsbtResult>;
|
|
94
|
+
/**
|
|
95
|
+
* Build the PegIn transaction from a funded Pre-PegIn txid.
|
|
81
96
|
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
97
|
+
* The PegIn transaction spends Pre-PegIn output 0 via the HTLC hashlock leaf (leaf 0).
|
|
98
|
+
* Since Pre-PegIn inputs must be SegWit/Taproot, the txid is stable after funding.
|
|
84
99
|
*
|
|
100
|
+
* @param params - Build parameters including Pre-PegIn params and funded txid
|
|
101
|
+
* @returns PegIn transaction details
|
|
85
102
|
* @throws If WASM initialization fails or parameters are invalid
|
|
86
103
|
*/
|
|
87
|
-
export declare function
|
|
104
|
+
export declare function buildPeginTxFromFundedPrePegin(params: BuildPeginTxParams): Promise<PeginTxResult>;
|
|
88
105
|
//# sourceMappingURL=pegin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pegin.d.ts","sourceRoot":"","sources":["../../../../../src/tbv/core/primitives/psbt/pegin.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"pegin.d.ts","sourceRoot":"","sources":["../../../../../src/tbv/core/primitives/psbt/pegin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,uCAAuC,CAAC;AAI/C;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,yEAAyE;IACzE,eAAe,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kEAAkE;IAClE,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,0EAA0E;IAC1E,0BAA0B,EAAE,MAAM,EAAE,CAAC;IACrC,uDAAuD;IACvD,KAAK,EAAE,MAAM,CAAC;IACd,sDAAsD;IACtD,cAAc,EAAE,MAAM,CAAC;IACvB,kCAAkC;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,uDAAuD;IACvD,OAAO,EAAE,MAAM,CAAC;IAChB,yDAAyD;IACzD,mBAAmB,EAAE,MAAM,CAAC;IAC5B,0DAA0D;IAC1D,aAAa,EAAE,MAAM,CAAC;IACtB,0DAA0D;IAC1D,WAAW,EAAE,MAAM,CAAC;IACpB,sBAAsB;IACtB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;;;;;;OAQG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,qFAAqF;IACrF,gBAAgB,EAAE,MAAM,CAAC;IACzB,8GAA8G;IAC9G,SAAS,EAAE,MAAM,CAAC;IAClB,6CAA6C;IAC7C,gBAAgB,EAAE,MAAM,CAAC;IACzB,2BAA2B;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,sEAAsE;IACtE,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,mEAAmE;IACnE,cAAc,EAAE,cAAc,CAAC;IAC/B,wDAAwD;IACxD,aAAa,EAAE,MAAM,CAAC;IACtB,+DAA+D;IAC/D,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,oEAAoE;IACpE,KAAK,EAAE,MAAM,CAAC;IACd,2BAA2B;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,8CAA8C;IAC9C,iBAAiB,EAAE,MAAM,CAAC;IAC1B,qCAAqC;IACrC,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,iBAAiB,CACrC,MAAM,EAAE,cAAc,GACrB,OAAO,CAAC,kBAAkB,CAAC,CAiC7B;AAED;;;;;;;;;GASG;AACH,wBAAsB,8BAA8B,CAClD,MAAM,EAAE,kBAAkB,GACzB,OAAO,CAAC,aAAa,CAAC,CA0BxB"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { Network } from '@babylonlabs-io/babylon-tbv-rust-wasm';
|
|
2
|
+
/**
|
|
3
|
+
* Parameters for building the PegIn input PSBT
|
|
4
|
+
*/
|
|
5
|
+
export interface BuildPeginInputPsbtParams {
|
|
6
|
+
/**
|
|
7
|
+
* PegIn transaction hex (1 input spending Pre-PegIn HTLC output 0).
|
|
8
|
+
* Returned by buildPeginTxFromFundedPrePegin().
|
|
9
|
+
*/
|
|
10
|
+
peginTxHex: string;
|
|
11
|
+
/**
|
|
12
|
+
* Funded Pre-PegIn transaction hex.
|
|
13
|
+
* Used to look up the HTLC output that the PegIn input spends.
|
|
14
|
+
*/
|
|
15
|
+
fundedPrePeginTxHex: string;
|
|
16
|
+
/** Depositor's BTC public key (x-only, 64-char hex) */
|
|
17
|
+
depositorPubkey: string;
|
|
18
|
+
/** Vault provider's BTC public key (x-only, 64-char hex) */
|
|
19
|
+
vaultProviderPubkey: string;
|
|
20
|
+
/** Vault keeper BTC public keys (x-only, 64-char hex) */
|
|
21
|
+
vaultKeeperPubkeys: string[];
|
|
22
|
+
/** Universal challenger BTC public keys (x-only, 64-char hex) */
|
|
23
|
+
universalChallengerPubkeys: string[];
|
|
24
|
+
/** SHA256 hash commitment (64 hex chars = 32 bytes) */
|
|
25
|
+
hashH: string;
|
|
26
|
+
/** CSV timelock in blocks for the HTLC refund path */
|
|
27
|
+
timelockRefund: number;
|
|
28
|
+
/** Bitcoin network */
|
|
29
|
+
network: Network;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Result of building the PegIn input PSBT
|
|
33
|
+
*/
|
|
34
|
+
export interface BuildPeginInputPsbtResult {
|
|
35
|
+
/** PSBT hex for the depositor to sign */
|
|
36
|
+
psbtHex: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Build PSBT for depositor to sign the PegIn transaction's HTLC leaf 0 input.
|
|
40
|
+
*
|
|
41
|
+
* The PegIn transaction spends the Pre-PegIn HTLC output (output 0) via the
|
|
42
|
+
* hashlock + all-party script (leaf 0). The depositor provides one of the required
|
|
43
|
+
* signatures; the vault provider and keepers provide theirs separately via the
|
|
44
|
+
* signPeginInput RPC.
|
|
45
|
+
*
|
|
46
|
+
* The PSBT uses Taproot script-path spending:
|
|
47
|
+
* - witnessUtxo: the Pre-PegIn HTLC output
|
|
48
|
+
* - tapLeafScript: hashlock leaf script + control block
|
|
49
|
+
* - tapInternalKey: NUMS unspendable key (BIP-341 nothing-up-my-sleeve)
|
|
50
|
+
*
|
|
51
|
+
* @param params - PegIn input PSBT parameters
|
|
52
|
+
* @returns PSBT hex ready for depositor signing
|
|
53
|
+
* @throws If PegIn tx does not have exactly 1 input
|
|
54
|
+
* @throws If PegIn input does not reference the Pre-PegIn HTLC output
|
|
55
|
+
* @throws If Pre-PegIn tx output 0 is not found
|
|
56
|
+
*/
|
|
57
|
+
export declare function buildPeginInputPsbt(params: BuildPeginInputPsbtParams): Promise<BuildPeginInputPsbtResult>;
|
|
58
|
+
/**
|
|
59
|
+
* Extract the depositor's Schnorr signature from a signed PegIn input PSBT.
|
|
60
|
+
*
|
|
61
|
+
* Supports both non-finalized PSBTs (tapScriptSig) and finalized PSBTs (witness).
|
|
62
|
+
*
|
|
63
|
+
* @param signedPsbtHex - Signed PSBT hex
|
|
64
|
+
* @param depositorPubkey - Depositor's x-only public key (64-char hex)
|
|
65
|
+
* @returns 64-byte Schnorr signature (128 hex chars, no sighash flag)
|
|
66
|
+
* @throws If no signature is found for the depositor's key
|
|
67
|
+
*/
|
|
68
|
+
export declare function extractPeginInputSignature(signedPsbtHex: string, depositorPubkey: string): string;
|
|
69
|
+
//# sourceMappingURL=peginInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"peginInput.d.ts","sourceRoot":"","sources":["../../../../../src/tbv/core/primitives/psbt/peginInput.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,uCAAuC,CAAC;AAK/C;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B,uDAAuD;IACvD,eAAe,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,mBAAmB,EAAE,MAAM,CAAC;IAC5B,yDAAyD;IACzD,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,iEAAiE;IACjE,0BAA0B,EAAE,MAAM,EAAE,CAAC;IACrC,uDAAuD;IACvD,KAAK,EAAE,MAAM,CAAC;IACd,sDAAsD;IACtD,cAAc,EAAE,MAAM,CAAC;IACvB,sBAAsB;IACtB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACxC,yCAAyC;IACzC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAsB,mBAAmB,CACvC,MAAM,EAAE,yBAAyB,GAChC,OAAO,CAAC,yBAAyB,CAAC,CAkFpC;AAED;;;;;;;;;GASG;AACH,wBAAgB,0BAA0B,CACxC,aAAa,EAAE,MAAM,EACrB,eAAe,EAAE,MAAM,GACtB,MAAM,CAuCR"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { networks } from 'bitcoinjs-lib';
|
|
2
2
|
import { Network } from '@babylonlabs-io/babylon-tbv-rust-wasm';
|
|
3
|
+
import { Hex } from 'viem';
|
|
3
4
|
/**
|
|
4
5
|
* Strip "0x" prefix from hex string if present.
|
|
5
6
|
*
|
|
@@ -10,6 +11,16 @@ import { Network } from '@babylonlabs-io/babylon-tbv-rust-wasm';
|
|
|
10
11
|
* @returns Hex string without "0x" prefix
|
|
11
12
|
*/
|
|
12
13
|
export declare function stripHexPrefix(hex: string): string;
|
|
14
|
+
/**
|
|
15
|
+
* Ensure "0x" prefix on a hex string, returning viem's Hex type.
|
|
16
|
+
*
|
|
17
|
+
* Ethereum/viem APIs expect `0x`-prefixed hex, but Bitcoin tooling
|
|
18
|
+
* typically omits the prefix. This normalises either form.
|
|
19
|
+
*
|
|
20
|
+
* @param hex - Hex string with or without "0x" prefix
|
|
21
|
+
* @returns `0x`-prefixed hex string typed as viem Hex
|
|
22
|
+
*/
|
|
23
|
+
export declare function ensureHexPrefix(hex: string): Hex;
|
|
13
24
|
/**
|
|
14
25
|
* Convert hex string to Uint8Array.
|
|
15
26
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bitcoin.d.ts","sourceRoot":"","sources":["../../../../../src/tbv/core/primitives/utils/bitcoin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAIH,OAAO,EAAc,QAAQ,EAAY,MAAM,eAAe,CAAC;AAE/D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAC;
|
|
1
|
+
{"version":3,"file":"bitcoin.d.ts","sourceRoot":"","sources":["../../../../../src/tbv/core/primitives/utils/bitcoin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAIH,OAAO,EAAc,QAAQ,EAAY,MAAM,eAAe,CAAC;AAE/D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,MAAM,CAAC;AAEhC;;;;;;;;GAQG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAElD;AAED;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAEhD;AAED;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAUvD;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,CAIzD;AAED;;;;;;;;GAQG;AACH,wBAAgB,OAAO,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,CAEtD;AAaD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,uBAAuB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAuBpE;AAED;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAG/C;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,yEAAyE;IACzE,eAAe,EAAE,MAAM,CAAC;IACxB,oEAAoE;IACpE,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yDAAyD;IACzD,eAAe,EAAE,MAAM,CAAC;CACzB;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,oBAAoB,CAClC,eAAe,EAAE,MAAM,EACvB,uBAAuB,CAAC,EAAE,MAAM,GAC/B,4BAA4B,CAa9B;AAeD;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,OAAO,EAAE,OAAO,GAAG,QAAQ,CAAC,OAAO,CAY7D;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAClC,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,OAAO,GACf,MAAM,CAWR;AAED;;;;;;;GAOG;AACH,wBAAgB,yBAAyB,CACvC,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,OAAO,GACf,MAAM,CAiBR;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,OAAO,GACf,OAAO,CAgCT"}
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
*
|
|
6
6
|
* @module primitives/utils
|
|
7
7
|
*/
|
|
8
|
-
export { hexToUint8Array, isValidHex, processPublicKeyToXOnly, stripHexPrefix, toXOnly, uint8ArrayToHex, validateWalletPubkey, type WalletPubkeyValidationResult, } from './bitcoin';
|
|
8
|
+
export { ensureHexPrefix, hexToUint8Array, isValidHex, processPublicKeyToXOnly, stripHexPrefix, toXOnly, uint8ArrayToHex, validateWalletPubkey, type WalletPubkeyValidationResult, } from './bitcoin';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/tbv/core/primitives/utils/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,eAAe,EACf,UAAU,EACV,uBAAuB,EACvB,cAAc,EACd,OAAO,EACP,eAAe,EACf,oBAAoB,EACpB,KAAK,4BAA4B,GAClC,MAAM,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/tbv/core/primitives/utils/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,eAAe,EACf,eAAe,EACf,UAAU,EACV,uBAAuB,EACvB,cAAc,EACd,OAAO,EACP,eAAe,EACf,oBAAoB,EACpB,KAAK,4BAA4B,GAClC,MAAM,WAAW,CAAC"}
|
package/dist/tbv/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("@babylonlabs-io/babylon-tbv-rust-wasm"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("@babylonlabs-io/babylon-tbv-rust-wasm"),e=require("../challengeAssert-DOa5L0kv.cjs"),t=require("../PayoutManager-CzKMN6xT.cjs");Object.defineProperty(exports,"computeMinClaimValue",{enumerable:!0,get:()=>r.computeMinClaimValue});exports.BTC_DUST_SAT=e.BTC_DUST_SAT;exports.DUST_THRESHOLD=e.DUST_THRESHOLD;exports.FEE_SAFETY_MARGIN=e.FEE_SAFETY_MARGIN;exports.LOW_RATE_ESTIMATION_ACCURACY_BUFFER=e.LOW_RATE_ESTIMATION_ACCURACY_BUFFER;exports.MAX_NON_LEGACY_OUTPUT_SIZE=e.MAX_NON_LEGACY_OUTPUT_SIZE;exports.P2TR_INPUT_SIZE=e.P2TR_INPUT_SIZE;exports.SPLIT_TX_FEE_SAFETY_MULTIPLIER=e.SPLIT_TX_FEE_SAFETY_MULTIPLIER;exports.TX_BUFFER_SIZE_OVERHEAD=e.TX_BUFFER_SIZE_OVERHEAD;exports.WALLET_RELAY_FEE_RATE_THRESHOLD=e.WALLET_RELAY_FEE_RATE_THRESHOLD;exports.buildChallengeAssertPsbt=e.buildChallengeAssertPsbt;exports.buildDepositorPayoutPsbt=e.buildDepositorPayoutPsbt;exports.buildNoPayoutPsbt=e.buildNoPayoutPsbt;exports.buildPayoutPsbt=e.buildPayoutPsbt;exports.buildPeginInputPsbt=e.buildPeginInputPsbt;exports.buildPeginTxFromFundedPrePegin=e.buildPeginTxFromFundedPrePegin;exports.buildPrePeginPsbt=e.buildPrePeginPsbt;exports.createPayoutScript=e.createPayoutScript;exports.deriveNativeSegwitAddress=e.deriveNativeSegwitAddress;exports.deriveTaprootAddress=e.deriveTaprootAddress;exports.ensureHexPrefix=e.ensureHexPrefix;exports.extractPayoutSignature=e.extractPayoutSignature;exports.extractPeginInputSignature=e.extractPeginInputSignature;exports.fundPeginTransaction=e.fundPeginTransaction;exports.getNetwork=e.getNetwork;exports.hexToUint8Array=e.hexToUint8Array;exports.isAddressFromPublicKey=e.isAddressFromPublicKey;exports.isValidHex=e.isValidHex;exports.parseUnfundedWasmTransaction=e.parseUnfundedWasmTransaction;exports.processPublicKeyToXOnly=e.processPublicKeyToXOnly;exports.rateBasedTxBufferFee=e.rateBasedTxBufferFee;exports.stripHexPrefix=e.stripHexPrefix;exports.toXOnly=e.toXOnly;exports.uint8ArrayToHex=e.uint8ArrayToHex;exports.validateWalletPubkey=e.validateWalletPubkey;exports.BTCVaultsManagerABI=t.BTCVaultsManagerABI;exports.BitcoinScriptType=t.BitcoinScriptType;exports.CONTRACT_ERRORS=t.CONTRACT_ERRORS;exports.MEMPOOL_API_URLS=t.MEMPOOL_API_URLS;exports.PayoutManager=t.PayoutManager;exports.PeginManager=t.PeginManager;exports.calculateBtcTxHash=t.calculateBtcTxHash;exports.createSplitTransaction=t.createSplitTransaction;exports.createSplitTransactionPsbt=t.createSplitTransactionPsbt;exports.extractErrorData=t.extractErrorData;exports.getAddressTxs=t.getAddressTxs;exports.getAddressUtxos=t.getAddressUtxos;exports.getContractErrorMessage=t.getContractErrorMessage;exports.getDustThreshold=t.getDustThreshold;exports.getMempoolApiUrl=t.getMempoolApiUrl;exports.getNetworkFees=t.getNetworkFees;exports.getPsbtInputFields=t.getPsbtInputFields;exports.getScriptType=t.getScriptType;exports.getTxHex=t.getTxHex;exports.getTxInfo=t.getTxInfo;exports.getUtxoInfo=t.getUtxoInfo;exports.handleContractError=t.handleContractError;exports.isKnownContractError=t.isKnownContractError;exports.pushTx=t.pushTx;exports.selectUtxosForPegin=t.selectUtxosForPegin;exports.shouldAddChangeOutput=t.shouldAddChangeOutput;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/tbv/index.js
CHANGED
|
@@ -1,63 +1,67 @@
|
|
|
1
1
|
import { computeMinClaimValue as e } from "@babylonlabs-io/babylon-tbv-rust-wasm";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { B as r, D as o, F as i, L as n, M as T, P as u, S as P, T as d, W as l, i as g, g as E, h as _, d as c, c as A, a as p, b as x, j as S, k as b, l as F, p as I, f as R, e as y, x as U, y as C, m as M, n as O, o as f, w as L, q as h, r as m, s as B, t as H, u as N, v as D } from "../challengeAssert-Dvcg38_y.js";
|
|
3
|
+
import { q as k, B as w, C as W, M as X, h as Y, P as V, c as K, b as Z, d as j, r as q, i as G, j as z, t as J, g as Q, k as $, l as aa, f as sa, e as ea, m as ta, n as ra, o as oa, v as ia, u as na, p as Ta, s as ua, a as Pa } from "../PayoutManager-BK1jKgL5.js";
|
|
4
4
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
5
|
+
k as BTCVaultsManagerABI,
|
|
6
|
+
r as BTC_DUST_SAT,
|
|
7
|
+
w as BitcoinScriptType,
|
|
8
|
+
W as CONTRACT_ERRORS,
|
|
9
|
+
o as DUST_THRESHOLD,
|
|
10
|
+
i as FEE_SAFETY_MARGIN,
|
|
11
|
+
n as LOW_RATE_ESTIMATION_ACCURACY_BUFFER,
|
|
12
|
+
T as MAX_NON_LEGACY_OUTPUT_SIZE,
|
|
13
|
+
X as MEMPOOL_API_URLS,
|
|
14
|
+
u as P2TR_INPUT_SIZE,
|
|
15
|
+
Y as PayoutManager,
|
|
16
|
+
V as PeginManager,
|
|
17
|
+
P as SPLIT_TX_FEE_SAFETY_MULTIPLIER,
|
|
18
|
+
d as TX_BUFFER_SIZE_OVERHEAD,
|
|
19
|
+
l as WALLET_RELAY_FEE_RATE_THRESHOLD,
|
|
20
|
+
g as buildChallengeAssertPsbt,
|
|
21
|
+
E as buildDepositorPayoutPsbt,
|
|
22
|
+
_ as buildNoPayoutPsbt,
|
|
23
|
+
c as buildPayoutPsbt,
|
|
24
|
+
A as buildPeginInputPsbt,
|
|
25
|
+
p as buildPeginTxFromFundedPrePegin,
|
|
26
|
+
x as buildPrePeginPsbt,
|
|
27
|
+
K as calculateBtcTxHash,
|
|
26
28
|
e as computeMinClaimValue,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
29
|
+
S as createPayoutScript,
|
|
30
|
+
Z as createSplitTransaction,
|
|
31
|
+
j as createSplitTransactionPsbt,
|
|
32
|
+
b as deriveNativeSegwitAddress,
|
|
33
|
+
F as deriveTaprootAddress,
|
|
34
|
+
I as ensureHexPrefix,
|
|
35
|
+
q as extractErrorData,
|
|
36
|
+
R as extractPayoutSignature,
|
|
37
|
+
y as extractPeginInputSignature,
|
|
38
|
+
U as fundPeginTransaction,
|
|
39
|
+
G as getAddressTxs,
|
|
40
|
+
z as getAddressUtxos,
|
|
41
|
+
J as getContractErrorMessage,
|
|
42
|
+
Q as getDustThreshold,
|
|
43
|
+
$ as getMempoolApiUrl,
|
|
44
|
+
C as getNetwork,
|
|
45
|
+
aa as getNetworkFees,
|
|
46
|
+
sa as getPsbtInputFields,
|
|
47
|
+
ea as getScriptType,
|
|
48
|
+
ta as getTxHex,
|
|
49
|
+
ra as getTxInfo,
|
|
50
|
+
oa as getUtxoInfo,
|
|
51
|
+
ia as handleContractError,
|
|
52
|
+
M as hexToUint8Array,
|
|
53
|
+
O as isAddressFromPublicKey,
|
|
54
|
+
na as isKnownContractError,
|
|
55
|
+
f as isValidHex,
|
|
56
|
+
L as parseUnfundedWasmTransaction,
|
|
57
|
+
h as processPublicKeyToXOnly,
|
|
58
|
+
Ta as pushTx,
|
|
59
|
+
m as rateBasedTxBufferFee,
|
|
60
|
+
ua as selectUtxosForPegin,
|
|
61
|
+
Pa as shouldAddChangeOutput,
|
|
62
|
+
B as stripHexPrefix,
|
|
63
|
+
H as toXOnly,
|
|
64
|
+
N as uint8ArrayToHex,
|
|
65
|
+
D as validateWalletPubkey
|
|
62
66
|
};
|
|
63
67
|
//# sourceMappingURL=index.js.map
|
|
@@ -221,7 +221,7 @@ declare const _default: [
|
|
|
221
221
|
"internalType": "bytes32"
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
|
-
"name": "
|
|
224
|
+
"name": "depositorSignedPeginTx",
|
|
225
225
|
"type": "bytes",
|
|
226
226
|
"internalType": "bytes"
|
|
227
227
|
},
|
|
@@ -260,6 +260,11 @@ declare const _default: [
|
|
|
260
260
|
"type": "uint16",
|
|
261
261
|
"internalType": "uint16"
|
|
262
262
|
},
|
|
263
|
+
{
|
|
264
|
+
"name": "vkVersion",
|
|
265
|
+
"type": "uint16",
|
|
266
|
+
"internalType": "uint16"
|
|
267
|
+
},
|
|
263
268
|
{
|
|
264
269
|
"name": "createdAt",
|
|
265
270
|
"type": "uint256",
|
|
@@ -269,6 +274,16 @@ declare const _default: [
|
|
|
269
274
|
"name": "verifiedAt",
|
|
270
275
|
"type": "uint256",
|
|
271
276
|
"internalType": "uint256"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "depositorLamportPkHash",
|
|
280
|
+
"type": "bytes32",
|
|
281
|
+
"internalType": "bytes32"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "hashlock",
|
|
285
|
+
"type": "bytes32",
|
|
286
|
+
"internalType": "bytes32"
|
|
272
287
|
}
|
|
273
288
|
]
|
|
274
289
|
}
|