Commit Graph

7 Commits

Author SHA1 Message Date
David Hill
6fcdd1274e dep: sync 2018-01-27 21:54:15 -06:00
David Hill
ca452564b3 Use upstream jrick/bitset (#899)
... since no local changes exist.
2017-10-13 09:47:26 -04:00
Josh Rickmar
6842aa006d Merge remaining dcrutil code into a dcrd package.
This merge commit adds the following code from the
github.com/decred/dcrutil package into a new
github.com/decred/dcrd/dcrutil package:

* Address handling
* Amount type
* AppDataDir func
* bitflags functions
* Block wrapper type
* Hash160 func
* Tx wrapper type
* WIF type

as well as all tests for this code.

The old github.com/decred/dcrutil/hdkeychain package has also been
merged and moved to github.com/decred/dcrd/dcrutil/hdkeychain.

dcrd packages have been updated to use the new packages and the dep
files have been updated for this change.
2017-10-11 22:06:36 -04:00
Josh Rickmar
c394c7bd19 Copy github.com/decred/dcrutil/bloom to bloom package.
Use this new bloom package rather than relying on the bloom package
from the dcrutil repo.

Some minor source code changes have been made to conform to the dcrd
linter requirements.
2017-10-11 15:36:57 -04:00
Dave Collins
a4d4179143
rpcclient: Merge dcrrpcclient repo. 2017-10-11 14:25:50 -05:00
David Hill
20ae0c1d6d dep: sync third-party deps 2017-10-10 18:30:47 -05:00
David Hill
343df217cb Drop glide, use dep.
This updates the third-party deps as well.
2017-10-09 17:49:38 -04:00