Consensys / linea-besu

Linea implementation based on Besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
65 stars 57 forks source link

Make changes to BlockAwareOperationTracer to allow counting trace lines during block building #22

Closed pinges closed 1 year ago

pinges commented 1 year ago

The current API passes in the BlockHeader and the Block to the traceStartBlock() method. When building a block neither is available. The API was changed to take the block number, base fee, and the coinbase.

macfarla commented 1 year ago

finished in another PR