Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: 24dcd206d28f5e367245bb9b4502966a037950e5
https://github.com/conformal/btcwallet/commit/24dcd206d28f5e367245bb9b4502966a037950e5
Author: Guilherme Salgado <[email protected]>
Date: 2014-11-12 (Wed, 12 Nov 2014)
Changed paths:
M snacl/snacl.go
A votingpool/README.md
A votingpool/cov_report.sh
A votingpool/db.go
A votingpool/doc.go
A votingpool/example_test.go
A votingpool/internal_test.go
A votingpool/pool.go
A votingpool/pool_test.go
A votingpool/test_coverage.txt
M waddrmgr/address.go
M waddrmgr/db.go
M waddrmgr/doc.go
M waddrmgr/error.go
M waddrmgr/error_test.go
M waddrmgr/internal_test.go
A waddrmgr/pool_error.go
Log Message:
-----------
Implement the deposit side of Voting Pools
This contains the APIs to create and retrieve Voting Pools and Series (with
public/private keys) from a walletdb namespace, plus the generation of deposit
addresses (using m-of-n multi-sig P2SH scripts according to the series
configuration).