Skip to content

Commit

Permalink
CIP-0019 | add note for pointer address removal in Conway (#902)
Browse files Browse the repository at this point in the history
* add note to CIP19 for pointer address removal

* spelling "deprecated" correctly, capitalising Conway

* capitalising Mainnet

* Update CIP-0019/README.md

---------

Co-authored-by: Robert Phair <[email protected]>
  • Loading branch information
Ryun1 and rphair authored Sep 18, 2024
1 parent f30df89 commit 4a0a54d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CIP-0019/CIP-0019-cardano-addresses.abnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ADDRESS = %b0000 | NETWORK-TAG | KEY-HASH | KEY-HASH ; type 00, Base Sh
\ %b0001 | NETWORK-TAG | SCRIPT-HASH | KEY-HASH ; type 01, Base Shelley address
\ %b0010 | NETWORK-TAG | KEY-HASH | SCRIPT-HASH ; type 02, Base Shelley address
\ %b0011 | NETWORK-TAG | SCRIPT-HASH | SCRIPT-HASH ; type 03, Base Shelley address
\ %b0100 | NETWORK-TAG | KEY-HASH | POINTER ; type 04, Pointer Shelley address
\ %b0101 | NETWORK-TAG | SCRIPT-HASH | POINTER ; type 05, Pointer Shelley address
\ %b0100 | NETWORK-TAG | KEY-HASH | POINTER ; type 04, Pointer Shelley address deprecated in Conway
\ %b0101 | NETWORK-TAG | SCRIPT-HASH | POINTER ; type 05, Pointer Shelley address deprecated in Conway
\ %b0110 | NETWORK-TAG | KEY-HASH ; type 06, Payment Shelley address
\ %b0111 | NETWORK-TAG | SCRIPT-HASH ; type 07, Payment Shelley address
\ %b1000 | BYRON-PAYLOAD ; type 08, Byron / Bootstrap address
Expand Down
3 changes: 3 additions & 0 deletions CIP-0019/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ Some addresses (types 6 and 7) carry no delegation part whatsoever. Their associ

##### Pointers

> **Note**
> From the Conway ledger era, new pointer addresses cannot be added to Mainnet.
In an address, a **chain pointer** refers to a point of the chain containing a stake key registration certificate. A point is identified by 3 coordinates:

- An absolute slot number
Expand Down

0 comments on commit 4a0a54d

Please sign in to comment.