lnd.xprv/glide.yaml
Olaoluwa Osuntokun 44e8704105
glide: update btcwallet vendor to newest version
This commit updates the version of btcwallet to the newest version
available in roasbeef’s fork. This new version includes the following
changes:
   * a fix for the ping/pong deadlock issue with an expiring session
   * and a preliminary merging of r btcsuite/btcwallet#469 into
roasbeef’s fork

The first change should solve an issue of lnd’s internal wallet
(btcwallet) being disconnected from the local btcd node. And the second
change should improve the reliability/correctness of the wallet as the
wtxmgr (tx/utxo store) and the waddrmgr (key store) are now updated
under a _single_ database transaction.
2017-04-23 19:10:04 -07:00

68 lines
1.6 KiB
YAML

package: github.com/lightningnetwork/lnd
import:
- package: github.com/boltdb/bolt
version: ^1.2.1
- package: github.com/btcsuite/btclog
- package: github.com/btcsuite/go-flags
- package: github.com/btcsuite/seelog
version: ^2.1.0
- package: github.com/davecgh/go-spew
subpackages:
- spew
- package: github.com/golang/protobuf
subpackages:
- proto
- package: github.com/howeyc/gopass
- package: github.com/roasbeef/btcd
version: 54362e17a5b80643ef1e12edc08895a2e2a1202b
subpackages:
- blockchain
- btcec
- btcjson
- chaincfg
- txscript
- wire
- connmgr
- package: github.com/roasbeef/btcrpcclient
version: master
- package: github.com/roasbeef/btcutil
version: master
subpackages:
- bloom
- coinset
- hdkeychain
- txsort
- package: github.com/roasbeef/btcwallet
version: 8e06194d49fc1cef9b86dd87c029f8afb37423a0
subpackages:
- chain
- waddrmgr
- wallet
- walletdb/bdb
- package: github.com/urfave/cli
version: ^1.18.0
- package: golang.org/x/crypto
subpackages:
- hkdf
- nacl/secretbox
- ripemd160
- scrypt
- chacha20poly1305
- salsa20
- package: golang.org/x/net
subpackages:
- context
- package: google.golang.org/grpc
version: ^1.0.0
- package: github.com/lightningnetwork/lightning-onion
version: 0dd00eb9c6ffcefea7d3c6d6e502df218f49e228
- package: github.com/grpc-ecosystem/grpc-gateway
version: ^1.1.0
- package: github.com/go-errors/errors
- package: github.com/tv42/zbase32
- package: github.com/awalterschulze/gographviz
version: ^1.0.0
- package: google.golang.org/genproto
subpackages:
- googleapis/api/annotations