flashbots/mev-inspect-rs

Read Address -> Name map from a config file

Aperta

#16 aperta il 19 nov 2020

 (1 commento) (0 reazioni) (0 assegnatari)Rust (125 fork)user submission
enhancementgood first issue

Metriche repository

Star
 (560 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

It'd be nice if we could have access to Etherscan-like mapping of addr->name, instead of doing it manually/slowly ourselves https://github.com/flashbots/mev-inspect-rs/blob/master/src/addresses.rs#L112-L188. This could easily be done with the CSV crate, as shown here

Guida contributor