hedera-mirror-node
hedera-mirror-node copied to clipboard
Add in-equivalence tests
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