< bitcoin-git>
[bitcoin] prayank23 closed pull request #19945: Remove connect_nodes global and Replace connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b) (master...master) https://github.com/bitcoin/bitcoin/pull/19945
< bitcoin-git>
[bitcoin] meshcollider merged pull request #15454: Remove the automatic creation and loading of the default wallet (master...no-default-wallet) https://github.com/bitcoin/bitcoin/pull/15454
< bitcoin-git>
bitcoin/master 652c45f Samuel Dobson: Merge #15454: Remove the automatic creation and loading of the default wal...
< bitcoin-git>
bitcoin/master d26f064 Andrew Chow: Tell users how to load or create a wallet when no wallet is loaded
< bitcoin-git>
bitcoin/master 1bee1e6 Andrew Chow: Do not create default wallet
< bitcoin-git>
[bitcoin] robot-dreams opened pull request #19968: doc: make it easier to work out size of bloom filter (master...bloom-doc) https://github.com/bitcoin/bitcoin/pull/19968
< bitcoin-git>
[bitcoin] robot-dreams opened pull request #19967: test: Replace (dis)?connect_nodes globals with TestFramework methods (master...connect-nodes) https://github.com/bitcoin/bitcoin/pull/19967
< bitcoin-git>
[bitcoin] ajtowns closed pull request #15502: p2p: Speed up initial connection to p2p network (master...201902-trytoavoiddns) https://github.com/bitcoin/bitcoin/pull/15502
< bitcoin-git>
[bitcoin] fanquake reopened pull request #13533: [tests] Reduced number of validations in tx_validationcache_tests (master...reduce-txvalidationcache_tests-runtime) https://github.com/bitcoin/bitcoin/pull/13533
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #19960: WIP: The vcpkg tool has introduced a proper way to use manifests (master...vcpkg_manifest) https://github.com/bitcoin/bitcoin/pull/19960
< bitcoin-git>
[bitcoin] laanwj merged pull request #19558: build: split pthread flags out of ldflags and dont use when building libconsensus (master...split_out_pthread_flags) https://github.com/bitcoin/bitcoin/pull/19558
< bitcoin-git>
bitcoin/master 15c27c4 fanquake: build: split PTHREAD_* flags out of AM_LDFLAGS
< bitcoin-git>
[bitcoin] hebasto closed pull request #19783: build, doc: Make explicit dependency of system zlib for building depends (master...200823-zlib) https://github.com/bitcoin/bitcoin/pull/19783
< bitcoin-git>
[bitcoin] fanquake closed pull request #13533: [tests] Reduced number of validations in tx_validationcache_tests (master...reduce-txvalidationcache_tests-runtime) https://github.com/bitcoin/bitcoin/pull/13533
< bitcoin-git>
[bitcoin] fanquake closed pull request #14425: Net: Do not re-enable Onion network when it was disabled via onlynet (master...do-not-reenable-Tor-when-disabled-via-onlynet) https://github.com/bitcoin/bitcoin/pull/14425
< bitcoin-git>
[bitcoin] fanquake closed pull request #19130: doc: make it easier to work out size of bloom filter (master...202005-bloom-doc) https://github.com/bitcoin/bitcoin/pull/19130
< bitcoin-git>
[bitcoin] jonatack opened pull request #19946: net: remove unused CNetAddr scopeId member (master...remove-unused-CNetAddr-scopeId) https://github.com/bitcoin/bitcoin/pull/19946
2020-09-11
< bitcoin-git>
[bitcoin] prayank23 opened pull request #19945: Remove connect_nodes global and Replace connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b) (master...master) https://github.com/bitcoin/bitcoin/pull/19945
< bitcoin-git>
[bitcoin] prayank23 closed pull request #19939: Remove connect_nodes global and replace connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b) (master...master) https://github.com/bitcoin/bitcoin/pull/19939
< bitcoin-git>
[bitcoin] gzhao408 opened pull request #19940: rpc: Return fee and vsize from testmempoolaccept (master...rpc-testmempoolaccept-fee) https://github.com/bitcoin/bitcoin/pull/19940
< bitcoin-git>
[bitcoin] prayank23 opened pull request #19939: Remove connect_nodes global and replace connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b) (master...master) https://github.com/bitcoin/bitcoin/pull/19939
< bitcoin-git>
[bitcoin] achow101 opened pull request #19935: Move SaltedHashers to separate file and add some new ones (master...mv-saltedhash) https://github.com/bitcoin/bitcoin/pull/19935
< bitcoin-git>
[bitcoin] practicalswift opened pull request #19934: tests: Add fuzzing harness for Keccak and SHA3_256 (master...fuzzers-keccak-and-sha3_256) https://github.com/bitcoin/bitcoin/pull/19934
< bitcoin-git>
[bitcoin] Saibato opened pull request #19933: wallet: bugfix; if datadir has a trailing '/' listwalletdir would strip lead char of walletname (master...wallet-fix-missing-chars-boost-1.47) https://github.com/bitcoin/bitcoin/pull/19933
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19922: test: Run rpc_txoutproof.py even with wallet disabled (master...2009-testMoreMiniWallet) https://github.com/bitcoin/bitcoin/pull/19922
< bitcoin-git>
[bitcoin] Crypt-iQ opened pull request #19916: build: allow user to specify DIR_FUZZ_SEED_CORPUS when invoking cov_fuzz target (master...cov_fuzz_cleanup_0908) https://github.com/bitcoin/bitcoin/pull/19916
< bitcoin-git>
[bitcoin] hebasto opened pull request #19915: refactor: Use Mutex type for some mutexes in CNode class (master...200908-netmx) https://github.com/bitcoin/bitcoin/pull/19915
< bitcoin-git>
[bitcoin] hebasto closed pull request #19913: refactor: Drop unused `UniqueLock(Mutex*, ...)` constructor in sync.h (master...200907-sync) https://github.com/bitcoin/bitcoin/pull/19913
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19914: refactor: Do not pass chain params to CheckForStaleTipAndEvictPeers twice (master...2009-netNo2ChainParams) https://github.com/bitcoin/bitcoin/pull/19914
2020-09-07
< bitcoin-git>
[bitcoin] hebasto opened pull request #19913: refactor: Drop unused `UniqueLock(Mutex*, ...)` constructor in sync.h (master...200907-sync) https://github.com/bitcoin/bitcoin/pull/19913
< bitcoin-git>
[bitcoin] narula opened pull request #19911: net: guard vRecvGetData with cs_vRecv and orphan_work_set with g_cs_orphans (master...cs_vRecv) https://github.com/bitcoin/bitcoin/pull/19911
< bitcoin-git>
[bitcoin] jnewbery opened pull request #19910: net processing: Move peer_map to PeerManager (master...2020-08-peer-plv2) https://github.com/bitcoin/bitcoin/pull/19910
< bitcoin-git>
[bitcoin] naumenkogs opened pull request #19906: Bugfix: don't make collision from "tried" a feeler (master...2020-09-feeler-no-collisions) https://github.com/bitcoin/bitcoin/pull/19906
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19478: Remove CTxMempool::mapLinks data structure member (master...epoch-mempool-clean-split-3) https://github.com/bitcoin/bitcoin/pull/19478
< bitcoin-git>
bitcoin/master 2583966 MarcoFalke: Merge #19478: Remove CTxMempool::mapLinks data structure member
< bitcoin-git>
bitcoin/master 296be8f Jeremy Rubin: Get rid of unused functions CTxMemPool::GetMemPoolChildren, CTxMemPool::Ge...
< bitcoin-git>
bitcoin/master 46d955d Jeremy Rubin: Remove mapLinks in favor of entry inlined structs with iterator type erasu...
< bitcoin-git>
[bitcoin] grubles opened pull request #19903: Update build-openbsd.md with GUI support (master...update-openbsd-build-instructions) https://github.com/bitcoin/bitcoin/pull/19903
< bitcoin-git>
[bitcoin] hebasto reopened pull request #19882: depends: Export PATH variable rather passing it to the `call` function (master...200905-build) https://github.com/bitcoin/bitcoin/pull/19882
< bitcoin-git>
[bitcoin] hebasto closed pull request #19882: depends: Export PATH variable rather passing it to the `call` function (master...200905-build) https://github.com/bitcoin/bitcoin/pull/19882
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19881: ci: Double tsan CPU and Memory to avoid global timeout (master...2008-ciGlobalTimeout) https://github.com/bitcoin/bitcoin/pull/19881
< bitcoin-git>
bitcoin/master 0368931 MarcoFalke: Merge #19881: ci: Double tsan CPU and Memory to avoid global timeout
< bitcoin-git>
bitcoin/master fa8e148 MarcoFalke: ci: Double tsan CPU and Memory to avoid global timeout
< bitcoin-git>
[bitcoin] dhruv opened pull request #19884: No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty (master...no-delay-fixed-peer-seeds) https://github.com/bitcoin/bitcoin/pull/19884
< bitcoin-git>
[bitcoin] jonatack opened pull request #19883: net, rpc: expose connection type in getpeerinfo (master...getpeerinfo-conn-type) https://github.com/bitcoin/bitcoin/pull/19883
< bitcoin-git>
[bitcoin] hebasto opened pull request #19882: depends: Export PATH variable rather passing it to the `call` function (master...200905-build) https://github.com/bitcoin/bitcoin/pull/19882
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19881: ci: Double tsan CPU and Memory to avoid global timeout (master...2008-ciGlobalTimeout) https://github.com/bitcoin/bitcoin/pull/19881
< bitcoin-git>
[bitcoin] laanwj merged pull request #19728: Increase the ip address relay branching factor for unreachable networks (master...202008_increase_addr_branching) https://github.com/bitcoin/bitcoin/pull/19728
< bitcoin-git>
bitcoin/master 416efcb Wladimir J. van der Laan: Merge #19728: Increase the ip address relay branching factor for unreachab...
< bitcoin-git>
bitcoin/master 86d4cf4 Pieter Wuille: Increase the ip address relay branching factor for unreachable networks
< bitcoin-git>
[bitcoin] markblundeberg opened pull request #19880: fix CTxMemPool::TrimToSize to put only confirmed coins in pvNoSpendsRemaining (master...simplify-trimtosize) https://github.com/bitcoin/bitcoin/pull/19880
< bitcoin-git>
[bitcoin] jonatack opened pull request #19874: cli: degrade -getinfo gracefully for older servers (master...getinfo-handle-older-servers-gracefully) https://github.com/bitcoin/bitcoin/pull/19874
< bitcoin-git>
[bitcoin] luke-jr opened pull request #19873: [WIP] Flush dbcache early if system is under memory pressure (master...mempressure) https://github.com/bitcoin/bitcoin/pull/19873