Bob McElrath
Bob McElrath
Bitcoin core is now using libsecp256k1 for consensus-critical ECC operations. Therefore it makes sense to convert python-bitcoinlib to using the FFI interface to it: https://github.com/ludbb/secp256k1-py
pydnp3 is using an old version of pybind11 that is using some deprecated pthread features it seems, and causes segfaults. Using the most recent pybind11 fixes this. I don't think...
I don't know if this is a regression, but my bug report would be identical to #3025. Today with Sway 1.9 and `focus_follows_mouse always` the behavior is as described in...
There are approximately 5 million mining devices on the bitcoin network. It's necessary for monitoring purposes to have each device report a hash on a ~minute timescale even if it...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behaviour When ZMQ announces a new chain tip via "sequence" "C" message,...
Use `dcutr` and `circuit_relay` to implement a hole punch, enabling us to connect to peers behind a firewall.
1. Use Kademlia to obtain a list of peers 2. Connect to each peer and send a ping message 3. Write a peer selection function that will use a heuristic...
This should replace: ``` node/src/protocol.rs node/src/connection.rs ``` with something more appropriate to libp2p. use the libp2p request_response framework to send a 'ping' to a peer. Record the latency of the...
1. Connect to "bead" gossipsub channel. 2. Broadcast "hello world" to all connected nodes over gossipsub.