Josh Rickmar

Results 78 issues of Josh Rickmar

This introduces a new package and module containing code for supporting peer-to-peer transaction mixing derived from CoinShuffle++. The mixing package contains the function and type primitives that will be used...

Map is like Cache but records both a key and a value. A new Get method is added to receive the value for a key, if present. When found, the...

This simplifies the provisioning process as these xpubs will now be included in the address discovery and initial rescan, without manually requiring a RPC call to add them and rescan...

This method provides greater coin control when creating and sending transactions. Rather than the wallet performing UTXO selection on its own, only the specified inputs and outputs (with the exception...

It's been observed that bucketUnminedCredits contains spent outputs of mined transactions, and that rescan does not fix this inconsistency. This can lead to double spending errors, and is possibly also...

Bumping this module to its latest version prepares gron to work properly on OpenBSD without syscall(2), which is being removed shortly. Fixes #114

I currently see this running gron's master branch on a patched OpenBSD without syscall(2): ``` $ ./gron gron:./gron: undefined symbol 'syscall' ld.so: gron: lazy binding failed! Killed ``` The necessary...

For proper blaming behavior, peers who publish their secrets are blamed and removed from the following run if all secrets were revealed, but no other misbehavior was detected. In order...