Skip to content

Commit

Permalink
feat: add tests for the EVM target (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 authored Nov 15, 2024
1 parent 3ce6099 commit e9a854c
Show file tree
Hide file tree
Showing 90 changed files with 2,881 additions and 3,195 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
/.vscode/

# Test artifacts
**/cli-tests/node_modules
**/cli-tests/artifacts
*.xml
/**/tests/data/temp/*

# Accidentally created backup files
*.bak
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
### Changed

- Moved the `solc` client to another crate at `era-solc`
- Prohibited usage of the upstream `solc` compiler
- Disassembler now only works with files with hexadecimal strings
- Updated to Rust v1.82.0

## [1.5.7] - 2024-10-31
Expand Down
Loading

0 comments on commit e9a854c

Please sign in to comment.