mev-inspect-rs
mev-inspect-rs copied to clipboard
Discover historic Miner Extractable Value (MEV) opportunities
**Version** List the versions of all `mev-inspect-rs` crates you are using. The easiest way to get this information is using `cargo-tree`. `cargo install cargo-tree` (see install here: https://github.com/sfackler/cargo-tree) Then: `cargo...
Please post your question as a discussion in the Flashbots Discord I met a error hint: ``` bob@bob-XPS-8940:~/search/code/bot/bot/mev-inspect-rs$ ./target/release/mev-inspect -u http://localhost:8549 blocks -f 7475414 -t 7475462 Error: Invalid name: please...
We should have docs for creating: - [ ] New inspectors - [ ] New reducers
## Motivation Older versions of ethers-rs depend on curl, which has issues compiling for M1 macs. Newer versions of ethers-rs do not require curl, so it should be updated. ##...
Update documentation to deprecated part of the documentation. ## Motivation The documentation even a deprecated one is still documentation! ## Solution Update the link
## Motivation This is a big one -.- First of all, I don't expect everything to be included at once, or even at all. I rather chalk this up to...
**Is your feature request related to a problem? Please describe.** Remove postgres as a runtime dependency, allow user to not connect to a db
Please post your question as a discussion in the Flashbots Discord
**Is your feature request related to a problem? Please describe.** Currently the library offers no logging. **Describe the solution you'd like** [Tracing](https://github.com/tokio-rs/tracing) provides great logging support with various levels of...
I have a problem: Execute the command ./target/release/mev-inspect -u http://x.x.x.x:8545 Error: Invalid name: please ensure the contract and method you're calling exist! failed to decode empty bytes. if you're using...