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

Merge pull request #2252 from jurvis/bip89-deployed

bip89: advance to deployed
This commit is contained in:
Murch
2026-08-12 21:22:56 -07:00
committed by GitHub
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
| Informational
| Complete
|-
|- style="background-color: #cfffcf"
| [[bip-0089.mediawiki|89]]
| Applications
| Chain Code Delegation
| Jesse Posner, Jurvis Tan
| Specification
| Draft
| Deployed
|- style="background-color: #cfffcf"
| [[bip-0090.mediawiki|90]]
|

View File

@@ -6,11 +6,12 @@
Jurvis Tan <jurvis@block.xyz>
Comments-Summary: No comments yet.
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0089
Status: Draft
Status: Deployed
Type: Specification
Assigned: 2025-12-03
License: BSD-3-Clause
Discussion: https://delvingbitcoin.org/t/chain-code-delegation-private-access-control-for-bitcoin-keys/1837
Version: 1.0.0
Requires: 32, 340, 341
</pre>
@@ -392,6 +393,7 @@ You may also find example code of CCD in action [https://github.com/jurvis/chain
== 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.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.