<bitcoin-git>
[bitcoin] furszy opened pull request #25909: wallet: test coverage for receiving txes with same id but different witness data (master...2022_wallet_test_witness_data_storage) https://github.com/bitcoin/bitcoin/pull/25909
<bitcoin-git>
bitcoin/master 375ebad glozow: fixups for BIP125 doc cleanup
<bitcoin-git>
[bitcoin] aureleoules opened pull request #25903: Use static member functions from class instead of instances (master...2022-08-tidy-use-static-functions) https://github.com/bitcoin/bitcoin/pull/25903
<bitcoin-git>
[bitcoin] josibake opened pull request #25900: ci: run docker wrapper with a non-root user (master...josibake-fix-docker-ci-permissions) https://github.com/bitcoin/bitcoin/pull/25900
<gribble>
https://github.com/bitcoin/bitcoin/issues/25614 | logging: add `-loglevel` configuration option and a `trace` log level by jonatack · Pull Request #25614 · bitcoin/bitcoin · GitHub
<bitcoin-git>
bitcoin/master 32024d4 glozow: scripted-diff: remove mention of BIP125 from non-signaling var names
<bitcoin-git>
bitcoin/master 1dc03dd glozow: [doc] remove non-signaling mentions of BIP125
<bitcoin-git>
[bitcoin] fanquake merged pull request #23202: wallet: allow psbtbumpfee to work with txs with external inputs (master...bumpfee-ext-inputs) https://github.com/bitcoin/bitcoin/pull/23202
<bitcoin-git>
bitcoin/master a0c3afb Andrew Chow: bumpfee: extract weights of external inputs when bumping fee
<bitcoin-git>
bitcoin/master 31dd3dc Andrew Chow: bumpfee: Clear scriptSigs and scriptWitnesses before calculated max size
<bitcoin-git>
bitcoin/master 612f1e4 Andrew Chow: bumpfee: Calculate fee by looking up UTXOs
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #25750: test: Temporarily work around Windows bug in walletpassphrase (master...2207-windows-bad-🎀) https://github.com/bitcoin/bitcoin/pull/25750
<bitcoin-git>
[bitcoin] furszy opened pull request #25881: wallet: remove unused DummySignTx and CKeyPool from GetReservedDestination (master...2022_wallet_clean_ckeypool) https://github.com/bitcoin/bitcoin/pull/25881
2022-08-19
<bitcoin-git>
[bitcoin] mzumsande opened pull request #25880: p2p: Increase `BLOCK_STALLING_TIMEOUT` timeout during IBD (master...202208_stalling_timeout) https://github.com/bitcoin/bitcoin/pull/25880
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25879: refactor: Make Join() util work with any collection type (master...2208-join-🎶) https://github.com/bitcoin/bitcoin/pull/25879
<bitcoin-git>
[bitcoin] achow101 opened pull request #25878: tests: Use mocktime for wallet encryption timeout (master...wallet-enc-test-mocktime) https://github.com/bitcoin/bitcoin/pull/25878
<bitcoin-git>
[bitcoin] roconnor-blockstream opened pull request #25877: Do not use CScript for tapleaf scripts until the tapleaf version is known (master...202208_tapleaf_script) https://github.com/bitcoin/bitcoin/pull/25877
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13789: crypto/sha256: Use pragmas to enforce necessary intrinsics for GCC and Clang (master...bugfix_asm_pragmas) https://github.com/bitcoin/bitcoin/pull/13789
<bitcoin-git>
[bitcoin] fanquake merged pull request #25679: wallet: Correctly identify external inputs that are also in the wallet (master...fix-external-but-have-tx) https://github.com/bitcoin/bitcoin/pull/25679
<bitcoin-git>
bitcoin/master f2d00bf Andrew Chow: wallet: Add CWallet::IsMine(COutPoint)
<bitcoin-git>
bitcoin/master a537d7a Andrew Chow: wallet: SelectExternal actually external inputs
<bitcoin-git>
bitcoin/master eb87963 Andrew Chow: wallet: Try estimating input size with external data if wallet fails
<jeremyrubin>
Bitcoin?" invites more personality types to be put forward, and eliminates the social awkwardness of self promotion/confidence.
<jeremyrubin>
Nominating is different from Volunteering someone -- for example if I said "who here thinks they are the best c++ programmer in Bitcoin", we'd probably dunning-kruger ourselves into the best person being too humble to put themselves out there. Smart people are shy oftentimes! A nomination process "who do you think is the best C++ programmer in
<bitcoin-git>
[bitcoin] furszy opened pull request #25869: wallet: remove UNKNOWN type from OUTPUT_TYPES array (master...2022_fix_output_type_fuzz) https://github.com/bitcoin/bitcoin/pull/25869
<gribble>
https://github.com/bitcoin/bitcoin/issues/25614 | logging: add `-loglevel` configuration option and a `trace` log level by jonatack · Pull Request #25614 · bitcoin/bitcoin · GitHub
<hebasto>
It is highly likely that my grandchildren will be accessing the bitcoin network using GUI-enabled software. And I'll do my best to ensure that it will be Bitcoin Core.
<hebasto>
As for Qt, the Bitcoin Core project packages a GUI, and the GUI is a part of Bitcoin Core. As such, the move to Qt6 will be inevitable. A big motivation for the work on this change is to accommodate for the move to Qt6.
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25863: test: remove unused `norm_prv` parameter in `descriptor_tests.cpp`. (master...remove_norm_prv) https://github.com/bitcoin/bitcoin/pull/25863
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #25862: refactor, kernel: Remove gArgs accesses from dbwrapper and txdb (master...pr/dbargs) https://github.com/bitcoin/bitcoin/pull/25862
<bitcoin-git>
[bitcoin] fanquake opened pull request #25861: guix: use --build={arch}-guix-linux-gnu in cross toolchain (master...guix_cross_toolchain_explicit_cross) https://github.com/bitcoin/bitcoin/pull/25861
<dongcarl>
Does anyone have 2014 logs for #bitcoin-dev?
<bitcoin-git>
[bitcoin] achow101 opened pull request #25858: psbt: Only include PSBT_OUT_TAP_TREE when the output has a script path (master...psbt-no-empty-taptree) https://github.com/bitcoin/bitcoin/pull/25858
<bitcoin-git>
[bitcoin] achow101 merged pull request #25504: RPC: allow to track coins by parent descriptors (master...rpc_track_coins_by_descriptor) https://github.com/bitcoin/bitcoin/pull/25504
<bitcoin-git>
bitcoin/master 55f98d0 Antoine Poinsot: rpc: output parent wallet descriptors for coins in listunspent
<bitcoin-git>
bitcoin/master 55a82ea Antoine Poinsot: wallet: allow to fetch the wallet descriptors for a given Script
<bitcoin-git>
bitcoin/master b724476 Antoine Poinsot: rpc: output wallet descriptors for received entries in listsinceblock
<bitcoin-git>
[bitcoin] achow101 merged pull request #25720: p2p: Reduce bandwidth during initial headers sync when a block is found (master...2022-07-reduce-headers-sync-bandwidth) https://github.com/bitcoin/bitcoin/pull/25720
<bitcoin-git>
[bitcoin] fanquake merged pull request #25838: build, qt: Use `mkspecs/bitcoin-linux-g++` for all Linux hosts (master...220813-mkspec) https://github.com/bitcoin/bitcoin/pull/25838
<bitcoin-git>
[gui] achow101 opened pull request #653: gui: Show watchonly balance only for Legacy wallets (master...show-bal-send) https://github.com/bitcoin-core/gui/pull/653
<bitcoin-git>
[bitcoin] hebasto opened pull request #25838: build, qt: Use mkspecs/bitcoin-linux-g++ for all Linux hosts (master...220813-mkspec) https://github.com/bitcoin/bitcoin/pull/25838
<bitcoin-git>
[bitcoin] achow101 closed pull request #24362: wallet: Do not match legacy addresses for change type (master...rm-legacy-change) https://github.com/bitcoin/bitcoin/pull/24362
<bytes1440000>
I would prefer someone who has already contributed to bitcoin privacy and privacy in general, not living in first world countries and not funded by brink.
<gribble>
https://github.com/bitcoin/bitcoin/issues/25560 | [WIP] Add a MAINTAINERS.md file and desribe the role of maintainer more directly by JeremyRubin · Pull Request #25560 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] aureleoules opened pull request #25831: refactor: Remove trailing semicolon from LOCK2 macro (master...2022-08-macro-trailing-semicolon) https://github.com/bitcoin/bitcoin/pull/25831
<bitcoin-git>
[bitcoin] aureleoules opened pull request #25830: refactor: Replace m_params with chainman.GetParams() (master...2022-08-replace-m_params) https://github.com/bitcoin/bitcoin/pull/25830
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25785: bench: Add a benchmark for descriptor expansion (master...2208-bench-desc-🍉) https://github.com/bitcoin/bitcoin/pull/25785
<bitcoin-git>
bitcoin/master 4786959 Ben Woosley: bench: Add a benchmark for descriptor expansion
<Kaizen_Kintsugi_>
Is there any guidance or resources on debugging bitcoin, Ideally I would like to run it through vscode, run a command and go through each of the steps of the software
<sipa>
Do you have `chain=X` in your bitcoin.cinf?