aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #7689: Replace OpenSSL AES with ctaes-based versionPieter Wuille2016-06-013-45/+292
|\ \ \ | |_|/ |/| |
| * | crypter: add tests for crypterCory Fields2016-05-132-0/+236
| * | crypter: add a BytesToKey clone to replace the use of opensslCory Fields2016-05-132-4/+31
| * | crypter: hook up the new aes cbc classesCory Fields2016-05-131-31/+14
| * | crypter: constify encrypt/decryptCory Fields2016-05-132-4/+4
| * | crypter: fix the stored initialization vector sizeCory Fields2016-05-132-6/+7
* | | Always require OS randomness when generating secret keysPieter Wuille2016-05-291-6/+2
* | | Merge #8061: [Wallet] Improve Wallet encapsulationPieter Wuille2016-05-255-77/+79
|\ \ \
| * | | Move BackupWallet to CWallet::BackupWalletPatrick Strateman2016-05-165-42/+43
| * | | Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalancePatrick Strateman2016-05-163-35/+36
* | | | Merge #8038: [qa, doc] Various minor fixesMarcoFalke2016-05-171-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [doc] Remove outdated line from listunspent RPC help, fix typoMarcoFalke2016-05-101-3/+1
| | |/ | |/|
* | | Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.Gregory Maxwell2016-05-161-4/+2
| |/ |/|
* | Merge #8028: Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskWladimir J. van der Laan2016-05-104-18/+10
|\ \
| * | Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskPatrick Strateman2016-05-094-18/+10
| |/
* / init: Move berkeleydb version reporting to walletWladimir J. van der Laan2016-05-101-0/+1
|/
* Merge #7688: List solvability in listunspent output and improve helpWladimir J. van der Laan2016-04-254-5/+11
|\
| * List solvability in listunspent output and improve helpPieter Wuille2016-03-144-5/+11
* | Merge #7816: [Wallet] slighly refactor GetOldestKeyPoolTime()Wladimir J. van der Laan2016-04-221-5/+12
|\ \
| * | [Wallet] slightly refactor GetOldestKeyPoolTime()Jonas Schnelli2016-04-061-5/+12
* | | Merge #7787: [Moveonly] Create ui_interface.cppWladimir J. van der Laan2016-04-191-38/+23
|\ \ \
| * | | [ui] Move InitError, InitWarning, AmountErrMsgMarcoFalke2016-04-021-38/+23
| |/ /
* | | Merge #7905: test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan2016-04-198-132/+419
|\ \ \
| * | | test: Rename wallet.dat to wallet_test.datWladimir J. van der Laan2016-04-181-1/+1
| * | | wallet_ismine.h → script/ismine.hWladimir J. van der Laan2016-04-183-130/+1
| * | | test: Create test fixture for walletWladimir J. van der Laan2016-04-185-6/+52
| * | | test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan2016-04-182-0/+370
* | | | Merge #7900: fix spelling mistakeWladimir J. van der Laan2016-04-181-1/+1
|\ \ \ \
| * | | | fix spelling mistakeChris Moore2016-04-171-1/+1
| |/ / /
* / / / add missing newlineChris Moore2016-04-161-1/+1
|/ / /
* | | Add lockUnspents option to fundrawtransactionJoão Barbosa2016-04-153-6/+19
* | | Add change options to fundrawtransactionJoão Barbosa2016-04-153-23/+74
* | | Merge #7812: Tiny refactor of `IsRBFOptIn`, avoid exceptionWladimir J. van der Laan2016-04-141-8/+4
|\ \ \
| * | | Refactor IsRBFOptIn, avoid exceptionJonas Schnelli2016-04-061-8/+4
| |/ /
* / / [doc] Fix doxygen comments for membersMarcoFalke2016-04-031-4/+4
|/ /
* | Merge #7691: [Wallet] refactor wallet/init interactionWladimir J. van der Laan2016-04-022-41/+113
|\ \
| * | [Wallet] refactor wallet/init interactionJonas Schnelli2016-03-222-41/+113
| |/
* | rpc: Register calls where they are definedWladimir J. van der Laan2016-03-312-11/+7
* | Merge #7558: [RPC] Add import/removeprunedfunds rpc callWladimir J. van der Laan2016-03-296-0/+175
|\ \
| * | Added companion removeprunedfunds call.instagibbs2016-03-236-0/+106
| * | Add importprunedfunds rpc callinstagibbs2016-03-232-0/+69
* | | [Wallet][RPC] add missing abandon status documentationJonas Schnelli2016-03-291-0/+1
* | | Merge #7506: Use CCoinControl selection in CWallet::FundTransactionWladimir J. van der Laan2016-03-241-11/+2
|\ \ \
| * | | Use CCoinControl selection in CWallet::FundTransactionJoão Barbosa2016-03-081-11/+2
* | | | Fix lockunspents help messageJoão Barbosa2016-03-231-2/+3
* | | | [Wallet][RPC] add abandoned status to listtransactionsJonas Schnelli2016-03-231-0/+1
| |/ / |/| |
* | | Merge #7715: Fix calculation of balances and available coins.Wladimir J. van der Laan2016-03-231-2/+7
|\ \ \
| * | | Fix calculation of balances and available coins.Alex Morcos2016-03-181-2/+7
* | | | Prevent multiple calls to CWallet::AvailableCoinsJoão Barbosa2016-03-222-5/+7
* | | | Implement "feefilter" P2P message.Alex Morcos2016-03-211-2/+4