Skip to content

Commit

Permalink
[fix] Fix module validation and traversal for verified module loading
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemitenkov committed Oct 14, 2024
1 parent d0e08f9 commit a77e285
Show file tree
Hide file tree
Showing 24 changed files with 1,191 additions and 457 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.

1 change: 1 addition & 0 deletions aptos-move/block-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ scopeguard = { workspace = true }

[dev-dependencies]
aptos-aggregator = { workspace = true, features = ["testing"] }
aptos-types = { workspace = true, features = ["testing"] }
criterion = { workspace = true }
fail = { workspace = true, features = ["failpoints"] }
itertools = { workspace = true }
Expand Down
346 changes: 302 additions & 44 deletions aptos-move/block-executor/src/captured_reads.rs

Large diffs are not rendered by default.

Loading

0 comments on commit a77e285

Please sign in to comment.