lnd.xprv/Gopkg.toml
Olaoluwa Osuntokun 07247720d4
build: update to latest versions of neutrino+btcwallet
In this commit, we update to the latest versions of btcwallet+neutrino
that fix a number of bugs within lnd itself. Namely, we ensure that we
no longer print out garbage bytes, properly reconnect btcd after being
disconnected, ensure we don't add duplicate utxos, and finally ensure
that we always start the rescan from the wallet's initial birthday.

Fixes #1775.
Fixes #1494.
Fixes #444.
2018-09-03 18:24:00 -07:00

112 lines
2.9 KiB
TOML

[[constraint]]
name = "github.com/btcsuite/btclog"
revision = "84c8d2346e9fc8c7b947e243b9c24e6df9fd206a"
[[constraint]]
name = "github.com/coreos/bbolt"
revision = "4f5275f4ebbf6fe7cb772de987fa96ee674460a7"
[[constraint]]
name = "github.com/davecgh/go-spew"
revision = "8991bc29aa16c548c550c7ff78260e27b9ab7c73"
[[constraint]]
name = "github.com/go-errors/errors"
revision = "a6af135bd4e28680facf08a3d206b454abc877a4"
[[constraint]]
name = "github.com/golang/protobuf"
revision = "bbd03ef6da3a115852eaf24c8a1c46aeb39aa175"
[[constraint]]
name = "github.com/grpc-ecosystem/grpc-gateway"
revision = "f2862b476edcef83412c7af8687c9cd8e4097c0f"
[[constraint]]
name = "github.com/jackpal/go-nat-pmp"
revision = "28a68d0c24adce1da43f8df6a57340909ecd7fdd"
[[constraint]]
name = "github.com/jessevdk/go-flags"
revision = "f88afde2fa19a30cf50ba4b05b3d13bc6bae3079"
[[constraint]]
name = "github.com/jrick/logrotate"
revision = "a93b200c26cbae3bb09dd0dc2c7c7fe1468a034a"
[[constraint]]
name = "github.com/kkdai/bstream"
revision = "f391b8402d23024e7c0f624b31267a89998fca95"
[[constraint]]
name = "github.com/lightninglabs/neutrino"
revision = "e7780d39ef5628b23615a6cbbb2f41cd583f4afd"
[[constraint]]
name = "github.com/lightningnetwork/lightning-onion"
revision = "ac4d9da8f1d67c95f1fafdc65e1a4902d6f5a940"
[[constraint]]
name = "github.com/ltcsuite/ltcd"
revision = "cdab10132e8c6e4a3ffd112dba54791946d28906"
[[constraint]]
name = "github.com/miekg/dns"
revision = "79bfde677fa81ff8d27c4330c35bda075d360641"
[[constraint]]
name = "github.com/NebulousLabs/go-upnp"
revision = "29b680b06c82d044ebea91bf3069038eb562df2a"
[[constraint]]
name = "github.com/btcsuite/btcutil"
revision = "ab6388e0c60ae4834a1f57511e20c17b5f78be4b"
[[constraint]]
name = "github.com/btcsuite/btcd"
revision = "79e00513b1011888b1e675157ab89f527f901cae"
[[constraint]]
name = "github.com/btcsuite/btcwallet"
revision = "8ae4afc70174bacc745e8dd89fc6db2d817909bd"
[[constraint]]
name = "github.com/tv42/zbase32"
revision = "501572607d0273fc75b3b261fa4904d63f6ffa0e"
[[constraint]]
name = "github.com/urfave/cli"
revision = "1efa31f08b9333f1bd4882d61f9d668a70cd902e"
[[constraint]]
name = "github.com/Yawning/aez"
revision = "4dad034d9db2caec23fb8f69b9160ae16f8d46a3"
[[constraint]]
name = "golang.org/x/crypto"
revision = "614d502a4dac94afa3a6ce146bd1736da82514c6"
[[constraint]]
name = "golang.org/x/net"
revision = "ae89d30ce0c63142b652837da33d782e2b0a9b25"
[[constraint]]
name = "google.golang.org/genproto"
revision = "df60624c1e9b9d2973e889c7a1cff73155da81c4"
[[constraint]]
name = "google.golang.org/grpc"
revision = "b3ddf786825de56a4178401b7e174ee332173b66"
[[constraint]]
name = "gopkg.in/macaroon-bakery.v2"
revision = "94012773d2874a067572bd16d7d11ae02968b47b"
[[constraint]]
name = "gopkg.in/macaroon.v2"
revision = "bed2a428da6e56d950bed5b41fcbae3141e5b0d0"
[prune]
go-tests = true
unused-packages = true