Bryan Stitt
Bryan Stitt
I just ran into this. Has anyone done any work here? Any suggestions for how to do this? This issue blocks me from using ethabi_derive. I'd help, but this is...
This has been helpful for me: https://github.com/openethereum/ethabi/blob/master/tests/src/lib.rs
Please add support for Uniswap. It's a very popular on-chain DEX. https://uniswap.exchange
I think using something like pip-tools (https://pypi.org/project/pip-tools/) would make managing versions easier. I'm happy to make a PR for that if you are okay with it. I would add a...
Cool. Is there an issue tracking upgrading web3.py?
I am wanting to use websockets for my project and didn't realize until now that launch kit doesn't support websockets. I'm interested in doing this. Any recommendations?
`importlib_metadata.entry_points()` is also faster than pkg_resources.
Another paper: http://www.cs.tau.ac.il/~zwick/grad-algo-13/directed-mst.pdf
I haven't. For now, my code is working with a very simple check, but I still want this eventually. Do you know anything about these algorithms? It's all new to...
> I see. This is in fact how Tungstenigte works internally, and this could even be achieved if using `tungstenite::protocol::frame` directly. One still has to assemble messages for ping and...