< February 2026 >
Su Mo Tu We Th Fr Sa 12345678910111213 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
2023-01-30
<bitcoin-git>
[bitcoin] sipa opened pull request #26999: A few follow-ups to #17487 (coins write without cache drop) (master...202301_flush_coins_followup) https://github.com/bitcoin/bitcoin/pull/26999
<freedom-core-dev>
Are you an attacker on bitcoin?
<freedom-core-dev>
3. Why was your (1) not shared in bitcoin optech?
<freedom-core-dev>
4. Why do you share CIA links in normal bitcoin discussions?
<bitcoin-git>
bitcoin/master fa02591 MarcoFalke: doc: Export threadsafety.h from sync.h
<bitcoin-git>
[bitcoin] fanquake opened pull request #26998: depends: ensure we are appending to sqlite cflags (master...msan_flags_missing) https://github.com/bitcoin/bitcoin/pull/26998
<bitcoin-git>
[bitcoin] fanquake merged pull request #17487: coins: allow write to disk without cache drop (master...2019-11-au-coins-erase) https://github.com/bitcoin/bitcoin/pull/17487
<bitcoin-git>
bitcoin/master 2c3cbd6 James O'Beirne: test: add use of Sync() to coins tests
<bitcoin-git>
bitcoin/master 79cedc3 James O'Beirne: coins: add Sync() method to allow flush without cacheCoins drop
<bitcoin-git>
bitcoin/master 6d8affc James O'Beirne: test: refactor: clarify the coins simulation
<bitcoin-git>
[bitcoin] fanquake merged pull request #26649: refactor: Use AutoFile and HashVerifier (without ser-type and ser-version) where possible (master...2212-ser-type-ver-👬) https://github.com/bitcoin/bitcoin/pull/26649
<bitcoin-git>
[bitcoin] pablomartin4btc opened pull request #26990: bitcoin:cli add validation to -generate command to avoid confusion when it's used with -rpcwallet (master...bitcoin-cli-generate-validation-when-rpcwallet) https://github.com/bitcoin/bitcoin/pull/26990
2023-01-29
<bitcoin-git>
[bitcoin] stratospher opened pull request #26988: [rpc]: Add test-only RPC addrmaninfo for new/tried table address count (master...rpc_addrmaninfo) https://github.com/bitcoin/bitcoin/pull/26988
<bitcoin-git>
[bitcoin] fanquake merged pull request #22811: build: Fix depends build system when working with subtargets (master...210826-subtarget) https://github.com/bitcoin/bitcoin/pull/22811
<gribble>
https://github.com/bitcoin/bitcoin/issues/25634 | wallet, tests: Expand and test when the blank wallet flag should be un/set by achow101 · Pull Request #25634 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/26728 | wallet: Have the wallet store the key for automatically generated descriptors by achow101 · Pull Request #26728 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/26728 | wallet: Have the wallet store the key for automatically generated descriptors by achow101 · Pull Request #26728 · bitcoin/bitcoin · GitHub
<cbdc-core-dev>
do you even moderate bitcoin-dev mailing list?
<kanzure>
you're welcome to start a different project, but i don't see how your messages are related to bitcoin core software development
<cbdc-core-dev>
I can open an issue if we support CBDC in bitcoin core as bitcoin is just gold and we can have some currency to transact.
<cbdc-core-dev>
They have potential to improve freedom and privacy as mentioned by bitcoin developers. Can we create a github repo like some gov agency to keep it open source and still kill bitcoin?
<bitcoin-git>
[gui] john-moffett opened pull request #705: doc: Fix comment about how wallet txs are sorted (master...2023_01_FixIncorrectCommentTTM) https://github.com/bitcoin-core/gui/pull/705
<bitcoin-git>
[bitcoin] stickies-v opened pull request #26974: refactor: rpc: set TxToJSON default verbosity to SHOW_DETAILS (master...txtojson-default-verbosity-details) https://github.com/bitcoin/bitcoin/pull/26974
<bitcoin-git>
[bitcoin] fanquake closed pull request #25296: Add DataStream without ser-type and ser-version and use it where possible (master...2206-datastream-🎑) https://github.com/bitcoin/bitcoin/pull/25296
<bitcoin-git>
[bitcoin] dougEfresh opened pull request #26968: doc: Fixup remove 'omitted...' doc for rpc getrawtransaction when verbose is 2 (master...doc-rpcrawtransaction-verbose2) https://github.com/bitcoin/bitcoin/pull/26968
<sipa>
Just starting from random buffers won't construct anything interesting, as the fuzzer can't produce valid signatures (if it could, bitcoin would be broken...)
<bitcoin-git>
[bitcoin] willcl-ark opened pull request #26964: Assert RPC Server binds before creating cookie (master...2023-01-cookie-bind) https://github.com/bitcoin/bitcoin/pull/26964
<bitcoin-git>
[bitcoin] LarryRuane opened pull request #26963: update copyright tool to write mit-licenses URL with https rather than http (master...2023-01-licenses-https) https://github.com/bitcoin/bitcoin/pull/26963
2023-01-24
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26961: ci: Fix APPEND_APT_SOURCES_LIST trying to modify the host system (master...2301-ci-backdoor-🐼) https://github.com/bitcoin/bitcoin/pull/26961
<bitcoin-git>
[bitcoin] achow101 merged pull request #25987: build: compile depends sqlite with more recommended options (master...sqlite3_reccomended_compile_opts) https://github.com/bitcoin/bitcoin/pull/25987
<bitcoin-git>
bitcoin/master dee6902 fanquake: build: pass --enable-debug to sqlite when DEBUG=1
<bitcoin-git>
bitcoin/master 50ac8f5 Andrew Chow: Merge bitcoin/bitcoin#25987: build: compile depends sqlite with more recom...
<bitcoin-git>
[gui] john-moffett closed pull request #698: gui: Show labels for multiple SendToSelf addresses (master...2023_01_LabelsForPayToSelf) https://github.com/bitcoin-core/gui/pull/698
<bitcoin-git>
[gui] achow101 opened pull request #700: qt: Dialog for allowing the user to choose the change output when bumping a tx (master...bumpfee-choose-reduce-output) https://github.com/bitcoin-core/gui/pull/700
<bitcoin-git>
[bitcoin] fanquake opened pull request #26953: contrib: add ELF OS ABI check to symbol-check.py (master...symbol_check_elf_abi) https://github.com/bitcoin/bitcoin/pull/26953
<bitcoin-git>
[bitcoin] pstratem opened pull request #26951: Use per node keyed block filter to rescan wallet. (master...2023-01-23-gcsfilter) https://github.com/bitcoin/bitcoin/pull/26951
<bitcoin-git>
[bitcoin] fanquake opened pull request #26950: cleanse: switch to SecureZeroMemory for Windows cross-compile, check for usage (master...check_for_SecureZeroMemory) https://github.com/bitcoin/bitcoin/pull/26950
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26919: scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG (master...remove_omitted_named_arg) https://github.com/bitcoin/bitcoin/pull/26919
<bytes1440000>
Please have and we can hav meetup outside US/UUK who contribute to bitcoin core
<bytes1440000>
you dont understand how this affects bitcoin
<bytes1440000>
Thats not what I shared. Maybed we need nostr for bitcoin-dev.
<bytes1440000>
luke-jr: I tried my best and a few others. If you still argue stupid things, maybe you deserve it. We can't do anything and please don't affect bitcoin. Do the forensic analysis and contact your trusted ones. Dont share or reply to tweets with your details.
<bitcoin-git>
[bitcoin] jonatack opened pull request #26940: test: add and use a helper for generating semi-random CAmounts (master...unit-tests-CAmount-generation) https://github.com/bitcoin/bitcoin/pull/26940
2023-01-20
<bitcoin-git>
[bitcoin] brunoerg opened pull request #26938: [WIP] p2p: asmap, avoiding inbound connections from specific AS (master...2023-01-avoid-as) https://github.com/bitcoin/bitcoin/pull/26938
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26934: test: Add unit test for ComputeTapleafHash (master...202208_tapleaf_script_followup) https://github.com/bitcoin/bitcoin/pull/26934
<bitcoin-git>
[bitcoin] instagibbs opened pull request #26934: Add unit test for ComputeTapleafHash (master...202208_tapleaf_script_followup) https://github.com/bitcoin/bitcoin/pull/26934
<bitcoin-git>
[bitcoin] glozow opened pull request #26933: mempool: disallow txns under min relay fee, even in packages (master...2023-01-package-mempoolmin-only) https://github.com/bitcoin/bitcoin/pull/26933
<bitcoin-git>
[bitcoin] fanquake merged pull request #26457: [24.x] backport rpc: skip getpeerinfo for a peer without CNodeStateStats (24.x...24_x_backports) https://github.com/bitcoin/bitcoin/pull/26457
<bitcoin-git>
bitcoin/24.x 2b87e90 fanquake: Merge bitcoin/bitcoin#26457: [24.x] backport rpc: skip getpeerinfo for a p...
<bitcoin-git>
bitcoin/24.x e72313e Martin Zumsande: rpc: Require NodeStateStats object in getpeerinfo
<bitcoin-git>
[bitcoin] dergoegge opened pull request #26930: fuzz: Actually use mocked mempool in tx_pool target (master...2023-01-determ-fuzz-tx-pool) https://github.com/bitcoin/bitcoin/pull/26930
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26929: rpc: Throw more user friendly arg type check error (1.5/2) (master...2301-rpc-arg-type-check-error-nice-🤔) https://github.com/bitcoin/bitcoin/pull/26929
<bitcoin-git>
[bitcoin] achow101 merged pull request #25877: refactor: Do not use CScript for tapleaf scripts until the tapleaf version is known (master...202208_tapleaf_script) https://github.com/bitcoin/bitcoin/pull/25877
<sipa>
There is one open question I now think of, which is how to deal with Bitcoin Core PRs that depend on new features (specifically, #23432 currently).
<sipa>
In the libsecp256k1 meeting monday we decided to aim for a roughly every-3-months release schedule, every second one of which synchronized with the bitcoin core releases (~1 month before feature freeze).