danceratopz
danceratopz
I didn't manged to get the py39 tests to pass on Windows (https://github.com/danceratopz/brownie/actions/workflows/core-ganache-3.9.yaml). Problems with web3.py causing flakiness on Windows? This PR would also solve https://github.com/eth-brownie/brownie/pull/1312.
> It would be really nice to add something like a wizard to create a new test. It could ask questions like: > > * What fork is the test...
Shame this didn't get over the finish line, great ideas! In the meantime, most of the pain points addressed here have been solved via: - #777 - #772 I just...
> Can we use [this package](https://github.com/Textualize/rich) for formatting the debug trace? Hi @raxhvl, looks like a nice package. Would you like to pick this up? You may want to wait...
@spencer-tb and I just brainstormed. Here's a suggestion for scoping this out: 1. Add an entry point, e.g., `./src/entry_points/diff_fixtures.py` that takes two URIs (local or remote/vanilla directory or tarball) as...
Hey @ThreeHrSleep! Nice to have you here. If you're keen, I wondered if a script could do a one-time pull of the doc from https://www.evm.codes? Here's the [doc for `ADD`](https://github.com/smlxl/evm.codes/blob/main/docs/opcodes/01.mdx)...
Disabled typechecking on the offending lines, find them by searching for this issue. Applied: ``` # type: ignore # https://github.com/ethereum/execution-spec-tests/issues/348 # noqa: E501 ```
This will actually execute all the tests against geth, which might be overkill for our usual `test.yaml` workflow. We could perhaps: 1. Add a new tox environment that doesn't get...
See #307 and #301.
@marioevz I think this has already been handled?