From bf4283f069322ca41ae7514604b61d4945176df4 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 9 Aug 2018 17:15:33 -0700 Subject: [PATCH] build: update to use latest btcd In this commit, we update the set of deps to use the latest version of btcd. Namely this version fixes a bug in re-org handling logic, ensures that btcd will always respond to getheaders (fixes #511), and also ensure that it will properly respond to cfheaders messages which is required for the neutrino sync to operate smoothly. --- Gopkg.lock | 4 ++-- Gopkg.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 47c6c662..7130bb7f 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -77,7 +77,7 @@ revision = "761fd5fbb34e4c2c138c280395b65b48e4ff5a53" [[projects]] - digest = "1:6e0933958202cf05f8225e813a3d9348a66fca5461695d76089771762d366da9" + digest = "1:f944518b25f8733eed1d13855eeaaeda9b1f56c2bc75223a7e3427c024168eba" name = "github.com/btcsuite/btcd" packages = [ "addrmgr", @@ -95,7 +95,7 @@ "wire", ] pruneopts = "UT" - revision = "9a2f9524024889e129a5422aca2cff73cb3eabf6" + revision = "f899737d7f2764dc13e4d01ff00108ec58f766a9" [[projects]] digest = "1:30d4a548e09bca4a0c77317c58e7407e2a65c15325e944f9c08a7b7992f8a59e" diff --git a/Gopkg.toml b/Gopkg.toml index ec837815..b4a091e1 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -68,7 +68,7 @@ [[constraint]] name = "github.com/btcsuite/btcd" - revision = "9a2f9524024889e129a5422aca2cff73cb3eabf6" + revision = "f899737d7f2764dc13e4d01ff00108ec58f766a9" [[constraint]] name = "github.com/btcsuite/btcwallet"