antazoey

Results 334 comments of antazoey

i realized i imported the wrong method in my example, but the words are still right ,have to use standard input compile.

> LGTM > > Historically, I've used datetime.UTC, looks like dateutil.tz.UTC is available as well, but they suggest using your method, so I'm good with it Ya, datetime.UTC isnt available...

> Just realized the test is failing, that test failure makes no sense I am also baffled! I know the runners are already on utc but i fail to see...

I can reproduce this problem by doing: ```python path.write_text("“", encoding="latin-1") ``` so that is why specifying the encoding as utf8 everywhere fixes the problem. (see attached 2 issues) also -...

I think after this exists: https://github.com/ApeWorX/ape/pull/680, we can create a .db full of data for `mainnet-fork` and then include that file in the tests and run with that latest block...

requires : https://github.com/ApeWorX/ape/pull/2093

This would benefit gas reporting integrations. It's difficult understand gas in the `structLog` tracer output. When the `callTracer` is used, gas is a lot more intuitive and makes integrations a...

I wish `eth-account` would open up these APIs...

@bitwise-constructs can you review this one?