op-erigon-interfaces

+3
-0

This is an overview of the changes in op-erigon-interfaces, a fork of erigon-interface,

diff --git ledgerwatch/interfaces/remote/ethbackend.proto testinprod-io/erigon-interfaces/remote/ethbackend.proto index dd944fc8e37b944c31779fb5e291addd4404e245..1a8d4116285d9e0ffa7fbbcb5a68e38ac3425bcb 100644 --- ledgerwatch/interfaces/remote/ethbackend.proto +++ testinprod-io/erigon-interfaces/remote/ethbackend.proto @@ -120,6 +120,9 @@ uint64 timestamp = 2; types.H256 prev_randao = 3; types.H160 suggested_fee_recipient = 4; repeated types.Withdrawal withdrawals = 5; + optional bool noTxPool = 6; + repeated bytes transactions = 7; + optional uint64 gasLimit = 8; }   message EngineForkChoiceState {