D
D
addSpacing calls specifying `DesignSpec.From.RIGHT` do not render for some reason. To replicate, `try addSpacing(0, 16, DesignSpec.From.RIGHT)`.
It'd be great to see the block the tx belongs to on the address page, currently you have to click on the txid to view the "included in block", adding...
It'd be nice to allow filtering of the transactions on an address page by credit/debit/confirmations and tx type. Currently it's just the chart at the top right that can be...
I noticed the api link for orphan blocks link to the block on the main chain instead. [orphan block 448716](https://explorer.dcrdata.org/block/0000000000000000006028125bf9695bd8fc00e1bbcda8ab3e034d7f25d90dbd) api link opens up the details of the [block 448716...
This documents the process expected to be followed by contributors in versioning JSON-RPC API endpoints. work towards #2746.
This updates the wire error types to leverage go 1.13 errors.Is/As functionality as well as confirm to the error infrastructure best practices outlined in #2181.
This integrates the ban manager into lifecycle management for peers with regards to tracking, updating ban scores as well as banning peers.
Hi i'm using http-request with okHttp in an android project. I can't seem to upload images/files however. Here is my code: ``` public Boolean uploadContent(String folderName){ try { if(_tempContent.isFile() &&...
I have dcrwallet configured to automatically buy tickets in a harness but noticed I could not get past SVH with the wallet running. Noticed it wasn't purchasing tickets as expected...
**This PR depends on #1497 and #1500** Work towards #1428.