Skip to content

Commit

Permalink
update Engine API bindings to match L2 geth
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Mar 16, 2022
1 parent 14afdc4 commit a7b0815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opnode/l2/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ type PayloadAttributes struct {
Random Bytes32 `json:"random"`
// suggested value for the coinbase field of the new payload
SuggestedFeeRecipient common.Address `json:"suggestedFeeRecipient"`
// Transactions to build the block with, omitted if the local tx pool of the engine should be used instead
// Transactions to force into the block (always at the start of the transactions list).
Transactions []Data `json:"transactions,omitempty"`
// NoTxPool to disable adding any transactions from the transaction-pool.
NoTxPool bool `json:"noTxPool,omitempty"`
}

type ExecutePayloadStatus string
Expand Down

0 comments on commit a7b0815

Please sign in to comment.