flashbots/mev-inspect-rs

Read Address -> Name map from a config file

オープン

#16 opened on 2020/11/19

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (125 件のフォーク)user submission
enhancementgood first issue

Repository metrics

Stars
 (560 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド