1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-08-24 18:47:19 +00:00

docs: advance bip89 to deployed

This commit is contained in:
Jurvis Tan
2026-08-12 21:09:25 -07:00
parent fe2d6caf85
commit b7bf6dda11
2 changed files with 5 additions and 3 deletions

View File

@@ -512,13 +512,13 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority
| Dmitry Petukhov | Dmitry Petukhov
| Informational | Informational
| Complete | Complete
|- |- style="background-color: #cfffcf"
| [[bip-0089.mediawiki|89]] | [[bip-0089.mediawiki|89]]
| Applications | Applications
| Chain Code Delegation | Chain Code Delegation
| Jesse Posner, Jurvis Tan | Jesse Posner, Jurvis Tan
| Specification | Specification
| Draft | Deployed
|- style="background-color: #cfffcf" |- style="background-color: #cfffcf"
| [[bip-0090.mediawiki|90]] | [[bip-0090.mediawiki|90]]
| |

View File

@@ -6,11 +6,12 @@
Jurvis Tan <jurvis@block.xyz> Jurvis Tan <jurvis@block.xyz>
Comments-Summary: No comments yet. Comments-Summary: No comments yet.
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0089 Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0089
Status: Draft Status: Deployed
Type: Specification Type: Specification
Assigned: 2025-12-03 Assigned: 2025-12-03
License: BSD-3-Clause License: BSD-3-Clause
Discussion: https://delvingbitcoin.org/t/chain-code-delegation-private-access-control-for-bitcoin-keys/1837 Discussion: https://delvingbitcoin.org/t/chain-code-delegation-private-access-control-for-bitcoin-keys/1837
Version: 1.0.0
Requires: 32, 340, 341 Requires: 32, 340, 341
</pre> </pre>
@@ -392,6 +393,7 @@ You may also find example code of CCD in action [https://github.com/jurvis/chain
== Changelog == == Changelog ==
* '''1.0.0''' (2026-08-13): Advance to Deployed.
* '''0.1.3''' (2026-02-02): Upgrade secp256k1lab and add license file; fix type checker and linter issues; clarify Delegator/Delegatee terminology, derivation constraints, signing modes, and verification scope. * '''0.1.3''' (2026-02-02): Upgrade secp256k1lab and add license file; fix type checker and linter issues; clarify Delegator/Delegatee terminology, derivation constraints, signing modes, and verification scope.
* '''0.1.2''' (2025-12-03): Updated to reflect BIP number assignment. * '''0.1.2''' (2025-12-03): Updated to reflect BIP number assignment.
* '''0.1.1''' (2025-11-30): Fix acknowledgments spelling, BIP3 formatting, and use "Chain Code" with a space throughout. * '''0.1.1''' (2025-11-30): Fix acknowledgments spelling, BIP3 formatting, and use "Chain Code" with a space throughout.