<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
<jeremyrubin> Bitcoin?" invites more personality types to be put forward, and eliminates the social awkwardness of self promotion/confidence.
<jeremyrubin> If I ask who thinks they are the best c++ programmer, and then Alice says it is her, and Alice is popular, that might discourage Bob from tossing their name out because they don't want to challenge Alice. Or, maybe Bob likes Alice and wants to keep things nice between them. A nomination process + Q&A is superior because if someone -- anyone --
<jeremyrubin> Further, a nomination process doesn't preclude the idea that you can turn down a nomination, it is still a volunteer role. If you don't want to do it no one is pressuring you. This isn't harry potter and the goblet of fire after all! One can also ask a potential nominee if they would prefer not to be nominated before publicly nominating, if you're
<jeremyrubin> thinks Bob might be better than Alice, they can put the name forward for discussion without it being a challenge.
<jeremyrubin> worried about social tact.
<jeremyrubin> I do not have a determination on if jonatack or vasild would be "better". However, I do think it is worth thinking through if we should, for the given role, accept one, both, or neither.
_apex2_ has quit [Ping timeout: 268 seconds]
zyu has joined #bitcoin-core-dev
_apex2_ has joined #bitcoin-core-dev
zyu has quit [Quit: Connection closed]
_apex2_ has quit [Ping timeout: 248 seconds]
zyu has joined #bitcoin-core-dev
zyu has quit [Client Quit]
_apex2_ has joined #bitcoin-core-dev
_apex2_ has quit [Ping timeout: 256 seconds]
aleggg has quit []
vysn has joined #bitcoin-core-dev
_apex2_ has joined #bitcoin-core-dev
sudoforge has quit [Ping timeout: 268 seconds]
vysn has quit [Quit: WeeChat 3.5]
vysn has joined #bitcoin-core-dev
mudsip has joined #bitcoin-core-dev
_apex2_ has quit [Ping timeout: 268 seconds]
_apex2_ has joined #bitcoin-core-dev
_apex2_ has quit [Ping timeout: 256 seconds]
mudsip has quit []
Guest69 has joined #bitcoin-core-dev
Guest69 has quit [Client Quit]
vysn has quit [Ping timeout: 248 seconds]
yosef` has joined #bitcoin-core-dev
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
Guest28 has joined #bitcoin-core-dev
Guest28 has quit [Client Quit]
Guest28 has joined #bitcoin-core-dev
andrewtoth_ has quit [Remote host closed the connection]
Guest28 has quit [Client Quit]
andrewtoth_ has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
SpellChecker has joined #bitcoin-core-dev
SpellChecker_ has quit [Ping timeout: 268 seconds]
zyu has joined #bitcoin-core-dev
yosef` has quit [Ping timeout: 256 seconds]
zyu has quit [Ping timeout: 256 seconds]
Guest7378 has joined #bitcoin-core-dev
jarthur has quit [Quit: jarthur]
Guest7378 has quit [Quit: Client closed]
ari0x has joined #bitcoin-core-dev
zyu has joined #bitcoin-core-dev
zyu has quit [Quit: Connection closed]
vysn has joined #bitcoin-core-dev
andrewtoth_ has quit [Remote host closed the connection]
andrewtoth_ has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/888628cee00c...0425ce577f92
<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
<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] vasild opened pull request #25871: contrib: add vasild to trusted keys (master...vasild_key) https://github.com/bitcoin/bitcoin/pull/25871
zyu has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
zyu has quit [Quit: Connection closed]
ari0x has quit [Quit: Client closed]
MacroFake_ has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
MacroFake has joined #bitcoin-core-dev
MacroFake has quit [Client Quit]
MacroFake has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0425ce577f92...02aefa169a9e
<bitcoin-git> bitcoin/master 4349051 fanquake: build: reorder cxxflags in intrinsic checks
<bitcoin-git> bitcoin/master 02aefa1 MacroFake: Merge bitcoin/bitcoin#25852: build: reorder CXXFLAGS in intrinsic checks
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25852: build: reorder CXXFLAGS in intrinsic checks (master...reorganise_intrinsic_flags) https://github.com/bitcoin/bitcoin/pull/25852
<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
MacroFake has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
jonatack has quit [Ping timeout: 248 seconds]
MacroFake has joined #bitcoin-core-dev
andrewtoth_ has quit [Remote host closed the connection]
andrewtoth_ has joined #bitcoin-core-dev
aleggg has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25872: Fix issues when calling std::move(const&) (master...2208-const-move-📔) https://github.com/bitcoin/bitcoin/pull/25872
jonatack has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake opened pull request #25873: depends: Boost 1.80.0 (master...boost_1_80_0) https://github.com/bitcoin/bitcoin/pull/25873
AaronvanW has quit [Remote host closed the connection]
jonatack has quit [Ping timeout: 248 seconds]
AaronvanW has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
Guyver2 has left #bitcoin-core-dev [#bitcoin-core-dev]
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/02aefa169a9e...d480586ecb1d
<bitcoin-git> bitcoin/master ced00f5 fanquake: fs: work around u8path deprecated-declaration warnings with libc++
<bitcoin-git> bitcoin/master d480586 MacroFake: Merge bitcoin/bitcoin#25808: fs: work around u8path deprecated-declaration...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25808: fs: work around u8path deprecated-declaration warnings with libc++ (master...fix_24682) https://github.com/bitcoin/bitcoin/pull/25808
PaperSwordAlt has joined #bitcoin-core-dev
AaronvanW has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
yosef` has joined #bitcoin-core-dev
bitdex has quit [Ping timeout: 268 seconds]
bitdex has joined #bitcoin-core-dev
vasild has quit [Remote host closed the connection]
vasild has joined #bitcoin-core-dev
___nick___ has joined #bitcoin-core-dev
bitdex has quit [Ping timeout: 268 seconds]
sudoforge has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
emcy_ has quit [Ping timeout: 256 seconds]
emcy has joined #bitcoin-core-dev
zyu has joined #bitcoin-core-dev
zyu has quit [Client Quit]
yosef` has quit [Ping timeout: 248 seconds]
<bitcoin-git> bitcoin/master 081b0e5 Aurèle Oulès: refactor: Make const refs vars where applicable
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d480586ecb1d...9eaef1080105
<bitcoin-git> bitcoin/master ae7ae36 Aurèle Oulès: tidy: Enable two clang-tidy checks
<bitcoin-git> bitcoin/master 9eaef10 MacroFake: Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unne...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25707: refactor: Make const references to avoid unnecessarily copying objects and enable two clang-tidy checks (master...2022-07-cleanup) https://github.com/bitcoin/bitcoin/pull/25707
Guest93 has joined #bitcoin-core-dev
Guest93 has quit [Client Quit]
AaronvanW has quit [Quit: Leaving...]
<bitcoin-git> bitcoin/master 5b4fdbb furszy: wallet: remove UNKNOWN type from OUTPUT_TYPES array
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9eaef1080105...0f0508bc7290
<bitcoin-git> bitcoin/master 0f0508b Andrew Chow: Merge bitcoin/bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES...
<bitcoin-git> [bitcoin] achow101 merged pull request #25869: wallet: remove UNKNOWN type from OUTPUT_TYPES array (master...2022_fix_output_type_fuzz) https://github.com/bitcoin/bitcoin/pull/25869
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0f0508bc7290...6b56873b4197
<bitcoin-git> bitcoin/master 0cb6d2a Luke Dashjr: Bugfix: Wallet: Document expectations for AddWalletFlags (now InitWalletFl...
<bitcoin-git> bitcoin/master 6b56873 Andrew Chow: Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFl...
<bitcoin-git> [bitcoin] achow101 merged pull request #25784: Wallet: Document expectations for AddWalletFlags (now InitWalletFlags) correctly (master...docfix_initwalletflags) https://github.com/bitcoin/bitcoin/pull/25784
brunoerg has quit []
<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
jonatack has joined #bitcoin-core-dev
bomb-on has joined #bitcoin-core-dev
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #bitcoin-core-dev
___nick___ has quit [Client Quit]
___nick___ has joined #bitcoin-core-dev
dougefish has quit [Ping timeout: 268 seconds]
dougefish has joined #bitcoin-core-dev
<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] MarcoFalke opened pull request #25879: refactor: Make Join() util work with any collection type (master...2208-join-🎶) https://github.com/bitcoin/bitcoin/pull/25879
sipsorcery has joined #bitcoin-core-dev
sipsorcery has quit [Ping timeout: 268 seconds]
jonatack has quit [Ping timeout: 256 seconds]
vysn has quit [Ping timeout: 244 seconds]
jespada has quit [Quit: Textual IRC Client: www.textualapp.com]
<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
___nick___ has quit [Ping timeout: 268 seconds]
sipsorcery has joined #bitcoin-core-dev
_apex2_ has joined #bitcoin-core-dev
_apex2_ has quit [Ping timeout: 256 seconds]
jarthur has joined #bitcoin-core-dev
aleggg has quit [Ping timeout: 248 seconds]
aleggg has joined #bitcoin-core-dev
_apex2_ has joined #bitcoin-core-dev
_apex2_ has quit [Ping timeout: 256 seconds]
jarthur has quit [Quit: jarthur]
sudoforge has quit [Ping timeout: 248 seconds]
_apex2_ has joined #bitcoin-core-dev
sipsorcery has quit [Ping timeout: 268 seconds]
_apex2_ has quit [Ping timeout: 248 seconds]
jarthur has joined #bitcoin-core-dev
Talkless has joined #bitcoin-core-dev
bytes1440000 has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
<bytes1440000> I nominate drahtbot for General maintainer. It could merge PRs based on certain conditions. Example: if a PR has at least 3 ACKs from contributors that have reviewed more than 100 PRs or more than 5 ACKs or at least 1 ACK from existing maintainers that could become lead reviewers and no NACK
sudoforge has joined #bitcoin-core-dev
bitdex has quit [Remote host closed the connection]
bitdex has joined #bitcoin-core-dev
bytes1440000 has left #bitcoin-core-dev [#bitcoin-core-dev]
Talkless has quit [Quit: Konversation terminated!]
vysn has joined #bitcoin-core-dev
bitdex has quit [Remote host closed the connection]
bitdex has joined #bitcoin-core-dev
yosef` has joined #bitcoin-core-dev
vysn has quit [Quit: WeeChat 3.5]