Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Implement Comparision & Bitwise logic operators in EVM #61

Open
12 tasks done
Bhargavasomu opened this issue Jul 2, 2021 · 1 comment
Open
12 tasks done

Implement Comparision & Bitwise logic operators in EVM #61

Bhargavasomu opened this issue Jul 2, 2021 · 1 comment
Assignees

Comments

@Bhargavasomu
Copy link

Bhargavasomu commented Jul 2, 2021

  • LT
  • GT
  • SLT
  • SGT
  • EQ
  • ISZERO
  • AND
  • OR
  • XOR
  • NOT
  • BYTE
  • U256 tests for and, or, xor, rxor, ixor, invert
@Bhargavasomu Bhargavasomu self-assigned this Jul 2, 2021
@Bhargavasomu
Copy link
Author

The work here has been done, including integrating ethereum/tests for these opcodes. Will make this a PR once #52 and #60 have been resolved by merging the corresponding PRs.

Meanwhile I'll add custom test cases for U256.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant