Josh Rickmar
Josh Rickmar
dcrinstall is properly signed and notarized and it can be used to install all of the remaining decred cli tools to ~/decred. There has been some talk about extending our...
Still a bug. ``` package main import ( "bytes" "os" "testing" "go.etcd.io/bbolt" ) func TestCursorDelete(t *testing.T) { db, err := bbolt.Open("bbolt.db", 0666, nil) if err != nil { t.Fatal(err) }...
This affects Linux as well (hit this bug on NixOS).
This was due to the nixos package not linking to ncurses. Adding it as a build input fixes this feature.
I don't know if this was the reason for using gb, but one of the primary "selling points" of gb was that projects didn't live under GOPATH. This is now...
My server (zettaport.com) is one of the ones @pacija's is unable to federate with (in the mimar.rs -> zettaport.com direction; federation updates from my server to his work properly). I'm...
Thanks for that heads up. I took a second look at my config and it does intentionally disable 1.2.
Wayland already works on OpenBSD, though my preferred desktop environment does not yet support it. Happy to test anything if you want it. The LD_LIBRARY_PATH hack also works with an...
> I'm not sure if SPV clients like wallet are also doing that, but they should be, because it is technically required by the protocol. Yes, dcrwallet does of course....
Renamed HandshakeCompleted to HandshakeDone.