< bitcoin-git>
[bitcoin] Rspigler opened pull request #21828: doc: Add historical release notes for 0.21.1 (master...0.21.1-release_notes) https://github.com/bitcoin/bitcoin/pull/21828
2021-05-01
< gmaxwell>
rebroad: bitcoin-dev channel was essentially abandoned long ago. I don't think it's for anything, I had heard it was going to get closed down.
< rebroad>
what is #bitcoin-dev channel for now?
< bitcoin-git>
[bitcoin] rebroad opened pull request #21827: Display progress of LoadBlockDB() on splash screen (master...SplashLoadBlockProgress) https://github.com/bitcoin/bitcoin/pull/21827
< jarthur>
* #bitcoin-mining
< jarthur>
I sent out a notice to #bitcoin-miners. Is there a guide to constructing a signaling block for operators who don't use Core's getblocktemplate or use an older version than today's?
< bitcoin-git>
[gui] rebroad closed pull request #308: Display progress of LoadBlockDB() on splash screen (master...SplashLoadBlockProgress) https://github.com/bitcoin-core/gui/pull/308
< robert_spigler>
hopefully making a full release announcement - bitcoin-core-dev, website, etc, will help. Maybe they just aren't fake signalling/running the RC1
< bitcoin-git>
[gui] hebasto opened pull request #309: gui: Add access to the Peers tab from the network icon (master...210501-network) https://github.com/bitcoin-core/gui/pull/309
< bitcoin-git>
[gui] hebasto opened pull request #307: Make row color alternating in the Peers Tab switchable (master...210501-stripes) https://github.com/bitcoin-core/gui/pull/307
< bitcoin-git>
[gui] hebasto closed pull request #38: Add ability to integrate the client with desktop environment on Linux (master...200720-desktop) https://github.com/bitcoin-core/gui/pull/38
< bitcoin-git>
[gui] rebroad opened pull request #305: Display send/recv in Bps instead of totals in the debug window (master...SendRecvSpeed-gui) https://github.com/bitcoin-core/gui/pull/305
< bitcoin-git>
[bitcoin] rebroad closed pull request #21806: Display send/recv in Bps instead of totals in the debug window (master...SendRecvSpeed) https://github.com/bitcoin/bitcoin/pull/21806
< bitcoin-git>
[bitcoin] rebroad opened pull request #21806: Display send/recv in Bps instead of totals in the debug window (master...SendRecvSpeed) https://github.com/bitcoin/bitcoin/pull/21806
< bitcoin-git>
[bitcoin] rebroad opened pull request #21805: Send fewer feefilter messages (and avoid the wobbling issue) (master...SteadierFeefilter) https://github.com/bitcoin/bitcoin/pull/21805
< michaelfolkson>
I guess this is a question for fanquake. What's the latest thinking/progress on supporting Bitcoin Core builds on ARM MacOS? He didn't sound enthusiastic or confident about the prospect in July last year
< bitcoin-git>
[bitcoin] fanquake merged pull request #21688: doc: note on SDK for macOS depends cross-compile (master...depends-note-sdk) https://github.com/bitcoin/bitcoin/pull/21688
< bitcoin-git>
bitcoin/master 16d0051 fanquake: Merge bitcoin/bitcoin#21688: doc: note on SDK for macOS depends cross-comp...
< bitcoin-git>
bitcoin/master 5e7d199 Jarol Rodriguez: doc: note on SDK for macOS depends cross-compile
< bitcoin-git>
[gui] hebasto closed pull request #264: Add "Copy address" item to the context menu in the Peers table (master...210330-copy) https://github.com/bitcoin-core/gui/pull/264
< bitcoin-git>
[bitcoin] glozow opened pull request #21800: [WIP] mempool/validation: mempool ancestor/descendant limits for packages (master...package-mempool-ancestors) https://github.com/bitcoin/bitcoin/pull/21800
< bitcoin-git>
[bitcoin] practicalswift opened pull request #21795: fuzz: Terminate immediately if a fuzzing input ever causes a DNS lookup (belts and suspenders) (master...fuzz-terminate-on-dns-lookup) https://github.com/bitcoin/bitcoin/pull/21795
< promag>
libtool: warning: remember to run 'libtool --finish /Users/joao/Projects/bitcoin/depends/arm-apple-darwin20.3.0/lib'
< bitcoin-git>
[bitcoin] fanquake opened pull request #21793: build: use `-isysroot` over `--sysroot` on macOS (master...macos_use_isysroot) https://github.com/bitcoin/bitcoin/pull/21793
< bitcoin-git>
[bitcoin] jonatack opened pull request #21786: wallet: ensure sat/vB feerates are in range (mantissa of 3) (master...ensure-sat-vb-feerates-are-in-range) https://github.com/bitcoin/bitcoin/pull/21786
< bitcoin-git>
[bitcoin] brunoerg opened pull request #21784: test: remove flags verification since it has a fixed value (master...2021-04-segwit-test) https://github.com/bitcoin/bitcoin/pull/21784
< bitcoin-git>
[gui] hebasto opened pull request #296: Do not use QObject::tr plural syntax for numbers with a unit symbol (master...210425-plurals) https://github.com/bitcoin-core/gui/pull/296
< sipa>
if you're going to ask more of these questions, it may be better to ask on https://bitcoin.stackexchange.com; it's more generic than just bitcoin core, and has lots of people answering
< CrazyPython>
How many of the Bitcoin developers have churned? Anyone still around from the Satoshi days?
< CrazyPython>
Is Bitcoin Core's block verification code highly optimized?
< sipa>
there are lots of improvements being worked on by various people, some related to consensus rules, but far more things in p2p improvements (mostly in bitcoin core), generic software improvements in various software, other software stack built on top, ...
< CrazyPython>
Are there any upcoming plans for optimizing Bitcoin? (Other than Taproot, Schnorr)
< sipa>
in any case, this channel is about bitcoin core really
< CrazyPython>
Has Bitcoin Core ever done an intended hard fork?
< CrazyPython>
sipa: <hard fork count>.<soft fork count>.<patch count> could be a numbering system for bitcoin
< CrazyPython>
If Bitcoin were on semver, then 0.x would mean Bitcoin is prone to backwards-incompatible changes
< sipa>
bitcoin itself doesn't have a version number
< sipa>
the next release of Bitcoin Core will be 22.0
< CrazyPython>
When will bitcoin reach 1.0?
2021-04-24
< bitcoin-git>
[gui] RandyMcMillan opened pull request #293: peers-tab: enable wordWrap for Services (master...enable-wordwrap-services) https://github.com/bitcoin-core/gui/pull/293
< darosior>
meshcollider: if you mind giving a quick look to https://github.com/bitcoin/bitcoin/pull/20867 , fanquake asked you for review some time ago, and many other wallet people ACKed (or previous versions of it without nits-fixing)
< bitcoin-git>
[bitcoin] dongcarl opened pull request #21767: [Bundle 6/n] Prune g_chainman usage in auxiliary modules (master...2020-10-libbitcoinruntime-v8) https://github.com/bitcoin/bitcoin/pull/21767
< bitcoin-git>
[gui] jonatack opened pull request #289: Add "Direction" column to peers tab (master...add-direction-column-to-peers-tab) https://github.com/bitcoin-core/gui/pull/289
< bitcoin-git>
[bitcoin] wu-emma opened pull request #21764: build: produce Windows GUI build with Cirrus CI (master...cirrus-winbuild) https://github.com/bitcoin/bitcoin/pull/21764
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21763: test: Run AppInitSanityChecks before all tests (master...2104-testCommonInit) https://github.com/bitcoin/bitcoin/pull/21763