bips
bips copied to clipboard
BIP127: Replace network_magic with BIP44 coin_type in ProofOfReserves message
This commit updates the ProofOfReserves message in the Protocol Buffers specification to use BIP44 coin type IDs from SLIP-0044 instead of network magic values.
The changes include:
- Renaming the field from 'network_magic' to 'coin_type'
- Updating the comments to reference the SLIP-0044 registry
- Adding examples for Bitcoin mainnet (0x80000000) and Testnet (0x80000001)
Pinging the author: @stevenroose
@stevenroose mind weighing in here, as BIP author?