<cguida>
kanzure: Of course. I just think that it's an important issue that should be addressed somehow, and sooner rather than later. I'm concerned that bitcoin core has been emphasizing speaking for the miner community recently, and that users and holders are in danger of losing their voice in the development process. Bitcoin Core's voice carries gravitas in the bitcoin community, but it risks losing this influence if it stops
<bitcoin-git>
[bitcoin] achow101 merged pull request #26836: wallet: batch and simplify addressbook migration process (master...2022_wallet_finish_addressbook_encapsulation) https://github.com/bitcoin/bitcoin/pull/26836
<bitcoin-git>
bitcoin/master d094331 furszy: refactor: SetAddressBookWithDB, minimize number of map lookups
<bitcoin-git>
bitcoin/master 97b0753 furszy: wallet: clean redundancies in DelAddressBook
<bitcoin-git>
bitcoin/master bba4f8d furszy: refactor: SetAddrBookWithDB, signal only if write succeeded
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #29409: multiprocess: Add capnp wrapper for Chain interface (master...pr/ipc-chain) https://github.com/bitcoin/bitcoin/pull/29409
<bitcoin-git>
[bitcoin] maflcko opened pull request #29408: lint: Check for missing bitcoin-config.h includes (master...2402-lint-missing-includes-) https://github.com/bitcoin/bitcoin/pull/29408
<bitcoin-git>
[gui] hebasto closed pull request #368: Bugfix: When restoring table columns, still set their minimum column width and stretch on last section (master...bugfix_gui_restored_columns_stretch) https://github.com/bitcoin-core/gui/pull/368
<bitcoin-git>
[gui] hebasto closed pull request #37: indicate explicit to the user that the wallet balances shown is watch only. (master...change-hint-text-balance) https://github.com/bitcoin-core/gui/pull/37
<bitcoin-git>
[bitcoin] furszy opened pull request #29403: wallet: batch erase procedures and improve 'EraseRecords' performance (master...2024_wallet_simplify_EraseRecords) https://github.com/bitcoin/bitcoin/pull/29403
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #29402: mempool: Loading progress added for dumping mempool transactions to disk (master...dumpmempoollogsfeb2024) https://github.com/bitcoin/bitcoin/pull/29402
<bitcoin-git>
[bitcoin] maflcko opened pull request #29401: test: Remove struct.pack from almost all places (master...2402-nuke-struct-pack-) https://github.com/bitcoin/bitcoin/pull/29401
<bitcoin-git>
[bitcoin] hernanmarino opened pull request #29394: test, assumeutxo: Add test to ensure failure when mempool not empty (master...assumeutxo-test-mempool) https://github.com/bitcoin/bitcoin/pull/29394
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #29388: fuzz: remove unused `args` and `context` from `FuzzedWallet` (master...2024-02-fuzz-clean-fuzzedwallet) https://github.com/bitcoin/bitcoin/pull/29388
<bitcoin-git>
[bitcoin] brunoerg opened pull request #29393: i2p: log connection was refused due to arbitrary port (master...2024-02-i2p-log-connect) https://github.com/bitcoin/bitcoin/pull/29393
<sipa>
they shouldn't be able to tell it's specifically bitcoin traffic with v2 from just observing the traffic (though certain kinds of analysis can give strong indications, like a spike when a block is found etc)
<vasild>
warren: also, if you connect to other peers using v2, keep in mind that the spy knows all listening clearnet IP addr:port, so as soon as they see you have TCP connection to some of them, then know it is bitcoin traffic, even if they cannot see the traffic itself (because of v2 encryption)
<vasild>
warren: "to accept only...", so your node is listening? In that case it announces its listening IP address and port to the bitcoin network, where your spy can get it from and know you run bitcoind.
<bitcoin-git>
[bitcoin] glozow merged pull request #29356: test: make v2transport arg in addconnection mandatory and few cleanups (master...24748-followups) https://github.com/bitcoin/bitcoin/pull/29356
<bitcoin-git>
bitcoin/master 4de8455 glozow: Merge bitcoin/bitcoin#29356: test: make v2transport arg in addconnection m...
<bitcoin-git>
[bitcoin] theStack opened pull request #29390: test: speedup bip324_crypto.py unit test (master...202402-speedup_bip324_cipher_python_tests) https://github.com/bitcoin/bitcoin/pull/29390
2024-02-05
<bitcoin-git>
[bitcoin] brunoerg opened pull request #29388: fuzz: remove unused `args` and `context` from `FuzzedWallet` (master...2024-02-fuzz-clean-fuzzedwallet) https://github.com/bitcoin/bitcoin/pull/29388
<bitcoin-git>
[bitcoin] glozow merged pull request #29354: test: Assumeutxo with more than just coinbase transactions (master...2401-test-au-tx-) https://github.com/bitcoin/bitcoin/pull/29354
<bitcoin-git>
bitcoin/master cd3683c glozow: Merge bitcoin/bitcoin#29354: test: Assumeutxo with more than just coinbase...
<bitcoin-git>
[bitcoin] furszy opened pull request #29375: wallet: remove unused 'accept_no_keys' arg from decryption process (master...2024_wallet_saturday_garbage_collector) https://github.com/bitcoin/bitcoin/pull/29375
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #28868: wallet: Fix migration of wallets with txs that have both spendable and watchonly outputs (master...test-migration-watchonly-spendable) https://github.com/bitcoin/bitcoin/pull/28868
<bitcoin-git>
bitcoin/master 78ba0e6 Ava Chow: wallet: Reload the wallet if migration exited early
<bitcoin-git>
bitcoin/master 71cb28e Ava Chow: test: Make sure that migration test does not rescan on reloading
<bitcoin-git>
bitcoin/master 9332c7e Ava Chow: wallet: Write bestblock to watchonly and solvable wallets
<bitcoin-git>
[bitcoin] mzumsande opened pull request #29372: fix intermittent failure in `rpc_setban.py --v2transport`, run it in CI (master...202402_fix_setban_v2transport) https://github.com/bitcoin/bitcoin/pull/29372
<bitcoin-git>
bitcoin/master fad0faf MarcoFalke: refactor: Fix timedata includes
<bitcoin-git>
[bitcoin] Christewart opened pull request #29371: test: Add `leaf_version` parameter to `taproot_tree_helper()` (master...2024-02-01-scriptpy-leafver) https://github.com/bitcoin/bitcoin/pull/29371
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #29370: assumeutxo: Get rid of faked nTx and nChainTx values (master...pr/nofake) https://github.com/bitcoin/bitcoin/pull/29370
<bitcoin-git>
[bitcoin] maflcko opened pull request #29369: refactor: Allow CScript construction from any std::input_iterator (master...2402-script-input-iterator-) https://github.com/bitcoin/bitcoin/pull/29369
2024-02-01
<bitcoin-git>
[bitcoin] achow101 opened pull request #29367: wallet: Set descriptors flag after migrating blank wallets (master...set-descriptors-flag-migrated-blank) https://github.com/bitcoin/bitcoin/pull/29367
<bitcoin-git>
[bitcoin] fanquake closed pull request #28661: libconsensus: adapt API header to be compliant to ANSI C (master...202310-libconsensus-ansi_c_api_header) https://github.com/bitcoin/bitcoin/pull/28661
<bitcoin-git>
[bitcoin] knst opened pull request #29364: refactor: Remove excess reserve() call for SecureString (master...bitcoin-knst-secure-string) https://github.com/bitcoin/bitcoin/pull/29364
<achow101>
There's a ##bitcoin-dev-lists channel
<vasild>
RubenSomsen: because I think it is against bitcoin mindset (at least my mindset) and also against an attempt to de-google myself
<vasild>
what would a migration look like? a migration of some web-archive of past emails, or would existent subscribers would automatically be subscribed to e.g. bitcoin@groups.io?
<bitcoin-git>
[bitcoin] mzumsande opened pull request #29358: test: use v2 everywhere for P2PConnection if --v2transport is enabled (master...202401_bip324_alltests) https://github.com/bitcoin/bitcoin/pull/29358
<bitcoin-git>
[bitcoin] hebasto opened pull request #29357: test: Drop `x` modifier in `fsbridge::fopen` call (master...240131-fopen-x) https://github.com/bitcoin/bitcoin/pull/29357
<bitcoin-git>
[bitcoin] stratospher opened pull request #29356: [test] make v2transport arg in addconnection mandatory and few cleanups (master...24748-followups) https://github.com/bitcoin/bitcoin/pull/29356
<bitcoin-git>
[bitcoin] maflcko opened pull request #29355: doc: Assert that assumed-valid blocks are not fully valid in CheckBlockIndex() (master...2401-doc-au-fully-valid-) https://github.com/bitcoin/bitcoin/pull/29355
<bitcoin-git>
[bitcoin] maflcko opened pull request #29354: test: Assumeutxo with more than just coinbase transactions (master...2401-test-au-tx-) https://github.com/bitcoin/bitcoin/pull/29354
<bitcoin-git>
[bitcoin] fanquake merged pull request #27495: ci: Use LLVM 17.0.6 & DEBUG=1 in depends for MSAN jobs (master...msan_depends_debug_1) https://github.com/bitcoin/bitcoin/pull/27495
<bitcoin-git>
bitcoin/master 800ddef fanquake: ci: use LLVM 17.0.6 in MSAN jobs
<bitcoin-git>
bitcoin/master 8531e1e fanquake: ci: Use DEBUG=1 in depends for MSAN jobs
<bitcoin-git>
bitcoin/master 87fcc93 fanquake: Merge bitcoin/bitcoin#27495: ci: Use LLVM 17.0.6 & DEBUG=1 in depends for ...
<bitcoin-git>
[bitcoin] maflcko opened pull request #29345: rpc: Do not wait for headers inside loadtxoutset (master...2401-rpc-loadtxoutset-) https://github.com/bitcoin/bitcoin/pull/29345
<ziggyjrc_>
is there an email address to send an email to the bitcoin core development team?
2024-01-28
<bitcoin-git>
[bitcoin] BrandonOdiwuor opened pull request #29335: test: Handle functional test disk-full error (master...test-disk-full) https://github.com/bitcoin/bitcoin/pull/29335
<bitcoin-git>
[bitcoin] petertodd closed pull request #29297: RBF: Require unconfirmed inputs to come from a single conflicting transaction (master...2024-01-rbf-merging-unconfirmed-inputs) https://github.com/bitcoin/bitcoin/pull/29297
<bitcoin-git>
bitcoin/master 4dbd047 Cory Fields: crypto: remove use of BUILD_BITCOIN_INTERNAL macro in sha256
<bitcoin-git>
[bitcoin] achow101 merged pull request #29283: test: ensure output is large enough to pay for its fees (master...2024-01/wallet-import-rescan-fix-intermittency) https://github.com/bitcoin/bitcoin/pull/29283
<bitcoin-git>
bitcoin/master ff0eac0 Ava Chow: Merge bitcoin/bitcoin#29283: test: ensure output is large enough to pay fo...
<bitcoin-git>
[bitcoin] brunoerg opened pull request #29330: addrman: delete addresses that don't belong to the supported networks (master...2024-01-addrman-delete) https://github.com/bitcoin/bitcoin/pull/29330