Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: e92f94dcd1050a0fb7e2fb92bf1956b167f08d77
https://github.com/btcsuite/btcwallet/commit/e92f94dcd1050a0fb7e2fb92bf1956b167f08d77
Author: Dave Collins <[email protected]>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
M chain/chain.go
M cmd/sweepaccount/main.go
M glide.lock
M internal/legacy/keystore/keystore.go
M internal/legacy/keystore/keystore_test.go
M rpc/legacyrpc/methods.go
M rpc/rpcserver/server.go
M votingpool/factory_test.go
M votingpool/input_selection.go
M votingpool/input_selection_wb_test.go
M votingpool/withdrawal.go
M votingpool/withdrawal_wb_test.go
M waddrmgr/db.go
M waddrmgr/manager.go
M waddrmgr/manager_test.go
M waddrmgr/sync.go
M wallet/notifications.go
M wallet/wallet.go
M wtxmgr/db.go
M wtxmgr/example_test.go
M wtxmgr/kahnsort.go
M wtxmgr/query.go
M wtxmgr/query_test.go
M wtxmgr/tx.go
M wtxmgr/tx_test.go
M wtxmgr/unconfirmed.go
Log Message:
-----------
Update for recent chainhash-related API changes. (#450)
This updates all code to make use of the new chainhash package since the
old wire.ShaHash type and related functions have been removed in favor
of the abstracted package.
Also, while here, rename all variables that included sha in their name
to include hash instead.
Finally, update glide.lock to use the required version of btcd, btcutil,
and btcrpcclient.