Skip to content

Commit

Permalink
[storage] utilize the NewBlockEvent to find out block boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse committed Aug 8, 2022
1 parent 50a492c commit f6b909e
Show file tree
Hide file tree
Showing 17 changed files with 268 additions and 180 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion execution/executor-test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ aptos-temppath = { path = "../../crates/aptos-temppath" }
aptos-transaction-builder = { path = "../../sdk/transaction-builder" }
aptos-types = { path = "../../types", features = ["fuzzing"] }
aptos-vm = { path = "../../aptos-move/aptos-vm" }

aptosdb = { path = "../../storage/aptosdb", features = ["fuzzing"] }
consensus-types = { path = "../../consensus/consensus-types"}
executor = { path = "../executor" }
executor-types = { path = "../executor-types" }
move-deps = { path = "../../aptos-move/move-deps", features = ["address32"] }
Expand Down
Loading

0 comments on commit f6b909e

Please sign in to comment.