Arsenii Kulikov

Results 146 comments of Arsenii Kulikov

> Not sure if that ever was not an issue, but I guess it should be solved anyways as it's quite common (run a script, gas spikes and a txn...

I don't think this is something we should/can do. Currently --resume assumes that nonce did not change, thus it does not re-execute script and just sends transactions which were not...

you can use `--interactive` for entering private key interactively without leaving it in command-line history. also you can use [foundry keystores](https://book.getfoundry.sh/reference/cast/cast-wallet-new) to store arbitrary private keys in an encrypted file...

> @klkvr maybe we should enforce tip of at least 1wei? yeah, that should work, though not sure if this should be part of alloy's default estimator

`Mac Mismatch` error usually means that you've entered a wrong password for a keystore

Fixed in [forge-std 1.8.0](https://github.com/foundry-rs/forge-std/releases/tag/v1.8.0)

@0xdapper I actually can't reproduce this locally, could you please share a repro and/or a error message you are getting?

hey @0xdapper can you confirm that this is still the case on the latest nightly? (`forge 0.2.0 (3cdee82 2024-02-15T00:19:38.655803000Z)`) If so, could you please check if `out/redeployHelper` contains more than...

I still can't reproduce it with your repro. Can you confirm if this issue occurs for any script files or only for the one you've mentioned? And could you try...

@0xdapper can you please check if this is still the case on latest nightly?