-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
C-anvilCommand: anvilCommand: anvilT-featureType: featureType: featurefirst issueA good way to start contributingA good way to start contributing
Description
Component
Anvil
Describe the feature you would like
same as #11071
but for
foundry/crates/anvil/src/eth/backend/mem/state.rs
Lines 72 to 79 in 24a6699
/// Applies the given state overrides to the given CacheDB | |
pub fn apply_state_overrides<D>( | |
overrides: StateOverride, | |
cache_db: &mut CacheDB<D>, | |
) -> Result<(), BlockchainError> | |
where | |
D: DatabaseRef<Error = DatabaseError>, | |
{ |
for this we also need some additional error conversions for Blockchainerror
similar to
see:
foundry/crates/anvil/src/eth/error.rs
Line 79 in 24a6699
StateOverrideError(String), |
maybe @Soubhik-10 ?
Additional context
No response
Metadata
Metadata
Assignees
Labels
C-anvilCommand: anvilCommand: anvilT-featureType: featureType: featurefirst issueA good way to start contributingA good way to start contributing
Type
Projects
Status
Done