< ariard> luke-jr: you know, if you think we should take more time to appoint another bip editor, you're entitled to say so
< ariard> unless not acting jeopardize users safety, i think we can do better than nagging folks to act quickly during public meetings, either bip editors, maintainers or github orgs admin
< luke-jr> ariard: aside from timing (which will hopefully be resolved sooner anyway), I think my only concern is that there appears to be some kind of collusion going on between some other devs, and I do not know the extent of who is involved in it
< luke-jr> ariard: besides, at the end of the day, it's just a git repo of docs - absolute worst case, it can be rolled back or reverted
< luke-jr> maybe I'm just naive, but a few weeks ago I would never have imagined the behaviour I'm seeing from some people now
< yanmaani> what is this collusion?
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/f1c3c53e5f94...56311988bff1
< bitcoin-git> bitcoin/0.20 5f9537b Pieter Wuille: Implement Bech32m encoding/decoding
< bitcoin-git> bitcoin/0.20 cf18ac9 Pieter Wuille: Add Bech32m test vectors
< bitcoin-git> bitcoin/0.20 1a4e88e Pieter Wuille: Use Bech32m encoding for v1+ segwit addresses
< bitcoin-git> [bitcoin] laanwj merged pull request #21470: BIP 350: Implement Bech32m and use it for v1+ segwit addresses (0.20 backport) (0.20...202103_bech32m_0.20) https://github.com/bitcoin/bitcoin/pull/21470
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21762: test: Speed up mempool_spend_coinbase.py (master...2104-testSpeed) https://github.com/bitcoin/bitcoin/pull/21762
< bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/4b5659c6b115...66fd3b28e85c
< bitcoin-git> bitcoin/master a67b548 Russell Yanofsky: Move common global init code to init/common
< bitcoin-git> bitcoin/master 387c4cf Russell Yanofsky: Move common sanity check code to init/common
< bitcoin-git> bitcoin/master 90469c1 Russell Yanofsky: Move common logging AddArg code to init/common
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21732: MOVEONLY: Move common init code to init/common (master...pr/initc) https://github.com/bitcoin/bitcoin/pull/21732
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21763: test: Run AppInitSanityChecks before all tests (master...2104-testCommonInit) https://github.com/bitcoin/bitcoin/pull/21763
< 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> [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
< pox> what am I doing wrong WRT to the berkley db libraries?
< pox> $ ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include"
< pox> $ make
< pox> collect2: error: ld returned 1 exit status
< pox> cannot find -ldb_cxx-4.8
< jonatack> pox, that looks about right but maybe your install is elsewhere. perhaps these steps can help (or not ;) https://jonatack.github.io/articles/how-to-compile-bitcoin-core-and-run-the-tests
< pox> it's the same machine I've built core on for a long time now... incidentally it you're PR with the node counts that I'm trying to build :)
< jonatack> :)
< hebasto> pox: make clean
< pox> hebasto :-(
< jonatack> yeah, it's mentioned in that doc (or make distclean if make clean doesn't work)
< hebasto> pox: could you submit an issue, and add your steps and config logs?
< bitcoin-git> [gui] jonatack opened pull request #290: Peers window `Peer id` improvements (master...peer-id-improvements) https://github.com/bitcoin-core/gui/pull/290
< jeremyrubin> did how CI caching works change?
< jeremyrubin> unrelated to the actual PR itself, got a strange failure case on https://github.com/bitcoin/bitcoin/pull/21702
< jeremyrubin> i updated the PR with some python tests (only change)
< jeremyrubin> and then transaction_tests started failing with the error
< jeremyrubin> error: in "transaction_tests/tx_valid": mapFlagNames is missing a script verification flag
< jeremyrubin> that change was introduced my glozow https://github.com/bitcoin/bitcoin/blame/cfec4a1dad2181a5471b04f8a7b77ab64293fb13/src/test/transaction_tests.cpp#L191 looks like relatively recently
< jeremyrubin> I guess the CI is testing that this merges into that OK?
< glozow> jeremyrubin: did you add a new script verify flag?
< glozow> assuming you mean #21702. you need to add `SCRIPT_VERIFY_STANDARD_TEMPLATE` to the `mapFlagNames` in transaction_tests.cpp
< gribble> https://github.com/bitcoin/bitcoin/issues/21702 | Implement BIP-119 Validation (CheckTemplateVerify) by JeremyRubin · Pull Request #21702 · bitcoin/bitcoin · GitHub
< jeremyrubin> ah I guess this just got merged a day ago
< jeremyrubin> err 4 days ago
< glozow> yes it's new
< glozow> added a check to make sure flags are soft forks for all the transaction tests
< jeremyrubin> gotcha; this is just the *standard* rule, not the consensus flags?
< jeremyrubin> wait
< jeremyrubin> i mean consensus
< jeremyrubin> my b
< glozow> er, what's the question?
< jeremyrubin> I think it's good i fix it
< glozow> cool :)
< jeremyrubin> err no...
< jeremyrubin> requires rebase
< bitcoin-git> [bitcoin] JeremyRubin closed pull request #21702: Implement BIP-119 Validation (CheckTemplateVerify) (master...checktemplateverify-rebase-4-15-21) https://github.com/bitcoin/bitcoin/pull/21702
< bitcoin-git> [bitcoin] JeremyRubin reopened pull request #21702: Implement BIP-119 Validation (CheckTemplateVerify) (master...checktemplateverify-rebase-4-15-21) https://github.com/bitcoin/bitcoin/pull/21702
< pox> hebasto alas, make clean didn't help. I'll submit an issue.
< pox> hebasto nm, my BDB_PREFIX was wrong :facepalm:
< hebasto> pox: ok
< luke-jr> MarcoFalke: do you already have a plan in place, to ensure nobody auto-upgrades to softfork releases via Snap?
< meshcollider> Anyone around for a wallet meeting ?
< fjahr> yes, but nothing to discuss for me
< meshcollider> How about achow101, jonatack, and provoostenator
< achow101> hello
< hebasto> hi
< achow101> not anything to discuss I think
< hebasto> just wanted to announce a "Wallet" label in the gui repo -- https://github.com/bitcoin-core/gui/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3AWallet
< meshcollider> hebasto: please feel free to "request review" from me on PRs there if you want to
< hebasto> meshcollider: thank you
< jonatack> hi
< 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
< 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> [gui] RandyMcMillan opened pull request #291: Network Graph layout - debug window improvement. (master...net-graph-layout) https://github.com/bitcoin-core/gui/pull/291