Skip to content

Commit

Permalink
Merge pull request ethereum#114 from mdehoog/inphi/caps
Browse files Browse the repository at this point in the history
Update engine capabilities set
  • Loading branch information
Inphi authored Mar 30, 2023
2 parents 5d6fa4f + 9239edf commit e864ddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eth/catalyst/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,13 @@ var caps = []string{
"engine_exchangeTransitionConfigurationV1",
"engine_getPayloadV1",
"engine_getPayloadV2",
"engine_getPayloadV3",
"engine_newPayloadV1",
"engine_newPayloadV2",
"engine_newPayloadV3",
"engine_getPayloadBodiesByHashV1",
"engine_getPayloadBodiesByRangeV1",
"engine_getBlobsBundleV1",
}

type ConsensusAPI struct {
Expand Down

0 comments on commit e864ddd

Please sign in to comment.