<bitcoin-git>
[bitcoin] fanquake merged pull request #25542: build: Use Link Time Optimization for Qt code on Linux (master...220705-ltcg) https://github.com/bitcoin/bitcoin/pull/25542
<bitcoin-git>
bitcoin/master d806407 fanquake: Merge bitcoin/bitcoin#25542: build: Use Link Time Optimization for Qt code...
<bitcoin-git>
[bitcoin] Mr-Leshiy closed pull request #25628: Add new getlastvbkwithvtbs, getlastaltwithvtbs rpcs and (master...add-new-rpcs) https://github.com/bitcoin/bitcoin/pull/25628
<bitcoin-git>
[bitcoin] Mr-Leshiy opened pull request #25628: Add new getlastvbkwithvtbs, getlastaltwithvtbs rpcs and (master...add-new-rpcs) https://github.com/bitcoin/bitcoin/pull/25628
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25626: Replace mempoolfullrbf with more compatible and flexible mempoolreplacement (plus more tests) (master...mempoolreplacement_2022) https://github.com/bitcoin/bitcoin/pull/25626
<bitcoin-git>
[bitcoin] theStack opened pull request #25625: test: add test for decoding PSBT with per-input preimage types (master...202207-test-add_more_decodepsbt_tests) https://github.com/bitcoin/bitcoin/pull/25625
<bitcoin-git>
[bitcoin] vasild opened pull request #25619: net: avoid overriding non-virtual ToString() in CService and use better naming (master...CNetAddr_ToString) https://github.com/bitcoin/bitcoin/pull/25619
<bitcoin-git>
[bitcoin] darosior opened pull request #25618: Release notes for Miniscript support in P2WSH descriptors (master...changelog_miniscript_descriptors) https://github.com/bitcoin/bitcoin/pull/25618
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25616: refactor: Return `BResult` from WalletLoader methods (master...brrrrresult-load-create) https://github.com/bitcoin/bitcoin/pull/25616
<bitcoin-git>
[bitcoin] MarnixCroes closed pull request #25578: rpc: add missing description in gettxout help text (master...rpc-add-missing-description-in-gettxout-help-text) https://github.com/bitcoin/bitcoin/pull/25578
<bitcoin-git>
[bitcoin] MarnixCroes opened pull request #25615: rpc: add missing description in gettxout help text (master...rpc-add-missing-description-gettxout-help-text) https://github.com/bitcoin/bitcoin/pull/25615
<bitcoin-git>
[bitcoin] achow101 merged pull request #24148: Miniscript support in Output Descriptors (master...miniscript_wallet_watchonly) https://github.com/bitcoin/bitcoin/pull/24148
<bitcoin-git>
bitcoin/master d25d58b Antoine Poinsot: miniscript: add a helper to find the first insane sub with no child
<bitcoin-git>
bitcoin/master 4a08288 Antoine Poinsot: qa: better error reporting on descriptor parsing error
<bitcoin-git>
[bitcoin] fanquake opened pull request #25612: build: default to using GCC tool wrappers for LTO (master...lto_improvements) https://github.com/bitcoin/bitcoin/pull/25612
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25611: univalue: Avoid brittle, narrowing and verbose integral type confusions (master...2207-univalue-types-🙉) https://github.com/bitcoin/bitcoin/pull/25611
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25602: wallet, RPC: Default BIP125 signal to -mempoolfullrbf (master...2207-rpc-wallet-replace-🌡) https://github.com/bitcoin/bitcoin/pull/25602
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25601: util: Make `BResult` error a generic type instead of only `bilingual_str` (master...structuredresult) https://github.com/bitcoin/bitcoin/pull/25601
<bitcoin-git>
[bitcoin] ariard opened pull request #25600: Advertise `NODE_REPLACE_BY_FEE` and connect to at least 1 outbound full-rbf peers if `mempoolfullrbf` sets (master...2022-07-fullrbf-p2p) https://github.com/bitcoin/bitcoin/pull/25600
2022-07-12
<bitcoin-git>
[bitcoin] achow101 opened pull request #25599: build: Check for std::atomic::exchange rather than std::atomic_exchange (master...specifc-atomics-check) https://github.com/bitcoin/bitcoin/pull/25599
<bitcoin-git>
[bitcoin] theStack opened pull request #25598: doc: assumeutxo: format tables to be aligned in plain-text (master...202207-doc-assumeutxo-nicer_plaintext_tables) https://github.com/bitcoin/bitcoin/pull/25598
<bitcoin-git>
bitcoin/master fa70989 MacroFake: move-only: Version handshake to libtest_util
<bitcoin-git>
bitcoin/master fa4be8e MacroFake: move-only: InitializeNode to handshake helper
<bitcoin-git>
bitcoin/master dd13d7b MacroFake: Merge bitcoin/bitcoin#25591: move-only: Version handshake to libtest_util
<bitcoin-git>
[bitcoin] instagibbs opened pull request #25595: Verify PSBT inputs rather than check for fields being empty (master...verify_psbt_input) https://github.com/bitcoin/bitcoin/pull/25595
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25594: refactor: Return BResult from restoreWallet (master...2207-BResult-restoreWallet-🍌) https://github.com/bitcoin/bitcoin/pull/25594
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25218: refactor: introduce generic 'Result' class and connect it to CreateTransaction and GetNewDestination (master...2022_generic_result) https://github.com/bitcoin/bitcoin/pull/25218
<bitcoin-git>
bitcoin/master 7a45c33 furszy: Introduce generic 'Result' class
<bitcoin-git>
bitcoin/master 198fcca furszy: wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResul...
<bitcoin-git>
[bitcoin] glozow opened pull request #25592: test persistence of non-mempool tx prioritisation (master...2022-07-test-persist-deltas) https://github.com/bitcoin/bitcoin/pull/25592
<bitcoin-git>
bitcoin/master c5cc3f1 Vasil Dimov: doc: list the I2P accept thread in developer-notes
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25591: move-only: Version handshake to libtest_util (master...2207-hand-util-🕷) https://github.com/bitcoin/bitcoin/pull/25591
<bitcoin-git>
[bitcoin] theStack opened pull request #25581: test: refactor: pass absolute fee in `create_lots_of_big_transactions` helper (master...202207-test-pass_absolute_fee_in_big_transaction_helper) https://github.com/bitcoin/bitcoin/pull/25581
2022-07-09
<bitcoin-git>
[bitcoin] MarnixCroes opened pull request #25578: rpc: add missing description in gettxout help text (master...rpc-add-missing-description-in-gettxout-help-text) https://github.com/bitcoin/bitcoin/pull/25578
<bitcoin-git>
[bitcoin] ariard closed pull request #22097: validation: Move package acceptance size limit from KvB to WU (master...2021-05-weight-package) https://github.com/bitcoin/bitcoin/pull/22097
2022-07-08
<bitcoin-git>
[bitcoin] ariard opened pull request #25575: Follow-ups #25353 + fix `getmempoolentry` inaccurate inheritance signaling status (master...2022-07-fix-mempoolentry-frbf-fwup) https://github.com/bitcoin/bitcoin/pull/25575
<bitcoin-git>
[bitcoin] mzumsande opened pull request #25574: validation: Skip VerifyDB checks of level =3 if dbcache is too small (master...202207_verifychain) https://github.com/bitcoin/bitcoin/pull/25574
<bitcoin-git>
[bitcoin] fanquake opened pull request #25573: [POC] guix: produce a fully -static-pie x86_64 bitcoind using GCC and glibc (master...fully_static_bitcoind) https://github.com/bitcoin/bitcoin/pull/25573
<bitcoin-git>
[bitcoin] dergoegge opened pull request #25572: refactor: Introduce EvictionManager and use it for the inbound eviction logic (master...2022-07-evictionman-2ofN) https://github.com/bitcoin/bitcoin/pull/25572
<bitcoin-git>
[bitcoin] LarryRuane opened pull request #25571: refactor: Make mapBlocksUnknownParent local, and rename it (master...2022-07-mapBlocksUnknownParent) https://github.com/bitcoin/bitcoin/pull/25571
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25570: mempool: Add the `bypass_{csv,cltv}` option to `testmempoolaccept` (master...bypass-op-1) https://github.com/bitcoin/bitcoin/pull/25570
<bitcoin-git>
bitcoin/master b0a53d5 Patrick Strateman: Make sanity check in GCSFilter constructor optional
<bitcoin-git>
[bitcoin] fanquake merged pull request #25500: refactor: Move inbound eviction logic to its own translation unit (master...2022-06-evictionman-1ofN) https://github.com/bitcoin/bitcoin/pull/25500
<bitcoin-git>
[bitcoin] JeremyRubin opened pull request #25560: [WIP] Add a MAINTAINERS.md file and desribe the role of maintainer more directly (master...maintainer-role) https://github.com/bitcoin/bitcoin/pull/25560
2022-07-06
<bitcoin-git>
[bitcoin] achow101 closed pull request #24615: guix: Map guix store prefixes to /usr for cross-architecture reproducibility of linux binaries (master...guix-cross-arch-repro) https://github.com/bitcoin/bitcoin/pull/24615
<bitcoin-git>
[bitcoin] achow101 opened pull request #25559: build: Prevent libtool from hardcoding rpath into binaries (master...libtool-no-rpath) https://github.com/bitcoin/bitcoin/pull/25559
<bitcoin-git>
[bitcoin] achow101 opened pull request #25558: guix: Make windows cross architecture reproducible (master...guix-win-cross-arch-repro) https://github.com/bitcoin/bitcoin/pull/25558
<bitcoin-git>
[bitcoin] sdaftuar opened pull request #25557: p2p: Replace atomic with a mutex for m_last_getheaders_timestamp (master...2022-07-getheaders-fixups) https://github.com/bitcoin/bitcoin/pull/25557
<bitcoin-git>
[bitcoin] achow101 merged pull request #25507: wallet: don't add change fee to target if subtracting fees from output (master...correct_target_with_sffo) https://github.com/bitcoin/bitcoin/pull/25507
<bitcoin-git>
bitcoin/master aeab1b4 Andrew Chow: Merge bitcoin/bitcoin#25507: wallet: don't add change fee to target if sub...
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25551: refactor: Throw exception on invalid pushes over silent ignore (master...2207-json-push-🎬) https://github.com/bitcoin/bitcoin/pull/25551
<bitcoin-git>
[bitcoin] darosior closed pull request #25510: rpc: explicit the range for listsinceblock's filtering by block hash is exclusive (master...doc_listsinceblock) https://github.com/bitcoin/bitcoin/pull/25510
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25538: [0.21] test: replace hashlib.ripemd160 with an own implementation (0.21...backport_python_ripmed_0_21) https://github.com/bitcoin/bitcoin/pull/25538
<bitcoin-git>
bitcoin/master f1c16ed Jarol Rodriguez: doc: remove note on arm cross-compilation from build-unix.md
<bitcoin-git>
bitcoin/master 691a087 MacroFake: Merge bitcoin/bitcoin#25550: doc: remove note on arm cross-compilation fro...
<bitcoin-git>
[bitcoin] jarolrod opened pull request #25550: doc: remove note on arm cross-compilation from build-unix.md (master...remove-unix-cross-note) https://github.com/bitcoin/bitcoin/pull/25550
<bitcoin-git>
[bitcoin] jarolrod opened pull request #25549: doc: update for NetBSD 9.2, add GUI Build Instructions (master...netbsd-improve) https://github.com/bitcoin/bitcoin/pull/25549
2022-07-05
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25548: Bugfix: Check for readlink buffer overflow and handle gracefully (master...readlink_overflow_check) https://github.com/bitcoin/bitcoin/pull/25548
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19393: test: Add more tests for orphan tx handling (master...200627-test-orphan) https://github.com/bitcoin/bitcoin/pull/19393
<bitcoin-git>
bitcoin/master c0a5fce Hennadii Stepanov: test: Add test for erase orphan tx conflicted by block