1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-04-06 16:16:45 +00:00

BIP128: Timelock-Recovery Storage Format (#2068)

* new bip: timelock recovery storage format

* Comparison with Script-Based Wallets

* Type is Specification

Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>

* Change Authors to a single Author

Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>

* Replace OP_VAULT mention with OP_CHECKCONTRACTVERIFY

* Only the Alert Transaction needs to be non-malleable

* Adding discussion link

* limiting the transactions weight

This is important in order to prevent users from creating
recovery-plans that are hard to propagate.

* Explain anchor-addresses

* fix typo

Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>

* add surname initial to author name

* Explain unintentional initiation of rrecovery-plan.

* limit alert_inputs length to 2439

* updating bip number to 128

* rename to bip-0128.mediawiki

* BIP 128: Timelock-Recovery storage format

* fix field order, change title to uppercase

* Making plugin_version optional

Relevant only in wallets where
the feature is implemented
via a plugin.

* Removing mainnet

Irrelevant. Obviously a monitoring
service for mainnet should
verify that the addresses
are on mainnet.
This commit is contained in:
Oren
2026-02-27 22:24:33 +02:00
committed by GitHub
parent bd56416786
commit 9ff061f8b9
2 changed files with 273 additions and 0 deletions

View File

@@ -750,6 +750,13 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority
| Steven Roose
| Specification
| Draft
|-
| [[bip-0128.mediawiki|128]]
| Applications
| Timelock-Recovery Storage Format
| Oren Z
| Specification
| Draft
|- style="background-color: #ffffcf"
| [[bip-0129.mediawiki|129]]
| Applications