| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | wallet: Exit SyncMetaData if there are no transactions to sync | Wladimir J. van der Laan | 2018-05-17 | 1 | -1/+3 | |
| | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | [wallet] [rpc] Add loadwallet RPC | John Newbery | 2018-05-16 | 1 | -0/+48 | |
| * | | | | | | | | [wallet] Pass error message back from CWallet::Verify() | John Newbery | 2018-05-16 | 3 | -22/+18 | |
| * | | | | | | | | [wallet] Add CWallet::Verify function | John Newbery | 2018-05-16 | 3 | -42/+70 | |
| * | | | | | | | | [wallet] setup wallet background flushing in WalletInit directly | John Newbery | 2018-05-15 | 3 | -13/+7 | |
| * | | | | | | | | [wallet] Fix potential memory leak in CreateWalletFromFile | John Newbery | 2018-05-15 | 1 | -2/+8 | |
| * | | | | | | | | Merge #12963: Fix Clang Static Analyzer warnings | MarcoFalke | 2018-05-14 | 1 | -11/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix dead stores. Values were stored but never read. Limit scope. | practicalswift | 2018-04-12 | 1 | -11/+4 | |
| * | | | | | | | | | Merge #13127: wallet: Add Clang thread safety annotations for variables guard... | MarcoFalke | 2018-05-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | wallet: Add Clang thread safety annotations for variables guarded by cs_db | practicalswift | 2018-04-30 | 1 | -1/+1 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge #13081: wallet: Add compile time checking for cs_wallet runtime locking... | MarcoFalke | 2018-05-14 | 4 | -37/+37 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Add compile time checking for all cs_wallet runtime locking assertions | practicalswift | 2018-05-14 | 4 | -37/+37 | |
| * | | | | | | | | | | Merge #13161: wallet: Reset BerkeleyDB handle after connection fails | Wladimir J. van der Laan | 2018-05-14 | 1 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | wallet: Improve logging when BerkeleyDB environment fails to close | Tim Ruffing | 2018-05-09 | 1 | -3/+6 | |
| | * | | | | | | | | | wallet: Reset BerkeleyDB handle after connection fails | Tim Ruffing | 2018-05-03 | 1 | -0/+1 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge #12560: [wallet] Upgrade path for non-HD wallets to HD | Wladimir J. van der Laan | 2018-05-14 | 3 | -9/+178 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Bump wallet version for pre split keypool | Andrew Chow | 2018-05-12 | 2 | -2/+12 | |
| | * | | | | | | | | | Use a keypool of presplit keys after upgrading to hd chain split | Andrew Chow | 2018-05-12 | 2 | -8/+60 | |
| | * | | | | | | | | | Allow -upgradewallet to upgradewallets to HD | Andrew Chow | 2018-05-12 | 2 | -2/+31 | |
| | * | | | | | | | | | Add 'sethdseed' RPC to initialize or replace HD seed | Chris Moore | 2018-05-12 | 3 | -0/+78 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Make gArgs aware of the arguments | Andrew Chow | 2018-05-09 | 1 | -39/+31 | |
| * | | | | | | | | | Merge #13079: Fix rescanblockchain rpc to properly report progress | Jonas Schnelli | 2018-05-07 | 1 | -14/+18 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Fix rescanblockchain rpc to property report progress | Ben Woosley | 2018-05-03 | 1 | -14/+18 | |
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * / | | | | | | | Make it clear which functions that are intended to be translation unit local | practicalswift | 2018-05-03 | 3 | -55/+55 | |
| |/ / / / / / / | ||||||
| * | | | | | | | refactor: Avoid extra lookups of mapAddressBook in listunspent RPC | João Barbosa | 2018-05-03 | 1 | -3/+4 | |
| * | | | | | | | rpc: Reduce cs_main lock in listunspent | João Barbosa | 2018-05-03 | 1 | -2/+6 | |
| * | | | | | | | Merge #12729: Get rid of ambiguous OutputType::NONE value | Wladimir J. van der Laan | 2018-05-03 | 3 | -28/+30 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Get rid of ambiguous OutputType::NONE value | Russell Yanofsky | 2018-04-05 | 3 | -28/+30 | |
| * | | | | | | | | Merge #12507: Interrupt rescan on shutdown request | Wladimir J. van der Laan | 2018-05-03 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | wallet: Interrupt rescan on shutdown request | João Barbosa | 2018-05-02 | 1 | -1/+4 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Add missing newlines to LogPrint debug logging | Wladimir J. van der Laan | 2018-05-02 | 1 | -2/+2 | |
| * | | | | | | | | Merge #13106: Simplify semantics of ChainStateFlushed callback | Wladimir J. van der Laan | 2018-05-02 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | scripted-diff: Rename SetBestChain callback ChainStateFlushed | Matt Corallo | 2018-04-27 | 2 | -4/+4 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge #13028: Make vpwallets usage thread safe | Wladimir J. van der Laan | 2018-04-30 | 1 | -1/+7 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | wallet: Make vpwallets usage thread safe | João Barbosa | 2018-04-24 | 1 | -1/+7 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge #13090: Remove Safe mode (achow101) | Wladimir J. van der Laan | 2018-04-27 | 2 | -40/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Remove Safe mode | Andrew Chow | 2018-04-26 | 2 | -40/+0 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge #13002: Do not treat bare multisig outputs as IsMine unless watched | Wladimir J. van der Laan | 2018-04-26 | 1 | -7/+9 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Make CScript -> CScriptID conversion explicit | Pieter Wuille | 2018-04-18 | 1 | -7/+9 | |
| * | | | | | | Merge #12909: wallet: Make fee settings to be non-static members | Wladimir J. van der Laan | 2018-04-24 | 8 | -150/+139 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | wallet: Make fee settings non-static members | MarcoFalke | 2018-04-23 | 8 | -150/+139 | |
| * | | | | | | | Merge #12953: Deprecate accounts | Wladimir J. van der Laan | 2018-04-24 | 1 | -58/+220 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [wallet] [rpc] Deprecate wallet 'account' API | John Newbery | 2018-04-17 | 1 | -56/+164 | |
| | * | | | | | | | [wallet] [rpc] Deprecate account RPC methods | John Newbery | 2018-04-17 | 1 | -0/+56 | |
| | * | | | | | | | [wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table | John Newbery | 2018-04-16 | 1 | -2/+0 | |
| * | | | | | | | | Merge #13030: [bugfix] [wallet] Fix zapwallettxes/multiwallet interaction. | Wladimir J. van der Laan | 2018-04-23 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | [wallet] Fix zapwallettxes/multiwallet interaction. | John Newbery | 2018-04-19 | 1 | -5/+5 | |
| * | | | | | | | | wallet: Add HasWallets | João Barbosa | 2018-04-18 | 3 | -1/+7 | |
| * | | | | | | | | wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets | João Barbosa | 2018-04-18 | 6 | -33/+67 | |
| * | | | | | | | | refactor: Drop CWalletRef typedef | João Barbosa | 2018-04-18 | 5 | -12/+11 | |
| |/ / / / / / / | ||||||