From 3f65a8b5928372149a77f106d9521d79ccd29cd3 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 18 Oct 2018 18:40:31 -0700 Subject: [PATCH] build: update neutrino to latest version In this commit, we update neutrino to the latest version which includes a fix for a recent regression. Additionally, this new version adds some new logging statements to help us track down a lingering issue wherein filter headers are written out of order. --- Gopkg.lock | 4 ++-- Gopkg.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index f770fdc9..10661945 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -268,7 +268,7 @@ revision = "462a8a75388506b68f76661af8d649f0b88e5301" [[projects]] - digest = "1:231ca602530410e89201db1f6377f8699ebdb6b690bf57fd83f292722d6f2be6" + digest = "1:6b3292ab3b4b5636b1bf10aad46c9377ea84316e662db00edcd4fc763592c2f2" name = "github.com/lightninglabs/neutrino" packages = [ ".", @@ -279,7 +279,7 @@ "headerlist", ] pruneopts = "UT" - revision = "4d60692991302a44509d1a9234ccd51373c120b4" + revision = "8018ab76e70acd3a56bc3857a80743f0ed1c86ce" [[projects]] digest = "1:58ab6d6525898cbeb86dc29a68f8e9bfe95254b9032134eb9458779574872260" diff --git a/Gopkg.toml b/Gopkg.toml index 957f2df8..00b7c4c6 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -44,7 +44,7 @@ [[constraint]] name = "github.com/lightninglabs/neutrino" - revision = "4d60692991302a44509d1a9234ccd51373c120b4" + revision = "8018ab76e70acd3a56bc3857a80743f0ed1c86ce" [[constraint]] name = "github.com/lightningnetwork/lightning-onion"