< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21582: Fix assumeutxo crash due to missing base_blockhash (master...2104-assumeutxoCrash01) https://github.com/bitcoin/bitcoin/pull/21582
< bitcoin-git>
[gui] hebasto reopened 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>
[gui] hebasto closed 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] MarcoFalke opened pull request #21581: streams: Accept URef obj for VectorReader unserialize (master...2104-streamUref) https://github.com/bitcoin/bitcoin/pull/21581
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21571: test: make sure non-IP peers get discouraged and disconnected (master...2104-testPointers) https://github.com/bitcoin/bitcoin/pull/21571
< bitcoin-git>
[bitcoin] jnewbery reopened pull request #21562: [net processing] Various tidying up of PeerManagerImpl ctor and dtor (master...2021-03-peer-manager-impl-ctor-dtor) https://github.com/bitcoin/bitcoin/pull/21562
< bitcoin-git>
[bitcoin] jnewbery closed pull request #21562: [net processing] Various tidying up of PeerManagerImpl ctor and dtor (master...2021-03-peer-manager-impl-ctor-dtor) https://github.com/bitcoin/bitcoin/pull/21562
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #21373: test: generate fewer blocks in feature_nulldummy to fix timeouts, speed up (master...fix_feature_nulldummy_test_timeout) https://github.com/bitcoin/bitcoin/pull/21373
< bitcoin-git>
bitcoin/master 6e22b52 MarcoFalke: Merge #21373: test: generate fewer blocks in feature_nulldummy to fix time...
< bitcoin-git>
bitcoin/master ccd976d Jon Atack: test: use 327 fewer blocks in feature_nulldummy
< bitcoin-git>
bitcoin/master 68c280f Jon Atack: test, refactor: abstract the feature_nulldummy blockheight values
< bitcoin-git>
[bitcoin] jnewbery opened pull request #21562: [net processing] Various tidying up of PeerManagerImpl ctor and dtor (master...2021-03-peer-manager-impl-ctor-dtor) https://github.com/bitcoin/bitcoin/pull/21562
< bitcoin-git>
[bitcoin] fanquake merged pull request #21486: build: link against -lsocket if required for *ifaddrs (master...use_freeifaddrs_only_when_available) https://github.com/bitcoin/bitcoin/pull/21486
< bitcoin-git>
bitcoin/master 4783115 fanquake: net: add ifaddrs.h include
< bitcoin-git>
bitcoin/master 879215e fanquake: build: check if -lsocket is required with *ifaddrs
< bitcoin-git>
bitcoin/master 87deac6 fanquake: rand: only try and use freeifaddrs if available
< bitcoin-git>
[gui] hebasto opened pull request #264: Add "Copy address" item to the context menu in the Peers table (master...210330-copy) https://github.com/bitcoin-core/gui/pull/264
< bitcoin-git>
[gui] wodry opened pull request #261: Display node address in peer table with monospace font for clean alignment (master...node-address-monospace) https://github.com/bitcoin-core/gui/pull/261
< bitcoin-git>
[bitcoin] icota closed pull request #21537: DONOTMERGE: CI: remove cached Qt when building Android APK (master...fix-apk-ci) https://github.com/bitcoin/bitcoin/pull/21537
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21541: ci: Build depends only once for Android build (master...2103-ciAndroid) https://github.com/bitcoin/bitcoin/pull/21541
< bitcoin-git>
[bitcoin] ccdle12 closed pull request #21534: p2p, refactor: Extract logic of announcing a local address into a private method (master...2021-03-extract-announce-local-address) https://github.com/bitcoin/bitcoin/pull/21534
< bitcoin-git>
[bitcoin] practicalswift opened pull request #21538: fuzz: Add fuzzing syscall sandbox: detect use of unexpected syscalls when fuzzing (master...seccomp-bpf-fuzzing) https://github.com/bitcoin/bitcoin/pull/21538
< bitcoin-git>
[bitcoin] icota opened pull request #21537: DONOTMERGE: CI: remove cached Qt when building Android APK (master...fix-apk-ci) https://github.com/bitcoin/bitcoin/pull/21537
< bitcoin-git>
[gui] hebasto reopened 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>
[gui] hebasto closed 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>
[gui] hebasto reopened 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>
[gui] hebasto closed 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] ccdle12 opened pull request #21534: p2p, refactor: Extract logic of announcing a local address into a private method (master...2021-03-extract-announce-local-address) https://github.com/bitcoin/bitcoin/pull/21534
< bitcoin-git>
[bitcoin] dongcarl opened pull request #21525: [Bundle 4.5/n] Followup fixups to bundle 4 (master...2021-03-kernel-bundle-4.5) https://github.com/bitcoin/bitcoin/pull/21525
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #21357: test: Unconditionally check for fRelay field in test framework (master...test-framework-ver-msg-fix) https://github.com/bitcoin/bitcoin/pull/21357
< bitcoin-git>
bitcoin/master ed49203 MarcoFalke: Merge #21357: test: Unconditionally check for fRelay field in test framewo...
< bitcoin-git>
bitcoin/master 39a9ec5 Troy Giorshev: Unconditionally check for fRelay field in test framework
< bitcoin-git>
[bitcoin] jamesob opened pull request #21523: validation: parameterize VerifyDB by chainstate (master...2021-03-au-verifydb) https://github.com/bitcoin/bitcoin/pull/21523
< bitcoin-git>
[gui] hebasto reopened pull request #257: refactor: Use template function qOverload in signal-slot connections (master...210323-overload) https://github.com/bitcoin-core/gui/pull/257
< bitcoin-git>
[gui] hebasto closed pull request #257: refactor: Use template function qOverload in signal-slot connections (master...210323-overload) https://github.com/bitcoin-core/gui/pull/257
< bitcoin-git>
[bitcoin] fanquake merged pull request #20734: build: Make platform-specific targets available for proper platform builds only (master...201221-targets) https://github.com/bitcoin/bitcoin/pull/20734
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21522: fuzz: [refactor] Use PickValue where possible (master...2103-fuzzPickValue) https://github.com/bitcoin/bitcoin/pull/21522
< bitcoin-git>
[bitcoin] achow101 opened pull request #21520: [0.21] wallet: Avoid requesting fee rates multiple times during coin selection (0.21...0.21-createtx-same-feerate) https://github.com/bitcoin/bitcoin/pull/21520
< bitcoin-git>
[gui] hebasto opened pull request #257: refactor: Use template function qOverload in signal-slot connections (master...210323-overload) https://github.com/bitcoin-core/gui/pull/257
< bitcoin-git>
[gui] hebasto opened 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