Eric Voskuil

Results 14 comments of Eric Voskuil

Having recently implemented this I agree that this section is poorly worded. IMO the issue isn't really that it is ambiguous with `OP_1NEGATE` but it is definitely not clear. I...

It's worth noting that the change to version.relay behavior in the satoshi client spanned release and protocol versions. And as you say, this difference was also picked up by forks....

@burton1982 Have you tried setting this up yet?

BOLT-8 is a handshake protocol, intended to provide authentication and privacy. ZeroMQ is a transport independent concurrency framework. The ZeroMQ library incorporates the handshake aspect of DJB’s CurveCP, which is...

I’m not referring to you rolling your own, but to BOLT-8 doing so. Already requiring it is of course an important dependency consideration. TCP is already a full transport, and...

Pull request welcome.

My comments above on bip60 were just to provide additional information. I suppose however I can speak for @genjix in this case. I ACK bip60 and can offer the following...

Sorry, good idea but too late. The imatix repo is archived and read only at this point. I thought we had done this.

We (libbitcoin) are no longer using czmqpp. We have built up [abstractions](https://github.com/libbitcoin/libbitcoin-protocol/tree/master/include/bitcoin/protocol/zmq) directly over zeromq. We originally created the czmqpp library and have done some maintenance work on it. But...