From f9c78b7c2bf2801bfcd7dd4cf02c62565743c72a Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 24 Apr 2017 16:15:12 -0700 Subject: [PATCH] glide: update pinned btcwallet version to include latest bug fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the version of btcwallet that and is pinned against to point to a version that includes a bug fix that was noticed in the latest upstream PR’s we’ve included. The culprit bug would attempt to create a write transaction inside of a greater read transaction which would cause boltdb to block indefinitely internally. roasbeef’s fork of btcwallet has been updated to include this fix. --- glide.lock | 8 +++----- glide.yaml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/glide.lock b/glide.lock index d193ddee..ee2a972f 100644 --- a/glide.lock +++ b/glide.lock @@ -1,5 +1,5 @@ -hash: c5c56b20caad86b97a1b15b1887760a850fdcc00f3b112e88cb4e1394ee6e975 -updated: 2017-04-22T16:22:38.73022133-07:00 +hash: 27febf7c52c3a45adf8cedc20c963f810a111e28222d85c39b7be43930312156 +updated: 2017-04-24T16:08:45.663963201-07:00 imports: - name: github.com/aead/chacha20 version: d31a916ded42d1640b9d89a26f8abd53cc96790c @@ -15,8 +15,6 @@ imports: - token - name: github.com/boltdb/bolt version: 583e8937c61f1af6513608ccc75c97b6abdf4ff9 -- name: github.com/btcsuite/bolt - version: da4838c39653ed69caa78c99ca68001a89eb973f - name: github.com/btcsuite/btclog version: 73889fb79bd687870312b6e40effcecffbd57d30 - name: github.com/btcsuite/fastsha256 @@ -87,7 +85,7 @@ imports: - hdkeychain - txsort - name: github.com/roasbeef/btcwallet - version: 8e06194d49fc1cef9b86dd87c029f8afb37423a0 + version: 689fccd15fdf3c01cd35734ffe12409bc35a343b subpackages: - chain - internal/helpers diff --git a/glide.yaml b/glide.yaml index e399914e..82530364 100644 --- a/glide.yaml +++ b/glide.yaml @@ -33,7 +33,7 @@ import: - hdkeychain - txsort - package: github.com/roasbeef/btcwallet - version: 8e06194d49fc1cef9b86dd87c029f8afb37423a0 + version: 689fccd15fdf3c01cd35734ffe12409bc35a343b subpackages: - chain - waddrmgr