mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 21:11:20 +00:00
d69b20bc4e
Prerequisites: https://github.com/ledgerwatch/interfaces/pull/187 & https://github.com/ledgerwatch/erigon-lib/pull/1069. Also implement https://github.com/ethereum/execution-apis/pull/426.
10 lines
339 B
Go
10 lines
339 B
Go
package rpc_helper
|
|
|
|
const EngineNewPayloadV1 = "engine_newPayloadV1"
|
|
const EngineNewPayloadV2 = "engine_newPayloadV2"
|
|
const EngineNewPayloadV3 = "engine_newPayloadV3"
|
|
|
|
const ForkChoiceUpdatedV1 = "engine_forkchoiceUpdatedV1"
|
|
const ForkChoiceUpdatedV2 = "engine_forkchoiceUpdatedV2"
|
|
const ForkChoiceUpdatedV3 = "engine_forkchoiceUpdatedV3"
|