| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | Add m_ prefix to WalletBatch::m_batch | Russell Yanofsky | 2018-04-07 | 2 | -21/+21 | |
| | * | | | | | | | Update walletdb comment after renaming. | Russell Yanofsky | 2018-04-07 | 1 | -10/+7 | |
| | * | | | | | | | scripted-diff: Rename wallet database classes | Russell Yanofsky | 2018-04-07 | 10 | -311/+314 | |
| * | | | | | | | | Remove duplicate includes | practicalswift | 2018-04-09 | 3 | -4/+0 | |
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | Merge #12905: [rpcwallet] Clamp walletpassphrase value at 100M seconds | MarcoFalke | 2018-04-08 | 1 | -6/+8 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Use std::bind instead of boost::bind to re-lock the wallet | Suhas Daftuar | 2018-04-08 | 1 | -1/+3 | |
| | * | | | | | | | [rpcwallet] Clamp walletpassphrase value at 100M seconds | Suhas Daftuar | 2018-04-08 | 1 | -5/+5 | |
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge #12891: [logging] add lint-logs.sh to check for newline termination. | Wladimir J. van der Laan | 2018-04-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [logging] Comment all continuing logs. | John Newbery | 2018-04-07 | 1 | -1/+1 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge #12895: tests: Add note about test suite name uniqueness requirement to... | Wladimir J. van der Laan | 2018-04-08 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | tests: Avoid test suite name collision in wallet crypto_tests | MarcoFalke | 2018-04-06 | 2 | -3/+3 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge #12785: wallet: Initialize m_last_block_processed to nullptr | Wladimir J. van der Laan | 2018-04-07 | 1 | -34/+15 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet: Initialize m_last_block_processed to nullptr. Initialize fields where... | practicalswift | 2018-04-05 | 1 | -34/+15 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | wallet: Refactor to WalletInitInterface* const g_wallet_init_interface | João Barbosa | 2018-04-05 | 1 | -1/+3 | |
| * | | | | | | wallet: Make WalletInitInterface and DummyWalletInit private | João Barbosa | 2018-04-05 | 4 | -52/+36 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge #12859: Bugfix: Include <memory> for std::unique_ptr | Wladimir J. van der Laan | 2018-04-05 | 4 | -0/+5 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Bugfix: Include <memory> for std::unique_ptr | Luke Dashjr | 2018-04-02 | 4 | -0/+5 | |
| * | | | | | | Merge #12887: [trivial] Add newlines to end of log messages. | Wladimir J. van der Laan | 2018-04-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [trivial] Add newlines to end of log messages. | John Newbery | 2018-04-04 | 1 | -1/+1 | |
| | | |/ / / / | |/| | | | | ||||||
| * / | | | | | [wallet] [rpc] [doc] importprivkey: hint about importmulti | Karl-Johan Alm | 2018-04-03 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge #12757: Clarify include guard naming convention | MarcoFalke | 2018-04-01 | 3 | -10/+9 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix missing or inconsistent include guards | practicalswift | 2018-03-22 | 3 | -10/+9 | |
| * | | | | | | Merge #12719: tests: Add note about test suite naming convention in developer... | MarcoFalke | 2018-04-01 | 3 | -4/+4 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | tests: Rename test suits not following the test suite naming convention | practicalswift | 2018-03-19 | 3 | -4/+4 | |
| * | | | | | | Merge #10762: [wallet] Remove Wallet dependencies from init.cpp | Wladimir J. van der Laan | 2018-03-29 | 2 | -29/+38 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [wallet] Use global g_wallet_init_interface to init/destroy the wallet. | John Newbery | 2018-03-27 | 1 | -10/+11 | |
| | * | | | | | | [wallet] Move wallet init functions into WalletInit class. | John Newbery | 2018-03-26 | 2 | -29/+37 | |
| * | | | | | | | Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class") | Wladimir J. van der Laan | 2018-03-27 | 8 | -58/+58 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | scripted-diff: Convert 11 enums into scoped enums (C++11) | practicalswift | 2018-03-09 | 8 | -58/+58 | |
| * | | | | | | | | Merge #12699: [wallet] Shuffle transaction inputs before signing | Wladimir J. van der Laan | 2018-03-26 | 1 | -14/+23 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | shuffle selected coins before transaction finalization | Gregory Sanders | 2018-03-21 | 1 | -14/+23 | |
| | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | | shuffle sendmany recipients ordering to shuffle tx outputs | Gregory Sanders | 2018-03-23 | 1 | -0/+3 | |
| * | | | | | | | | Merge #11536: Rename account to label where appropriate | Wladimir J. van der Laan | 2018-03-22 | 3 | -114/+120 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Rename account to label where appropriate | Russell Yanofsky | 2018-03-19 | 3 | -114/+120 | |
| * | | | | | | | | | Merge #12694: Actually disable BnB when there are preset inputs | Wladimir J. van der Laan | 2018-03-22 | 3 | -11/+25 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Test that BnB is not used when there are preset inputs | Andrew Chow | 2018-03-15 | 2 | -10/+23 | |
| | * | | | | | | | | Actually disable BnB when there are preset inputs | Andrew Chow | 2018-03-15 | 2 | -2/+3 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge #12747: Fix typos | MarcoFalke | 2018-03-21 | 2 | -8/+8 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| | * | | | | | | | Fix typos | practicalswift | 2018-03-21 | 2 | -8/+8 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge #12716: Fix typos and cleanup in various files | MarcoFalke | 2018-03-21 | 2 | -5/+5 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Fix typos | Dimitris Apostolou | 2018-03-21 | 2 | -5/+5 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cpp | MarcoFalke | 2018-03-19 | 1 | -8/+0 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Remove unreachable help conditions | lutangar | 2018-03-19 | 1 | -8/+0 | |
| | |/ / / / | ||||||
| * / / / / | wallet: Change output type globals to members | MarcoFalke | 2018-03-17 | 8 | -78/+70 | |
| |/ / / / | ||||||
| * | | | | Merge #10637: Coin Selection with Murch's algorithm | Wladimir J. van der Laan | 2018-03-14 | 9 | -622/+1192 | |
| |\ \ \ \ | ||||||
| | * | | | | Add a test to make sure that negative effective values are filtered | Andrew Chow | 2018-03-13 | 1 | -5/+15 | |
| | * | | | | Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it | Andrew Chow | 2018-03-13 | 3 | -66/+194 | |
| | * | | | | Add a GetMinimumFeeRate function which is wrapped by GetMinimumFee | Andrew Chow | 2018-03-13 | 2 | -21/+43 | |
| | * | | | | Move original knapsack solver tests to coinselector_tests.cpp | Andrew Chow | 2018-03-13 | 3 | -350/+330 | |
| | * | | | | Move current coin selection algorithm to coinselection.{cpp,h} | Andrew Chow | 2018-03-13 | 3 | -127/+140 | |