Skip to content

Commit

Permalink
feat: move EraVM bytecode hashing to another function
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 committed Dec 2, 2024
1 parent eb5133f commit 314f50f
Show file tree
Hide file tree
Showing 12 changed files with 115 additions and 128 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Changed

- The disassembler now only works with files with hexadecimal strings
- The CLI library from deprecated `structopt` to `clap`
- Updated to Rust v1.82.0

### Fixed
Expand Down
117 changes: 56 additions & 61 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hex = "=0.4.3"
zkevm_opcode_defs = "=0.150.6"

era-compiler-common = { git = "https://github.com/matter-labs/era-compiler-common", branch = "main" }
era-compiler-llvm-context = { git = "https://github.com/matter-labs/era-compiler-llvm-context", branch = "az-link-factory-dependencies" }
era-compiler-llvm-context = { git = "https://github.com/matter-labs/era-compiler-llvm-context", branch = "main" }

[dev-dependencies]
assert_cmd = "=2.0.16"
Expand Down
Loading

0 comments on commit 314f50f

Please sign in to comment.