bitcoin-s/crypto
Chris Stewart 132479d271
Implement ability to provide external entropy to bitcoin-s (#3672)
* Encapsulate initialization of DLCOracle.start() method

* Use internal WalletAppConfig.kmConf rather than passing in custom key manager parameters

* Add KeyManagerAppConfig.defaultAccountType

* Get all tests passing besides TrezorAddressTest

* Get TrezorAddressTest passing with provided entropy

* Add unit test to make sure we can always derive the seed

* Get docs compiling

* Fix dlcWalletTest test cases

* Add more test cases to keymanager

* Add the new configuration to the example configuration

* Add more test cases

* Remove coverage on 2.12 as it isn't accurate

* Rework DLCOracleAppConfig.start() to call kmConf.start() so the oracle can use entropy provided via bitcoin-s.conf
2021-09-18 09:49:11 -05:00
..
.js/src/main/scala/org/bitcoins/crypto Call decompression on public keys less (#2988) 2021-05-07 02:05:10 -05:00
.jvm/src/main/scala/org/bitcoins/crypto Add new invalid BIP 32 test vectors (#3634) 2021-08-31 07:59:34 -05:00
src/main/scala/org/bitcoins/crypto Implement ability to provide external entropy to bitcoin-s (#3672) 2021-09-18 09:49:11 -05:00