Igor Aleksanov

Results 77 comments of Igor Aleksanov

Let's mark them unsupported and wait until someone needs them. Otherwise we're risking adding unneeded functionality.

@pksunkara I've thought about it a bit, and here're some observabitions: 1. I think it would be fair to assume that if you want to run `--dry-run`, your repository is...

Yes, it queries for the receipt -- but if transaction is dropped from mempool, it will never have a receipt. We should check whether transaction itself exists.

I've attempted to fix this in https://github.com/alloy-rs/alloy/pull/2689 However, as @mattsse correctly pointed out, my approach doesn't work on Optimism, since they don't expose mempool contents until the transaction is mined....

Hey @PatrickAlphaC It feels like not all the files are being included into the compilation request. Could you please check what network request is being sent to the explorer? Does...

@charles-cooper right now this setting is not passed, the list of files is just passed in the "sources" field ([see the code](https://github.com/matter-labs/zksync-era/blob/main/core/lib/contract_verifier/src/compilers/vyper.rs#L42)). I'm not sure if adding `search_paths` can be...

I will try to implement the first proposal next week and let's see if it works.