-
Notifications
You must be signed in to change notification settings - Fork 3
Bugfix in bitwise operations, improvements on abstract memory domain #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ssion and management.
…te for memory representation.
…ng isTop property.
…alyzer/evm-lisa into bug-fix-benchmark-script
… integer offsets are processed.
…o use StackElement for offsets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes and extends various EVM test cases by updating opcode behaviors (especially bitwise operations) and enhancing the abstract memory domain to track unknown values. Key changes include:
- Updated and expanded JSON reports for mstore*, keccak256, if/else, div, and new mstore3 tests
- Added new
.soltest programs for mstore2/3, keccak256, and extendeddiv_eth.solwith signed division tests - Updated
.projectto filter additional Eclipse resources
Reviewed Changes
Copilot reviewed 89 out of 89 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| evm-testcases/cfs/mstore2/mstore_eth.sol | New test for 32-byte mstore |
| evm-testcases/cfs/mstore3/mstore_eth.sol | New test for 1-byte mstore |
| evm-testcases/cfs/keccak256/keccak.sol | New Keccak256 test program |
| evm-testcases/cfs/div/div_eth.sol | Extended division tests including signed division |
| .project | Added regex filter for IDE and node_modules folders |
This pull request fixes all the opcodes related to bitwise operations (e.g., SHL, SHR, SAR) and improves the abstract memory domain: now, it is possible to track unknown values in the memory.