@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argonprotocol/mainchain",
3
- "version": "1.4.10-dev.f355ccc1",
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.10-dev.f355ccc1",
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 watch a Utxo for confirmation before canceling
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 and are awaiting bounded cleanup.
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,