graphprotocol / erigon

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

Instrument core/tx_pool #20

Closed dhyaniarun1993 closed 1 year ago

dhyaniarun1993 commented 1 year ago

Description

tx_pool is instrumented in the go-eth project. tx_pool for Erigon is implemented in erigon-lib/txpool. We need to check and see how to instrument this.