lbcwallet/votingpool
2018-05-23 19:38:56 -07:00
..
common_test.go multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
cov_report.sh Implement the deposit side of Voting Pools 2014-11-12 11:41:44 -06:00
db.go multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
db_wb_test.go multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
doc.go Use LICENSE file and short license headers. 2016-02-28 22:22:34 -05:00
error.go Use LICENSE file and short license headers. 2016-02-28 22:22:34 -05:00
error_test.go multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
example_test.go multi: fix linter errors 2018-05-23 19:38:56 -07:00
factory_test.go multi: fix linter errors 2018-05-23 19:38:56 -07:00
input_selection.go multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
input_selection_wb_test.go multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
internal_test.go multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
log.go Use LICENSE file and short license headers. 2016-02-28 22:22:34 -05:00
pool.go multi: update due to latest API changes 2018-05-23 19:38:56 -07:00
pool_test.go multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
pool_wb_test.go multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
README.md multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
test_coverage.txt multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
test_data_test.go Use LICENSE file and short license headers. 2016-02-28 22:22:34 -05:00
withdrawal.go multi: update due to latest API changes 2018-05-23 19:38:56 -07:00
withdrawal_test.go multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
withdrawal_wb_test.go multi: fix linter errors 2018-05-23 19:38:56 -07:00

votingpool

[Build Status] (https://travis-ci.org/btcsuite/btcwallet)

Package votingpool provides voting pool functionality for btcwallet as described here: Voting Pools.

A suite of tests is provided to ensure proper functionality. See test_coverage.txt for the gocov coverage report. Alternatively, if you are running a POSIX OS, you can run the cov_report.sh script for a real-time report. Package votingpool is licensed under the liberal ISC license.

Note that this is still a work in progress.

Feature Overview

  • Create/Load pools
  • Create series
  • Replace series
  • Create deposit addresses
  • Comprehensive test coverage

Documentation

[GoDoc] (http://godoc.org/github.com/btcsuite/btcwallet/votingpool)

Full go doc style documentation for the project can be viewed online without installing this package by using the GoDoc site here: http://godoc.org/github.com/btcsuite/btcwallet/votingpool

You can also view the documentation locally once the package is installed with the godoc tool by running godoc -http=":6060" and pointing your browser to http://localhost:6060/pkg/github.com/btcsuite/btcwallet/votingpool

Package votingpool is licensed under the copyfree ISC License.