Arsenii Kulikov
Arsenii Kulikov
> this is a bit ambiguous, so not sure how to improve this... should we add a mapping version -> default evm version to block-explorers? It should be possible to...
Is this only happening on holesky? I was able to manually verify `0x8b6b1a8d6998d40400c982ded20ce04382c4e5f5` by submitting json input bundle to etherscan, however, the verification through `forge verify-contract 0x8b6b1a8d6998d40400c982ded20ce04382c4e5f5 --constructor-args '0000000000000000000000001804c8ab1f12e6bbf3894d4083f33e07309d1f38' `...
so it seems that this is indeed an Etherscan bug. I was only able to reproduce this on Holesky. Verification is failing during both script execution and if trying to...
`url` and `tag` aren't valid for dependency values, try chaning it to `OpenZeppelin = { url = "https://github.com/OpenZeppelin/openzeppelin-contracts.git", version = "v4.4.1" }`
what is your `forge --version` output?
Since https://github.com/foundry-rs/foundry/pull/8034 when running test suites requiring library linking, forge predeploys all libraries which are required by at least one test contract and reuses resulted state. This likely causes some...
@Keref do you mind checking if you are able to generate same bytecode on `nightly-f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9` version? Given that you are working on Windows, the change might be caused by https://github.com/foundry-rs/compilers/pull/108....
https://github.com/paradigmxyz/reth/blob/09506aa130b4c0dae3fb7029f27845b4f2c58321/crates/rpc/rpc-eth-api/src/helpers/fee.rs#L124 this also seems problematic because fee history cache won't contain a pending block I'd prefer us to have a test for this. we've just added a simple fee history...
do you mind rebasing this on top of https://github.com/paradigmxyz/reth/pull/19608 so that it's easier to review?
this needs rebase again