<harding>
shasum on linux has an option to ignore invalid input, which was used on the BitcoinCore.org instructions. For OSX, there's no such option, and I wonder if you could just insert a line in the SHASUMS file that said "bitcoin-22.0.blah.tar.gz SUCCESS" and make it look like it passed or something. For the Windows instructions, I think you had to do by-eye verification anyway.
<roconnor>
IIUC at least some of these signers are not using dedicated bitcoin signing keys, and thus may use the same key for signing emails or whatnot.
<gribble>
https://github.com/bitcoin/bitcoin/issues/22949 | fee: Round up fee calculation to avoid a lower than expected feerate by achow101 · Pull Request #22949 · bitcoin/bitcoin · GitHub
<prayank>
I had added some topic for meeting today according to bitcoin core wiki. It's 12 AM here and I want to sleep early today. Shared my thoughts here which most probably would not matter, but better than suggesting a topic and saying nothing: https://gist.github.com/prayank23/e385e31427989c47e715d61556772d02
<bitcoin-git>
bitcoin/master 350e034 Jon Atack: consensus: don't call GetBlockPos in ReadBlockFromDisk without lock
<bitcoin-git>
bitcoin/master cdf12c7 W. J. van der Laan: Merge bitcoin/bitcoin#22895: consensus: don't call GetBlockPos in ReadBloc...
<bitcoin-git>
[bitcoin] theStack opened pull request #22998: test: use MiniWallet for make_utxo helper in feature_rbf.py (master...202109-test-use_miniwallet_for_make_utxo) https://github.com/bitcoin/bitcoin/pull/22998
<bitcoin-git>
[bitcoin] hebasto opened pull request #22987: qa: Fix "RuntimeError: Event loop is closed" on Windows (master...210915-loop) https://github.com/bitcoin/bitcoin/pull/22987
<bitcoin-git>
[bitcoin] hebasto closed pull request #22980: qa: Ignore `--failfast` option of `test_runner.py` on Windows (master...210915-failfast) https://github.com/bitcoin/bitcoin/pull/22980
<bitcoin-git>
[bitcoin] naumenkogs closed pull request #18925: Add extra thread for scheduler, move TorControl and OpenAddedConnections to scheduler (master...2020_05_extra_scheduler_thread) https://github.com/bitcoin/bitcoin/pull/18925
<bitcoin-git>
[bitcoin] hebasto opened pull request #22980: qa: Ignore `--failfast` option of `test_runner.py` on Windows (master...210915-failfast) https://github.com/bitcoin/bitcoin/pull/22980
<laanwj>
MarcoFalke: fanquake: do we still need travis enabled on bitcoin/bitcoin?
<_aj_>
laanwj: i assume there's some secret to authenticate "this is the bitcoin project from github" (which might let you corrupt the ccache and blah), but maybe that wasn't one of the ones that got leaked
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #22940: fuzz: Move all addrman fuzz targets to one file (master...2109-fuzzMergeAddrman) https://github.com/bitcoin/bitcoin/pull/22940
<bitcoin-git>
[gui] jarolrod opened pull request #423: qt: make initTranslations a member function of BitcoinApplication class (master...move-init-translations) https://github.com/bitcoin-core/gui/pull/423
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #22976: scripted-diff: Rename overloaded int GetArg to GetIntArg (master...pr/intarg) https://github.com/bitcoin/bitcoin/pull/22976
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #22970: doc: Update snap release process for new versioning scheme (master...2109-docSnapRel) https://github.com/bitcoin/bitcoin/pull/22970
<_aj_>
lucaferr: you need neighbouring nodes that have upgraded to support taproot; "bitcoin-cli getpeerinfo | grep subver" -> look for 0.21.1 or 0.21.99 or 22.0.0 or 22.99.0
<laanwj>
of course, updating the documentation and verification instructions is still important, but it should be a one-time thing. I did have a note on verifying the binaries in the testing instructions here: https://github.com/bitcoin/bitcoin/issues/22634
<bitcoin-git>
[bitcoin] jarolrod opened pull request #22966: doc: Improve documentation around the ACK statement (master...ack-documentation) https://github.com/bitcoin/bitcoin/pull/22966
<harding>
Re: verification instructions, I just opened a PR to temporarily hide them until they can be updated. If I can get a couple approach ACKs from established contributors in the next hour or two, I'll merge tonight. https://github.com/bitcoin-core/bitcoincore.org/pull/796
<bitcoin-git>
[gui] hebasto closed pull request #261: Display node address in peer table with monospace font for clean alignment (master...node-address-monospace) https://github.com/bitcoin-core/gui/pull/261
<bitcoin-git>
[bitcoin] klementtan opened pull request #22959: cli: Display all proxies in -getinfo (master...getinfo-multiple-proxies) https://github.com/bitcoin/bitcoin/pull/22959
<bitcoin-git>
[bitcoin] JeremyRubin opened pull request #22954: [TESTS] Allow tx_invalid.json tests to include flag rules for if_unset: [A,B,C] then_unset: [D] (master...if_unset_then_unset) https://github.com/bitcoin/bitcoin/pull/22954
<bitcoin-git>
[bitcoin] achow101 opened pull request #22949: fee: Round up fee calculation to avoid a lower than expected feerate (master...feerate-round) https://github.com/bitcoin/bitcoin/pull/22949
2021-09-10
<bitcoin-git>
[bitcoin] JeremyRubin opened pull request #22948: [Tests] Computer the Power Set of all flags instead of one by one exclusion (master...flag-powerset) https://github.com/bitcoin/bitcoin/pull/22948
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #22940: fuzz: Move all addrman fuzz targets to one file (master...2109-fuzzMergeAddrman) https://github.com/bitcoin/bitcoin/pull/22940
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #22939: fuzz: Reset addrman when consistency check fails (master...2109-fuzzAddrmanCheck) https://github.com/bitcoin/bitcoin/pull/22939
<bitcoin-git>
[bitcoin] rajarshimaitra opened pull request #22938: test: Add remaining scenarios of 0 waste, in wallet waste_test (master...waste-test-add) https://github.com/bitcoin/bitcoin/pull/22938
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #22762: Raise InitError when peers.dat is invalid or corrupted (master...2108-InitErrorAddrmanCorrupt) https://github.com/bitcoin/bitcoin/pull/22762
<bitcoin-git>
bitcoin/master fa5aeec MarcoFalke: Move LoadAddrman from init to addrdb
<bitcoin-git>
bitcoin/master 07a9ecc John Newbery: [net] Remove CConnman::Options.m_asmap
<bitcoin-git>
bitcoin/master 9fd5618 John Newbery: [asmap] Make DecodeAsmap() a utility function
<bitcoin-git>
[bitcoin] fanquake merged pull request #22926: doc: Set PYTHONUTF8=1 for functional tests on Windows (master...210908-utf) https://github.com/bitcoin/bitcoin/pull/22926
<bitcoin-git>
[bitcoin] fanquake opened pull request #22936: test: don't try and use os.killpg() on Windows (master...windows_no_killpg) https://github.com/bitcoin/bitcoin/pull/22936
<bitcoin-git>
[bitcoin] S3RK opened pull request #22929: wallet: Automatically add receiving destinations to the address book (master...fix_19856) https://github.com/bitcoin/bitcoin/pull/22929
<bitcoin-git>
[bitcoin] kiminuo opened pull request #22928: Remove `gArgs` from `wallet.h` and `wallet.cpp` (2) (master...feature/2021-09-wallet-gArgs) https://github.com/bitcoin/bitcoin/pull/22928