Jonathan Chappelow

Results 191 comments of Jonathan Chappelow
trafficstars

Another wilder possibility would be for `AuditInfo` to include an optional stripped tx data, which for utxo assets would just have witness data and sigscripts zeroed, or even the inputs...

> The only way to remove the 65535 hard-coded limit is to do a DB upgrade and change the data type BuildyBytes uses to encode length of data from uint16...

> Low hanging fruit .. and maybe early warning. Yeah, still an error, but at least one that says what the issue is rather than having a comms error about...

To clarify, now that Bittrex is shutting down, I assume this means Bittrex **Global** now or do we think this is no longer a useful exchange for arb purposes?

Well, it seems that despite Bittrex closing shop in the US, the DCR-BTC pair on Global is still relatively active. For now, I think it makes sense to support Bittrex...

We'll see what happens with the i18n package in https://github.com/decred/dcrdex/pull/1901.

Agree with that. This issue is still open to make sure we've figured it out properly, but for completeness I should note that we added a `(*xcWallet).synchronized` method that core...

Symptom 1: On the server, it appears that txns going back to mempool after being mined is not handled correctly. In `(*TXIO).confirmations`, I'm seeing `mainchainBlock, found := btc.blockCache.atHeight(txio.height)` returning with...

We also need to allow for new best tip to be of a lower height than the previous best.

We should reevaluate this issue with https://github.com/decred/dcrdex/pull/669 merged. I think BTC's reorg script is just fine as it's not complicated by the need for voters on the side chains, but...