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
make the block exporter context visible in the Storage trait (#3748)
## Motivation
#3729 was not enough to re-use `run_with_storage` in the block exporter
## Proposal
* Move the new definition to the trait.
* Add the necessary associated type.
This is a little ugly but the alternative is to have different variants
of the `Storage` trait depending on the app using it. This could be done
later.
## Test Plan
CI
0 commit comments