Arsenii Kulikov
Arsenii Kulikov
bytes can't have an odd length. please check if `"[(0x0000000000000000000000000000000000000000,0,0x10,0x10,0,0,0,0,0,0x10,0x10)]"` will work
@evalir This probably happens because the EVM version for fork in which script is running defaults to the EVM version contracts were compiled with. This is also valid for tests...
@mds1 I think we can assume that this issue mostly affects projects which are compiling contracts with `paris`, but deploying them on Ethereum. This probably means that they are trying...
Yes, this sounds reasonable. > This should be a function of block number too, i.e. it accounts for when upgrades occurred. Managing such mapping seems like something out of foundry's...
@mds1 should we close this considering that we now have `vm.prompt*` cheats?
Hi @zemse! Great work on this project, it would be great if we could get this into foundry natively :) Do you have time for kicking off PR with this...
hey @zemse I've been playing around with internal fns tracking in https://github.com/foundry-rs/foundry/pull/8222 lately in context of displaying them in traces it is based on using the `CallTraceArena` instead of `DebugStep`...
hey @zemse! how's it going with the PR? do you need any help?
Fixed by https://github.com/alloy-rs/alloy/pull/614
Fixed by https://github.com/foundry-rs/foundry/pull/7334 and https://github.com/foundry-rs/foundry/pull/7941