bitcoin-s/key-manager
Chris Stewart 8fb1716b1c
Move initialization of wallet entropy into the key manager (#966)
* Move initialization of wallet entropy into the key manager

* Enable key-manager in ci, add coverage minimum

* Add coverage minimum for key manager, add KeyManagerParams, start adding KeyManager test harness

* Remove success cases on ADTs, start using Either

* fix import

* Get test coverage to 90%

* Add documentation for key-manager.md, add side bar for key-manager

* Fix wallet.md

* Make seedPath default to baseDatadir, so we don't have a unique seed for every network. Add more documentation

* Address code review

* Address code review from Ben

* Add missing import

* Add more tests for coverage
2019-12-26 19:12:08 -06:00
..
src/main/scala/org/bitcoins/keymanager Move initialization of wallet entropy into the key manager (#966) 2019-12-26 19:12:08 -06:00
key-manager.sbt Move initialization of wallet entropy into the key manager (#966) 2019-12-26 19:12:08 -06:00