• smartcontracts's avatar
    fix: have mips step check register offset instead of overwrite (#238) · f54765ce
    smartcontracts authored
    Existing step logic wrote the register offset into memory but the
    compiler should already be doing this when the struct is defined.
    Instead of writing directly into memory, this change verifies that
    the memory at that location has the expected value which will
    catch any cases where the compiler's memory allocation mechanism
    changes in the future.
    f54765ce
Name
Last commit
Last update
..
deploy-config Loading commit data...
deploy-config-periphery Loading commit data...
deployments Loading commit data...
invariant-docs Loading commit data...
lib Loading commit data...
scripts Loading commit data...
snapshots Loading commit data...
src Loading commit data...
test Loading commit data...
.gas-snapshot Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
STYLE_GUIDE.md Loading commit data...
VERSIONING.md Loading commit data...
foundry.toml Loading commit data...
justfile Loading commit data...
safe.json Loading commit data...
semver-lock.json Loading commit data...
slither.config.json Loading commit data...
slither.db.json Loading commit data...