<bitcoin-git>
[bitcoin] theuni opened pull request #29180: crypto: remove use of BUILD_BITCOIN_INTERNAL macro in sha256 (master...kernel-sha2-optims) https://github.com/bitcoin/bitcoin/pull/29180
<bitcoin-git>
[bitcoin] glozow merged pull request #29169: Update libsecp256k1 subtree to current master (master...libsecp256k1_0_4_1) https://github.com/bitcoin/bitcoin/pull/29169
<bitcoin-git>
bitcoin/master e2cdeb5 fanquake: Update secp256k1 subtree to latest master
<bitcoin-git>
bitcoin/master 737e588 glozow: Merge bitcoin/bitcoin#29169: Update libsecp256k1 subtree to current master
<bitcoin-git>
bitcoin/master 29fde02 fanquake: Squashed 'src/secp256k1/' changes from 199d27cea3..efe85c70a2
<bitcoin-git>
[bitcoin] brunoerg opened pull request #29172: fuzz: set `nMaxOutboundLimit` in connman target (master...2024-fuzz-connman-maxuploadtarget) https://github.com/bitcoin/bitcoin/pull/29172
<Murch[m]>
Your idea could do with a few more iterations of maturation. I’m happy to explain the issues with your idea further, if you start a topic on Bitcoin Stack Exchange or Stacker News.—It’s not on-topic here though, so take it elsewhere.
<Murch[m]>
I see. I don’t think that particular criteria is sufficient. This could for example also match a child transaction that reprioritizes a particularly large parent transaction per CFPP. Again, this channel is for Bitcoin Core development, not for crackerbarrel discussions.
<Murch[m]>
This channel is about development of the Bitcoin Core software, if you want to report a bug in Bitcoin Core, please file an issue on github: https://github.com/bitcoin/bitcoin. If you have a question about a transaction you created, it’s probably better directed at bitcoin.stackexchange.com. If you are looking to discuss the current blockspace market, please keep it to twitter, reddit, stackernews or some other forum where that is
<Murch[m]>
I’m not sure I understand what you are asking, but I have the impression that we have different understanding of what "dust" is. Perhaps check out https://bitcoin.stackexchange.com/a/41082/5406. Did you experience a transaction that used an unexpectedly high number of inputs?
<gribble>
https://github.com/bitcoin/bitcoin/issues/17060 | Cache 26% more coins: Reduce CCoinsMap::value_type from 96 to 76 bytes by martinus · Pull Request #17060 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] sipa closed pull request #29167: [DONTMERGE] See if just constexpr-consteval for _mst works (master...202401_consteval_mst) https://github.com/bitcoin/bitcoin/pull/29167
<bitcoin-git>
[bitcoin] achow101 merged pull request #29076: fuzz: set `m_fallback_fee` and `m_fee_mode` in `wallet_fees` target (master...2023-12-fuzz-fees-fallbackfee) https://github.com/bitcoin/bitcoin/pull/29076
<bitcoin-git>
bitcoin/master e03d6f7 brunoerg: fuzz: set `m_fallback_fee`/`m_fee_mode` in `wallet_fees` target
<bitcoin-git>
bitcoin/master c3038bf Ava Chow: Merge bitcoin/bitcoin#29076: fuzz: set `m_fallback_fee` and `m_fee_mode` i...
<bitcoin-git>
[bitcoin] sipa opened pull request #29167: [DONTMERGE] See if just constexpr-consteval for _mst works (master...202401_consteval_mst) https://github.com/bitcoin/bitcoin/pull/29167
<bitcoin-git>
[bitcoin] maflcko opened pull request #29165: build: Bump clang minimum supported version to 15 (master...2401-clang-15-) https://github.com/bitcoin/bitcoin/pull/29165
<bitcoin-git>
[bitcoin] darosior opened pull request #29164: fuzz: avoid underflow in `coins_view` target (master...2401_fuzz_underflow_coins_view) https://github.com/bitcoin/bitcoin/pull/29164
2024-01-01
<bitcoin-git>
[bitcoin] LarryRuane opened pull request #29163: bitcoin-cli help detail to show full help for all RPCs (master...2024-01-help-detailed) https://github.com/bitcoin/bitcoin/pull/29163
<bitcoin-git>
[bitcoin] mjdietzx opened pull request #29156: tests: add functional test for miniscript decaying multisig (master...test_miniscript_decaying_multiscript_descriptor) https://github.com/bitcoin/bitcoin/pull/29156
<bitcoin-git>
[bitcoin] dimitaracev opened pull request #29155: wallet: move lock at the top of ReleaseWallet (master...wallet-move-lock-at-the-top-of-release-wallet) https://github.com/bitcoin/bitcoin/pull/29155
<bitcoin-git>
[bitcoin] dimitaracev closed pull request #29143: wallet: move lock to the top of ReleaseWallet (master...wallet-add-meaningful-error-message-and-fix-test) https://github.com/bitcoin/bitcoin/pull/29143
<bitcoin-git>
[bitcoin] mjdietzx opened pull request #29154: tests: improve wallet multisig descriptor test and docs (master...multisig_descriptor_improvement) https://github.com/bitcoin/bitcoin/pull/29154
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29147: guix: Use DOS newlines for SHA256SUMS files (master...guix_attachable_sigs) https://github.com/bitcoin/bitcoin/pull/29147
2023-12-27
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29145: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes-maybe-malware.us (master...dnsseed_dashjr_2024) https://github.com/bitcoin/bitcoin/pull/29145
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29141: Bugfix: RPC: Check for blank rpcauth on a per-param basis (master...fix_rpcauth_blank) https://github.com/bitcoin/bitcoin/pull/29141
2023-12-22
<bitcoin-git>
[bitcoin] achow101 opened pull request #29136: wallet: `addhdkey` RPC to add just keys to wallets via new `void(KEY)` descriptor (master...sethdseed-void-descriptor) https://github.com/bitcoin/bitcoin/pull/29136
<bitcoin-git>
[bitcoin] maflcko opened pull request #29133: refactor: Allow std::span construction from CKey (master...2312-key-span-) https://github.com/bitcoin/bitcoin/pull/29133
<bitcoin-git>
[bitcoin] fanquake merged pull request #28880: build: switch to using LLVM 17.x for macOS builds (master...llvm_17_0_5_macos_deps) https://github.com/bitcoin/bitcoin/pull/28880
<bitcoin-git>
bitcoin/master b0c2903 fanquake: Revert "build: Patch Qt to handle minimum macOS version properly"
<bitcoin-git>
bitcoin/master 558250d fanquake: guix: use clang-toolchain-17 for macOS build
<bitcoin-git>
[bitcoin] maaku opened pull request #29127: Use hardened runtime on macOS release builds. (master...hardened-macos-runtime) https://github.com/bitcoin/bitcoin/pull/29127
2023-12-20
<bitcoin-git>
[bitcoin] achow101 closed pull request #29125: A Universal Tapestry of Code: Entwining ecological and ethical boundaries and expanding horizons in our software's cosmos (master...master) https://github.com/bitcoin/bitcoin/pull/29125
<bitcoin-git>
[bitcoin] euulic opened pull request #29125: A Universal Tapestry of Code: Entwining ecological and ethical boundaries and expanding horizons in our software's cosmos (master...master) https://github.com/bitcoin/bitcoin/pull/29125
<bitcoin-git>
[bitcoin] BrandonOdiwuor opened pull request #29120: test: Add test case for speding bare multisig (master...spending-bare-multisig) https://github.com/bitcoin/bitcoin/pull/29120
<bitcoin-git>
[bitcoin] glozow closed pull request #19443: rpc: Add options argument to listtransactions, with paginatebypointer options (master...listtransactions-paginatebypointer) https://github.com/bitcoin/bitcoin/pull/19443
<bitcoin-git>
[bitcoin] achow101 opened pull request #29117: wallettool: Always be able to dump a wallet's database (master...dump-without-making-wallet) https://github.com/bitcoin/bitcoin/pull/29117
<bitcoin-git>
[bitcoin] ismaelsadeeq opened pull request #29115: [doc]: add doxygen comment describing what `CheckPackageLimits` returns (master...12-2023-CheckPackageLimits-error) https://github.com/bitcoin/bitcoin/pull/29115
<bitcoin-git>
[bitcoin] fanquake closed pull request #29102: That must be the correct MIT license. Because it was taken from my original project. (master...master) https://github.com/bitcoin/bitcoin/pull/29102
<bitcoin-git>
[bitcoin] SatoshiNT0 opened pull request #29102: That must be the correct MIT license. Because it was taken from my original project. (master...master) https://github.com/bitcoin/bitcoin/pull/29102
<sipa>
MapleStory: yes people are here, but this channel is about development; it may be better to ask on bitcoin.stackexchange.com
<MapleStory>
Would someone please help me I can't figure out for the life for me why bitcoin-cli cannot talk to bitcoind.service. I have: server=1 daemon=1 in the config, bitcoind running as user as well as bitcoin-cli, no special config or anything - when I try to use bitcoin-cli it wont connect to 127.0.0.1:8332, bitcoind is synced to tip and running fine
<glozow>
_aj_: would I be correct in saying delving bitcoin is open to the public for posting? I'd like to start pointing people towards there when there are, er, philosophical discussions about bitcoin/consensus/etc happening on the repo
<bitcoin-git>
[bitcoin] ajtowns opened pull request #29088: tests: Don't depend on value of DEFAULT_PERMIT_BAREMULTISIG (master...202312-testbaremulti) https://github.com/bitcoin/bitcoin/pull/29088
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29086: refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather than duplicating definition (master...refactor_mempoolopts) https://github.com/bitcoin/bitcoin/pull/29086
2023-12-14
<bitcoin-git>
[bitcoin] fjahr opened pull request #29085: refactor: C++20: Use lambda implicit capture and std::rotl (master...202312-cpp20) https://github.com/bitcoin/bitcoin/pull/29085
<pinheadmz>
#29022 is small PR that closes an issue in bitcoin-tx utility, authored by new contributor. 2 ACKs already, could use some more experienced eyes on it, or might be RFM
<ryanofsky>
The main thing I would like is feedback on the design doc #28978. The audience is supposed to be bitcoin core developers, so I want to make sure it sure it understandable to other developers without requiring much background knowledge, and answers any questions. Link is to the doc is https://github.com/ryanofsky/bitcoin/blob/pr/ipcdoc/doc/design/multiprocess.md
<bobodeveloper>
i want to create my own "open sea" for bitcoin network
<bobodeveloper>
Hi, i would like to look at how i could deploy NFTs on the bitcoin network with ordinals. i read about them but the dev docs ... where should i refer to ?
2023-12-13
<bitcoin-git>
[bitcoin] brunoerg opened pull request #29076: fuzz: set `m_fallback_fee` and `m_fee_mode` in `wallet_fees` target (master...2023-12-fuzz-fees-fallbackfee) https://github.com/bitcoin/bitcoin/pull/29076
<bitcoin-git>
[bitcoin] achow101 merged pull request #29065: bench: wallet, fix change position out of range error (master...2023_bench_wallet_fix) https://github.com/bitcoin/bitcoin/pull/29065
<bitcoin-git>
bitcoin/master 9f0f83d Ava Chow: Merge bitcoin/bitcoin#29065: bench: wallet, fix change position out of ran...
<bitcoin-git>
bitcoin/master 37c75c5 furszy: test: wallet, fix change position out of range error