Kevin Chia

Results 30 issues of Kevin Chia

### What is wrong? To address https://github.com/ethereum/py_ecc/issues/66, we can make use of faster implementations. Chia-Network has BLS signature [implementation](https://github.com/Chia-Network/bls-signatures) in C++, as well as its [bindings](https://github.com/Chia-Network/bls-signatures/tree/master/python-bindings) for Python. ### How...

It seems that the description of Big-endian is reversed if I didn't understand it wrong.

~/.namecoin/bitcoin.conf should be ~/.namecoin/namecoin.conf, however, both work.

Python version: `Python 3.7.6+ (heads/3.7:b0a6ec256b)` OS: `macOS 10.14.6` `async_generator.asynccontextmanager` started to fail in python [`3.7-dev`](https://github.com/python/cpython/commits/3.7)(which is also the `3.7-dev` in `pyenv`). If we change to use `contextlib.asynccontextmanager`, it works. It's...

Find a list of pair information(e.g. ERC20 tokens) and check against the input.

documentation

## Description I've encountered an issue with the library when using the nightly Rust version in conjunction with the rustflags `+atomics,+bulk-memory,+mutable-globals`. Here's the relevant code snippet: ```rust let (mut ws_meta,...

Is it possible to reset a stream which we get from `STREAM_OPEN` or `STREAM_HANDLER`? I scanned the codebase and couldn't find it out. It seems we can only `close` the...

I'm thinking if it makes sense to let the daemon register a network notifiee which has both `Connected` and `Disconnected` exposed to the clients in some way(e.g. through the socket...