Commit 1942db8
committed
Add database layering tests to flashblocks-rpc
Add tests verifying the correct State<CacheDB<StateProviderDatabase>>
layering order. These tests demonstrate that CacheDB<State<...>> loses
writes because CacheDB intercepts all writes into its internal cache
without propagating them to State's bundle tracking.1 parent 9752d0a commit 1942db8
File tree
4 files changed
+520
-1
lines changed- crates
- flashblocks-rpc
- tests
- metering/src/tests
4 files changed
+520
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments