flashbots / flashbots/rbuilder
feat: BlockBuildingHelperFromDB allows for changing cached reads
Open
- Dominant language
- Rust
- Stars
- 567
- Forks
- 209
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful for some block building algorithms to be able to add/change the cached reads on the block state within BlockBuildingHelperFromDB. This change should be simple, just expose a function that takes CachedReads as an input and calls .with_cached_reads on block_state.
Contributor guide
Assessment
This issue has not been assessed yet.