-
After going through a fresh install of go and this package, I get the following after running `go build`:
../avalanchego/utils/crypto/secp256k1r.go:15:2: cannot find package "github.com/decred/…
-
This vastly improves the performance when syncing and reduces the number of memory allocations dramatically.
It would be amazing if someone ported this work over to bchd!
https://github.com/decr…
-
dcrtxmatcher can use dcrd for ..
* knowing when new blocks come in as a signal to complete the transaction
* to broadcast the joined splittx instead of using a participant
-
Historically, dcrdata has used rpcclient with the autoreconnect option. This was an issue because when a disconnect-reconnect happened, missed notifications don't just flood in. dcrdata would need t…
-
Go package paths commonly include a domain so that tools such as 'go get' are able to automatically find and download the source code. Currently all of Decred's Go projects use package paths beginnin…
jrick updated
6 months ago
-
Currently dcrctl supports specifying separate servers for dcrd and dcrwallet via the `rpcserver` and `walletrpcserver` options.
In a setup where dcrwallet and dcrd are running on separate servers,…
-
Reading https://github.com/decred/dcrd/pull/2188 I'm getting the impression that there are two seeding methods in dcrd now, DNS and HTTPS. If that is correct, please add information about HTTPS seedin…
-
We should make sure that builds are reproducible. For now we output the checksums of the .deb files in [the Travis build log](https://api.travis-ci.org/v3/job/756232975/log.txt) but there should be an…
-
Not sure where the fault lies here. It could be an issue with dcrd's getheaders RPC, the wallet's header fetching code, or the grpc api to fetch headers.
@marcopeereboom hit this while opening bot…
jrick updated
7 years ago
-
We need a method for getting the available treasury balance. This seems to have been implemented on dcrd.
https://github.com/decred/decred-binaries/releases#dcrd-v160-rc1