dpc
dpc
Oh. I see. Thanks! If anyone is interested in fixing it, you can try `go install` on https://github.com/mozilla/sops/pull/1179 . If it works, then see if you can fix the mocking...
Discussed with @bradleystachurski on a call, ping @joschisan and @elsirion for opinion.
> I'm curious if there's a solution that will allow us to prune the proof after the input is claimed while preserving the ability for a node to resync. I...
> if using bitcoind you would probably need to enable txindex=1, however, many applications require this already so probably not a huge ask @benthecarman Nothing need to change in this...
> This does not require consensus version votes, merely one additional consensus item and input variant. And a synchronized shutdown/upgrade. But yes, it's purely additive, so consensus version votes don't...
I suspect @tvolk131 might have largely taken care of it by now. Not sure if it's worth keeping around if we never actually get to it.
I was thinking about custom modification of `io.Pipe` that would have a `flush_need` flag: Writer`implementing a`Flusher`interface and`PipeReader`implementing a custom`FlushReceiver`interface, and a custom`io.Copy`that could detect if the reader is implements`FlushReceiver`and call`Flush`on...
Also, there's no way to use `https://golang.org/pkg/net/http/#Hijacker` . The above solution could fix that too, by implementing this interface for that custom modification of `io.Pipe`. But I start to believe...
To expand on the "log". If `` is kind of randomly allocated then the whole ` ` is not a "log". It's insert-only, not append-only. It can be considered a...
That would a neat thing to take care of, but I see some non-tirivial questions right away: "how do you know you're offline", "is it you being offline, or just...