hedera-mirror-node icon indicating copy to clipboard operation
hedera-mirror-node copied to clipboard

Add in-equivalence tests

Open yiliev0 opened this issue 1 year ago • 0 comments

Problem

Currently we don't have tests that verify system accounts called via different opcodes like

  • [ ] - direct calls
  • [ ] - callcode
  • [ ] - call
  • [ ] - delegatecall
  • [ ] - staticcall
  • [x] - selfdestruct
  • [x] - balance
  • [x] - extcodecopy
  • [x] - extcodehash
  • [x] - extcodesize
  • [ ] - HTS transfers

Solution

Add tests that would cover all opcodes with system accounts

Alternatives

No response

yiliev0 avatar Nov 10 '23 09:11 yiliev0