File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ We define the following set of common prefixes with their corresponding semantic
77
77
| ` policy_vk ` | CIP-1855's policy public key | Ed25519 public key |
78
78
| ` pool_sk ` | Pool operator signing key | Ed25519 private key |
79
79
| ` pool_vk ` | Pool operator verification key | Ed25519 public key |
80
+ | ` pool_xsk ` | Pool operator extended signing key | Ed25519-bip32 extended private key |
81
+ | ` pool_xvk ` | Pool operator extended verification key | Ed25519 public key with chain code |
80
82
| ` root_sk ` | CIP-1852's root private key | Ed25519 private key |
81
83
| ` root_vk ` | CIP-1852's root public key | Ed25519 public key |
82
84
| ` root_xsk ` | CIP-1852's extended root private key | Ed25519-bip32 extended private key |
@@ -200,6 +202,7 @@ The only prior work done towards that direction has been [jcli](https://input-ou
200
202
- [x] cardano-wallet
201
203
- [x] Blockfrost
202
204
- [x] cardanoscan, cexplorer
205
+ - [x] cardano-signer
203
206
- ... and more
204
207
205
208
### Implementation Plan
@@ -212,7 +215,8 @@ In order to make it easy to keep up with updates to this CIP, we include the fol
212
215
213
216
| ID | Date | Summary of changes | Pull Request |
214
217
| --- | --- | --- | --- |
215
- | 1 | 2024-04-22 | Defined bech32 prefixes for genesis keys and created changelog. | [ #1027 ] ( https://github.com/cardano-foundation/CIPs/pull/1027 ) |
218
+ | 1 | 2025-04-22 | Defined bech32 prefixes for genesis keys and created changelog. | [ #1027 ] ( https://github.com/cardano-foundation/CIPs/pull/1027 ) |
219
+ | 2 | 2025-05-13 | Defined bech32 prefixes for extended pool operator keys | [ #] ( https://github.com/cardano-foundation/CIPs/pull/ ) |
216
220
217
221
## Copyright
218
222
You can’t perform that action at this time.
0 commit comments