Franco Victorio
Franco Victorio
Confirmed with geth that this is a bug in EDR. Reproduction: 1. Send `62_999` wei to some address that doesn't have balance 2. Disable automining and set next block base...
No, that option is not supported right now. We should implement this so I don't think there's a way to circumvent it.
Blocked until there's a decision about this in the execution-apis PR.
We decided not to do this for now, because it's a significantly bigger effort than what we thought.
Hi @vtamara, thanks for this but I don't think there's much we can do until https://github.com/napi-rs/napi-rs/issues/1183 gets solved. We could manually add the binary you shared (if we ignored the...
Uhm, I'm not sure we can remove this. This might cause `eventAdapter` to be garbage collected and the listeners to be dropped. I'm not sure at all if that could...
@Wodann do you remember if that's the reason you added this to `EdrProviderWrapper`?
Yes, overall it seems like a safe bet. I'm not sure how this would manifest if our assumption is wrong, but I think it would mean that filters would stop...
I opened https://github.com/NomicFoundation/hardhat/pull/5467 which fixes those six test cases. But when I ran this locally (using [this build](https://app.circleci.com/pipelines/github/ethereum/solidity/34684/workflows/825edd3a-a9c8-46cf-b691-d9330960f4bf/jobs/1572904/artifacts)), I got 28 more failures, most of them related to console logs....
> I don't know why those don't happen in Circle though. Ok, I think the reason is this: https://github.com/ethereum/solidity/blob/8c6fed720367825718ffeed01218fb3756a796aa/.circleci/config.yml#L1440 Using `shanghai` as the target hardfork makes those extra tests fail...