John Kane

Results 272 comments of John Kane

> Same issue, even without create2 Hey @bioharz, does your issue match with the steps above? > Minimal reproduction steps > > Assuming we use address "0xaaa" as deployer. >...

I am going to close this issue on the assumption that the mutex in viem/ethers stops the nonce error.

@duongvansang you will need to give more information: * What error did you encounter when you first run the deployment? * What error do you encounter when your run the...

> ### Hello, I have the same problem with this issue. > > **At first run I get the error:** Batch #1 Executing DeployModule#FirstVaultStaking - bumping gas fee (2/4)... An...

I have been able to reproduce this locally. This is a bug. It might be getting disguised by prettier cleaning up `"\""` to `'"'` on format.

We need some design work here. Maybe two apis in the build system: one for tests and other for standard contracts. Then we need to decide what the default for...

How do we think we are getting completions when the parsing fails, is it that we are picking up the results of the last successful parse?

> Any news on this? The issue is pretty annoying. Ready to provide additional info and assist in fixing. Hey @igorline. Presenting correct completions in the presence of syntax errors...

Invoking analysis and making the `onSignatureHelp` async both sound like good moves. I suspect we will want to hold on this until we can pull in `slang parser` to give...