buck54321
buck54321
This adds the `row` index to the structure passed to the `legendFormatter`. Having the index enables quick indexing of external, unplotted auxiliary data for a point.
``` https://api.binance.com/api/v1 -> v3 https://bittrex.com/api/v1.1 and v2.0 -> https://api.bittrex.com/v3 ```
See https://github.com/decred/dcrdata/pull/1815#discussion_r614154297 Our signalr client repo is archived. https://github.com/rainhq/signalr is a candidate for replacement.
These two parts of the `agendas` package have a lot of overlap. Recent issues have arisen from the DB side of things, and discussion has indicated a need to get...
As system monitoring is added (see #1322), it would be great if there were configuration options to send an email to an administrator when the system state goes downhill. This...
We've put in a lot of work towards achieving the vision of #451. Things don't align perfectly, but at this point, I think I'd like to close that issue and...
It looks to me like median-time is enforced. This is based on bitcoin/bitcoin/pull/7011.
There appears to be a race somewhere when it comes to coin locking and coin selection (`CWallet::SelectCoins`, I think). Steps to reproduce 1. `zcashd -regtest` 2. `zcash-cli -regtest generate 150`...
I've encountered what I think are inconsistencies around account handling that make the RPC API difficult to use for account balance calculations. #### My use case We're doing atomic swaps...