< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #22118: test: check anchors.dat when node starts for the first time (master...2021-05-improv-anchors-test) https://github.com/bitcoin/bitcoin/pull/22118
< bitcoin-git>
bitcoin/master 6985038 MarcoFalke: Merge bitcoin/bitcoin#22118: test: check anchors.dat when node starts for ...
< bitcoin-git>
bitcoin/master ef99d03 bruno: test: check anchors.dat when node starts for the first time
< bitcoin-git>
[bitcoin] fanquake merged pull request #22203: test: Use ConnmanTestMsg from test lib in denialofservice_tests (master...2106-testConnman) https://github.com/bitcoin/bitcoin/pull/22203
< bitcoin-git>
bitcoin/master 551933f fanquake: Merge bitcoin/bitcoin#22203: test: Use ConnmanTestMsg from test lib in den...
< bitcoin-git>
bitcoin/master fa72fce MarcoFalke: test: Use ConnmanTestMsg from test lib in denialofservice_tests
< bitcoin-git>
[bitcoin] amadeuszpawlik opened pull request #22212: Guard `fHavePruned` to avoid potential data race (master...fix_guard_fhavepruned) https://github.com/bitcoin/bitcoin/pull/22212
< bitcoin-git>
[bitcoin] vasild opened pull request #22211: net: relay I2P addresses even if not reachable (by us) (master...i2p_IsRelayable) https://github.com/bitcoin/bitcoin/pull/22211
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #22210: test: Use MiniWallet in test_no_inherited_signaling RBF test (master...2106-testMiniWallet) https://github.com/bitcoin/bitcoin/pull/22210
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #22203: test: Use ConnmanTestMsg from test lib in denialofservice_tests (master...2106-testConnman) https://github.com/bitcoin/bitcoin/pull/22203
< bitcoin-git>
[bitcoin] fanquake opened pull request #22199: macdeploy: minor fixups and simplifications (master...macdeploy_further_simplify) https://github.com/bitcoin/bitcoin/pull/22199
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #21946: Document and test lack of inherited signaling in RBF policy (master...2021-05-rbf-noinheritance) https://github.com/bitcoin/bitcoin/pull/21946
< bitcoin-git>
bitcoin/master 82bc7fa MarcoFalke: Merge bitcoin/bitcoin#21946: Document and test lack of inherited signaling...
< bitcoin-git>
bitcoin/master 906b6d9 Antoine Riard: test: Extend feature_rbf.py with no inherited signaling
< bitcoin-git>
bitcoin/master 2eb0eed Antoine Riard: validation: document lack of inherited signaling in RBF policy
< bitcoin-git>
[bitcoin] kiminuo opened pull request #22183: Remove `gArgs` from `wallet.h` and `wallet.cpp` (master...feature/2021-06-07-wallet-n-gArgs-min) https://github.com/bitcoin/bitcoin/pull/22183
< bitcoin-git>
[bitcoin] dongcarl opened pull request #22182: guix: Overhaul how guix-{attest,verify} works and hierarchy (master...2021-05-guix-attestation-overhaul) https://github.com/bitcoin/bitcoin/pull/22182
< bitcoin-git>
[bitcoin] laanwj closed pull request #21784: test: remove flags verification since it has a fixed value (master...2021-04-segwit-test) https://github.com/bitcoin/bitcoin/pull/21784
< bitcoin-git>
[bitcoin] practicalswift closed pull request #21538: fuzz: Add fuzzing syscall sandbox: detect use of unexpected syscalls when fuzzing ("syscall sanitizer") (master...seccomp-bpf-fuzzing) https://github.com/bitcoin/bitcoin/pull/21538
< bitcoin-git>
[gui] jarolrod opened pull request #358: qt: make GUIUtil::ThemedLabel UI form friendly (master...themedlabel-forms) https://github.com/bitcoin-core/gui/pull/358
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #21795: fuzz: Terminate immediately if a fuzzing harness tries to perform a DNS lookup (belt and suspenders) (master...fuzz-terminate-on-dns-lookup) https://github.com/bitcoin/bitcoin/pull/21795
< bitcoin-git>
bitcoin/master 912cb59 MarcoFalke: Merge bitcoin/bitcoin#21795: fuzz: Terminate immediately if a fuzzing harn...
< bitcoin-git>
bitcoin/master 3737d35 practicalswift: fuzz: Terminate immediately if a fuzzing harness ever tries to perform a D...
< bitcoin-git>
[bitcoin] hebasto opened pull request #22174: build, qt: Fix libraries linking order for Linux hosts (master...210606-order) https://github.com/bitcoin/bitcoin/pull/22174
< bitcoin-git>
[bitcoin] promag closed pull request #22168: wallet: Avoid exception when loading with unsupported external signer (master...2021-06-wallet-extsig) https://github.com/bitcoin/bitcoin/pull/22168
< bitcoin-git>
[bitcoin] achow101 opened pull request #22173: wallet: Do not load external signers wallets when unsupported (master...check-external-signer-flags) https://github.com/bitcoin/bitcoin/pull/22173
< bitcoin-git>
[bitcoin] jonatack opened pull request #22172: doc: update tor.md, release notes with removal of tor v2 support (master...tor-v2-removal-documentation) https://github.com/bitcoin/bitcoin/pull/22172
< bitcoin-git>
[gui] hebasto merged pull request #256: Save/restore column sizes of the tables in the Peers tab (master...210323-peers) https://github.com/bitcoin-core/gui/pull/256
< bitcoin-git>
[bitcoin] EthanHeilman opened pull request #22158: rng: adds support for x86 rdrand/rdseed instructions when building using MSVC (master...winx86rngcpu) https://github.com/bitcoin/bitcoin/pull/22158
< bitcoin-git>
[bitcoin] achow101 opened pull request #22156: Only allow tr() import to privkey wallets when Taproot is active (master...disallow-tr-privkey-import) https://github.com/bitcoin/bitcoin/pull/22156
2021-06-04
< bitcoin-git>
[bitcoin] ryanofsky opened pull request #22155: wallet test: Add test for subtract fee from recipient behavior (master...pr/subfee) https://github.com/bitcoin/bitcoin/pull/22155
< bitcoin-git>
[bitcoin] achow101 opened pull request #22154: Add OutputType::BECH32M and related wallet support for fetching bech32m addresses (master...outputtype-bech32m) https://github.com/bitcoin/bitcoin/pull/22154
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #22146: Reject invalid coin height and output index when loading assumeutxo (master...2106-auHeight) https://github.com/bitcoin/bitcoin/pull/22146
< bitcoin-git>
[bitcoin] jonatack closed pull request #22143: p2p: pass spans in CNetAddr by reference to const (master...netaddress-pass-spans-by-reference-to-const) https://github.com/bitcoin/bitcoin/pull/22143
< bitcoin-git>
[bitcoin] jonatack opened pull request #22143: p2p: pass spans in CNetAddr by reference to const (master...netaddress-pass-spans-by-reference-to-const) https://github.com/bitcoin/bitcoin/pull/22143
< bitcoin-git>
[bitcoin] fanquake opened pull request #22142: [WIP] build: split depends Qt into native and target builds (master...split_qt_again) https://github.com/bitcoin/bitcoin/pull/22142
< bitcoin-git>
[bitcoin] jnewbery opened pull request #22141: net processing: Remove hash and fValidatedHeaders from QueuedBlock (master...2021-06-blocks-in-flight) https://github.com/bitcoin/bitcoin/pull/22141
< bitcoin-git>
[bitcoin] Empact reopened pull request #13226: Optimize SelectCoinsBnB by tracking the selection by index rather than by position (master...select-bnb-by-index) https://github.com/bitcoin/bitcoin/pull/13226
2021-06-02
< bitcoin-git>
[bitcoin] kiminuo opened pull request #22135: CRegTestParams: Use `args` instead of `gArgs`. (master...feature/2021-06-02-chainparams-n-gArgs) https://github.com/bitcoin/bitcoin/pull/22135
< bitcoin-git>
[bitcoin] hebasto opened pull request #22133: build, qt: Make QWindowsVistaStylePlugin available again (regression) (master...210602-style) https://github.com/bitcoin/bitcoin/pull/22133
< bitcoin-git>
[bitcoin] theStack opened pull request #22130: test: refactor: dedup utility function chain_transaction() (master...20210601-test-dedup_chain_transaction) https://github.com/bitcoin/bitcoin/pull/22130
< bitcoin-git>
[bitcoin] laanwj merged pull request #22086: test: remove BasicTestingSetup from unit tests that don't need it (master...remove_unneeded_test_setup) https://github.com/bitcoin/bitcoin/pull/22086
< bitcoin-git>
bitcoin/master 4c389ba fanquake: test: remove BasicTestingSetup from arith_uint256 unit tests
< bitcoin-git>
bitcoin/master 0559065 fanquake: test: remove BasicTestingSetup from amount unit tests
< bitcoin-git>
bitcoin/master 883a5c7 fanquake: test: remove BasicTestingSetup from allocator unit tests