| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain | Ben Woosley | 2018-07-11 | 1 | -2/+1 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge #12944: [wallet] ScanforWalletTransactions should mark input txns as dirty | Jonas Schnelli | 2018-07-13 | 1 | -3/+3 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | ScanforWalletTransactions should mark input txns as dirty | Gregory Sanders | 2018-06-14 | 1 | -3/+3 | |
| * | | | | | Merge #13114: wallet/keystore: Add Clang thread safety annotations for variab... | MarcoFalke | 2018-07-11 | 1 | -2/+5 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add missing cs_KeyStore lock | practicalswift | 2018-04-29 | 1 | -2/+5 | |
| * | | | | | | Remove useless mapRequest tracking that just effects Qt display. | Matt Corallo | 2018-07-09 | 1 | -42/+0 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT check | Wladimir J. van der Laan | 2018-07-05 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix MAX_STANDARD_TX_WEIGHT check | Johnson Lau | 2018-05-05 | 1 | -1/+1 | |
| * | | | | | | Merge #13235: Break circular dependency: init -> * -> init by extracting shut... | Wladimir J. van der Laan | 2018-07-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Break circular dependency: init -> * -> init by extracting shutdown.h | Ben Woosley | 2018-06-25 | 1 | -1/+1 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge #13491: Improve handling of INVALID in IsMine | Wladimir J. van der Laan | 2018-07-04 | 1 | -3/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add P2WSH destination helper and use it instead of manual hashing | Pieter Wuille | 2018-06-17 | 1 | -3/+1 | |
| * | | | | | | | 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 | |
| |/ / / | ||||||