Branch: refs/heads/votingpool_review
  Home:   https://github.com/btcsuite/btcwallet
  Commit: 1759a6c4e9bed91d42619e1cef555b26c9f91f52
      
https://github.com/btcsuite/btcwallet/commit/1759a6c4e9bed91d42619e1cef555b26c9f91f52
  Author: Guilherme Salgado <[email protected]>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  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: 4800ba2a51e548e7669b19385c2b31dc2bf18438
      
https://github.com/btcsuite/btcwallet/commit/4800ba2a51e548e7669b19385c2b31dc2bf18438
  Author: Guilherme Salgado <[email protected]>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  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: b68a506e36c0407a75f6a1a2dc5ff22a596a6174
      
https://github.com/btcsuite/btcwallet/commit/b68a506e36c0407a75f6a1a2dc5ff22a596a6174
  Author: Guilherme Salgado <[email protected]>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  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: 2187e723eb0b15d70b535241743870bbc5e0e8b4
      
https://github.com/btcsuite/btcwallet/commit/2187e723eb0b15d70b535241743870bbc5e0e8b4
  Author: Guilherme Salgado <[email protected]>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  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: 7212ec27691c1e1733e7f015c6d4ab600738e4b5
      
https://github.com/btcsuite/btcwallet/commit/7212ec27691c1e1733e7f015c6d4ab600738e4b5
  Author: Guilherme Salgado <[email protected]>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  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: 4783526dc98fd6bccc8b38a5aa4537fec5926ea0
      
https://github.com/btcsuite/btcwallet/commit/4783526dc98fd6bccc8b38a5aa4537fec5926ea0
  Author: Guilherme Salgado <[email protected]>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  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: 809c94acd48da29f67be0c4295bbfc8ac4448b19
      
https://github.com/btcsuite/btcwallet/commit/809c94acd48da29f67be0c4295bbfc8ac4448b19
  Author: Guilherme Salgado <[email protected]>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  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.


  Commit: cf46dd3ac5edaee906c37c63e22320ced1c8f665
      
https://github.com/btcsuite/btcwallet/commit/cf46dd3ac5edaee906c37c63e22320ced1c8f665
  Author: Guilherme Salgado <[email protected]>
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  Changed paths:
    M votingpool/input_selection.go
    M votingpool/input_selection_wb_test.go
    M votingpool/pool.go
    M votingpool/pool_wb_test.go

  Log Message:
  -----------
  votingpool: Implement isCharterOutput


Compare: 
https://github.com/btcsuite/btcwallet/compare/10be84c11e97...cf46dd3ac5ed

Reply via email to