Josh Rickmar
Josh Rickmar
The epoch will be included in the derivation of the session hash, instead of only deriving a session from previous pair requests. This allows new messages in following epochs to...
This expects server deployments to have built a working csppsolver executable and it be placed in PATH.
Goal is to prevent a situation like decred/dcrwallet#2000 from happening again even if users are running the buggy client code.
Instead, their connection just immediately closes, and this causes "unexpected EOF" errors which are indistinguishable from network errors. A nicer server error should be sent to clients instead, before aborting...
We should update the tool to use the SLIP0044 coin type 42.
This fixes binaries on OpenBSD which were failing to lazily link to syscall(2).
To use, run `nix develop` to enter a nested shell with protoc, run regen.sh, and then exit the shell. Requires Nix's flake features to be enabled. Files have been regenerated...
gotraceui opens a new window for a split second before exiting with this error: ``` $ gotraceui 2024/10/18 14:16:02 gl: no OpenGL implementation could be loaded (tried ["libGLESv2.so.2"]) ``` I...
It only provides the timestamp encoded in the block header and the total number of confirmations. The confirmation count is completely useless because it can change at any point and...