mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-05 19:33:39 +00:00
4871e25f5f
* vm: optimize eq, slt, sgt and iszero + tests * core/vm: fix error in slt/sgt, found by vmtests. Added testcase * core/vm: make slt/sgt cleaner