Conversation
|
I feal like this is not the best way to do it, i still need to check how geth and oe bahave in this case just to be on same page with them. |
|
Wouldn't this fit better in |
Dragan previously talked about removing the override spec thing so I opted not to put it in there. Foundry doesn't use it either 😄 |
e8e0836 to
367e1ce
Compare
|
@rakita This is now hidden behind the I also removed |
Co-authored-by: zoro <296179868@qq.com>
Co-authored-by: zoro <296179868@qq.com>
Some Foundry tests might access memory at very high indexes that would not otherwise be possible due to gas constraints. A solution would be to lower the amount of gas tests can use, but ideally we'd want this to be as uncapped as possible to allow for deployment of big test contracts.
This imposes a memory limit of 16 megabytes for the interpreter which (I think?) should be more than enough. Let me know what you think/if there is a better solution. Could also be feature-gated