< bitcoin-git>
bitcoin/master 9bdde3c eugene: build: add /usr/local/ to LCOV_FILTER_PATTERN for macOS builds
2020-09-02
< bitcoin-git>
[bitcoin] Crypt-iQ opened pull request #19861: build: add /usr/local/ to LCOV_PATTERN for macOS builds (master...macos_lcov_0902) https://github.com/bitcoin/bitcoin/pull/19861
< bitcoin-git>
[bitcoin] ryanofsky reopened pull request #17556: test: Change feature_config_args.py not to rely on strange regtest=0 behavior (master...pr/wdpy) https://github.com/bitcoin/bitcoin/pull/17556
< bitcoin-git>
[bitcoin] ryanofsky closed pull request #17556: test: Change feature_config_args.py not to rely on strange regtest=0 behavior (master...pr/wdpy) https://github.com/bitcoin/bitcoin/pull/17556
< bitcoin-git>
[bitcoin] naumenkogs opened pull request #19860: Improve diversification of new connections: privacy and stability (master...2020-09-diverse-new-conn-fixes) https://github.com/bitcoin/bitcoin/pull/19860
< bitcoin-git>
bitcoin/master c157a50 Wladimir J. van der Laan: Merge #19840: Avoid callback when -blocknotify is empty
< bitcoin-git>
[bitcoin] n-thumann opened pull request #19859: qa: Fixes failing functional test by changing version (master...qa-fix-wrong-version) https://github.com/bitcoin/bitcoin/pull/19859
< bitcoin-git>
[bitcoin] promag opened pull request #19851: refactor: Extract ParseOpCode from ParseScript (master...2020-08-parseopcode) https://github.com/bitcoin/bitcoin/pull/19851
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockchain,rawtransaction) (master...2008-rpcAssertNames) https://github.com/bitcoin/bitcoin/pull/19849
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining,zmq,rpcdump) (master...2008-rpcMisc) https://github.com/bitcoin/bitcoin/pull/19717
< bitcoin-git>
bitcoin/master fa32c1d MarcoFalke: rpc: Assert that RPCArg names are equal to CRPCCommand ones (zmq)
< bitcoin-git>
bitcoin/master faaa46d MarcoFalke: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
< bitcoin-git>
bitcoin/master fa93bc1 MarcoFalke: rpc: Remove unused return type from appendCommand
< bitcoin-git>
[bitcoin] Zero-1729 opened pull request #19846: build: enable unused member function diagnostic (master...enable-unused-member-function-diagnostic) https://github.com/bitcoin/bitcoin/pull/19846
< bitcoin-git>
[bitcoin] vasild opened pull request #19845: net: CNetAddr: add support to (un)serialize as ADDRv2 (master...ser_addrv2_cnetaddr) https://github.com/bitcoin/bitcoin/pull/19845
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #19842: Update the vcpkg checkout commit ID in appveyor config (master...appveyor-vcpkg-update) https://github.com/bitcoin/bitcoin/pull/19842
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19099: refactor: Move wallet methods out of chain.h and node.h (master...pr/wclient) https://github.com/bitcoin/bitcoin/pull/19099
< bitcoin-git>
bitcoin/master 24bf176 Russell Yanofsky: gui refactor: Inline SplashScreen::ConnectWallet
< bitcoin-git>
bitcoin/master e4f4350 Russell Yanofsky: refactor: Move wallet methods out of chain.h and node.h
< bitcoin-git>
bitcoin/master b266b3e Russell Yanofsky: refactor: Create interfaces earlier during initialization
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #19839: Set appveyor VM version to previous Visual Studio 2019 release (master...appveyor_fix) https://github.com/bitcoin/bitcoin/pull/19839
< bitcoin-git>
[bitcoin] hebasto reopened pull request #19668: Do not hide compile-time thread safety warnings (master...200805-assert) https://github.com/bitcoin/bitcoin/pull/19668
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19830: test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles (master...2008-testTsan) https://github.com/bitcoin/bitcoin/pull/19830
2020-08-28
< bitcoin-git>
[bitcoin] laanwj merged pull request #19607: [p2p] Add Peer struct for per-peer data in net processing (master...2020-07-peer) https://github.com/bitcoin/bitcoin/pull/19607
< bitcoin-git>
bitcoin/master 1f96d2e John Newbery: [net processing] Move misbehavior tracking state to Peer
< bitcoin-git>
bitcoin/master 7cd4159 John Newbery: [net processing] Add Peer
< bitcoin-git>
bitcoin/master aba0335 John Newbery: [net processing] Remove CNodeState.name
< bitcoin-git>
[bitcoin] fanquake merged pull request #19761: build: improve sed robustness by not using sed (master...maximum_sed_robustness) https://github.com/bitcoin/bitcoin/pull/19761
< bitcoin-git>
bitcoin/master 865cb23 fanquake: build: use patch rather than sed in fontconfig package
< bitcoin-git>
bitcoin/master 335bd7f fanquake: build: use patch rather than sed in Boost package
< bitcoin-git>
bitcoin/master f36140d fanquake: build: use patch rather than sed in bdb package
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19816: test: Rename wait until helper to wait_until_helper (master...2008-testWaithelper) https://github.com/bitcoin/bitcoin/pull/19816
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19752: test: Update wait_until usage in tests not to use the one from utils (master...master) https://github.com/bitcoin/bitcoin/pull/19752
< bitcoin-git>
bitcoin/master 28f4e53 MarcoFalke: Merge #19752: test: Update wait_until usage in tests not to use the one fr...
< bitcoin-git>
bitcoin/master d841301 Seleme Topuz: test: Add docstring to wait_until() in util.py to warn about its usage
< bitcoin-git>
bitcoin/master 1343c86 Seleme Topuz: test: Update wait_until usage in tests not to use the one from utils
< bitcoin-git>
[bitcoin] practicalswift opened pull request #19809: log: Prefix log messages with function name if -logfunctionnames is set (master...logfunctionnames) https://github.com/bitcoin/bitcoin/pull/19809
< bitcoin-git>
[bitcoin] theStack opened pull request #19801: test: check for all possible OP_CLTV fail reasons in feature_cltv.py (BIP 65) (master...20200825-test-check-all-failure-reasons-for-CLTV) https://github.com/bitcoin/bitcoin/pull/19801
< bitcoin-git>
[bitcoin] fanquake merged pull request #15704: Move Win32 defines to configure.ac to ensure they are globally defined (master...win32_defines_globally) https://github.com/bitcoin/bitcoin/pull/15704
< bitcoin-git>
bitcoin/master 8e0f341 fanquake: Merge #15704: Move Win32 defines to configure.ac to ensure they are global...
< bitcoin-git>
bitcoin/master 1ccb9f3 Luke Dashjr: Move Win32 defines to configure.ac to ensure they are globally defined
< bitcoin-git>
[bitcoin] i-rme opened pull request #19797: net: Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node … (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19797
< bitcoin-git>
[bitcoin] ryanofsky opened pull request #19793: bitcoin-wallet salvage: Return false instead of asserting when a loaded tx isn't new (master...pr/badsalv) https://github.com/bitcoin/bitcoin/pull/19793
< bitcoin-git>
[bitcoin] jnewbery opened pull request #19791: [net processing] Move Misbehaving() to PeerManager (master...2020-08-misbehaving-in-plv) https://github.com/bitcoin/bitcoin/pull/19791
< bitcoin-git>
[bitcoin] luke-jr opened pull request #19790: Flag when blocks have had their scripts checked instead of skipped (master...blkindex_scriptschecked_flag) https://github.com/bitcoin/bitcoin/pull/19790
< bitcoin-git>
[bitcoin] laanwj merged pull request #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_transaction in getpeerinfo (master...add-eviction-criteria-to-getpeerinfo) https://github.com/bitcoin/bitcoin/pull/19731
< bitcoin-git>
bitcoin/master 21c57ba Jon Atack: test: getpeerinfo last_block and last_transaction tests
< bitcoin-git>
bitcoin/master 8a560a7 Jon Atack: rpc: expose nLastBlockTime/TXTime as getpeerinfo last_block/transaction
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19786: doc: Remove label from good first issue template (master...2008-docGFI) https://github.com/bitcoin/bitcoin/pull/19786
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19659: Add a seed corpus generation option to the fuzzing test_runner (master...20/08/04/fuzz_runner_gen_seeds) https://github.com/bitcoin/bitcoin/pull/19659
< bitcoin-git>
bitcoin/master 1d53d72 MarcoFalke: Merge #19659: Add a seed corpus generation option to the fuzzing test_runn...
< bitcoin-git>
bitcoin/master 15ae4a1 Antoine Poinsot: test/fuzz: add a seed corpus generation option to the test_runner