dcrdata icon indicating copy to clipboard operation
dcrdata copied to clipboard

Decred block explorer, with packages and apps for data collection and storage. Written in Go.

Results 146 dcrdata issues
Sort by recently updated
recently updated
newest added

Requires https://github.com/decred/dcrdata/pull/1922. This PR starts with the `use db instead of searchrawtransactions` commit. dcrd's `addrindex` is no longer required. Previously it wasn't even really strictly necessary except for a single...

The dcrwallet imports were not hard to do without, but it's nice not to have that as a require since it needs updating first when dcrd modules require breaking updates....

- show max possible votes for the voting interval. - show min required votes(quorum). - show approx. calendar dates of start and end blocks. - show quorum pass progress. -...

Currently the [tspend tx page](https://explorer.dcrdata.org/tx/c322f3f93c8aa6d75846ea8ca1d7c9228d23bdef6c21413f8101e7922f265735) shows voting block interval and Yes/No vote counts. These numbers alone do not directly say if the tspend is likely to be approved or rejected....

As a reminder, the address index (`--addrindex`) has been removed from dcrd master and thus will be removed in the next release, so `dcrdata` will need to be updated accordingly....

https://github.com/dgraph-io/badger#project-status-march-24-2020 v1 -> v2 is breaking Try it out, adjust our code, and evaluate performance. Also solve rebuild of pool DB without complete sync of entire dcrdata DB.

Hi, When i launch `dcrdata`, with the command `./dcrdata`, I am getting a panic of `about to connect the wrong block`. See the logs. ``` 2019-09-29 14:12:38.440 [INF] DATD: Log...

I would like to see which proposals had a better turnout, plus (vote status and updated) until the date clicking beside (e.g better % first and vice versa) Link -...

https://explorer.dcrdata.org/api/address/sdfdsfdsfdsdjflkjsjkfjlkdsjflksdjflkjdsf/count/5/raw too many address https://explorer.dcrdata.org/api/address/sdfdsfdsfdsdjflkjsjkfjlkdsjflkjdsf/count/5/raw invalid address Address validity checks only seem to take account of the string length. Passing an address that is invalid but is a long string...