aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-21test: Add test for no net permissionMarcoFalke
2020-06-21test: Replace self.nodes[0].p2p with connMarcoFalke
2020-06-21test: remove redundant generateMarcoFalke
2020-06-21test: pep-8 p2p_feefilter.pyMarcoFalke
2020-06-21Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...MarcoFalke
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-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-19contrib: macdeploy: Correctly generate macOS SDKCarl Dong
2020-06-19Merge #19267: ci: Upgrade most ci configs to focalMarcoFalke
2020-06-19ci: Upgrade most ci configs to focalMarcoFalke
2020-06-19doc: move doc to ci readmeMarcoFalke
2020-06-19ci: Have one config run in xenial to test against python3.5MarcoFalke
2020-06-19travis: Always run multiprocess buildMarcoFalke
2020-06-19Merge #19321: ci: Run asan ci config on cirrusMarcoFalke
2020-06-19test: hoist p2p values to test framework constantsJon Atack
2020-06-19test: improve msg sends and p2p disconnections in p2p_invalid_messagesJon Atack
2020-06-19test: refactor test_large_inv() into 3 tests with common methodJon Atack
2020-06-19test: add p2p_invalid_messages loggingJon Atack
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-19Make lint-spelling.py happyGlenn Willen
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