-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove StateChanges and StateReverts (#9781)
- Loading branch information
Showing
8 changed files
with
179 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
//! Bundle state module. | ||
//! This module contains all the logic related to bundle state. | ||
|
||
mod state_changes; | ||
mod state_reverts; | ||
|
||
pub use state_changes::StateChanges; | ||
pub use state_reverts::{StateReverts, StorageRevertsIter}; | ||
pub use state_reverts::StorageRevertsIter; |
This file was deleted.
Oops, something went wrong.
100 changes: 2 additions & 98 deletions
100
crates/storage/provider/src/bundle_state/state_reverts.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.