Jonathan Chappelow
Jonathan Chappelow
The `ticketbuyer.balancetomaintainabsolute` setting does not seem to be respected. My balance is routinely drawn down below this limit when purchasing tickets.
What outputs should be considered safe to spend depends on several factors including confirmations, funding source, expiry, and sequence if the txn is not final. When computing balance, spendable should...
The CSPP how-to page is still quite intimidating as appears to be of a time before Decrediton 1.6, which has mixing. https://docs.decred.org/privacy/cspp/how-to-cspp/
https://github.com/btcsuite/btcwallet/blob/40518d709db8627381a934ce71468c6507e4cfc3/version.go#L19-L21 Before next tag, would be ideal to bump the hard-coded version for the cli app. It's fairly inconsequential for go consumers, but it's nice when running `btcwallet` to have...
From the below conversation, a couple of requests: 1. range of potential rewards for a given ticket 2. from the ticket page, help a user quickly see ticket status and...
The go get path was incorrect, referring to a "cmd" subdirectory instead of "util". Also, GitHub seems to be capitalized in that manner when used in plain text, so update...
I just observed two matches go by, a buy and then a sell, they both landed with a huge age  Then they moved into the present.  This feels...
https://github.com/decred/dcrwallet/issues/2199#issuecomment-1414287955 Raises questions of if and where we need to be more proactive about blocking certain things before a wallet reports synced=true. In lieu of more broad effects from Core...
> I had started looking at asset-specific settings to be **used by Core but not the wallets**, such as a min swap conf setting, but didn't find an nice solution....