Matt Solomon
Matt Solomon
@henry-hz You can use [`vm.breakpoint`](https://book.getfoundry.sh/cheatcodes/breakpoint#breakpoint)
I am getting RPC errors and am unable to generate the transaction: `too many arguments, want at most 1`. This occurs when using the same process I always use for...
Done, thanks!
I've updated the title to `Upgrade #10 Release Tracker`, per the new smart contract versioning rules, since Upgrade #9 (Fjord) is the most recent one
Huh interesting. I guess because I opened this issue originally, a PR from a repo in my namespace was able to close it? Either way, re-opening it now
> A standard chain would set this value to be the L1 `ProxyAdmin` owner. Hmm are you sure this is the right configuration for this new role? This means the...
I believe the AnchorStateRegistry no longer has immutables so going forward we can reuse those implementations, but the dispute game contracts do still need to be refactored to remove immutables...
The intent was to annotate the production contract, just because it seems a lot cleaner/simpler. There is some precedent for this, e.g. slither and scribble support using custom comments to...
Main downside there is you need at least solidity 0.8.2, otherwise I believe compilation fails due to invalid natspec tag (probably the same issue with my original syntax). We'd want...
IIUC there's two things being requested here: 1. More specific error messages thrown. In https://github.com/foundry-rs/foundry/issues/1387 we aggregated most/all EVM errors to handle and I'm not sure where that left off....