omni-network / omni

Monorepo for Omni node, contracts and other related tools
https://omni.network
GNU General Public License v3.0
93 stars 54 forks source link

test(e2e): fix tests #2547

Closed corverroos closed 3 days ago

corverroos commented 3 days ago

Backwards tests restarts all geths. This causes txmgr to fail submitting portalregistrations since it doesn't return a network error but EOF, catch and handle this.

EVM genesis test golden wasn't updated in recent PR, also make it smaller.

issue: none