You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…omDB (#189)
#178
- Added `update_cached_reads` method to the `BlockBuildingHelper` trait
- Implemented `update_cached_reads` for `BlockBuildingHelperFromDB`
- Updated `MockBlockBuildingHelper` to include an unimplemented
`update_cached_reads` method
## ✅ I have completed the following steps:
* [ ✅] Run `make lint`
* [✅ ] Run `make test`
---------
Signed-off-by: 7suyash7 <[email protected]>
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.
The text was updated successfully, but these errors were encountered: