@argonprotocol/mainchain 1.4.10-dev.f355ccc1 → 1.4.11-dev.645b1642
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/browser/index.d.ts +4 -2
- package/browser/index.js +1 -1
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +4 -2
- package/lib/index.d.ts +4 -2
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-consts.ts +2 -1
- package/src/interfaces/augment-api-query.ts +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@argonprotocol/mainchain",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.11-dev.645b1642",
|
|
4
4
|
"description": "A client for accessing the Argon mainchain apis.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@argonprotocol/ethereum-contracts": "workspace:*",
|
|
71
|
-
"@argonprotocol/testing": "1.4.
|
|
71
|
+
"@argonprotocol/testing": "1.4.11-dev.645b1642",
|
|
72
72
|
"@polkadot/typegen": "^16.5.6",
|
|
73
73
|
"@substrate/ss58-registry": "^1.51.0",
|
|
74
74
|
"@types/node": "^20",
|
|
@@ -103,7 +103,8 @@ declare module '@polkadot/api-base/types/consts' {
|
|
|
103
103
|
**/
|
|
104
104
|
maximumSatoshiThresholdFromExpected: u64 & AugmentedConst<ApiType>;
|
|
105
105
|
/**
|
|
106
|
-
* Maximum bitcoin blocks to
|
|
106
|
+
* Maximum bitcoin blocks to accept a UTXO for confirmation. Expired locks remain watched
|
|
107
|
+
* for this many additional blocks so late funding can be detected as orphaned.
|
|
107
108
|
**/
|
|
108
109
|
maxPendingConfirmationBlocks: u64 & AugmentedConst<ApiType>;
|
|
109
110
|
/**
|
|
@@ -350,7 +350,8 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
350
350
|
[]
|
|
351
351
|
>;
|
|
352
352
|
/**
|
|
353
|
-
* Pending funding entries that have expired
|
|
353
|
+
* Pending funding entries that have expired. These remain watched until their additional
|
|
354
|
+
* orphan-detection window ends, then await bounded cleanup.
|
|
354
355
|
**/
|
|
355
356
|
expiredPendingFunding: AugmentedQuery<
|
|
356
357
|
ApiType,
|