gosuto.eth
gosuto.eth
I ran into the same error. However, after installing `pcre` (I did not know it was a dependency) with Homebrew (`brew install pcre`) `make` ran without trouble, you work around...
Thanks for that tap WyseNynja. Not only did it fix this problem for me but also it got rid of other error messages and instead of running around 300Kkey/s in...
i think dotenv makes sense since pydantic includes native support for it: https://pydantic-docs.helpmanual.io/usage/settings/#dotenv-env-support
You might be running Python in a different environment when in JupyterLab. Try running: `!pip install tpot` from a cell in your notebook.
i even see this happening using the most basic transaction as soon as i fork london or above: ``` Brownie v1.20.5 - Python development framework for Ethereum Generating interface ABIs......
solved! the awaiting tx in mempool can be prevented by setting `priority_fee` to `auto` on your development networks: ``` networks: development: priority_fee: auto ```
unsolved still for me though is that that actually requires gas on the accounts that are sending the transactions. would be nice to not have to send (test) gas from...
confirming this is fixed
i think what happened in this case is that the `steps.deploy.outputs.url` var did not exist.. ``` - name: Confirm deployed HTTP status code uses: "lakuapik/gh-actions-http-status@v1" with: sites: '["${{ steps.deploy.outputs.url }}"]'...
Note that you are suppose to save the .remote-sync.json file in the same directory as the folder you are trying to download is in. It helped me to configure via...