bitcoin-s/key-manager-test/src/test/scala/org/bitcoins/keymanager
Chris Stewart 48213d9b81
Implement MasterXPubDAO (#3451)
* Implement MasterXPubDAO

* Fix nits

* Add postgres migrations

* Make sure tables are getting cleaned on postgres

* Get dlcOracleTest test cases passing with validation of the master xpub in the database on startup

* Fix test case

* Fix more tests

* Move things around so keymanager does not need to depend on dbCommons

* Get all walletTest passing

* Add unit test for wallet startup

* Fix rebase

* Get all sqlite tests passing

* Get postgres test cases passing locally

* Remove early call to walletAppConfig.start() in node project

* Make KeyManagerAppConfig.externalEntropy private

* Fix MasterXpubDAO.existsOneXpub()

* Fix bug in migrating database for oralce project
2021-09-21 08:05:23 -05:00
..
bip39 Add ability to store ExtPrivateKey instead of Mnemonic (#2372) 2020-12-17 13:25:04 -06:00
config Implement ability to provide external entropy to bitcoin-s (#3672) 2021-09-18 09:49:11 -05:00
util Implement MasterXPubDAO (#3451) 2021-09-21 08:05:23 -05:00
WalletStorageTest.scala Implement MasterXPubDAO (#3451) 2021-09-21 08:05:23 -05:00