We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a80e9b + f9b05e7 commit 2af8898Copy full SHA for 2af8898
kevm-pyk/src/kevm_pyk/kevm.py
@@ -410,6 +410,7 @@ def _add_account_invariant(account: KApply) -> list[KApply]:
410
)
411
constraints.append(mlEqualsTrue(ltInt(KEVM.size_bytes(cterm.cell('CALLDATA_CELL')), KEVM.pow128())))
412
constraints.append(mlEqualsTrue(KEVM.range_uint(256, cterm.cell('CALLVALUE_CELL'))))
413
+ constraints.append(mlEqualsTrue(KEVM.range_uint(256, cterm.cell('MIXHASH_CELL'))))
414
415
constraints.append(mlEqualsTrue(KEVM.range_address(cterm.cell('ORIGIN_CELL'))))
416
constraints.append(
0 commit comments