build: update pinned versions of lightning-onion and btcwallet

In this commit, we update the pinned versions of lightning-onion as
well as btcwallet.

The newest lightning-onion instance adds some logging statements when
garbage collecting expired shared secret hashes.

The new btcwallet version fixes a recently introduced bug which would
cause us to remove all unman transactions on restart if the full node
new of any of them. Instead, we’ll now only remove these unmanned
transactions if it’s reported that the transactions were double spends,
or orphans.
This commit is contained in:
Olaoluwa Osuntokun 2018-03-10 16:43:53 -08:00
parent 2a6876bde2
commit 2cb7d5b570
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
2 changed files with 7 additions and 7 deletions

10
glide.lock generated
View File

@ -1,5 +1,5 @@
hash: 607d774162a30647479b037b9291e372c92d1ab6b60808837b22c205ac58981f hash: fc72dd5b6c928784fccc85a36392bd230a1c6c8dda0179e2d77b0346e5047958
updated: 2018-03-08T21:10:50.953704-05:00 updated: 2018-03-10T16:40:14.507372914-08:00
imports: imports:
- name: git.schwanenlied.me/yawning/bsaes.git - name: git.schwanenlied.me/yawning/bsaes.git
version: e06297f34865a50b8e473105e52cb64ad1b55da8 version: e06297f34865a50b8e473105e52cb64ad1b55da8
@ -45,7 +45,7 @@ imports:
- name: github.com/btcsuite/websocket - name: github.com/btcsuite/websocket
version: 31079b6807923eb23992c421b114992b95131b55 version: 31079b6807923eb23992c421b114992b95131b55
- name: github.com/davecgh/go-spew - name: github.com/davecgh/go-spew
version: ecdeabc65495df2dec95d7c4a4c3e021903035e5 version: 346938d642f2ec3594ed81d874461961cd0faa76
subpackages: subpackages:
- spew - spew
- name: github.com/go-errors/errors - name: github.com/go-errors/errors
@ -84,7 +84,7 @@ imports:
- filterdb - filterdb
- headerfs - headerfs
- name: github.com/lightningnetwork/lightning-onion - name: github.com/lightningnetwork/lightning-onion
version: 9e4b184daf3e32e0c2e523b92ec1b2d6c51ad77f version: efe4c3416ea16d52510edb0ac98764ff0796cc9a
- name: github.com/ltcsuite/ltcd - name: github.com/ltcsuite/ltcd
version: 5f654d5faab99ee2b3488fabba98e5f7a5257ee3 version: 5f654d5faab99ee2b3488fabba98e5f7a5257ee3
subpackages: subpackages:
@ -126,7 +126,7 @@ imports:
- hdkeychain - hdkeychain
- txsort - txsort
- name: github.com/roasbeef/btcwallet - name: github.com/roasbeef/btcwallet
version: f7f0a70678cb406625ecd63984b739a72ac9fd4a version: b3efdffeccf966d294b87f05d760d3946afcfe0c
subpackages: subpackages:
- chain - chain
- internal/helpers - internal/helpers

View File

@ -36,7 +36,7 @@ import:
- hdkeychain - hdkeychain
- txsort - txsort
- package: github.com/roasbeef/btcwallet - package: github.com/roasbeef/btcwallet
version: f7f0a70678cb406625ecd63984b739a72ac9fd4a version: b3efdffeccf966d294b87f05d760d3946afcfe0c
subpackages: subpackages:
- chain - chain
- waddrmgr - waddrmgr
@ -59,7 +59,7 @@ import:
- package: google.golang.org/grpc - package: google.golang.org/grpc
version: b3ddf786825de56a4178401b7e174ee332173b66 version: b3ddf786825de56a4178401b7e174ee332173b66
- package: github.com/lightningnetwork/lightning-onion - package: github.com/lightningnetwork/lightning-onion
version: 9e4b184daf3e32e0c2e523b92ec1b2d6c51ad77f version: efe4c3416ea16d52510edb0ac98764ff0796cc9a
- package: github.com/grpc-ecosystem/grpc-gateway - package: github.com/grpc-ecosystem/grpc-gateway
version: f2862b476edcef83412c7af8687c9cd8e4097c0f version: f2862b476edcef83412c7af8687c9cd8e4097c0f
- package: github.com/go-errors/errors - package: github.com/go-errors/errors