You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 33bf8a8 - feat: use singular bytes for the jumpmap (#402) (4 weeks ago) <Bjerg>
@@ -811,7 +811,7 @@ Changes:
811
811
# v1.1.0
812
812
date: 14.1.2022
813
813
814
-
There is bug introduced in last release with gas blcok optimization, it will crash revm if anywhere in contract is unknown OpCode. And now returning log after execution (ups) included them in eth/tests verification.
814
+
There is bug introduced in last release with gas block optimization, it will crash revm if anywhere in contract is unknown OpCode. And now returning log after execution (ups) included them in eth/tests verification.
815
815
816
816
Changes:
817
817
* Bug fix for unknown OpCode
@@ -848,7 +848,7 @@ Changes:
848
848
* clippy/warnings/fmt cleanup
849
849
* Bump auto_impl to v0.5
850
850
* opcode renaming
851
-
* Gas measurment can be removed with rust features.
851
+
* Gas measurement can be removed with rust features.
0 commit comments