rbuilder has a cache for precompiles 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, but I didn't see an obvious comparable integration point since rblib instruments the EVM a bit differently.
rbuilder has a cache for precompiles which is interesting because
it'd be nice to support the same thing in rblib. rbuilder integrates it here, but I didn't see an obvious comparable integration point since rblib instruments the EVM a bit differently.