antazoey
antazoey
We am hitting this in our custom action and it is causing confusion for our users. My suggestion for Cache action authors is to: 1. Make a `allow_missing_archive` , like...
will require this pr: https://github.com/ApeWorX/ape-cairo/pull/48
See https://github.com/ApeWorX/ape/pull/1171, including the stackoverflow link
> Is the `extend` instead of `+=` also required for python3.9/3.10? Why? I prefer `extend()`, but I don't think it matters. Reasons for my preference: * More readable * Faster...
Any news on this one? I have experienced this as well.
I am also hitting this issue in my local development node that uses geth. I believe my flow is similar: 1. Init chain from genesis 2. Make first transaction -...
> What's the waiting time configured after sending the transaction? After sending, we call wait right away. Here is the wait function: ``` tx = web3.eth.wait_for_transaction_receipt(hex_hash) ``` I opened a...
> @h4ck3rk3y @antazoey could you please try the latest web3.py? Yes, the web3.py upgrade did resolve my issue.
The EthPM Types PackageManifest is supposed to be like an "ejected" project in that we pushing for adoption across tools and the manifest should contain all the compiler info and...
I seem to repro a problem by running: ```python pytest tests/functional/geth/test_trace.py::test_printing_debug_logs_compat tests/integration/cli/test_test.py::test_gas_flag_in_tests ```