774 Commits (500710bd291e0b9f269ef20677a4a849fb76fc06)

Author SHA1 Message Date
MarcoFalke faa91b12f7 [wallet] tests: Don't use floating point 9 years ago
Jonas Schnelli afcd77e179
Detect -usehd mismatches when wallet.dat already exists 9 years ago
Wladimir J. van der Laan d096d22446 build: Get rid of `CLIENT_DATE` 9 years ago
Pieter Wuille 77f63a4fcd Fix two warnings for comparison between signed and unsigned 9 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 9 years ago
MarcoFalke faf82e8fc8 [rpc] fundrawtransaction: Fix help text and interface 9 years ago
Patrick Strateman 152ab236ea Improve CWallet API with new GetAccountPubkey function. 9 years ago
Pieter Wuille 595b22e5c0 Stop treating importaddress'ed scripts as change 9 years ago
Patrick Strateman 9dfaa1cb70 Improve CWallet API with new AccountMove function. 9 years ago
Jonas Schnelli c022e5b15d
[Wallet] use constant for bip32 hardened key limit 9 years ago
Jonas Schnelli f19025106d
[Wallet] Add simplest BIP32/deterministic key generation implementation 9 years ago
Pieter Wuille fa2637a3be Always require OS randomness when generating secret keys 9 years ago
Patrick Strateman 380498aba4 Move BackupWallet to CWallet::BackupWallet 9 years ago
Patrick Strateman ecb9741ec3 Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance 9 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 9 years ago
Cory Fields 34ed64a404 crypter: add tests for crypter 9 years ago
Cory Fields 976f9ec264 crypter: add a BytesToKey clone to replace the use of openssl 9 years ago
Cory Fields 9049cde4d9 crypter: hook up the new aes cbc classes 9 years ago
Cory Fields fb96831c1f crypter: constify encrypt/decrypt 9 years ago
Cory Fields 1c391a5866 crypter: fix the stored initialization vector size 9 years ago
MarcoFalke fa72f7d99d [doc] Remove outdated line from listunspent RPC help, fix typo 9 years ago
Wladimir J. van der Laan 3e2c946cfd init: Move berkeleydb version reporting to wallet 9 years ago
Patrick Strateman 0fd599767d Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk 9 years ago
Pedro Branco 0bf6f30262 Prevent multiple calls to ExtractDestination 9 years ago
Jonas Schnelli 04eaa90958
Add more clear interface for CoinControl.h regarding individual feerate 9 years ago
Jonas Schnelli 3b35e4896b
[RPC] add feerate option to fundrawtransaction 9 years ago
Wladimir J. van der Laan b30fb42e49 test: Rename wallet.dat to wallet_test.dat 9 years ago
Wladimir J. van der Laan a25a4f5b04 wallet_ismine.h → script/ismine.h 9 years ago
Wladimir J. van der Laan f4eae2d910 test: Create test fixture for wallet 9 years ago
Wladimir J. van der Laan de39c95c24 test: move accounting_tests and rpc_wallet_tests to wallet/test 9 years ago
Chris Moore 3107c475a7 fix spelling mistake 9 years ago
Chris Moore dc0693f637 add missing newline 9 years ago
João Barbosa f2d0944eb3 Add lockUnspents option to fundrawtransaction 9 years ago
João Barbosa af4fe7fd12 Add change options to fundrawtransaction 9 years ago
Jonas Schnelli 9f7336b457
[Wallet] slightly refactor GetOldestKeyPoolTime() 9 years ago
Jonas Schnelli 4f7c959af1
Refactor IsRBFOptIn, avoid exception 9 years ago
MarcoFalke fada0c422c [doc] Fix doxygen comments for members 9 years ago
MarcoFalke fabbf80f2f [ui] Move InitError, InitWarning, AmountErrMsg 9 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 9 years ago
Jonas Schnelli cef8bdf5d7
[Wallet][RPC] add missing abandon status documentation 9 years ago
João Barbosa df9e9233dc Fix lockunspents help message 9 years ago
Jonas Schnelli 263de3d1c8
[Wallet][RPC] add abandoned status to listtransactions 9 years ago
instagibbs f1bb13c93d Added companion removeprunedfunds call. 9 years ago
instagibbs 7eb702954e Add importprunedfunds rpc call 9 years ago
João Barbosa bb16c8894b Prevent multiple calls to CWallet::AvailableCoins 9 years ago
Jonas Schnelli 25340b7cd5
[Wallet] refactor wallet/init interaction 9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 9 years ago
Denis Lukianov c5825d2d73 Correct importaddress help reference to importpubkey 9 years ago
Alex Morcos 68d4282774 Fix calculation of balances and available coins. 9 years ago
Pieter Wuille c3932b3270 List solvability in listunspent output and improve help 9 years ago