antazoey

Results 333 comments of antazoey

More info is needed. Does this happen after making a transaction or during getting a receipt? When I do: ```python tx = provider.get_receipt("0x45c7eaeb61f5b6ddad12090f94453ee074f71422e68bf9ffabf35748363e17d2") ``` it does not reproduce the problem.

I also tried making a transaction on sepolia and that also worked.

Which provider are you using?

Another question: Do you know if this TX is failing or not?

Are you actually sending a blob tx? > Reproduction code Filing in this would be extremely helpful, haven't been able to reproduce; I don't know what the _real_ problem is.

**Question**: Is there a default StorageAPI implementation we will want to ship with core Ape?

> Not quite sure what the issue was, but it lead to weird "trying to fork network `mainnet-fork` is not possible" or "ecosystem 'base' has no network `mainnet-fork-fork`" bugs i...

Maybe this helps a little? https://github.com/ApeWorX/ape/pull/2349

Wha about a fork-lock for each network so you can't fork until you hold the lock, waiting for other threads / processes to release the lock

> false positive I am having trouble seeing _any_ positive here. What is the false-positive part?