Skip to content

Commit

Permalink
build: update glide commit hash to latest btcd+neutrino
Browse files Browse the repository at this point in the history
This commit updates the glide hashes for btcd, neutrino, and btcwallet
to their latest versions. This change was prompted, as we've recently
fixed two bugs: one in btcd, and one in neutrino. The btcd in btcd was
due to not properly setting a pointer, which caused the new gcs related
RPC calls to now respond correctly. The neutrino bug was due to a nil
pointer panic that was triggered by not ensuring that we actually had a
`syncPeer` before referencing it.
  • Loading branch information
Roasbeef committed Aug 29, 2017
1 parent 19a8430 commit af52aa8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import:
- proto
- package: github.com/howeyc/gopass
- package: github.com/roasbeef/btcd
version: ee68739ba4ed83f244b115bec0e176f5711b3e7a
version: 4b411f0e78f1faa96ae650d886170d018c1835bf
subpackages:
- blockchain
- btcec
Expand All @@ -34,7 +34,7 @@ import:
- hdkeychain
- txsort
- package: github.com/roasbeef/btcwallet
version: ea0c0b93c6ee2fd89062a7845585a37c9e695ba5
version: e4e29cf417847d7a9196d021bb333192f6dad339
subpackages:
- chain
- waddrmgr
Expand Down Expand Up @@ -71,7 +71,7 @@ import:
subpackages:
- chaincfg
- package: github.com/lightninglabs/neutrino
version: ae7d7bf1950cce2637e2184958f64f39d761471d
version: 69a3bce5c69831aa7338d51fadec1f5c3946716c
- package: gopkg.in/macaroon.v1
- package: gopkg.in/macaroon-bakery.v1
- package: github.com/juju/loggo
Expand Down

0 comments on commit af52aa8

Please sign in to comment.