Josh Rickmar

Results 78 issues of Josh Rickmar

Go package paths commonly include a domain so that tools such as 'go get' are able to automatically find and download the source code. Currently all of Decred's Go projects...

After fighting an inexplicable bug in a package that makes heavy use of bolt behind one of our own interfaces, I've finally nailed down the issue to what appears to...

It's instead limited only to user/password ("basic") auth. Avoiding user/pass authentication and opting for client certificate authentication instead can simplify many setups. We want this badly.

Related to #1973. For support and debugging purposes, it would be useful if dcrwallet had a method to manually remove blocks from the end of the header chain. This would...

While dcrwallet is not running, if its tip block is reorged out of dcrd's chain, dcrwallet will not recover after the 1.6.0 db upgrade which removed all v1 cfilters and...

This method should still be usable even when the transaction already contains inputs, by adding more inputs (as needed) and adding a change output for the appropriate fee. Since part...

This is unfortunately not the case, and causes peers to be dropped for stalling when cfilters are queried for announced sidechain blocks. Upon receiving the wallet's getcfilterv2 message, dcrd attempts...

The wallet.NetworkBackend interface is now able to use dcrwallet's own Address interface rather than using dcrutil in the definition. This required moving the interfaces and several implementations to be moved...

The wallet does not save the seed, so it is impossible to fetch the seed at a later time (it *must* be saved at wallet creation), but it is possible...

rpc-api

#1557 fixes this if the wallet is syncing in rpc mode, but the error may go unnoticed in spv mode.