@@ -54,6 +54,23 @@ popular Bitcoin infrastructure software.
5454 particular wallet's design choice. Wallet developers should be aware of these
5555 potential privacy leaks when implementing payjoin into their wallets.
5656
57+ - ** Draft BIP for a wallet backup metadata format** : Pythcoiner
58+ [ posted] [ wallet bip ml ] to the Bitcoin-Dev mailing list about a new
59+ proposal for a common structure for wallet backup metadata.
60+ The draft BIP, available at [ BIPs #2130 ] [ ] , specifies a standard
61+ way to store various type of metadata, such as account descriptors,
62+ keys, [ labels] [ topic wallet labels ] , [ PSBTs] [ topic psbt ] , and more, allowing compatibility between
63+ different wallet implementations and a simpler wallet migration and
64+ recovery processes. According to Pythcoiner, the ecosystem lacks a
65+ common specification and this proposal aims to fill this gap.
66+
67+ From a technical perspective, the proposed format is a UTF-8 encoded
68+ text file containing a single valid JSON object representing the
69+ backup structure. The BIP lists all the different fields that could be
70+ included in the JSON object, specifies that each is
71+ optional, and notes that any wallet implementation should be free to ignore any
72+ metadata not deemed useful.
73+
5774## Changing consensus
5875
5976_ A monthly section summarizing proposals and discussion about changing
@@ -160,3 +177,4 @@ FIXME:Gustavojfe
160177[ jn delving shrimps ] : https://delvingbitcoin.org/t/shrimps-2-5-kb-post-quantum-signatures-across-multiple-stateful-devices/2355
161178[ news383 sphincs ] : /en/newsletters/2025/12/05/#slh-dsa-sphincs-post-quantum-signature-optimizations
162179[ news391 shrincs ] : /en/newsletters/2026/02/06/#shrincs-324-byte-stateful-post-quantum-signatures-with-static-backups
180+ [ wallet bip ml ] : https://groups.google.com/g/bitcoindev/c/ylPeOnEIhO8
0 commit comments