Open karmacoma-eth opened 1 month ago
@karmacoma-eth @daejunpark Can I take on this issue and work on it?
sure, that sounds great! thank you, @pillip!
for backward compatibility, i suggest introducing the new cheatcodes as aliases to the existing ones:
please note that copyStorage and mockFunction are not currently supported, so they are outside the scope of this.
https://github.com/foundry-rs/foundry/pull/8807 https://github.com/foundry-rs/foundry/pull/8882
we may want to replace our custom
svm.enableSymbolicStorage(address)
with the equivalent (but foundy and kontrol-compatible)vm.setArbitraryStorage(address target)