anton-rs / cannon-rs

An alternative implementation of the OP Stack's Cannon, a MIPS emulator for the EVM.
MIT License
59 stars 6 forks source link

♻️ Move to `[u8; 32]` over Alloy's B256 wrapper #18

Closed clabby closed 1 year ago

clabby commented 1 year ago

Overview

Moves us to using [u8; 32] over Alloy's B256 wrapper in most performance-critical places.