aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Add m_ prefix to WalletBatch::m_batchRussell Yanofsky2018-04-072-21/+21
| * | | | | | | Update walletdb comment after renaming.Russell Yanofsky2018-04-071-10/+7
| * | | | | | | scripted-diff: Rename wallet database classesRussell Yanofsky2018-04-0710-311/+314
* | | | | | | | Remove duplicate includespracticalswift2018-04-093-4/+0
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge #12905: [rpcwallet] Clamp walletpassphrase value at 100M secondsMarcoFalke2018-04-081-6/+8
|\ \ \ \ \ \ \
| * | | | | | | Use std::bind instead of boost::bind to re-lock the walletSuhas Daftuar2018-04-081-1/+3
| * | | | | | | [rpcwallet] Clamp walletpassphrase value at 100M secondsSuhas Daftuar2018-04-081-5/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge #12891: [logging] add lint-logs.sh to check for newline termination.Wladimir J. van der Laan2018-04-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [logging] Comment all continuing logs.John Newbery2018-04-071-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge #12895: tests: Add note about test suite name uniqueness requirement to...Wladimir J. van der Laan2018-04-082-3/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | tests: Avoid test suite name collision in wallet crypto_testsMarcoFalke2018-04-062-3/+3
| |/ / / / /
* | | | | | Merge #12785: wallet: Initialize m_last_block_processed to nullptrWladimir J. van der Laan2018-04-071-34/+15
|\ \ \ \ \ \
| * | | | | | wallet: Initialize m_last_block_processed to nullptr. Initialize fields where...practicalswift2018-04-051-34/+15
| | |/ / / / | |/| | | |
* | | | | | wallet: Refactor to WalletInitInterface* const g_wallet_init_interfaceJoão Barbosa2018-04-051-1/+3
* | | | | | wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa2018-04-054-52/+36
| |/ / / / |/| | | |
* | | | | Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-054-0/+5
|\ \ \ \ \
| * | | | | Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-024-0/+5
* | | | | | Merge #12887: [trivial] Add newlines to end of log messages.Wladimir J. van der Laan2018-04-051-1/+1
|\ \ \ \ \ \
| * | | | | | [trivial] Add newlines to end of log messages.John Newbery2018-04-041-1/+1
| | |/ / / / | |/| | | |
* / | | | | [wallet] [rpc] [doc] importprivkey: hint about importmultiKarl-Johan Alm2018-04-031-0/+1
|/ / / / /
* | | | | Merge #12757: Clarify include guard naming conventionMarcoFalke2018-04-013-10/+9
|\ \ \ \ \
| * | | | | Fix missing or inconsistent include guardspracticalswift2018-03-223-10/+9
* | | | | | Merge #12719: tests: Add note about test suite naming convention in developer...MarcoFalke2018-04-013-4/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | tests: Rename test suits not following the test suite naming conventionpracticalswift2018-03-193-4/+4
* | | | | | Merge #10762: [wallet] Remove Wallet dependencies from init.cppWladimir J. van der Laan2018-03-292-29/+38
|\ \ \ \ \ \
| * | | | | | [wallet] Use global g_wallet_init_interface to init/destroy the wallet.John Newbery2018-03-271-10/+11
| * | | | | | [wallet] Move wallet init functions into WalletInit class.John Newbery2018-03-262-29/+37
* | | | | | | Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-278-58/+58
|\ \ \ \ \ \ \
| * | | | | | | scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-098-58/+58
* | | | | | | | Merge #12699: [wallet] Shuffle transaction inputs before signingWladimir J. van der Laan2018-03-261-14/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | shuffle selected coins before transaction finalizationGregory Sanders2018-03-211-14/+23
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | shuffle sendmany recipients ordering to shuffle tx outputsGregory Sanders2018-03-231-0/+3
* | | | | | | | Merge #11536: Rename account to label where appropriateWladimir J. van der Laan2018-03-223-114/+120
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename account to label where appropriateRussell Yanofsky2018-03-193-114/+120
* | | | | | | | | Merge #12694: Actually disable BnB when there are preset inputsWladimir J. van der Laan2018-03-223-11/+25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Test that BnB is not used when there are preset inputsAndrew Chow2018-03-152-10/+23
| * | | | | | | | Actually disable BnB when there are preset inputsAndrew Chow2018-03-152-2/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge #12747: Fix typosMarcoFalke2018-03-212-8/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix typospracticalswift2018-03-212-8/+8
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge #12716: Fix typos and cleanup in various filesMarcoFalke2018-03-212-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix typosDimitris Apostolou2018-03-212-5/+5
| |/ / / / /
* | | | | | Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cppMarcoFalke2018-03-191-8/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove unreachable help conditionslutangar2018-03-191-8/+0
| |/ / / /
* / / / / wallet: Change output type globals to membersMarcoFalke2018-03-178-78/+70
|/ / / /
* | | | Merge #10637: Coin Selection with Murch's algorithmWladimir J. van der Laan2018-03-149-622/+1192
|\ \ \ \
| * | | | Add a test to make sure that negative effective values are filteredAndrew Chow2018-03-131-5/+15
| * | | | Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use itAndrew Chow2018-03-133-66/+194
| * | | | Add a GetMinimumFeeRate function which is wrapped by GetMinimumFeeAndrew Chow2018-03-132-21/+43
| * | | | Move original knapsack solver tests to coinselector_tests.cppAndrew Chow2018-03-133-350/+330
| * | | | Move current coin selection algorithm to coinselection.{cpp,h}Andrew Chow2018-03-133-127/+140