mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 02:11:40 +01:00
b8c59b4c93
* Create 'fundRawTransaction' and 'fundRawTransactionInternal' * Move TransactionTestUtil to testkit, begin writing tests for fundrawtransaction * Add FundTransactionTests * Move things to 'FundTransactionHandling' trait * Start segregating things by HDAccount in the wallet, this gives us the ability to query for balances based on account, fund a transaction based on an account, generate a new address based on an account etc. All old api calls are now based on the default account, i.e. getBalance() returns the balance for account 0, fundRawTransaction funds the transaction from account 0 etc. * Fix compile issue with 2.11.x * Bump address generation Thread.sleep() to 500ms * Address ben code review * Address code review |
||
---|---|---|
.. | ||
src | ||
core.sbt | ||
README.md |