< 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
< bitcoin-git>
[bitcoin] willcl-ark opened pull request #22120: QA: p2p_invalid_block: Check that a block rejected due to too-new tim… (master...qa_timetoonew_retry) https://github.com/bitcoin/bitcoin/pull/22120
< bitcoin-git>
[bitcoin] brunoerg opened 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>
[gui] hebasto merged pull request #123: rpc: Do not accept command while executing another one (master...201028-prompt) https://github.com/bitcoin-core/gui/pull/123
< bitcoin-git>
[bitcoin] theStack opened pull request #22113: test: minor cleanups in feature_cltv.py (master...202105-test-feature_cltv_improvements) https://github.com/bitcoin/bitcoin/pull/22113
< bitcoin-git>
bitcoin/master 1122590 Hennadii Stepanov: Merge bitcoin-core/gui#309: Add access to the Peers tab from the network i...
< bitcoin-git>
bitcoin/master d29ea72 Hennadii Stepanov: gui: Add access to the Peers tab from the network icon
< bitcoin-git>
[bitcoin] fanquake closed pull request #19430: build: configure.ac and netbsd-build.md for NetBSD (master...simple-fixes-for-netbsd-eventually-for-v0.20.0) https://github.com/bitcoin/bitcoin/pull/19430
< bitcoin-git>
[bitcoin] fanquake closed pull request #17872: test: Check that a block rejected due to too-new time is later accepted in p2p_invalid_block (master...qa_timetoonew_retry) https://github.com/bitcoin/bitcoin/pull/17872
< bitcoin-git>
[bitcoin] prayank23 opened pull request #22102: Remove `Warning:` from warning message printed for unknown new rules (master...warning-msg) https://github.com/bitcoin/bitcoin/pull/22102
< bitcoin-git>
[bitcoin] timmywheels opened pull request #22101: doc: add link to bitcoin whitepaper (master...readme-whitepaper-link) https://github.com/bitcoin/bitcoin/pull/22101
< bitcoin-git>
[bitcoin] ryanofsky opened pull request #22100: refactor: Clean up new wallet spend, receive files added #21207 (master...pr/txfun) https://github.com/bitcoin/bitcoin/pull/22100
< bitcoin-git>
[bitcoin] meshcollider merged pull request #21207: MOVEONLY: CWallet transaction code out of wallet.cpp/.h (master...pr/txmove) https://github.com/bitcoin/bitcoin/pull/21207
< bitcoin-git>
bitcoin/master 55a156f Samuel Dobson: Merge bitcoin/bitcoin#21207: MOVEONLY: CWallet transaction code out of wal...
< bitcoin-git>
[gui] hebasto merged pull request #343: Improve the GUI responsiveness when progress dialogs are used (master...210522-ppd) https://github.com/bitcoin-core/gui/pull/343
< bitcoin-git>
[bitcoin] kristapsk opened pull request #22095: test: Additional BIP32 test vector for hardened derivation with leading zeros (master...bip32-test) https://github.com/bitcoin/bitcoin/pull/22095
< bitcoin-git>
[bitcoin] jonatack opened pull request #22094: p2p: fix UBSan implicit conversion error in CAddrMan::Connected_() (master...fix-ubsan-implicit-conversion-in-CAddrMan_Connected) https://github.com/bitcoin/bitcoin/pull/22094
< bitcoin-git>
[bitcoin] hebasto opened pull request #22093: build: Try posix-specific CXX first for mingw32 host (master...210528-posix) https://github.com/bitcoin/bitcoin/pull/22093
< bitcoin-git>
bitcoin/master ea1e5c2 W. J. van der Laan: Merge bitcoin/bitcoin#22025: refactor: Group and re-order CAddrMan members...
< bitcoin-git>
[bitcoin] laanwj merged pull request #22025: refactor: Group and re-order CAddrMan members by access type (master...210523-cam) https://github.com/bitcoin/bitcoin/pull/22025
< bitcoin-git>
bitcoin/master 8caf60d Hennadii Stepanov: move-only: Group and re-order CAddrMan members by access type
< bitcoin-git>
bitcoin/master 5cd7f8a Hennadii Stepanov: refactor: Do not expose CAddrMan members as protected without need
< bitcoin-git>
[bitcoin] fanquake opened 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] laanwj merged pull request #22029: [fuzz] Improve transport deserialization fuzz test coverage (master...v1-transport-serializer-fuzzing) https://github.com/bitcoin/bitcoin/pull/22029
< bitcoin-git>
bitcoin/master e337145 Dhruv Mehta: [fuzz] Occasional valid magic bytes for transport serialization test
< bitcoin-git>
bitcoin/master 35571d8 Dhruv Mehta: [fuzz] Occasional valid checksum for transport serialization fuzz test
< bitcoin-git>
bitcoin/master 654472a Dhruv Mehta: [fuzz] Add serialization to deserialization test
< bitcoin-git>
[bitcoin] laanwj merged pull request #22063: build: Use Qt archive of the same version as the compiled binaries (master...210525-version) https://github.com/bitcoin/bitcoin/pull/22063
< bitcoin-git>
bitcoin/master 22b8452 W. J. van der Laan: Merge bitcoin/bitcoin#22063: build: Use Qt archive of the same version as ...
< bitcoin-git>
bitcoin/master cb7eba2 Hennadii Stepanov: build: Use Qt archive of the same version as the compiled binaries
< bitcoin-git>
[bitcoin] martinus opened pull request #22082: test: update nanobench from release 4.0.0 to 4.3.2 (master...2021-05-update-nanobench) https://github.com/bitcoin/bitcoin/pull/22082
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #22081: Test - Do not patch or merge** adds gif image to readme description (master...test) https://github.com/bitcoin/bitcoin/pull/22081
< bitcoin-git>
[bitcoin] MitchellTesla opened pull request #22081: Test - Do not patch or merge** adds gif image to readme description (master...test) https://github.com/bitcoin/bitcoin/pull/22081
< bitcoin-git>
[bitcoin] jarolrod opened pull request #22080: doc: add maxuploadtarget to bitcoin.conf example (master...maxuploadtarget-example) https://github.com/bitcoin/bitcoin/pull/22080
< bitcoin-git>
[gui] jarolrod opened pull request #345: qt: connection type translator comments (master...connection-translator-comments) https://github.com/bitcoin-core/gui/pull/345
2021-05-26
< bitcoin-git>
[bitcoin] n-thumann opened pull request #22079: zmq: Add support to listen on IPv6 addresses (master...zmq-listen-ipv6) https://github.com/bitcoin/bitcoin/pull/22079