< bitcoin-git>
[bitcoin] luke-jr opened pull request #20551: RPC/Net: Allow changing the connection_type for addnode onetry (master...rpc_onetry_conntype) https://github.com/bitcoin/bitcoin/pull/20551
< bitcoin-git>
[bitcoin] luke-jr closed pull request #12674: RPC: Support addnode onetry without making the connection priviliged (master...rpc_onetry_nonpriv) https://github.com/bitcoin/bitcoin/pull/12674
< bitcoin-git>
[bitcoin] hebasto opened pull request #20544: build: Do not repeat warning names in -Werror=... options (master...201202-werror) https://github.com/bitcoin/bitcoin/pull/20544
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20507: sync: print proper lock order location when double lock is detected (master...double_lock_print_location) https://github.com/bitcoin/bitcoin/pull/20507
< bitcoin-git>
bitcoin/master db058ef Vasil Dimov: sync: use HasReason() in double lock tests
< bitcoin-git>
bitcoin/master a21dc46 Vasil Dimov: sync: const-qualify the argument of double_lock_detected()
< bitcoin-git>
bitcoin/master 6d3689f Vasil Dimov: sync: print proper lock order location when double lock is detected
< bitcoin-git>
[bitcoin] naumenkogs opened pull request #20539: Avoid rebucketing on restart when it's not necessary (master...2020-12-01-rebucket-asmap-fix) https://github.com/bitcoin/bitcoin/pull/20539
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20519: Handle rename failure in DumpMempool(...) by using the RenameOver(...) return value. Add [[nodiscard]] to RenameOver(...). (master...renameover-nodiscard) https://github.com/bitcoin/bitcoin/pull/20519
< bitcoin-git>
bitcoin/master ffd5e7a MarcoFalke: Merge #20519: Handle rename failure in DumpMempool(...) by using the Renam...
< bitcoin-git>
bitcoin/master ce9dd45 practicalswift: Add [[nodiscard]] to RenameOver(...)
< bitcoin-git>
bitcoin/master 9429a39 practicalswift: Handle rename failure in DumpMempool(...) by using RenameOver(...) return ...
< bitcoin-git>
[bitcoin] theStack opened pull request #20537: refactor: replace manual Satoshis-to-BTC conversions with FormatMoney() (master...20201129-use-formatmoney) https://github.com/bitcoin/bitcoin/pull/20537
2020-11-30
< bitcoin-git>
[bitcoin] achow101 opened pull request #20536: wallet: Error with "Transaction too large" if the funded tx will end up being too large after signing (master...fundtx-error-large-tx) https://github.com/bitcoin/bitcoin/pull/20536
< bitcoin-git>
[bitcoin] hebasto opened pull request #20520: ci, depends: Do not force Precompiled Headers (PCH) when building Qt (master...201127-pch) https://github.com/bitcoin/bitcoin/pull/20520
< bitcoin-git>
[bitcoin] luke-jr closed pull request #20484: RPC: Migrate estimatesmartfee return value from "feerate" (BTC/kvB) to "fee_rate" (sat/vB) (master...estimatefee_fee_rate) https://github.com/bitcoin/bitcoin/pull/20484
< bitcoin-git>
[bitcoin] practicalswift opened pull request #20519: Handle rename failure in DumpMempool(...) by using the RenameOver(...) return value. Add [[nodiscard]] to RenameOver(...). (master...renameover-nodiscard) https://github.com/bitcoin/bitcoin/pull/20519
< bitcoin-git>
[bitcoin] bitcoinhodler opened pull request #20513: Release notes: remove mention of default wallet creation (master...no-default-wallet) https://github.com/bitcoin/bitcoin/pull/20513
< bitcoin-git>
[bitcoin] emilengler opened pull request #20512: doc: Add bash as an OpenBSD dependency (master...2020-11-doc-build-openbsd-bash-dependency) https://github.com/bitcoin/bitcoin/pull/20512
< bitcoin-git>
[bitcoin] jonatack opened pull request #20510: [backport] wallet: allow zero-fee fundrawtransaction/walletcreatefundedpsbt and other fixes (0.21...backport-fee_rate-follow-ups) https://github.com/bitcoin/bitcoin/pull/20510
< bitcoin-git>
[bitcoin] vasild opened pull request #20509: net: CAddress deser: use stream's version, not what's coming from disk (master...caddress_deser_version) https://github.com/bitcoin/bitcoin/pull/20509
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #20508: IGNORE: Testing appveyor CI build with pre-built dependencies (master...msvc-vcpkg-prebuilt) https://github.com/bitcoin/bitcoin/pull/20508
< bitcoin-git>
[bitcoin] vasild opened pull request #20507: sync: print proper lock order location when double lock is detected (master...double_lock_print_location) https://github.com/bitcoin/bitcoin/pull/20507
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #20506: WIP: AppVeyor CI fixes in preparation for next image bump (master...msvc-no-optimise) https://github.com/bitcoin/bitcoin/pull/20506
< bitcoin-git>
[bitcoin] hebasto closed pull request #19832: p2p: Put disconnecting logs into BCLog::NET category (master...200829-log) https://github.com/bitcoin/bitcoin/pull/19832
< bitcoin-git>
[bitcoin] dergoegge opened pull request #20505: [backport] build: Avoid secp256k1.h include from system (0.21...21_backport) https://github.com/bitcoin/bitcoin/pull/20505
< bitcoin-git>
[bitcoin] fanquake opened pull request #20504: build: use more legible (q)make commands in qt package (master...legible_qt_config_cmds) https://github.com/bitcoin/bitcoin/pull/20504
2020-11-25
< bitcoin-git>
[bitcoin] practicalswift opened pull request #20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17). (master...remove-nodiscard-cruft) https://github.com/bitcoin/bitcoin/pull/20499
< bitcoin-git>
[bitcoin] sanket1729 opened pull request #20497: [Refactor] Add MAX_STANDARD_SCRIPTSIG_SIZE to policy (master...policy) https://github.com/bitcoin/bitcoin/pull/20497
< bitcoin-git>
[bitcoin] dongcarl opened pull request #20495: sync: Use decltype(auto) return type for WITH_LOCK (master...2020-11-decltype-auto) https://github.com/bitcoin/bitcoin/pull/20495
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20489: CI msvc: only build vcpkg dependencies for release (not debug) to reduce build times (master...msvc_vcpkg_relonly) https://github.com/bitcoin/bitcoin/pull/20489
< bitcoin-git>
bitcoin/master 19b8071 MarcoFalke: Merge #20489: CI msvc: only build vcpkg dependencies for release (not debu...
< bitcoin-git>
bitcoin/master fa18e7c Aaron Clauson: This change to the appveyor CI config for msvc builds reverses a change in...
< bitcoin-git>
[bitcoin] ryanofsky opened pull request #20494: refactor: Move node and wallet code out of src/interfaces (master...pr/ipc-mv) https://github.com/bitcoin/bitcoin/pull/20494
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19387: span: update constructors to match c++20 draft spec and add lifetimebound attribute (master...lifetimebound2) https://github.com/bitcoin/bitcoin/pull/19387
< bitcoin-git>
bitcoin/master e3e7446 Cory Fields: Add lifetimebound to attributes for general-purpose usage
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #20489: CI msvc: only build vcpkg dependencies for release (not debug) to reduce build times (master...msvc_vcpkg_relonly) https://github.com/bitcoin/bitcoin/pull/20489
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20485: [backport] wallet: Do not treat default constructed types as None-type (0.21...2011-rpcWalletNoneType) https://github.com/bitcoin/bitcoin/pull/20485
< bitcoin-git>
bitcoin/0.21 d47d160 MarcoFalke: Merge #20485: [backport] wallet: Do not treat default constructed types as...
< bitcoin-git>
bitcoin/0.21 fa69c2c MarcoFalke: wallet: Do not treat default constructed types as None-type
< bitcoin-git>
bitcoin/0.21 fac4e13 MarcoFalke: refactor: Change pointer to reference because it can not be null
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #20485: [backport] wallet: Do not treat default constructed types as None-type (0.21...2011-rpcWalletNoneType) https://github.com/bitcoin/bitcoin/pull/20485
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20410: wallet: Do not treat default constructed types as None-type (master...2011-rpcWalletNoneType) https://github.com/bitcoin/bitcoin/pull/20410
< bitcoin-git>
bitcoin/master fa69c2c MarcoFalke: wallet: Do not treat default constructed types as None-type
< bitcoin-git>
bitcoin/master ca4a784 MarcoFalke: Merge #20410: wallet: Do not treat default constructed types as None-type
< bitcoin-git>
[bitcoin] laanwj opened pull request #20479: Fix QPainter non-determinism on macOS (0.21) (0.21...2020_11_qpainter_0_21) https://github.com/bitcoin/bitcoin/pull/20479
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #20478: Don't set BDB flags when configuring without (master...2020/11/bdbless_mac) https://github.com/bitcoin/bitcoin/pull/20478
< bitcoin-git>
[bitcoin] fanquake merged pull request #20447: depends: Patch qt_intersect_spans to avoid non-deterministic behavior in LLVM 8 (master...0.21-qpainter-fix) https://github.com/bitcoin/bitcoin/pull/20447
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20462: RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC request and wallet_name parameter specify a wallet (master...unloadwallet_namematch_pt1) https://github.com/bitcoin/bitcoin/pull/20462
< bitcoin-git>
bitcoin/master 3a32b62 MarcoFalke: Merge #20462: RPC/Wallet: unloadwallet: Clarify docs/error when both the R...
< bitcoin-git>
bitcoin/master b1f59d5 Luke Dashjr: RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint an...
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #20475: [backport] RPC: unloadwallet: Clarify docs/error when both the RPC endpoint and wallet_name parameter specify a wallet (0.21...unloadwallet_namematch_pt1) https://github.com/bitcoin/bitcoin/pull/20475
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20473: doc: Document current boost dependency as 1.71.0 (master...2020_11_boost_dep_doc) https://github.com/bitcoin/bitcoin/pull/20473
< bitcoin-git>
bitcoin/master 6f9dac5 MarcoFalke: Merge #20473: doc: Document current boost dependency as 1.71.0
< bitcoin-git>
bitcoin/master 0918eb4 Wladimir J. van der Laan: doc: Document current boost dependency as 1.71.0
< bitcoin-git>
[bitcoin] practicalswift opened pull request #20472: test: Add testing of ParseInt/ParseUInt edge cases with leading +/-/0:s (master...parse-int-edge-cases) https://github.com/bitcoin/bitcoin/pull/20472
< bitcoin-git>
[bitcoin] dergoegge opened pull request #20469: build: Avoid secp256k1.h include from system (master...fixincludeorder) https://github.com/bitcoin/bitcoin/pull/20469
< bitcoin-git>
[bitcoin] tylerchambers opened pull request #20468: build: don't allow manpages to be generated for binaries built from a dirty branch (master...fix-20412) https://github.com/bitcoin/bitcoin/pull/20468
< bitcoin-git>
[bitcoin] dongcarl closed pull request #20019: depends: Properly pass $PATH to configure and pin (master...2020-09-resolve-PATH-prepending-madness) https://github.com/bitcoin/bitcoin/pull/20019
< bitcoin-git>
[bitcoin] luke-jr opened pull request #20462: RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC request and wallet_name parameter specify a wallet (master...unloadwallet_namematch_pt1) https://github.com/bitcoin/bitcoin/pull/20462
< bitcoin-git>
[bitcoin] laanwj merged pull request #20419: build: set minimum supported macOS to 10.14 (master...macos_minimum_10_14) https://github.com/bitcoin/bitcoin/pull/20419