flashbots/mev-inspect-rs

Read Address -> Name map from a config file

Offen

#16 geöffnet am 19.11.2020

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (125 Forks)user submission
enhancementgood first issue

Repository-Metriken

Stars
 (560 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide