aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-21doc: Update outdated txnouttype documentationMarcoFalke
2020-06-21rpc: Properly use underlying type in GetAllOutputTypesMarcoFalke
2020-06-21rpc: Simplify GetAllOutputTypes with the Join helperMarcoFalke
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-20Merge #19018: docs: fixing description of the field sequence in walletcreatef...MarcoFalke
2020-06-19Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seedsMarcoFalke
2020-06-19Disallow automatic conversion between hash typesBen Woosley
2020-06-19Remove an apparently unnecessary conversionBen Woosley
2020-06-19Explicitly support conversion between equivalent hash typesBen 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-19Prefer explicit CScriptID constructionBen Woosley
2020-06-19Prefer explicit uint160 conversionBen Woosley
2020-06-19Merge #19309: refactor: Fix link error with --enable-debugMarcoFalke
2020-06-19Merge #18863: refactor: Make CScriptVisitor statelessMarcoFalke
2020-06-19Merge #18937: refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNe...MarcoFalke
2020-06-19Merge #19293: net: Avoid redundant and confusing FAILED logfanquake
2020-06-19Merge #19322: [net] split PushInventory()fanquake
2020-06-19Merge #19197: init: use std::thread for ThreadImport()fanquake
2020-06-18Merge #19310: wallet: BerkeleyDatabase make BerkeleyDatabase::Create, CreateM...MarcoFalke
2020-06-18[net] split PushInventory()John Newbery
2020-06-18Merge bitcoin-core/gui#3: scripted-diff: Make SeparatorStyle a scoped enumMarcoFalke
2020-06-18Merge #19292: wallet: Refactor BerkeleyBatch Read, Write, Erase, and Exists f...MarcoFalke
2020-06-18scripted-diff: Make SeparatorStyle a scoped enumHennadii Stepanov
2020-06-18Merge #18468: Span improvementsWladimir J. van der Laan
2020-06-17Add sanity check asserts to span when -DDEBUGPieter Wuille
2020-06-17Fix link error with --enable-debugHennadii Stepanov
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 #19295: refactor: Use AbortError in FatalErrorMarcoFalke
2020-06-17Merge #19249: Add means to handle negative capabilities in the Clang Thread S...MarcoFalke
2020-06-17Merge #19290: wallet: move BDB specific classes to bdb.{cpp/h}Samuel Dobson
2020-06-16Add missing includes to fix compile errorsMarcoFalke
2020-06-16Remove unused variablesMarcoFalke
2020-06-16Merge #18275: wallet: error if an explicit fee rate was given but the needed ...MarcoFalke
2020-06-16Merge #19284: [net] Add seed.bitcoin.wiz.biz to DNS seedsWladimir J. van der Laan
2020-06-16refactor: Use AbortError in FatalErrorMarcoFalke
2020-06-16Merge #18927: Pass bilingual_str argument to AbortNode()MarcoFalke
2020-06-16net: Remove dead logging codeMarcoFalke
2020-06-16net: Avoid redundant and confusing FAILED logMarcoFalke
2020-06-16Merge #19260: p2p: disconnect peers that send filterclear + update existing f...fanquake
2020-06-15walletdb: Move BDB specific things into bdb.{cpp/h}Andrew Chow
2020-06-15walletdb: moveonly: Move BerkeleyBatch Cursor and Txn funcs to cppAndrew Chow
2020-06-15walletdb: move IsWalletLoaded to walletdb.cppAndrew Chow
2020-06-15walletdb: Add IsBDBWalletLoaded to look for BDB wallets specificallyAndrew Chow