< * fanquake>
wonders if he should attend to achieve back to back to back bitcoin meetings 🤔
< bitcoin-git>
[bitcoin] naumenkogs opened pull request #19697: Minor improvements on ADDR caching (master...2020-08-addr-cache-follow-up) https://github.com/bitcoin/bitcoin/pull/19697
< gribble>
https://github.com/bitcoin/bitcoin/issues/19070 | p2p: Signal support for compact block filters with NODE_COMPACT_FILTERS by jnewbery · Pull Request #19070 · bitcoin/bitcoin · GitHub
< jonasschnelli>
can someone unban me in #bitcoin #bitcoin-dev?
< bitcoin-git>
[bitcoin] sipa opened pull request #19695: [do not merge] Test impact of secp256k1 endianness detection change (master...202008_test_appveyer_secp256k1) https://github.com/bitcoin/bitcoin/pull/19695
< bitcoin-git>
[bitcoin] laanwj merged pull request #19596: Deduplicate parent txid loop of requested transactions and missing parents of orphan transactions (master...2020-07-dedup-inputs) https://github.com/bitcoin/bitcoin/pull/19596
< bitcoin-git>
bitcoin/master 85fa648 Wladimir J. van der Laan: Merge #19596: Deduplicate parent txid loop of requested transactions and m...
< gribble>
https://github.com/bitcoin/bitcoin/issues/19596 | Deduplicate parent txid loop of requested transactions and missing parents of orphan transactions by sdaftuar · Pull Request #19596 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] achow101 closed pull request #16910: wallet: reduce loading time by using unordered maps (master...reduce-wallet-load) https://github.com/bitcoin/bitcoin/pull/16910
< bitcoin-git>
[bitcoin] instagibbs closed pull request #18245: Test some transaction creation with non-empty fee estimator (master...test_est_txn) https://github.com/bitcoin/bitcoin/pull/18245
< bitcoin-git>
[bitcoin] instagibbs closed pull request #19269: CKey::Sign : switch test arg to explicit additional entropy argument (master...sign_entropy) https://github.com/bitcoin/bitcoin/pull/19269
< bitcoin-git>
[bitcoin] fanquake merged pull request #19605: doc: set CC_FOR_BUILD when building on OpenBSD (master...openbsd_cc_for_build) https://github.com/bitcoin/bitcoin/pull/19605
< bitcoin-git>
bitcoin/master 6d5a9fe fanquake: Merge #19605: doc: set CC_FOR_BUILD when building on OpenBSD
< bitcoin-git>
bitcoin/master 01cd24c fanquake: doc: set CC_FOR_BUILD when building on OpenBSD
< 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