Jonathan Chappelow

Results 191 comments of Jonathan Chappelow
trafficstars

In the bond rotation PR, those keys are derived from the extended key `Core.bondKey`, so I think we can just replace the `db.Bond.PrivKey` field with a child _index_. Unless you're...

For a while I thought we'd do our best based on the orderbook messages we have, maybe add a new one, but even if there is one that occurs right...

No one else has asked for this, and given the clock sync challenges, I'm OK with this issue. We can reopen if it still seems like a good feature.

@jholdstock Has requested this, so reopening. The solution isn't clear though. There is no message from the server when the epoch cycles (match_proof ntfn can be delayed seconds after epoch...

> As it regards #1977, I don't think we should add a confirmation dialog for our confirmation dialog. We can just roll with enter-submit. The limited feedback I got on...

The `-exportdir` switch for zcashd too. That seems to be required for the zcashd-wallet-tool part.

Does seem very unlikely, and also a risk traders accept when using these centralized stablecoin tokens. If there is anything for us to do, I agree @JoeGruffins that it could...

coingecko and probably other sources can give conversions for arbitrary pairs. ``` $ curl -X 'GET' 'https://api.coingecko.com/api/v3/simple/price?ids=decred&vs_currencies=ltc' -H 'accept: application/json' {"decred":{"ltc":0.20197442}} ```

On a related note, I suspect had we used `--rejectnonstd` with all networks, we would have been forced to reckon with the locktime expiry issue you fixed so efficiently in...

Closely related, mainly pertaining to the `swapConf` values: https://github.com/decred/dcrdex/issues/1900 A global sanity check for `swapConf > 0` is reasonable in addition to user settings for the upper and lower bounds....