aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2016-06-01Merge #7689: Replace OpenSSL AES with ctaes-based versionPieter Wuille
2016-05-29Always require OS randomness when generating secret keysPieter Wuille
2016-05-25Merge #8061: [Wallet] Improve Wallet encapsulationPieter Wuille
2016-05-17Merge #8038: [qa, doc] Various minor fixesMarcoFalke
2016-05-16Move BackupWallet to CWallet::BackupWalletPatrick Strateman
2016-05-16Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalancePatrick Strateman
2016-05-16Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.Gregory Maxwell
2016-05-13crypter: add tests for crypterCory Fields
2016-05-13crypter: add a BytesToKey clone to replace the use of opensslCory Fields
2016-05-13crypter: hook up the new aes cbc classesCory Fields
2016-05-13crypter: constify encrypt/decryptCory Fields
2016-05-13crypter: fix the stored initialization vector sizeCory Fields
2016-05-10[doc] Remove outdated line from listunspent RPC help, fix typoMarcoFalke
2016-05-10Merge #8028: Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskWladimir J. van der Laan
2016-05-10init: Move berkeleydb version reporting to walletWladimir J. van der Laan
2016-05-09Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskPatrick Strateman
2016-04-25Merge #7688: List solvability in listunspent output and improve helpWladimir J. van der Laan
2016-04-22Merge #7816: [Wallet] slighly refactor GetOldestKeyPoolTime()Wladimir J. van der Laan
2016-04-19Merge #7787: [Moveonly] Create ui_interface.cppWladimir J. van der Laan
2016-04-19Merge #7905: test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan
2016-04-18test: Rename wallet.dat to wallet_test.datWladimir J. van der Laan
2016-04-18wallet_ismine.h → script/ismine.hWladimir J. van der Laan
2016-04-18test: Create test fixture for walletWladimir J. van der Laan
2016-04-18Merge #7900: fix spelling mistakeWladimir J. van der Laan
2016-04-18test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan
2016-04-17fix spelling mistakeChris Moore
2016-04-16add missing newlineChris Moore
2016-04-15Add lockUnspents option to fundrawtransactionJoão Barbosa
2016-04-15Add change options to fundrawtransactionJoão Barbosa
2016-04-14Merge #7812: Tiny refactor of `IsRBFOptIn`, avoid exceptionWladimir J. van der Laan
2016-04-06[Wallet] slightly refactor GetOldestKeyPoolTime()Jonas Schnelli
2016-04-06Refactor IsRBFOptIn, avoid exceptionJonas Schnelli
2016-04-03[doc] Fix doxygen comments for membersMarcoFalke
2016-04-02[ui] Move InitError, InitWarning, AmountErrMsgMarcoFalke
2016-04-02Merge #7691: [Wallet] refactor wallet/init interactionWladimir J. van der Laan
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-29Merge #7558: [RPC] Add import/removeprunedfunds rpc callWladimir J. van der Laan
2016-03-29[Wallet][RPC] add missing abandon status documentationJonas Schnelli
2016-03-24Merge #7506: Use CCoinControl selection in CWallet::FundTransactionWladimir J. van der Laan
2016-03-23Fix lockunspents help messageJoão Barbosa
2016-03-23[Wallet][RPC] add abandoned status to listtransactionsJonas Schnelli
2016-03-23Added companion removeprunedfunds call.instagibbs
2016-03-23Add importprunedfunds rpc callinstagibbs
2016-03-23Merge #7715: Fix calculation of balances and available coins.Wladimir J. van der Laan
2016-03-22Prevent multiple calls to CWallet::AvailableCoinsJoão Barbosa
2016-03-22[Wallet] refactor wallet/init interactionJonas Schnelli
2016-03-21Implement "feefilter" P2P message.Alex Morcos
2016-03-21Correct importaddress help reference to importpubkeyDenis Lukianov
2016-03-18Fix calculation of balances and available coins.Alex Morcos
2016-03-14List solvability in listunspent output and improve helpPieter Wuille