Gregory Maxwell
Gregory Maxwell
I think this sort of change is okay, but I wanted to comment on what I think is a disconnect between consensus rule design and BIP173 design. It was my...
I don't understand why you believe wallet policy and relay policy have to be in lockstep? Relay policy can't be more strict without creating issues, yes, but wallets can be...
> I'm not sure why I thought there was a problem. Well there is a potential problem, but I don't think it's solvable. For example. Right now some people could...
The claim the ZKCP is broken is outright false. That paper is about issues with particular implementation using snarks. I don't see any issue moving this proposal to rejected, as...
This seems fine to me, including the redirection.
In libsecp256k1 we've used valgrind for constant time testing for years and recently made it part of CI (after I got tired of other contributors being unable to remember that...
@dstebila (sorry for the reply delay) That looks correct, is it working usefully for you? One thing to watch out for is that the -O0 may actually cause the compiler...
And on all compilers and all target architectures that you expect to have assurances of. :( On the plus side, if it's an outright bug in your code it's more...
Doesn't it kind of defeat the purpose of having modules which are experimental because they are unreiewed or patent problematic just exposed to callers like that? IMO that really just...
My long time experience is that optional caller-visible features in libraries on 'big systems' is pretty negative: All programs on the system share the same library so the system wide...