Branch: refs/heads/votingpool_review
Home: https://github.com/btcsuite/btcwallet
Commit: 1601db282ebc1bf091cd33582d23afb2cbb9dc36
https://github.com/btcsuite/btcwallet/commit/1601db282ebc1bf091cd33582d23afb2cbb9dc36
Author: Guilherme Salgado <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M votingpool/common_test.go
M votingpool/withdrawal.go
M votingpool/withdrawal_test.go
M votingpool/withdrawal_wb_test.go
Log Message:
-----------
New struct (TxInSigs) to store the raw sigs of a tx input
This allows us to store the number of required sigs for a given input as well
as the raw signatures themselves.
Commit: 9e7376cc042a6ad6697d5c59323578d6e218fa90
https://github.com/btcsuite/btcwallet/commit/9e7376cc042a6ad6697d5c59323578d6e218fa90
Author: Guilherme Salgado <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M votingpool/db.go
M votingpool/factory_test.go
M votingpool/withdrawal.go
M votingpool/withdrawal_wb_test.go
Log Message:
-----------
Make getRawSigs work on changeAwareTxs instead of withdrawalTxs
Commit: 0696b03976fee9bf1b686aaafacc943ae0f4f8d1
https://github.com/btcsuite/btcwallet/commit/0696b03976fee9bf1b686aaafacc943ae0f4f8d1
Author: Guilherme Salgado <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M votingpool/db.go
M votingpool/db_wb_test.go
M votingpool/doc.go
M votingpool/error.go
M votingpool/error_test.go
M votingpool/example_test.go
M votingpool/factory_test.go
M votingpool/pool.go
M votingpool/withdrawal.go
M votingpool/withdrawal_wb_test.go
Log Message:
-----------
Implement Pool.UpdateWithdrawal
Commit: ca26a4f8189159950fea90dcc34b6ee471a393cf
https://github.com/btcsuite/btcwallet/commit/ca26a4f8189159950fea90dcc34b6ee471a393cf
Author: Guilherme Salgado <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M votingpool/common_test.go
M votingpool/db.go
M votingpool/input_selection.go
M votingpool/input_selection_wb_test.go
M votingpool/pool.go
M votingpool/pool_test.go
M votingpool/withdrawal.go
M votingpool/withdrawal_test.go
M votingpool/withdrawal_wb_test.go
Log Message:
-----------
StartWithdrawal now updates WithdrawalStatus.nextInputAddr
Commit: 2babe7e29c0db1434eb1dcf297da82d404f7ec62
https://github.com/btcsuite/btcwallet/commit/2babe7e29c0db1434eb1dcf297da82d404f7ec62
Author: Guilherme Salgado <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M votingpool/error.go
M votingpool/error_test.go
M votingpool/example_test.go
M votingpool/factory_test.go
M votingpool/pool.go
M votingpool/pool_test.go
M votingpool/withdrawal.go
M votingpool/withdrawal_test.go
M votingpool/withdrawal_wb_test.go
Log Message:
-----------
votingpool: Enforce constraints on addr indexes
* ChangeAddress(): error if index==0
* DepositScript(): error if index >= hdkeychain.HardenedKeyStart
Also get rid of nextChangeAddress(), which was broken as a given
withdrawal should only use change addresses from the active series.
Commit: 885eada0847b9a7d823902bd3eb8c0c9f611ced8
https://github.com/btcsuite/btcwallet/commit/885eada0847b9a7d823902bd3eb8c0c9f611ced8
Author: Guilherme Salgado <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M votingpool/db.go
M votingpool/input_selection.go
M votingpool/pool.go
M votingpool/pool_wb_test.go
Log Message:
-----------
New API to calculate the balance of a votingpool series
Commit: 2d30fae840796de06cf65a74b3f7da3a1799a0ed
https://github.com/btcsuite/btcwallet/commit/2d30fae840796de06cf65a74b3f7da3a1799a0ed
Author: Guilherme Salgado <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M votingpool/db.go
M votingpool/example_test.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_test.go
M votingpool/withdrawal_wb_test.go
Log Message:
-----------
votingpool: Update the status of partially fulfilled withdrawal requests
These now include the ID of the highest series that needs to be thawed before
the requests can be fulfilled.
Compare:
https://github.com/btcsuite/btcwallet/compare/6ee1f9b7eefc...2d30fae84079