Victor Snyder-Graf
Victor Snyder-Graf
Currently, the KZG precompile is not enabled in Steel. If a contract executes this precompile during a Steel call, the guest will return an error. We want to enable the...
If the guest and host do not agree on e.g. chain ID, the error that results can be difficult to debug. We had a partner report that it took them...
One of the common challenges with using Steel today is linking your proof to a block that is part of the target chain (e.g. by using the `blockhash` builtin). With...
As a check against potentially costly deployment mistakes, we should use the Forge scripting / testing system to automatically check the consistency of the `deployment.toml` file and the contracts deployed...
I use neovim and CoC for my editor, which uses watchman on MacOS. Watchman has started to die on me when it tries to process the repo. I found that...