From cbf352d12057c3e6abc1ab6398f8d91aefaf4a25 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 11 Feb 2019 16:14:19 -0800 Subject: [PATCH] build: update to latest version of neutrino This latest versino of neutrino contains some fixes that make lnd a bit snappier when running on mobile devices. We'll now wait until we have our first peer before we try to sync the chain. We'll also no longer try to fail to query filter checkpoints if we don't actually have any to fetch. --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e834b4ad1..d38d9443f 100644 --- a/go.mod +++ b/go.mod @@ -30,7 +30,7 @@ require ( github.com/juju/utils v0.0.0-20180820210520-bf9cc5bdd62d // indirect github.com/juju/version v0.0.0-20180108022336-b64dbd566305 // indirect github.com/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec - github.com/lightninglabs/neutrino v0.0.0-20190115022559-351f5f06c6af + github.com/lightninglabs/neutrino v0.0.0-20190115022559-c65f66f4596f40ab9260b765a305d82765e724ae github.com/lightningnetwork/lightning-onion v0.0.0-20180605012408-ac4d9da8f1d6 github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 github.com/miekg/dns v0.0.0-20171125082028-79bfde677fa8 diff --git a/go.sum b/go.sum index 8af8f4b20..39aa39b03 100644 --- a/go.sum +++ b/go.sum @@ -98,6 +98,8 @@ github.com/lightninglabs/gozmq v0.0.0-20180324010646-462a8a753885/go.mod h1:KUh1 github.com/lightninglabs/neutrino v0.0.0-20181017011010-4d6069299130/go.mod h1:KJq43Fu9ceitbJsSXMILcT4mGDNI/crKmPIkDOZXFyM= github.com/lightninglabs/neutrino v0.0.0-20190115022559-351f5f06c6af h1:JzoYbWqwPb+PARU4LTtlohetdNa6/ocyQ0xidZQw4Hg= github.com/lightninglabs/neutrino v0.0.0-20190115022559-351f5f06c6af/go.mod h1:aR+E6cs+FTaIwIa/WLyvNsB8FZg8TiP3r0Led+4Q4gI= +github.com/lightninglabs/neutrino v0.0.0-20190115022559-c65f66f4596f40ab9260b765a305d82765e724ae h1:OHXR0B2VcQXy5ajTlqShfIui++Sbe+0RcYXJSUeMlTA= +github.com/lightninglabs/neutrino v0.0.0-20190115022559-c65f66f4596f40ab9260b765a305d82765e724ae/go.mod h1:aR+E6cs+FTaIwIa/WLyvNsB8FZg8TiP3r0Led+4Q4gI= github.com/lightningnetwork/lightning-onion v0.0.0-20180605012408-ac4d9da8f1d6 h1:ONLGrYJVQdbtP6CE/ff1KNWZtygRGEh12RzonTiCzPs= github.com/lightningnetwork/lightning-onion v0.0.0-20180605012408-ac4d9da8f1d6/go.mod h1:8EgEt4a/NUOVQd+3kk6n9aZCJ1Ssj96Pb6lCrci+6oc= github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 h1:sjOGyegMIhvgfq5oaue6Td+hxZuf3tDC8lAPrFldqFw=