ethereum / beacon-APIs

Collection of RESTful APIs provided by Ethereum Beacon nodes
https://ethereum.github.io/beacon-APIs/
Creative Commons Zero v1.0 Universal
335 stars 169 forks source link

Use ERC-55 mixed-case checksum address encoding for execution address #396

Closed nflaig closed 9 months ago

nflaig commented 10 months ago

Based on discussion in https://github.com/ethereum/beacon-APIs/pull/395 it would be good if we could use ERC-55 mixed-case checksum address encoding for execution addresses in beacon API spec.

If this gets merged we should also do the same to keymanager API spec (types/eth_address.yaml#L2). Builder API spec references SignedValidatorRegistration from beacon API spec so we should be fine there (some example values could be updated)