Josh Rickmar

Results 78 issues of Josh Rickmar

``` $ curl --silent -XPOST https://time.decred.org:49152/v2/verify/batch --data '{"digests":["d412ba345bc44fb6fbbaf2db9419b648752ecfcda6fd1aec213b45a5584d1b13"]}' | jq .digests.[0].chaininformation.chaintimestamp 1605780312 $ curl --silent -XPOST https://time.decred.org:49152/v2/verify/batch --data '{"timestamps":[1605780312]}' | jq { "id": "", "digests": [], "timestamps": [ { "servertimestamp":...

For inbound peers, their version message is read, and the version is marked as known, before our local peer ever publishes the version message. This could result in a protocol...

A popup message at the bottom of the window says "Hash was successfully verified and the result was added to the verify log.", but "verified" here must mean that the...

This adds two additional type cases to the optimized writes for BLAKE-256 (used by transactions and the original PoW algorithm) and BLAKE-3 (used by the current PoW algorithm). It also...

This special cases writes to bytes.Buffer, which is always the writer type written to by WriteMessageN. There are several optimizations that can be implemented by special casing this type: First,...

When purchaseticket lost the ability to specify the voting address, it was not updated in any way to specify the voting account. Take a page from how the mixing options...

This should perhaps be configured through the --ticketbuyer.votingaccount config flag similar to how we treat the mixing options.

This is meant for initial testing and performance evaluation, and should not be used in production. The addition of the badger driver requires modifications to the walletdb interface, so this...