mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
* WIP - beacon-chain builds * pass blockchain tests * pass beacon-chain/execution tests * Passing RPC tests * fix building * add changelog * fix linters * Spectests * copy requests on Copy() * Fix tests * Fix config test * fix verification tests * add aliases for Electra types * double import and unskip spectests * Remove unnecessary comment
5 lines
136 B
Go
5 lines
136 B
Go
package enginev1
|
|
|
|
type ExecutionPayloadElectra = ExecutionPayloadDeneb
|
|
type ExecutionPayloadHeaderElectra = ExecutionPayloadHeaderDeneb
|