| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Delete double semicolon in wallet.cpp and misc.cpp | Matteo Sumberaz | 2018-07-02 | 1 | -1/+1 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge #13160: wallet: Unlock spent outputs | Wladimir J. van der Laan | 2018-06-24 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | wallet: Unlock spent outputs | João Barbosa | 2018-05-25 | 1 | -0/+2 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge #13111: Add unloadwallet RPC | Jonas Schnelli | 2018-06-21 | 1 | -2/+13 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rpc: Add unloadwallet RPC | João Barbosa | 2018-06-18 | 1 | -2/+13 | |
| * | | | | | | | | Qt: load wallet in UI after possible init aborts | Jonas Schnelli | 2018-06-19 | 1 | -2/+2 | |
| | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | | Merge #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds | Wladimir J. van der Laan | 2018-06-18 | 1 | -7/+12 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | wallet: Erase wtxOrderd wtx pointer on removeprunedfunds | MarcoFalke | 2018-06-11 | 1 | -7/+12 | |
| | |/ / / / / | ||||||
| * | | | / / | scripted-diff: Avoid temporary copies when looping over std::map | Ben Woosley | 2018-06-11 | 1 | -2/+2 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | wallet: Switch to using ancestor/descendant limits | Karl-Johan Alm | 2018-06-11 | 1 | -4/+5 | |
| * | | | | | wallet: Strictly greater than for ancestor caps | Karl-Johan Alm | 2018-06-11 | 1 | -4/+4 | |
| * | | | | | Switch to GetTransactionAncestry() in OutputEligibleForSpending | Karl-Johan Alm | 2018-06-11 | 1 | -1/+4 | |
| * | | | | | mempool: Add explicit max_descendants | Karl-Johan Alm | 2018-06-11 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput | Wladimir J. van der Laan | 2018-06-05 | 1 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Drop UpdateTransaction in favor of UpdateInput | Ben Woosley | 2018-05-18 | 1 | -3/+3 | |
| * | | | | | Merge #13309: Directly operate with CMutableTransaction in SignSignature | Wladimir J. van der Laan | 2018-05-31 | 1 | -4/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Generic TransactionSignatureCreator works with both CTransaction and CMutable... | Martin Ankerl | 2018-05-30 | 1 | -4/+2 | |
| * | | | | | | Merge #13252: Wallet: Refactor ReserveKeyFromKeyPool for safety | Wladimir J. van der Laan | 2018-05-30 | 1 | -14/+15 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Wallet: Refactor ReserveKeyFromKeyPool for safety | Ben Woosley | 2018-05-16 | 1 | -14/+15 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge #13142: Separate IsMine from solvability | Wladimir J. van der Laan | 2018-05-29 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Make coincontrol use IsSolvable to determine solvability | Pieter Wuille | 2018-05-03 | 1 | -3/+3 | |
| * | | | | | | | Merge #13063: Use shared pointer to retain wallet instance | Wladimir J. van der Laan | 2018-05-24 | 1 | -17/+14 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | wallet: Use shared pointer to retain wallet instance | João Barbosa | 2018-05-22 | 1 | -17/+14 | |
| * | | | | | | | | Merge #13011: Cache witness hash in CTransaction | Wladimir J. van der Laan | 2018-05-23 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Make CMutableTransaction constructor explicit | MarcoFalke | 2018-05-04 | 1 | -2/+2 | |
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | [refactor] manually change remaining instances of master key to seed. | John Newbery | 2018-05-19 | 1 | -21/+21 | |
| * | | | | | | | scripted-diff: Rename master key to seed | John Newbery | 2018-05-19 | 1 | -15/+15 | |
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | wallet: Exit SyncMetaData if there are no transactions to sync | Wladimir J. van der Laan | 2018-05-17 | 1 | -1/+3 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | [wallet] Pass error message back from CWallet::Verify() | John Newbery | 2018-05-16 | 1 | -20/+11 | |
| * | | | | | [wallet] Add CWallet::Verify function | John Newbery | 2018-05-16 | 1 | -0/+56 | |
| * | | | | | [wallet] setup wallet background flushing in WalletInit directly | John Newbery | 2018-05-15 | 1 | -9/+1 | |
| * | | | | | [wallet] Fix potential memory leak in CreateWalletFromFile | John Newbery | 2018-05-15 | 1 | -2/+8 | |
| * | | | | | Merge #12560: [wallet] Upgrade path for non-HD wallets to HD | Wladimir J. van der Laan | 2018-05-14 | 1 | -8/+89 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Bump wallet version for pre split keypool | Andrew Chow | 2018-05-12 | 1 | -1/+9 | |
| | * | | | | | Use a keypool of presplit keys after upgrading to hd chain split | Andrew Chow | 2018-05-12 | 1 | -8/+48 | |
| | * | | | | | Allow -upgradewallet to upgradewallets to HD | Andrew Chow | 2018-05-12 | 1 | -1/+30 | |
| | * | | | | | Add 'sethdseed' RPC to initialize or replace HD seed | Chris Moore | 2018-05-12 | 1 | -0/+4 | |
| | |/ / / / | ||||||
| * / / / / | Fix rescanblockchain rpc to property report progress | Ben Woosley | 2018-05-03 | 1 | -14/+18 | |
| |/ / / / | ||||||
| * | | | | Merge #12729: Get rid of ambiguous OutputType::NONE value | Wladimir J. van der Laan | 2018-05-03 | 1 | -16/+12 | |
| |\ \ \ \ | ||||||
| | * | | | | Get rid of ambiguous OutputType::NONE value | Russell Yanofsky | 2018-04-05 | 1 | -16/+12 | |
| * | | | | | 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 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge #13106: Simplify semantics of ChainStateFlushed callback | Wladimir J. van der Laan | 2018-05-02 | 1 | -3/+3 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | scripted-diff: Rename SetBestChain callback ChainStateFlushed | Matt Corallo | 2018-04-27 | 1 | -3/+3 | |
| | | |/ / | |/| | | ||||||
| * / | | | wallet: Make vpwallets usage thread safe | João Barbosa | 2018-04-24 | 1 | -1/+7 | |
| |/ / / | ||||||
| * | | | wallet: Make fee settings non-static members | MarcoFalke | 2018-04-23 | 1 | -35/+74 | |
| * | | | wallet: Add HasWallets | João Barbosa | 2018-04-18 | 1 | -0/+5 | |
| * | | | wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets | João Barbosa | 2018-04-18 | 1 | -1/+34 | |
| * | | | refactor: Drop CWalletRef typedef | João Barbosa | 2018-04-18 | 1 | -1/+1 | |
| * | | | Merge #12803: Make BaseSignatureCreator a pure interface | Wladimir J. van der Laan | 2018-04-12 | 1 | -3/+3 | |
| |\ \ \ | |_|/ |/| | | ||||||