aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2020-07-11Merge #19493: wallet: Fix clang build in MacMarcoFalke
2020-07-11wallet: Fix clang build in MacAnthony Fieroni
2020-07-11wallet: Fix typo in comments; Simplify assertMarcoFalke
2020-07-12Merge #19441: walletdb: don't reinitialize desc cache with multiple cache ent...Samuel Dobson
2020-07-11Merge #18923: wallet: Never schedule MaybeCompactWalletDB when -flushwallet i...Samuel Dobson
2020-07-11Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...Samuel Dobson
2020-07-11Merge #18850: wallet: Fix ZapSelectTx to sync wallet spendsSamuel Dobson
2020-07-09walletdb: Add MakeBatch function to BerkeleyDatabase and use itAndrew Chow
2020-07-09walletdb: Refactor DatabaseBatch abstract class from BerkeleyBatchAndrew Chow
2020-07-09refactor: Use C++11 range-based for loopMarcoFalke
2020-07-09wallet: Never schedule MaybeCompactWalletDB when -flushwallet is offMarcoFalke
2020-07-09wallet: Pass unused args to StartWalletsMarcoFalke
2020-07-09refactor: clean up PeriodicFlush()John Newbery
2020-07-09Merge #19320: wallet: Replace CDataStream& with CDataStream&& where appropriateMarcoFalke
2020-07-05Merge #19324: wallet: Move BerkeleyBatch static functions to BerkeleyDatabaseMarcoFalke
2020-07-04Merge #19277: util: Add Assert identity functionMarcoFalke
2020-07-03walletdb: don't reinitialize desc cache with multiple cache entriesAndrew Chow
2020-07-03Merge #19413: refactor: Remove confusing BlockIndex globalMarcoFalke
2020-07-03Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...Samuel Dobson
2020-07-02Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTOWladimir J. van der Laan
2020-07-01Enable Wswitch for OutputTypeMarcoFalke
2020-07-01Remove confusing OutputType::CHANGE_AUTOMarcoFalke
2020-07-01wallet: Replace boost::none with nulloptMarcoFalke
2020-07-01walletdb: Move Rewrite into BerkeleyDatabaseAndrew Chow
2020-07-01walletdb: Move PeriodicFlush into WalletDatabaseAndrew Chow
2020-07-01walletdb: Combine VerifyDatabaseFile and VerifyEnvironmentAndrew Chow
2020-07-01Merge #19308: wallet: BerkeleyBatch Handle cursor internallyWladimir J. van der Laan
2020-07-01Merge #19331: build: Do not include server symbols in walletWladimir J. van der Laan
2020-06-29refactor: Remove confusing BlockIndex globalMarcoFalke
2020-06-29Merge #19300: wallet: Handle concurrent wallet loadingMarcoFalke
2020-06-28Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-06-27wallet: Do not include server symbolsMarcoFalke
2020-06-25moveonly: Fix indentation in bumpfee RPCAndrew Chow
2020-06-25Hide bumpfee's psbt creation behavior behind -deprecatedrpcAndrew Chow
2020-06-25Add psbtbumpfee RPCAndrew Chow
2020-06-25Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate optionWladimir J. van der Laan
2020-06-24psbt: always put a non_witness_utxo and don't remove itAndrew Chow
2020-06-24psbt: Allow both non_witness_utxo and witness_utxoAndrew Chow
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
2020-06-24Static asserts for consistency of fee defaults.Daniel Kraft
2020-06-24rpc/wallet: add two explicit modes to estimate_modeKarl-Johan Alm
2020-06-24fees: add FeeModes doc helper functionKarl-Johan Alm
2020-06-22walletdb: Handle cursor internallyAndrew Chow
2020-06-22Split SetWalletFlags into Add/LoadWalletFlagsAndrew Chow
2020-06-21Merge #18027: "PSBT Operations" dialogSamuel Dobson
2020-06-21scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-21Merge #19200: rpc: remove deprecated getaddressinfo fieldsSamuel Dobson
2020-06-21Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbtSamuel Dobson
2020-06-21Merge #17938: Disallow automatic conversion between disparate hash typesSamuel Dobson