Precompile cache
- Dominant language
- Rust
- Stars
- 77
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
rbuilder has a cache for [precompiles](https://github.com/flashbots/rbuilder/blob/4ee212eedcc577479130d7123ee04ea84dfcb38c/crates/rbuilder/src/building/precompile_cache.rs#L17) which is interesting because
* it allows for the sharing of execution results across top of block simulation and block building
* it reducing latency
* it helps with DOS
it'd be nice to support the same thing in rblib. rbuilder integrates it [here](https://github.com/flashbots/rbuilder/blob/develop/crates/rbuilder/src/building/evm.rs#L91), but I didn't see an obvious comparable integration point since rblib instruments the EVM a bit differently.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.