kkrt-labs / kakarot-ssj

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

dev: refactor transaction model #919

Closed enitrat closed 3 weeks ago

enitrat commented 3 weeks ago

Inspired from REVM's model. Get rid of the duplication of three transaction types and simplify the enum of transactions

https://github.com/bluealloy/revm/blob/bcdc652cac5940ed8b3521519d590b9371660521/crates/primitives/src/env.rs#L603-L608 https://github.com/bluealloy/revm/blob/bcdc652cac5940ed8b3521519d590b9371660521/crates/primitives/src/env.rs#L529-L601