aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-23Merge #19240: build: macOS toolchain simplification and bumpfanquake
2020-06-22darwin: pass mlinker-version so that clang enables new featuresCory Fields
2020-06-22Merge #19305: doc: add C++17 release note for 0.21.0Wladimir J. van der Laan
2020-06-22Merge #19350: test: Refactor tests using restart_nodeWladimir J. van der Laan
2020-06-22Merge #19351: test: add two edge case tests for CSubNetWladimir J. van der Laan
2020-06-22macos: Bump to xcode 11.3.1 and 10.15 SDKCory Fields
2020-06-22depends: bump MacOS toolchainCory Fields
2020-06-22contrib: macdeploy: Remove historical extraction notesCarl Dong
2020-06-22contrib: macdeploy: Use apple-sdk-tools instead of xar+pbzxCarl Dong
2020-06-22native_cctools: Don't use libc++ from pinned clangCarl Dong
2020-06-22Adapt rest of tooling to new SDK naming schemeCarl Dong
2020-06-22test: add two edge case tests for CSubNetVasil Dimov
2020-06-22test: refactor functional tests to use restart_nodeChristopher Coverdale
2020-06-21Merge #19198: test: Check that peers with forcerelay permission are not asked...MarcoFalke
2020-06-21doc: Remove -whitelistforcerelay from commentMarcoFalke
2020-06-21test: Check that peers with forcerelay permission do not get a feefilter messageMarcoFalke
2020-06-21test: Add connect_nodes methodMarcoFalke
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-21Merge #19133: rpc, cli, test: add bitcoin-cli -generate commandSamuel Dobson
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-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-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