< bitcoin-git>
bitcoin/master 1bb5d51 Sebastian Falbesoner: test: add unit test for non-standard bare multisig txs
< bitcoin-git>
bitcoin/master ea756bc MarcoFalke: Merge #17502: test: add unit test for non-standard bare multisig txs
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17502: test: add unit test for non-standard bare multisig txs (master...20191118-test_check-for-non-standard-txs-bare-multisig) https://github.com/bitcoin/bitcoin/pull/17502
< bitcoin-git>
[bitcoin] instagibbs opened pull request #17712: sendmany/bumpfee: Avoid address reuse and partial spends as per walle... (master...avoid_reuse_sm_bf) https://github.com/bitcoin/bitcoin/pull/17712
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #17704: depends: Set default depends fallback url to drahtbot.space (master...1912-dependsDrahtBot) https://github.com/bitcoin/bitcoin/pull/17704
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #17710: msvc: Change appveyor build image to previous visual studio 2019. (master...appveyor_prev2019) https://github.com/bitcoin/bitcoin/pull/17710
< bitcoin-git>
[bitcoin] laanwj closed pull request #17707: util: Use try_lock return value in UniqueLock::TryEnter (master...2019_12_try_lock_returnval) https://github.com/bitcoin/bitcoin/pull/17707
< bitcoin-git>
[bitcoin] sipsorcery opened pull request #17709: msvc: Add an ignore for warning C4834 related to nodiscard attribute. (master...msvc_ignore_c4834) https://github.com/bitcoin/bitcoin/pull/17709
< bitcoin-git>
[bitcoin] ajtowns opened pull request #17708: prevector: avoid misaligned member accesses (master...201912-prevec-pack) https://github.com/bitcoin/bitcoin/pull/17708
< gribble>
https://github.com/bitcoin/bitcoin/issues/17060 | Cache 26% more coins: Reduce CCoinsMap::value_type from 96 to 76 bytes by martinus . Pull Request #17060 . bitcoin/bitcoin . GitHub
< bitcoin-git>
[bitcoin] laanwj opened pull request #17707: util: Use try_lock return value in UniqueLock::TryEnter (master...2019_12_try_lock_returnval) https://github.com/bitcoin/bitcoin/pull/17707
< wumpus>
anyhow I don't know if the new error is caused by that or some change of our own this time: "C:\projects\bitcoin\src\sync.h(139,23): error C2220: the following warning is treated as an error [C:\projects\bitcoin\build_msvc\libbitcoin_util\libbitcoin_util.vcxproj]"
< bitcoin-git>
bitcoin/master 597d10c practicalswift: tests: Add fuzzing harness for various functions consuming only integrals
< bitcoin-git>
bitcoin/master 1189b6a MarcoFalke: Merge #17109: tests: Add fuzzing harness for various functions consuming o...
< bitcoin-git>
[bitcoin] fanquake opened pull request #17705: test: re-enable CLI test support by using EncodeDecimal in json.dumps() (master...test_framework_json_dumps) https://github.com/bitcoin/bitcoin/pull/17705
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17093: tests: Add fuzzing harness for various CTx{In,Out} related functions (master...fuzzers-txin-txout) https://github.com/bitcoin/bitcoin/pull/17093
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17225: tests: Test serialisation as part of deserialisation fuzzing. Test round-trip equality where possible. (master...fuzzers-deserialize-with-roundtrip) https://github.com/bitcoin/bitcoin/pull/17225
< bitcoin-git>
bitcoin/master 989fd53 Luke Dashjr: depends: Support for 64-bit POWER targets
< bitcoin-git>
bitcoin/master 1111324 MarcoFalke: depends: Support for S390X targets
< bitcoin-git>
bitcoin/master 1d6fda6 MarcoFalke: Merge #17678: depends: Support for S390X and POWER targets
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17678: depends: Support for S390X and POWER targets (master...1912-dependsNewTargets) https://github.com/bitcoin/bitcoin/pull/17678
< bitcoin-git>
bitcoin/master bb03765 MarcoFalke: Merge #17685: tests: Fix bug in the descriptor parsing fuzzing harness (de...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17685: tests: Fix bug in the descriptor parsing fuzzing harness (descriptor_parse) (master...fix-descriptor_parse-fuzzing-harness) https://github.com/bitcoin/bitcoin/pull/17685
< bitcoin-git>
[bitcoin] hebasto opened pull request #17696: qt: Force set nPruneSize in QSettings after the intro dialog (master...20191208-prune-settings-override) https://github.com/bitcoin/bitcoin/pull/17696
< ysangkok>
but c++14 is available everywhere (even centOS). it seems the only reason bitcoin core didn't upgrade to c++14 is because people want to have less bumps and the next bump should therefore be c++17 as it is a feature upgrade and not a "nits issue"
< bitcoin-git>
[bitcoin] fanquake opened pull request #17695: gui: disable File->CreateWallet during startup (master...disable_early_create_wallet) https://github.com/bitcoin/bitcoin/pull/17695
< bitcoin-git>
[bitcoin] brakmic opened pull request #17694: ui: disable 3rd-party tx-urls when wallet disabled (master...options-display-dialog) https://github.com/bitcoin/bitcoin/pull/17694
< bitcoin-git>
[bitcoin] andrewtoth opened pull request #17693: rpc: Add generateblock to mine a custom set of transactions (master...generateblock) https://github.com/bitcoin/bitcoin/pull/17693
< bitcoin-git>
[bitcoin] andrewtoth closed pull request #17653: rpc: Add generatecustomblock to mine a custom set of transactions (master...generatecustomblock) https://github.com/bitcoin/bitcoin/pull/17653
< bitcoin-git>
[bitcoin] practicalswift opened pull request #17685: tests: Fix bug in the descriptor parsing fuzzing harness (descriptor_parse) (master...fix-descriptor_parse-fuzzing-harness) https://github.com/bitcoin/bitcoin/pull/17685
< bitcoin-git>
[bitcoin] fanquake merged pull request #17373: wallet: Various fixes and cleanup to keypool handling in LegacyScriptPubKeyMan and CWallet (master...wallet-box-pr-6) https://github.com/bitcoin/bitcoin/pull/17373
< gribble>
https://github.com/bitcoin/bitcoin/issues/17373 | wallet: Various fixes and cleanup to keypool handling in LegacyScriptPubKeyMan and CWallet by achow101 . Pull Request #17373 . bitcoin/bitcoin . GitHub
< bitcoin-git>
[bitcoin] hebasto closed pull request #17600: qt: Remove connection for unused accepted() signal in ReceiveRequestDialog (master...20191125-unused-connection) https://github.com/bitcoin/bitcoin/pull/17600
< bitcoin-git>
[bitcoin] achow101 opened pull request #17681: wallet: Keep inactive seeds after sethdseed and derive keys from them as needed (master...keep-inactive-seeds) https://github.com/bitcoin/bitcoin/pull/17681
< bitcoin-git>
bitcoin/master dddd09e MarcoFalke: test: Wait until mempool is loaded in wallet_abandonconflict
< bitcoin-git>
bitcoin/master 910a430 MarcoFalke: Merge #17522: test: Wait until mempool is loaded in wallet_abandonconflict...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17522: test: Wait until mempool is loaded in wallet_abandonconflict (master...1911-testMempoolLoaded) https://github.com/bitcoin/bitcoin/pull/17522
< gribble>
https://github.com/bitcoin/bitcoin/issues/16702 | p2p: supplying and using asmap to improve IP bucketing in addrman by naumenkogs . Pull Request #16702 . bitcoin/bitcoin . GitHub
< sipa>
so, did anyone ever try running test_running with BITCOIND=.../src/qt/bitcoin-qt ?
< wumpus>
there was some talk of changing the bitcoin-core-dev mailing list to an announcement list
< warren>
- New dev or announce lists can now be requested. For example bitcoin-knots-announce was created. I will put a policy on a webpage somewhere but it will be roughly: "This list server is for only FOSS and strongly preferred to be pertaining to open common infrastructure, specifications or standards. If you want lists for a niche or commercial project you probably should instead use Google Groups or something."
< wumpus>
you can run the currrent functional tests w/ bitcoin-qt
< wumpus>
but yes, that one would be bitcoin-qt only
< gribble>
https://github.com/bitcoin/bitcoin/issues/16702 | p2p: supplying and using asmap to improve IP bucketing in addrman by naumenkogs . Pull Request #16702 . bitcoin/bitcoin . GitHub
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #17678: depends: Support for S390X and POWER targets (master...1912-dependsNewTargets) https://github.com/bitcoin/bitcoin/pull/17678
< bitcoin-git>
[bitcoin] jamesob opened pull request #17669: tests: have coins simulation test also use CCoinsViewDB (master...2019-12-coins-tests) https://github.com/bitcoin/bitcoin/pull/17669
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le (master...1911-ciPpcAsan) https://github.com/bitcoin/bitcoin/pull/17517
< bitcoin-git>
bitcoin/master 02d8c56 Matt Corallo: Seed RNG with precision timestamps on receipt of net messages.
< bitcoin-git>
bitcoin/master 4191963 Wladimir J. van der Laan: Merge #17573: Seed RNG with precision timestamps on receipt of net message...
< bitcoin-git>
[bitcoin] laanwj merged pull request #17573: Seed RNG with precision timestamps on receipt of net messages. (master...2019-11-rng-netmsg) https://github.com/bitcoin/bitcoin/pull/17573
< bitcoin-git>
bitcoin/master 651c636 Hennadii Stepanov: build: Fix configure report about qr
< bitcoin-git>
bitcoin/master bce4408 fanquake: Merge #17547: build: Fix configure report about qr
< bitcoin-git>
[bitcoin] fanquake merged pull request #17547: build: Fix configure report about qr (master...20191121-configure-qrencode) https://github.com/bitcoin/bitcoin/pull/17547
< bitcoin-git>
[bitcoin] fanquake opened pull request #17660: build: remove deprecated key from macOS Info.plist (master...remove_deprecated_cfbundle_usage) https://github.com/bitcoin/bitcoin/pull/17660
< bitcoin-git>
[bitcoin] hebasto opened pull request #17659: qt: Do not block GUI thread in RPCConsole (master...20191203-nonblocking-rpcconsole) https://github.com/bitcoin/bitcoin/pull/17659
< bitcoin-git>
[bitcoin] fanquake opened pull request #17658: depends: add ability to skip building qrencode (master...depends_no_qrencode) https://github.com/bitcoin/bitcoin/pull/17658
< bitcoin-git>
bitcoin/master 76303f6 Dominik Spicher: test: add unit test for non-standard txs with wrong nVersion
< bitcoin-git>
bitcoin/master 54b12e4 MarcoFalke: Merge #17555: test: add unit test for non-standard txs with wrong nVersion...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17555: test: add unit test for non-standard txs with wrong nVersion (master...isStandard-unittests) https://github.com/bitcoin/bitcoin/pull/17555
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #17641: Add unit test for leveldb creation with unicode path (master...dbwrapper_unicode) https://github.com/bitcoin/bitcoin/pull/17641
< bitcoin-git>
[bitcoin] andrewtoth opened pull request #17653: rpc: Add generatecustomblock to mine a custom set of transactions (master...generatecustomblock) https://github.com/bitcoin/bitcoin/pull/17653