graphprotocol / erigon

Ethereum implementation on the efficiency frontier
GNU Lesser General Public License v3.0
1 stars 12 forks source link

Instrument consensus #14

Closed dhyaniarun1993 closed 1 year ago

dhyaniarun1993 commented 1 year ago

Description

Instrument the consensus/ functions and object to record all the necessary block/transaction changes as per streamingFast practices. Refer to the streamingFast go-ethereum repository for the required changes.