< gribble>
https://github.com/bitcoin/bitcoin/issues/19444 | test: Remove cached directories and associated script blocks from appveyor config by sipsorcery · Pull Request #19444 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] laanwj merged pull request #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected (master...2020-07-receive_block_announcment) https://github.com/bitcoin/bitcoin/pull/19631
< bitcoin-git>
bitcoin/master be11f94 Wladimir J. van der Laan: Merge #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is ...
< bitcoin-git>
bitcoin/master 9e165d0 Ben Woosley: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected
< bitcoin-git>
[bitcoin] jonatack closed pull request #19611: p2p: refactor CInv::type from public int to private uint32_t (master...CInv-type-refactoring) https://github.com/bitcoin/bitcoin/pull/19611
< bitcoin-git>
[bitcoin] sanjaykdragon closed pull request #19586: test: moved from percent format to proper format for consistency (master...master) https://github.com/bitcoin/bitcoin/pull/19586
< bitcoin-git>
[bitcoin] theStack opened pull request #19687: refactor: make EncodeBase{32,64} consume Spans (master...20200807-util-make-encode-base3264-consume-spans) https://github.com/bitcoin/bitcoin/pull/19687
< gwillen>
I believe it is the same library, it just moved when it was finally standardized to a new name. But I agree it may not be suitable for inclusion into Bitcoin for real for now.
< Kiminuo>
gwillen, I don't think <experimental/filesystem> is way to go. It will make it more complex and it does not sound good to use something experimental in Bitcoin.
< gwillen>
I assume the compiler CI uses is the benchmark for "minimum supported to build bitcoin with"?
< bitcoin-git>
[bitcoin] JeremyRubin opened pull request #19677: WIP: Switch BlockMap to use an unordered_set under the hood (master...refactor-blockmap-blockset) https://github.com/bitcoin/bitcoin/pull/19677
< fanquake>
bitcoin/bitcoin is a fast moving repository
< sipa>
as it unifies testing across bitcoind and bitcoin-qtr
< wumpus>
I'm terrified by that code in bitcoin-qt
< wumpus>
but that doesn't overlap with bitcoin.conf so isn't an issue :)
< achow101>
jnewbery: 3. bitcoin.conf, settings.json, and QSettings
< wumpus>
bitcoin-qt is a maze of different config sources already
< sipa>
ah yes _rw would be accessible by bitcoin-cli etc as well
< achow101>
I always viewed it as bitcoin_rw.conf was to supersede bitcoin.conf
< achow101>
and settings.json is only for bitcoind/bitcoin-qt
< jnewbery>
I think settings.json can be used for changing config options through GUI or RPC. The idea is to keep dynamic config in sync between bitcoind and bitcoin-qt
< gribble>
https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr · Pull Request #11082 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr · Pull Request #11082 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] Crypt-iQ opened pull request #19672: build: make clean removes .gcda and .gcno files from fuzz directory (master...fuzz_cov_cleanup_0806) https://github.com/bitcoin/bitcoin/pull/19672
< luke-jr>
kallewoof: maybe it would make sense to move it to the bitcoin-core org as a new repo, but we're also trying to keep stuff off the bitcoin org now IIRC
< kallewoof>
luke-jr: oh, okay. i thought there was talk about moving btcdeb into the bitcoin org at one point. feels like that might encourage contributors and would make it easier to provide binaries too
< kallewoof>
Should btcdeb be moved into the bitcoin github repo?
< bitcoin-git>
[bitcoin] darosior opened 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] MarcoFalke merged pull request #19340: Preserve the `LockData` initial state if "potential deadlock detected" exception thrown (master...200620-stack) https://github.com/bitcoin/bitcoin/pull/19340
< bitcoin-git>
[bitcoin] jnewbery opened pull request #19658: [rpc] Allow RPC to fetch all addrman records and add records to addrman (master...2020-07-addrman-get) https://github.com/bitcoin/bitcoin/pull/19658
< bitcoin-git>
[bitcoin] jonatack reopened pull request #19455: rpc generate: print useful help and error message (master...rpc-generate-helpful-error_message) https://github.com/bitcoin/bitcoin/pull/19455
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19657: test: Wait until is_connected in add_p2p_connection (master...2008-testWaitConn) https://github.com/bitcoin/bitcoin/pull/19657
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19489: test: Fail wait_until early if connection is lost (master...2007-testFailEarly) https://github.com/bitcoin/bitcoin/pull/19489
< bitcoin-git>
bitcoin/master 3c93623 MarcoFalke: Merge #19489: test: Fail wait_until early if connection is lost
< bitcoin-git>
bitcoin/master faa9a74 MarcoFalke: test: Fail wait_until early if connection is lost
< aj>
hebasto: why do you think adding GUARDED_BY is a design change? it's just those members existed before bitcoin source had thread safety annotations, as far as i know?
< bitcoin-git>
[bitcoin] kallewoof reopened pull request #14582: wallet: always do avoid partial spends if fees are within a specified range (master...181026-try-avoidpartialspends) https://github.com/bitcoin/bitcoin/pull/14582
< bitcoin-git>
[bitcoin] instagibbs opened pull request #19649: Restore test case for p2p transaction blinding (master...p2p_segwit_reject) https://github.com/bitcoin/bitcoin/pull/19649
2020-08-02
< bitcoin-git>
[bitcoin] hebasto opened pull request #19647: Add thread safety annotations to CTxMemPool methods (master...200802-mmx-1) https://github.com/bitcoin/bitcoin/pull/19647
< bitcoin-git>
[bitcoin] jakeleventhal opened pull request #19646: doc: Updated outdated help command for getblocktemplate (fixes #19625) (master...fix-outdated-getblocktemplate-help) https://github.com/bitcoin/bitcoin/pull/19646
< bitcoin-git>
[bitcoin] ariard opened pull request #19645: Allow wtxid-acceptance to the mempool (master...2020-08-wtxid-replacement) https://github.com/bitcoin/bitcoin/pull/19645
< phantomcircuit>
sipa, this is of course not in-scope for bitcoin dev but i've tried using some of the "library"ish things outside of core before and mostly run into random things like needing uint256 which then needs the serialization stuff
< elichai2>
bitcoin core is always compiled with asserts enabled
< bitcoin-git>
[bitcoin] theStack opened pull request #19644: rpc: document returned error fields as optional if applicable (master...20200802-rpc-document_errors_fields_as_optional) https://github.com/bitcoin/bitcoin/pull/19644
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. (master...19579) https://github.com/bitcoin/bitcoin/pull/19585
< bitcoin-git>
bitcoin/master a63a26f MarcoFalke: Merge #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ...
< bitcoin-git>
bitcoin/master ae4958b Chris L: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ...
< bitcoin-git>
[bitcoin] kallewoof closed pull request #14582: wallet: always do avoid partial spends if fees are within a specified range (master...181026-try-avoidpartialspends) https://github.com/bitcoin/bitcoin/pull/14582
< bitcoin-git>
[bitcoin] Empact opened pull request #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli (master...2020-07-send_cli-invalid-op) https://github.com/bitcoin/bitcoin/pull/19632
< bitcoin-git>
[bitcoin] fanquake merged pull request #19617: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANG (master...note_that_clang_8_is_required_with_force_system_clang) https://github.com/bitcoin/bitcoin/pull/19617
< bitcoin-git>
bitcoin/master e60ef21 fanquake: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANG
< bitcoin-git>
bitcoin/master a4a279b fanquake: Merge #19617: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLAN...
< bitcoin-git>
[bitcoin] Empact opened pull request #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected (master...2020-07-receive_block_announcment) https://github.com/bitcoin/bitcoin/pull/19631
< gribble>
https://github.com/bitcoin/bitcoin/issues/19077 | wallet: Add sqlite as an alternative wallet database and use it for new descriptor wallets by achow101 · Pull Request #19077 · bitcoin/bitcoin · GitHub