refactor state DB / snapshot interfaces - #4041
Conversation
PR SummaryLow Risk Overview The read-only Reviewed by Cursor Bugbot for commit ac2420a. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
There was a problem hiding this comment.
Pure rename/reorganization of the declaration-only giga package: StateSnapshot/EVMStateSnapshot/OpenSnapshot* become StateView/EVMStateView/OpenView*, and StateDB moves to its own file with the proto import. No implementations or callers exist in the tree, so nothing breaks, and doc comments were updated consistently.
Findings: 0 blocking | 0 non-blocking | 0 posted inline
Blockers
- None at the file/PR level.
Non-blocking
- None at the file/PR level.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4041 +/- ##
==========================================
- Coverage 61.23% 60.24% -0.99%
==========================================
Files 2153 2054 -99
Lines 188412 176727 -11685
==========================================
- Hits 115381 106476 -8905
+ Misses 62285 60472 -1813
+ Partials 10746 9779 -967
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Describe your changes and provide context
Rename "snapshots" to "views", other minor refactors