antazoey

Results 333 comments of antazoey

Can we merge this? I can then update to 0.8. I need to test some Ape features on this project...

actually https://github.com/ApeWorX/ApePay/pull/97

Ok I have concluded that I am not correctly encoding the transaction. Still exactly what to do about it! Though **One request I have is to make the example for...

> ah crap @antazoey, looks like plugins need the treatment of [ApeWorX/ape#2020](https://github.com/ApeWorX/ape/pull/2020) as well Yes, they do, everything does! It's horrendous. The issue has been open with Github for so...

> ah crap @antazoey, looks like plugins need the treatment of [ApeWorX/ape#2020](https://github.com/ApeWorX/ape/pull/2020) as well here is this one: https://github.com/ApeWorX/ape-etherscan/pull/126 I am not going to fix all 300 of our python...

all test fixes here: https://github.com/ApeWorX/ape-etherscan/pull/127

It should be working! https://github.com/ApeWorX/ape-etherscan/blob/main/ape_etherscan/verify.py#L402-L403 I have seen it work plenty of times. Something else may be going on here, circumstantial Edit: sorry I thought this ticket was for verification...

I think if you use `from_standard_output`, you have to use the standard output approach for compiling, and not `compile_files()`. try: ```python from solcx.main import _compile_combined_json output = _compile_combined_json(source_files=[filename], output_values=["ast"]) ```

also i think we are inheriting this package over here: https://github.com/ApeWorX/py-solc-ast