Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 97e84fe21247801bb84fa7ac6461a0d8f3de1579
https://github.com/btcsuite/btcwallet/commit/97e84fe21247801bb84fa7ac6461a0d8f3de1579
Author: Guilherme Salgado <[email protected]>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M votingpool/common_test.go
M votingpool/withdrawal.go
M votingpool/withdrawal_wb_test.go
Log Message:
-----------
Turn isTxTooBig into a method on withdrawalTx
Also get rid of the replaceIsTxTooBig test helper by making tests use
replaceCalculateTxSize instead
Commit: fe0f60991a90668884b58a52ba997c23afda55fa
https://github.com/btcsuite/btcwallet/commit/fe0f60991a90668884b58a52ba997c23afda55fa
Author: Guilherme Salgado <[email protected]>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M votingpool/common_test.go
M votingpool/factory_test.go
M votingpool/withdrawal.go
M votingpool/withdrawal_wb_test.go
Log Message:
-----------
Stop mocking global func() variables
Doing that may cause erratic test failures when we run them in parallel, so
move the functions the tests need to mock as struct fields that are not
shared across tests.
Compare:
https://github.com/btcsuite/btcwallet/compare/a883c96aa5dd...fe0f60991a90