Skip to content

Conversation

@VincenzoArceri
Copy link
Member

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.

lucaneg and others added 30 commits December 10, 2024 16:29
@VincenzoArceri VincenzoArceri requested a review from Copilot May 28, 2025 15:46
Copy link

Copilot AI left a 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 .sol test programs for mstore2/3, keccak256, and extended div_eth.sol with signed division tests
  • Updated .project to 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

@VincenzoArceri VincenzoArceri merged commit 60da221 into master May 28, 2025
3 checks passed
@VincenzoArceri VincenzoArceri deleted the counting-update branch May 28, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants