aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChainBen Woosley2018-07-111-2/+1
| | |/ / / | |/| | |
* | | | | Merge #12944: [wallet] ScanforWalletTransactions should mark input txns as dirtyJonas Schnelli2018-07-131-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ScanforWalletTransactions should mark input txns as dirtyGregory Sanders2018-06-141-3/+3
* | | | | Merge #13114: wallet/keystore: Add Clang thread safety annotations for variab...MarcoFalke2018-07-111-2/+5
|\ \ \ \ \
| * | | | | Add missing cs_KeyStore lockpracticalswift2018-04-291-2/+5
* | | | | | Remove useless mapRequest tracking that just effects Qt display.Matt Corallo2018-07-091-42/+0
| |_|/ / / |/| | | |
* | | | | Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT checkWladimir J. van der Laan2018-07-051-1/+1
|\ \ \ \ \
| * | | | | Fix MAX_STANDARD_TX_WEIGHT checkJohnson Lau2018-05-051-1/+1
* | | | | | Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan2018-07-041-1/+1
|\ \ \ \ \ \
| * | | | | | Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge #13491: Improve handling of INVALID in IsMineWladimir J. van der Laan2018-07-041-3/+1
|\ \ \ \ \ \
| * | | | | | Add P2WSH destination helper and use it instead of manual hashingPieter Wuille2018-06-171-3/+1
* | | | | | | 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
|/ / /