aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
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-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-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-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-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
2020-06-20wallet: Replace CDataStream& with CDataStream&& where appropriateMarcoFalke
2020-06-20wallet: Remove confusing double return value ret+successMarcoFalke
2020-06-20Merge #19018: docs: fixing description of the field sequence in walletcreatef...MarcoFalke
2020-06-20rpc/wallet: add conf_target as alias to confTarget in bumpfeeKarl-Johan Alm
2020-06-19Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seedsMarcoFalke
2020-06-19Remove an apparently unnecessary conversionBen Woosley
2020-06-19Use explicit conversion from WitnessV0KeyHash -> CKeyIDBen Woosley
2020-06-19Use explicit conversion from PKHash -> CKeyIDBen Woosley
2020-06-19Convert CPubKey to WitnessV0KeyHash directlyBen Woosley
2020-06-18FillPSBT: report number of inputs signed (or would sign)Glenn Willen
2020-06-19wallet: Handle concurrent wallet loadingJoão Barbosa
2020-06-18Merge #19310: wallet: BerkeleyDatabase make BerkeleyDatabase::Create, CreateM...MarcoFalke
2020-06-17Remove WalletDatabase::Create, CreateMock, and CreateDummyAndrew Chow
2020-06-17scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow
2020-06-17Add Create*WalletDatabase functionsAndrew Chow
2020-06-17walletdb: refactor Read, Write, Erase, and Exists into non-template funcAndrew Chow
2020-06-17Merge #19290: wallet: move BDB specific classes to bdb.{cpp/h}Samuel Dobson
2020-06-16Remove unused variablesMarcoFalke