aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-24policy: optional FeeEstimateMode param to CFeeRate::ToStringKarl-Johan Alm
2020-06-24rpc/wallet: add two explicit modes to estimate_modeKarl-Johan Alm
2020-06-24MOVEONLY: Make FeeEstimateMode available to CFeeRateKarl-Johan Alm
2020-06-24fees: add FeeModes doc helper functionKarl-Johan Alm
2020-06-22qt: Fix regression in TransactionTableModelHennadii Stepanov
2020-06-22walletdb: Handle cursor internallyAndrew Chow
2020-06-22test: add two edge case tests for CSubNetVasil Dimov
2020-06-22qt: Do not truncate node flag strings in debugwindow.ui peers details tab.saibato
2020-06-21doc: Remove -whitelistforcerelay from commentMarcoFalke
2020-06-21Merge #18027: "PSBT Operations" dialogSamuel Dobson
2020-06-21scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
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 #19133: rpc, cli, test: add bitcoin-cli -generate commandSamuel Dobson
2020-06-21clang-format schedulerMarcoFalke
2020-06-21Merge #19095: [tools] Update clang-format config for multi-line function decl...MarcoFalke
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-20rpc/wallet: add conf_target as alias to confTarget in bumpfeeKarl-Johan Alm
2020-06-20added CURRENCY_ATOM to express minimum indivisible unitKarl-Johan Alm
2020-06-19refactor: Fix clang compile failureMarcoFalke
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-19net: Avoid wasting inv traffic during IBDMarcoFalke
2020-06-19refactor: block import implies IsInitialBlockDownloadMarcoFalke
2020-06-19Add ChainstateManager::ActiveChainstateMarcoFalke
2020-06-19test: Add FeeFilterRounder testMarcoFalke
2020-06-19net: update misbehavior logging for oversized messagesJon Atack
2020-06-19Merge #18863: refactor: Make CScriptVisitor statelessMarcoFalke
2020-06-19Merge #18937: refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNe...MarcoFalke
2020-06-19[gui] Load PSBT from clipboardGlenn Willen
2020-06-19[gui] PSBT Operations Dialog (sign & broadcast)Glenn Willen
2020-06-19Merge #19293: net: Avoid redundant and confusing FAILED logfanquake
2020-06-19Merge #19322: [net] split PushInventory()fanquake
2020-06-18FillPSBT: report number of inputs signed (or would sign)Glenn Willen
2020-06-18Improve TransactionErrorString messages.Glenn Willen
2020-06-19Merge #19197: init: use std::thread for ThreadImport()fanquake
2020-06-19wallet: Handle concurrent wallet loadingJoão Barbosa
2020-06-18Merge #19310: wallet: BerkeleyDatabase make BerkeleyDatabase::Create, CreateM...MarcoFalke