kkrt-labs / kakarot-ssj

Kakarot zkEVM - rewrite in the latest version of Cairo
https://www.kakarot.org
MIT License
114 stars 53 forks source link

feat: implement the test suite for 0x5A - GAS opcode #259

Open khaeljy opened 10 months ago

khaeljy commented 10 months ago
### 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
Eikix commented 10 months ago

Important update: we are gathering some bugs in the Kakarot v0 codebase, we need to make sure each issue and each PR in Kakarot-ssj is aware of the lists of known bugs. Look at this tracking issue everytime you take an issue and check your issue isn't targeted by a known bug. Will add this reminder in many places to make sure we keep track of known bugs.