aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-28Merge bitcoin-core/gui#138: unlock encrypted wallet "OK" button bugfixMarcoFalke
2020-11-28Merge #20448: RPC/Wallet: unloadwallet: Allow specifying wallet_name param ma...MarcoFalke
2020-11-27qt: unlock wallet "OK" button bugfixMichael Dietz
2020-11-25Add MAX_STANDARD_SCRIPTSIG_SIZE to policysanket1729
2020-11-25Merge #19337: sync: detect double lock from the same threadWladimir J. van der Laan
2020-11-25Merge #19387: span: update constructors to match c++20 draft spec and add lif...MarcoFalke
2020-11-25Merge #20403: wallet: upgradewallet fixes, improvements, test coverageMarcoFalke
2020-11-25Merge #20469: build: Avoid secp256k1.h include from systemWladimir J. van der Laan
2020-11-25Merge #20410: wallet: Do not treat default constructed types as None-typeMarcoFalke
2020-11-24Merge #20472: test: Add testing of ParseInt/ParseUInt edge cases with leading...MarcoFalke
2020-11-24Merge #20462: RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC ...MarcoFalke
2020-11-24test: Add testing of ParseInt/ParseUInt edge cases with leading +/-/0:spracticalswift
2020-11-24RPC/Wallet: unloadwallet: Allow specifying wallet_name param matching RPC end...Luke Dashjr
2020-11-24RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...Luke Dashjr
2020-11-23build: Avoid secp256k1.h include from systemNiklas Gögge
2020-11-23Merge #20202: wallet: Make BDB support optionalWladimir J. van der Laan
2020-11-23Merge #20432: net: Treat raw message bytes as uint8_tWladimir J. van der Laan
2020-11-21Merge #20426: wallet: allow zero-fee fundrawtransaction/walletcreatefundedpsb...MarcoFalke
2020-11-20Merge #20223: build: Drop the leading 0 from the version numberMarcoFalke
2020-11-20net: Treat raw message bytes as uint8_tMarcoFalke
2020-11-20Merge #20424: build: Update univalue subtreefanquake
2020-11-20Use the correct incremental fee constant in bumpfee helpJon Atack
2020-11-20Allow zero-fee fundrawtxn and walletcreatefundedpsbt callsJon Atack
2020-11-20Merge bitcoin-core/gui#13: Hide peer detail view if multiple are selectedJonas Schnelli
2020-11-20Merge bitcoin-core/gui#21: Update pruning tooltip, original author BitcoinErr...Jonas Schnelli
2020-11-20Merge #20056: net: Use Span in ReceiveMsgBytesWladimir J. van der Laan
2020-11-20Merge #19851: refactor: Extract ParseOpCode from ParseScriptWladimir J. van der Laan
2020-11-20Merge #20000: test: fix creation of "std::string"s with \0sWladimir J. van der Laan
2020-11-19wallet (not for backport): improve upgradewallet error messagesJon Atack
2020-11-19wallet: fix and improve upgradewallet error responsesJon Atack
2020-11-19wallet: fix and improve upgradewallet result responsesJon Atack
2020-11-19Merge bitcoin-core/gui#46: refactor: Fix deprecation warnings when building a...MarcoFalke
2020-11-19Merge #20054: Remove confusing and useless "unexpected version" warningWladimir J. van der Laan
2020-11-19Merge #20291: [net] Consolidate logic around calling CAddrMan::Connected()MarcoFalke
2020-11-19Update univalue subtreeMarcoFalke
2020-11-19Merge #20024: init: Fix incorrect warning "Reducing -maxconnections from N to...Wladimir J. van der Laan
2020-11-19Merge #18531: rpc: remove deprecated CRPCCommand constructorMarcoFalke
2020-11-19wallet: Do not treat default constructed types as None-typeMarcoFalke
2020-11-19Merge #15710: wallet: Catch ios_base::failure specificallyWladimir J. van der Laan
2020-11-19Merge #20358: src/randomenv.cpp: fix build on uclibcWladimir J. van der Laan
2020-11-19Merge #20067: refactor: remove use of boost::algorithm::replace_firstWladimir J. van der Laan
2020-11-19Merge #19968: doc: clarify CRollingBloomFilter size estimateWladimir J. van der Laan
2020-11-19Don't upgrade to HD split if it is already supportedAndrew Chow
2020-11-19Merge #20413: build: Require C++17 compilerfanquake
2020-11-18Drop the leading 0 from the version numberAndrew Chow
2020-11-18Fix mock SQLiteDatabasesAndrew Chow
2020-11-18GUI: Force descriptor wallets when BDB is not compiledAndrew Chow
2020-11-18RPC: Require descriptors=True for createwallet when BDB is not compiledAndrew Chow
2020-11-18Enforce salvage is only for BDB walletsAndrew Chow
2020-11-18Do not compile BDB things when USE_BDB is definedAndrew Chow