Skip to content

Commit

Permalink
Use ERC-55 mixed-case checksum address encoding for execution address
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jan 10, 2024
1 parent 6559c85 commit 1848005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apis/eventstream/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ get:
description: The node has received a BLS to execution change (from P2P or API)
value: |
event: bls_to_execution_change
data: {"message":{"validator_index":"1", "from_bls_pubkey":"0x933ad9491b62059dd065b560d256d8957a8c402cc6e8d8ee7290ae11e8f7329267a8811c397529dac52ae1342ba58c95", "to_execution_address":"0x9be8d619c56699667c1fedcd15f6b14d8B067f72"}, "signature":"0x1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505cc411d61252fb6cb3fa0017b679f8bb2305b26a285fa2737f175668d0dff91cc1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505"}
data: {"message":{"validator_index":"1", "from_bls_pubkey":"0x933ad9491b62059dd065b560d256d8957a8c402cc6e8d8ee7290ae11e8f7329267a8811c397529dac52ae1342ba58c95", "to_execution_address":"0x9Be8d619c56699667c1feDCD15f6b14D8B067F72"}, "signature":"0x1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505cc411d61252fb6cb3fa0017b679f8bb2305b26a285fa2737f175668d0dff91cc1b66ac1fb663c9bc59509846d6ec05345bd908eda73e670af888da41af171505"}
finalized_checkpoint:
description: Finalized checkpoint has been updated
value: |
Expand Down
5 changes: 2 additions & 3 deletions types/primitive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ExecutionAddress:
type: string
format: hex
description: "An address on the execution (Ethereum 1) network."
example: "0xabcf8e0d4e9587369b2301d0790347320302cc09"
example: "0xAbcF8e0d4e9587369b2301D0790347320302cc09"
pattern: "^0x[a-fA-F0-9]{40}$"

Transaction:
Expand Down Expand Up @@ -143,5 +143,4 @@ KZGProof:
type: string
format: hex
pattern: "^0x[a-fA-F0-9]{96}$"
description: "A G1 curve point. Used for verifying that the `KZGCommitment` for a given `Blob` is correct."

description: "A G1 curve point. Used for verifying that the `KZGCommitment` for a given `Blob` is correct."

0 comments on commit 1848005

Please sign in to comment.