< bitcoin-git>
[bitcoin] achow101 closed pull request #18971: wallet: Refactor the classes in wallet/db.{cpp/h} (master...refactor-storage) https://github.com/bitcoin/bitcoin/pull/18971
< bitcoin-git>
[bitcoin] achow101 opened pull request #19335: wallet: Cleanup and separate BerkeleyDatabase and BerkeleyBatch (master...bdb-cleanup-refactors) https://github.com/bitcoin/bitcoin/pull/19335
< bitcoin-git>
[bitcoin] achow101 opened pull request #19334: wallet: Introduce WalletDatabase abstract class (master...bdb-add-walletdb) https://github.com/bitcoin/bitcoin/pull/19334
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19332: test: Fix intermittent test failure in feature_backwards_compatibility (master...2006-testIntBack) https://github.com/bitcoin/bitcoin/pull/19332
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19331: build: Do not include server symbols in wallet (master...2006-WalletNoServerSym) https://github.com/bitcoin/bitcoin/pull/19331
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seeds (master...inactive-seed-skip-m) https://github.com/bitcoin/bitcoin/pull/19054
< bitcoin-git>
bitcoin/master d4f9ae0 MarcoFalke: Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd s...
< bitcoin-git>
bitcoin/master 3a03a11 Andrew Chow: Skip hdKeypath of 'm'
< bitcoin-git>
bitcoin/master 951bca6 Andrew Chow: tests: feature_backwards_compatibility.py test 0.16 up/downgrade
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #17458: Refactor OutputGroup effective value calculations and filtering to occur within the struct (master...cleanup-outputgroups) https://github.com/bitcoin/bitcoin/pull/17458
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #17458: Refactor OutputGroup effective value calculations and filtering to occur within the struct (master...cleanup-outputgroups) https://github.com/bitcoin/bitcoin/pull/17458
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19320: wallet: Replace CDataStream& with Span<char> where possible (master...2006-walletSpan) https://github.com/bitcoin/bitcoin/pull/19320
< bitcoin-git>
[bitcoin] fanquake opened pull request #19318: build: disable -stack-clash-protection on Windows (master...disable_stack_clash_windows) https://github.com/bitcoin/bitcoin/pull/19318
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19304: test: Check that message sends successfully when header is split across two buffers (master...2020-06-test-partial) https://github.com/bitcoin/bitcoin/pull/19304
< bitcoin-git>
bitcoin/master 343c0bf MarcoFalke: Merge #19304: test: Check that message sends successfully when header is s...
< bitcoin-git>
bitcoin/master 80d4423 Troy Giorshev: Test buffered valid message
< bitcoin-git>
[bitcoin] jamesgmorgan opened pull request #19317: Add a left-justified width field to log2_work component for a uniform debug.log output (master...jmorgan-updatetipfmt) https://github.com/bitcoin/bitcoin/pull/19317
< bitcoin-git>
[bitcoin] andrewtoth closed pull request #18941: validation: Persist coins cache to disk and load on startup (master...persist-coinscache) https://github.com/bitcoin/bitcoin/pull/18941
2020-06-17
< bitcoin-git>
[bitcoin] amitiuttarwar opened pull request #19316: [net] Cleanup logic around connection types (master...2020-06-conn-refactor) https://github.com/bitcoin/bitcoin/pull/19316
< bitcoin-git>
[bitcoin] amitiuttarwar opened pull request #19315: [tests] Allow outbound & block-relay-only connections in functional tests. (master...2020-06-test-outbounds) https://github.com/bitcoin/bitcoin/pull/19315
< bitcoin-git>
[bitcoin] renepickhardt opened pull request #19314: refactor: Use uint16_t instead of unsigned short (master...akh_uint16_t) https://github.com/bitcoin/bitcoin/pull/19314
< bitcoin-git>
[bitcoin] hebasto opened pull request #19306: refactor: Replace RecursiveMutex with Mutex in CTxMemPool (master...200616-mempool-mx) https://github.com/bitcoin/bitcoin/pull/19306
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #19302: test: Check that peer is disconnected for bad buffered message (master...2006-badBuffer) https://github.com/bitcoin/bitcoin/pull/19302
< bitcoin-git>
[bitcoin] troygiorshev opened pull request #19304: test: Check that message sends successfully when header is split across two buffers (master...2020-06-test-partial) https://github.com/bitcoin/bitcoin/pull/19304
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19302: test: Check that peer is disconnected for bad buffered message (master...2006-badBuffer) https://github.com/bitcoin/bitcoin/pull/19302
< bitcoin-git>
[bitcoin] fanquake opened pull request #19301: build: don't warn when doxygen isn't found (master...no_warn_doxygen_missing) https://github.com/bitcoin/bitcoin/pull/19301
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19295: refactor: Use AbortError in FatalError (master...2006-refactorAbortError) https://github.com/bitcoin/bitcoin/pull/19295
< bitcoin-git>
bitcoin/master fa02b47 MarcoFalke: refactor: Use AbortError in FatalError
< bitcoin-git>
bitcoin/master 39bd9dd MarcoFalke: Merge #19295: refactor: Use AbortError in FatalError
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18275: wallet: error if an explicit fee rate was given but the needed fee rate differed (master...2003-wallet-error-on-feechange) https://github.com/bitcoin/bitcoin/pull/18275
< bitcoin-git>
bitcoin/master 23b2a68 MarcoFalke: Merge #18275: wallet: error if an explicit fee rate was given but the need...
< bitcoin-git>
bitcoin/master 44cc75f Karl-Johan Alm: wallet: error if an explicit fee rate was given but the needed fee rate di...
< bitcoin-git>
[bitcoin] laanwj merged pull request #18434: tests: add a test-security target and run it in CI (master...run_security_check_ci) https://github.com/bitcoin/bitcoin/pull/18434
< bitcoin-git>
bitcoin/master f658c15 Wladimir J. van der Laan: Merge #18434: tests: add a test-security target and run it in CI
< bitcoin-git>
bitcoin/master 968aaae fanquake: tests: run test-security-check.py in CI
< bitcoin-git>
bitcoin/master 9fe71a5 fanquake: test: use subprocess.run() in test-security-check.py
< bitcoin-git>
[bitcoin] hebasto closed pull request #19251: [Do Not Merge] ci: Temporary Test Case for negative capabilities in the Clang Thread Safety annotations (master...200611-dnm-test) https://github.com/bitcoin/bitcoin/pull/19251
< bitcoin-git>
[bitcoin] glowang opened pull request #19297: [test] WIP: rewrite generate() in test_node to gain determinism in test data (master...2020/05/21/rewrite_generate_in_testnode) https://github.com/bitcoin/bitcoin/pull/19297
< bitcoin-git>
[bitcoin] practicalswift opened pull request #19296: tests: Add fuzzing harness for AES{CBC,}256{Encrypt,Decrypt} (crypto/aes.h) (master...fuzzers-more-crypto) https://github.com/bitcoin/bitcoin/pull/19296
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19295: refactor: Use AbortError in FatalError (master...2006-refactorAbortError) https://github.com/bitcoin/bitcoin/pull/19295
< bitcoin-git>
[bitcoin] hebasto reopened pull request #18298: build: Fix Qt processing of configure script for depends with DEBUG=1 (master...20200309-depends-debug) https://github.com/bitcoin/bitcoin/pull/18298
< bitcoin-git>
[bitcoin] hebasto closed pull request #18298: build: Fix Qt processing of configure script for depends with DEBUG=1 (master...20200309-depends-debug) https://github.com/bitcoin/bitcoin/pull/18298
< bitcoin-git>
[bitcoin] ajtowns closed pull request #18238: net_processing: Retry notfounds with more urgency (master...202002-bump-notfound) https://github.com/bitcoin/bitcoin/pull/18238
< bitcoin-git>
[bitcoin] pstratem opened pull request #19280: Verify the block filter hash when reading from disk. (master...2020-06-14-blockfilterindex-checksums) https://github.com/bitcoin/bitcoin/pull/19280
< bitcoin-git>
[bitcoin] hebasto closed pull request #18361: build: Make the help string for --with-gui configure option unambiguous (master...20200316-with-gui) https://github.com/bitcoin/bitcoin/pull/18361
< bitcoin-git>
[bitcoin] fanquake merged pull request #18297: build: Use pkg-config in BITCOIN_QT_CONFIGURE for all hosts including Windows (master...20200308-pkgconfig-mingw) https://github.com/bitcoin/bitcoin/pull/18297
< bitcoin-git>
[bitcoin] hebasto opened pull request #19251: [Do Not Merge] ci: Temporary Test Case for negative capabilities in the Clang Thread Safety annotations (master...200611-dnm-test) https://github.com/bitcoin/bitcoin/pull/19251
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19250: wallet: [move-only bugfix] Make RPC help compile-time static (master...2006-rpcWalletHelp) https://github.com/bitcoin/bitcoin/pull/19250
< bitcoin-git>
[bitcoin] hebasto opened pull request #19249: Add means to handle negative capabilities in the Clang Thread Safety annotations (master...200611-nc) https://github.com/bitcoin/bitcoin/pull/19249