<sipa>
and it's not orphaned, just not active (orphan, in bitcoin core's terminology, means "without known parent")
<stevenroose>
Does bitcoin core keep orphaned block headers in memory?
<hebasto>
luke-jr_: you've added "Bitcoin Knots 26.x" resource to the Bitcoin project on the transifex.com website. Was it intentional?
2024-03-23
<bitcoin-git>
[btcdeb] isghe opened pull request #145: minor: fix missing carriage return in help text (master...minor_fix_missing_carriage_return) https://github.com/bitcoin-core/btcdeb/pull/145
<bitcoin-git>
[gui] theStack opened pull request #808: Change example address from legacy (P2PKH) to bech32m (P2TR) (master...example-addr_update_to_p2tr) https://github.com/bitcoin-core/gui/pull/808
<bitcoin-git>
[gui-qml] pablomartin4btc opened pull request #391: Introducing an improved IP Address and Port input control in ProxySettings component (main...qml-ipaddress-valueinput) https://github.com/bitcoin-core/gui-qml/pull/391
<bitcoin-git>
bitcoin/25.x 7c08ccf UdjinM6: wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDesti...
<bitcoin-git>
[gui] furszy opened pull request #807: refactor: interfaces, make 'createTransaction' less error-prone (master...2024_gui_clean_createTransaction) https://github.com/bitcoin-core/gui/pull/807
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #29700: kernel, refactor: return error status on all fatal errors (master...pr/fatalresult) https://github.com/bitcoin/bitcoin/pull/29700
<bitcoin-git>
[bitcoin] brunoerg opened pull request #29699: test: check disconnection when sending sendaddrv2 after verack (master...2024-03-test-sendaddrv2-after-verack) https://github.com/bitcoin/bitcoin/pull/29699
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29691: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us (master...dnsseed_dashjr_2024) https://github.com/bitcoin/bitcoin/pull/29691
<vasild>
minimum amount of people to run bitcoin node on CJDNS. I was going to suggest this on https://github.com/bitcoin/bitcoin/issues/29618 where the OP pushes for p2p-v2-only option as if the presence of v1 connection is harmful and talks about environments where Tor and I2P are blocked. Surely, if CJDNS becomes popular it will be blocked as well :)
<vasild>
willcl-ark: laanwj: sipa: lightlike: My node has 1 p2p connection to a CJDNS node and in my addrman there are 2 (!?) CJDNS addresses. It works, but is not popular. One usecase for it could be in environments where Tor and I2P are blocked by a firewall/gov/isp/whatever and the operator still wants to hide the fact that they are running bitcoin node from their ISP. But for this it needs some
<bitcoin-git>
[bitcoin] achow101 merged 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/master 63e8fc9 Ryan Ofsky: ci: add getchaintxstats ubsan suppressions
<bitcoin-git>
bitcoin/master f252e68 Ryan Ofsky: assumeutxo test: Add RPC test for fake nTx and nChainTx values
<bitcoin-git>
bitcoin/master 0fd915e Ryan Ofsky: validation: Check GuessVerificationProgress is not called with disconnecte...
<bitcoin-git>
[bitcoin] achow101 merged pull request #27039: blockstorage: do not flush block to disk if it is already there (master...reindex-read-only) https://github.com/bitcoin/bitcoin/pull/27039
<bitcoin-git>
bitcoin/master 69ddee6 Ava Chow: Merge bitcoin/bitcoin#27039: blockstorage: do not flush block to disk if i...
<bitcoin-git>
bitcoin/master 331f044 furszy: index: blockfilter, decouple Write into its own function
<hebasto>
I posted updates in #bitcoin-core-builds
<laanwj>
it's mostly useful to have an alternative connection to the network outside your normal ISP (to prevent eclipse), then again, tor and i2p work for that too, and for bitcoin their higher latency isn't really a problem
<sipa>
but there are perhaps expectations that matter; given how tiny the CJDNS-intersect-Bitcoin network is, choosing for example to run CJDNS-only would be an absolutely terrible idea
<laanwj>
agree, i had a bitcoin node on cjdns, but it's a long time ago
<bitcoin-git>
[bitcoin] glozow merged pull request #28950: RPC: Add maxfeerate and maxburnamount args to submitpackage (master...2023-11-submitpackage-max-fee-burn) https://github.com/bitcoin/bitcoin/pull/28950
<achow101>
I have my irc client notify me when it sees bitcoin-git say "pushed tag". that seems to work well enough when new releases are tagged and when the detached sigs are tagged
2024-03-18
<achow101>
laanwj: could you turn off bitcoin-git guix.sigs notifications? seems to be quite noisy and probably not that useful
<bitcoin-git>
[bitcoin] fjahr opened pull request #29671: index: Skip commit when nothing can be committed (master...2024-03-pr26903-reopen) https://github.com/bitcoin/bitcoin/pull/29671
<bitcoin-git>
[bitcoin] fjahr opened pull request #29668: prune, rpc: Check undo data when finding for pruneheight (master...2024-03-first-stored-undo) https://github.com/bitcoin/bitcoin/pull/29668
<bitcoin-git>
[bitcoin] sipa opened pull request #29667: fuzz: actually test garbage 64b in p2p transport test (master...202403_bip324_fuzz_actual_garbage) https://github.com/bitcoin/bitcoin/pull/29667
<bitcoin-git>
[bitcoin] maflcko closed 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
2024-03-15
<bitcoin-git>
[bitcoin] mzumsande opened pull request #29664: p2p: When close to the tip, download blocks in pararallel from additional peers to prevent stalling (master...202403_near_tip_stalling) https://github.com/bitcoin/bitcoin/pull/29664
<Murch[m]>
Updater11: This channel is used for discussions related to a specific software project, Bitcoin Core. It seems to me that you are not getting a response here, because your query is not on-topic. Instead of repeating it, I would suggest that you take it e.g. to bitcoin.stackexchange.com, stacker.news or reddit. It would probably help if you asked a more concrete question when you try again there.
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29658: Bugfix: GUI: Help messages already have a trailing newline, so don't add an extra one (master...fix_qt_help_on_console_x_newline) https://github.com/bitcoin/bitcoin/pull/29658
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29657: Bugfix: bitcoin-cli: Check length of peer.transport_protocol_type (master...fix_netinfo_v2t_safety) https://github.com/bitcoin/bitcoin/pull/29657
2024-03-14
<bitcoin-git>
[bitcoin] fjahr opened pull request #29656: chainparams: Change nChainTx type to uint64_t (master...2024-03-nchaintx-64) https://github.com/bitcoin/bitcoin/pull/29656
<bitcoin-git>
[bitcoin] cbergqvist opened pull request #29653: build: make BITCOIN_QT_PATH_PROGS always check $PATH before failure (master...bitcoin_qt_path_fallback) https://github.com/bitcoin/bitcoin/pull/29653
<sipa>
another short update: in case people haven't heard, the judge in the Craig Wright identity trial has just ruled that he is not Satoshi, didn't create Bitcoin, didn't author the Bitcoin code, and didn't write the whitepaper. We need to wait for a written judgement for further things sought, but this is good news.
<Chris_Stewart_5>
^ on that note, i'm travelling during meeting time, but wanted to promote that we are reviewing #29221 in the bitcoin core pr review club next Wednesday. If 64bit arithmetic, or the Script interpreter in general are of interest to you take a look at the WIP review page https://github.com/bitcoin-core-review-club/website/pull/752
<bitcoin-git>
[bitcoin] fanquake opened pull request #29651: guix: bump time-machine to dc4842797bfdc5f9f3f5f725bf189c2b68bd6b5a (master...bump_guix_llvm_17_riscv64) https://github.com/bitcoin/bitcoin/pull/29651