Jonathan Chappelow
Jonathan Chappelow
The market page could use a epoch progress indicator somewhere. Maybe one of those very very thin lines that perpetually cycles. I'd suggest below the "Place order to Buy/Sell Asset"...
To change market config, the dcrdex operator would issue a suspend, probably with a book purge, shutdown the process, edit the config, and restart dcrdex. The clients that were connected...
Consider TakerSwapCast, where the maker fails to redeem by inaction timeout, but the maker still wants to redeem. Client currently will not do this if the match is revoked, instead...
A stake pool will need some kind of policy definition and enforcement framework. Policy refers to accepting or rejecting blocks based on some kind of criteria (e.g. spending certain funds,...
We need to get around to making this a config setting at some point. Note that inaddition to the 10000 magic number appearing various config files for address derivation, it's...
The number of redeem scripts (from `listscripts`) and tickets (from `gettickets`) may be the same on all wallets, but it is possible for `getstakeinfo` to not match for several reasons...
I had a host in the SPV Connect box, but wanted to remove it, so I changed it like this, hit enter and it saved the setting:  Unfortunately, it...
If a test name has a character such as a parenthesis e.g. `"this type (ABC)"`, the extension calls ginkgo like: ``` ginkgo --json-report ./ginkgo.report -focus "this type (ABC)" -r ```...