aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Delete double semicolon in wallet.cpp and misc.cppMatteo Sumberaz2018-07-021-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge #13160: wallet: Unlock spent outputsWladimir J. van der Laan2018-06-241-0/+2
|\ \ \ \ \ \ \
| * | | | | | | wallet: Unlock spent outputsJoão Barbosa2018-05-251-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge #13111: Add unloadwallet RPCJonas Schnelli2018-06-211-2/+13
|\ \ \ \ \ \ \
| * | | | | | | rpc: Add unloadwallet RPCJoão Barbosa2018-06-181-2/+13
* | | | | | | | Qt: load wallet in UI after possible init abortsJonas Schnelli2018-06-191-2/+2
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfundsWladimir J. van der Laan2018-06-181-7/+12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | wallet: Erase wtxOrderd wtx pointer on removeprunedfundsMarcoFalke2018-06-111-7/+12
| |/ / / / /
* | | | / / scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley2018-06-111-2/+2
| |_|_|/ / |/| | | |
* | | | | wallet: Switch to using ancestor/descendant limitsKarl-Johan Alm2018-06-111-4/+5
* | | | | wallet: Strictly greater than for ancestor capsKarl-Johan Alm2018-06-111-4/+4
* | | | | Switch to GetTransactionAncestry() in OutputEligibleForSpendingKarl-Johan Alm2018-06-111-1/+4
* | | | | mempool: Add explicit max_descendantsKarl-Johan Alm2018-06-111-1/+1
|/ / / /
* | | | Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInputWladimir J. van der Laan2018-06-051-3/+3
|\ \ \ \
| * | | | Drop UpdateTransaction in favor of UpdateInputBen Woosley2018-05-181-3/+3
* | | | | Merge #13309: Directly operate with CMutableTransaction in SignSignatureWladimir J. van der Laan2018-05-311-4/+2
|\ \ \ \ \
| * | | | | Generic TransactionSignatureCreator works with both CTransaction and CMutable...Martin Ankerl2018-05-301-4/+2
* | | | | | Merge #13252: Wallet: Refactor ReserveKeyFromKeyPool for safetyWladimir J. van der Laan2018-05-301-14/+15
|\ \ \ \ \ \
| * | | | | | Wallet: Refactor ReserveKeyFromKeyPool for safetyBen Woosley2018-05-161-14/+15
| | |/ / / / | |/| | | |
* | | | | | Merge #13142: Separate IsMine from solvabilityWladimir J. van der Laan2018-05-291-3/+3
|\ \ \ \ \ \
| * | | | | | Make coincontrol use IsSolvable to determine solvabilityPieter Wuille2018-05-031-3/+3
* | | | | | | Merge #13063: Use shared pointer to retain wallet instanceWladimir J. van der Laan2018-05-241-17/+14
|\ \ \ \ \ \ \
| * | | | | | | wallet: Use shared pointer to retain wallet instanceJoão Barbosa2018-05-221-17/+14
* | | | | | | | Merge #13011: Cache witness hash in CTransactionWladimir J. van der Laan2018-05-231-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Make CMutableTransaction constructor explicitMarcoFalke2018-05-041-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | [refactor] manually change remaining instances of master key to seed.John Newbery2018-05-191-21/+21
* | | | | | | scripted-diff: Rename master key to seedJohn Newbery2018-05-191-15/+15
| |_|_|/ / / |/| | | | |
* | | | | | wallet: Exit SyncMetaData if there are no transactions to syncWladimir J. van der Laan2018-05-171-1/+3
| |_|/ / / |/| | | |
* | | | | [wallet] Pass error message back from CWallet::Verify()John Newbery2018-05-161-20/+11
* | | | | [wallet] Add CWallet::Verify functionJohn Newbery2018-05-161-0/+56
* | | | | [wallet] setup wallet background flushing in WalletInit directlyJohn Newbery2018-05-151-9/+1
* | | | | [wallet] Fix potential memory leak in CreateWalletFromFileJohn Newbery2018-05-151-2/+8
* | | | | Merge #12560: [wallet] Upgrade path for non-HD wallets to HDWladimir J. van der Laan2018-05-141-8/+89
|\ \ \ \ \
| * | | | | Bump wallet version for pre split keypoolAndrew Chow2018-05-121-1/+9
| * | | | | Use a keypool of presplit keys after upgrading to hd chain splitAndrew Chow2018-05-121-8/+48
| * | | | | Allow -upgradewallet to upgradewallets to HDAndrew Chow2018-05-121-1/+30
| * | | | | Add 'sethdseed' RPC to initialize or replace HD seedChris Moore2018-05-121-0/+4
| |/ / / /
* / / / / Fix rescanblockchain rpc to property report progressBen Woosley2018-05-031-14/+18
|/ / / /
* | | | Merge #12729: Get rid of ambiguous OutputType::NONE valueWladimir J. van der Laan2018-05-031-16/+12
|\ \ \ \
| * | | | Get rid of ambiguous OutputType::NONE valueRussell Yanofsky2018-04-051-16/+12
* | | | | Merge #12507: Interrupt rescan on shutdown requestWladimir J. van der Laan2018-05-031-1/+4
|\ \ \ \ \
| * | | | | wallet: Interrupt rescan on shutdown requestJoão Barbosa2018-05-021-1/+4
| | |/ / / | |/| | |
* | | | | Merge #13106: Simplify semantics of ChainStateFlushed callbackWladimir J. van der Laan2018-05-021-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | scripted-diff: Rename SetBestChain callback ChainStateFlushedMatt Corallo2018-04-271-3/+3
| | |/ / | |/| |
* / | | wallet: Make vpwallets usage thread safeJoão Barbosa2018-04-241-1/+7
|/ / /
* | | wallet: Make fee settings non-static membersMarcoFalke2018-04-231-35/+74
* | | wallet: Add HasWalletsJoão Barbosa2018-04-181-0/+5
* | | wallet: Add AddWallet, RemoveWallet, GetWallet and GetWalletsJoão Barbosa2018-04-181-1/+34
* | | refactor: Drop CWalletRef typedefJoão Barbosa2018-04-181-1/+1
* | | Merge #12803: Make BaseSignatureCreator a pure interfaceWladimir J. van der Laan2018-04-121-3/+3
|\ \ \ | |_|/ |/| |