chainwayxyz / citrea

Citrea, Bitcoin's First ZK Rollup 🍊🍋
https://citrea.xyz
GNU General Public License v3.0
127 stars 26 forks source link

Reconsider failing on any tx fail in evm #1438

Open eyusufatik opened 2 weeks ago

eyusufatik commented 2 weeks ago

for example we don't ignore and continue on base fee fails because we trust the sequencer to not include txs like that

we can extend this assumption to L1 fee fails too 👍

eyusufatik commented 1 day ago

there might be implications of this regarding creating a forked state. I guess we should do it.