banteg

Results 63 comments of banteg

the comic production has wrapped up 🎉 final payment of $6100 sent after finalizing issue 4 the site and nft campaign are nearing completion physical edition production is sorted too

could you please update to one address? it could be either a [safe](https://app.safe.global/) or a [split](https://app.0xsplits.xyz/) contract.

the only point of this repository is censorship, might as well just nuke the repo

i think you are saying the quiet part out loud, basically admitting you are introducing a coc to chill the discussion of an important topic.

while `eth_simulate` is very powerful, i understand it's meant for a different use case and replicating `overlay_getLogs` with it would be very cumbersome and slow. this is how it would...

a simpler api for gas price: https://gasprice.poa.network/ i'm the author, see https://github.com/banteg/gasprice

filter are stateful, they don't work on public rpc providers that load balance between several nodes. i think the method needs to be updated to use eth_getLogs polling instead and...

This looks like a problem with `web3py` library. It would be nice if you report it to them. https://github.com/ethereum/web3.py

Probably they put their API behind CloudFlare which is a dumb move. If it is really so, the problem can be fixed by integrating [cfscrape](https://github.com/Anorov/cloudflare-scrape).

we can do this to keep `.contract` and satisfy both safe-eth-py's and our usecases ```python class ContractWrapper: def __init__(self, account, instance): self.account = account self.instance = instance def __call__(self, address):...