Francisco Giordano
Francisco Giordano
IMO "silently does not execute" is the reasonable behavior given how the EVM works, but I see how that's inconsistent with the way `vm.expectRevert` affects external calls (the revert is...
I think a good name for the cheatcode could help mitigate that confusion. I don't have any concrete suggestions though.
> `vim.ctx.get_llm_prompt()` returns the state in a LLM prompt-friendly way It doesn't seem like a good idea to hardcode a particular text representation. There still appears to be a lot...
This is not a general solution but the cycle `h_tiles -> v_tiles -> h_accordion` can be implemented as `layout tiles vertical h_accordion`.
Please share your Hardhat config. Are you using other plugins?
> And, as I understand it, there is no typescript support? This plugin hasn't been tested for TypeScript support.
> which uses the `extcodecopy` pattern I think it's just `codecopy` because it's done on `address(this)`.
Indeed, I stand corrected!
> What do you think about revocations stored in account state itself, rather than a system contract? The revocations can be stored in a namespaced storage slot, which can only...
The other option I can think of is to have two matching snippets so the user can choose, with the default being the current one.