-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add and update types for Capella (#60)
* Add and update types for Capella * Fix schema validation by adding discriminator to response * Add builder api types for Capella * Fix incorrect comments * Regenerate builder.md TOC * Update beacon block examples to be more realistic * Fix bid schema field ordering Co-authored-by: Alex Stokes <[email protected]> * Fix capella bid field ordering * Restructure spec files * Add consensus version header to submitBlindedBlock request * Revert "Fix schema validation by adding discriminator to response" This reverts commit 702791c. * Fix validator spec heading Co-authored-by: Alex Stokes <[email protected]> * Update beacon API submodule to latest --------- Co-authored-by: Alex Stokes <[email protected]>
- Loading branch information
1 parent
540bcca
commit a1787c6
Showing
15 changed files
with
397 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule beacon-apis
updated
96 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"value": { | ||
"version": "capella", | ||
"data": { | ||
"parent_hash": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", | ||
"fee_recipient": "0xabcf8e0d4e9587369b2301d0790347320302cc09", | ||
"state_root": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", | ||
"receipts_root": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", | ||
"logs_bloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", | ||
"prev_randao": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", | ||
"block_number": "1", | ||
"gas_limit": "1", | ||
"gas_used": "1", | ||
"timestamp": "1", | ||
"extra_data": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", | ||
"base_fee_per_gas": "1", | ||
"block_hash": "0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2", | ||
"transactions": [ | ||
"0x02f878831469668303f51d843b9ac9f9843b9aca0082520894c93269b73096998db66be0441e836d873535cb9c8894a19041886f000080c001a031cc29234036afbf9a1fb9476b463367cb1f957ac0b919b69bbc798436e604aaa018c4e9c3914eb27aadd0b91e10b18655739fcf8c1fc398763a9f1beecb8ddc86" | ||
], | ||
"withdrawals": [ | ||
{ | ||
"index": "1", | ||
"validator_index": "1", | ||
"address": "0xabcf8e0d4e9587369b2301d0790347320302cc09", | ||
"amount": "32000000000" | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.