kakarot-ssj
kakarot-ssj copied to clipboard
feat: implement the test suite for 0x5A - GAS opcode
### Tasks
- [ ] Create the trait for the GAS opcode category
- [ ] Create the GAS opcode function, write it only as a panic_with_felt252('GAS not implement yet')
- [ ] Create the test suite for GAS, taking Geth's examples
- [ ] Create the test suite for GAS taking Kakarot cairo0 examples
- [ ] Create the test suite for GAS taking the evm.codes examples