antazoey
antazoey
sorry accidentally pushed here but then i undid it But when I merge this PR https://github.com/ApeWorX/ape/pull/1950 the tests pass for me in x-dist and everything
Is `GPLv2` license okay?
`pygit2` is `GPLv2` and is a more generic `git` client
We could also probably make do with using `requests` and avoiding installing a 3rd party library altogether. We only make a couple requests!
Hello, sorry you are having this issue. It seems wild, I have no idea what is going on there. Good news: I have been hard at work for a week...
I have learned a bit since I last commented. I am pretty sure the issue lies in this part of the code: https://github.com/ApeWorX/ape-solidity/blob/main/ape_solidity/compiler.py#L1098-L1114
WORKAROUND: So this won't be a problem in 0.8, but in the meantime, just copy in the same solidity config to the config override of your dependency, **delete the package...
I think `int(remove_0x_prefix(k))` will always fail if it is not 0. `int('b')` for example fails. I think at least they would need `int(remove_0x_prefix(k), 16)` to tell it the base. I...
Might be fixed by this https://github.com/ethereum/eth-tester/pull/281 , can be closed after we pin to a greater version
OK- once we are able to upgrade to web3.py 7.0 range, we can close this issue. And will reopen if we encounter the anomaly again