Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up
Pinned repositories
714 contributions in the last year
Contribution activity
August 2018
Created a pull request in decred/dcrwallet that received 1 comment
Do not test Gopkg.lock is tidy.
The CI runners currently use a newer version of dep that produces different output for the lockfile when running dep ensure. Remove this test since it
+1
−6
•
1
comment
Created an issue in decred/dcrd that received 4 comments
Split blockchain package to reduce transient dependency packages
dcrwallet depends on the following APIs of the blockchain package:
$ egrep -roh 'blockchain\.[[:alnum:]]+' | sort | uniq
blockchain.BigToCompact
bl…
4
comments