< * luke-jr> peers at github "@practicalswift pushed 0 commits."
< achow101> luke-jr: I think that happens if you drop a commit from a pr
< achow101> s/a commit/the head commit/
< bitcoin-git> [bitcoin] martinus closed pull request #20999: rpc: faster JSON generation (master...2021-01-optimize-json-generation) https://github.com/bitcoin/bitcoin/pull/20999
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f707fcde9a70...d0852f39a7a3
< bitcoin-git> bitcoin/master 7487bc9 Martin Ankerl: Fix BlockToJsonVerbose benchmark
< bitcoin-git> bitcoin/master d0852f3 MarcoFalke: Merge #20998: test: Fix BlockToJsonVerbose benchmark
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20998: test: Fix BlockToJsonVerbose benchmark (master...2021-01-fix-BlockToJsonVerbose-single-benchmark-run) https://github.com/bitcoin/bitcoin/pull/20998
< bitcoin-git> [bitcoin] 4D617278 opened pull request #21002: script: improve scripted-diff check (master...commit-script-check) https://github.com/bitcoin/bitcoin/pull/21002
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21003: test: Move MakeNoLogFileContext to common libtest_util, and use it in bench (master...2101-benchNoLog) https://github.com/bitcoin/bitcoin/pull/21003
< setpill> Apologies if this is not the right place to ask, but has any research been done into gitian building of bitcoin core in docker rather than a VM?
< darosior> setpill: it is supported (pass USE_DOCKER=1 to gitian-builder, see the python script in contrib/)
< wumpus> setpill: AFAIK it's possible to use docker already... yea what darosior says
< setpill> Thanks for the pointers :)
< setpill> 👍
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #21003: test: Move MakeNoLogFileContext to libtest_util, and use it in bench (master...2101-benchNoLog) https://github.com/bitcoin/bitcoin/pull/21003
< stevenroose> How much is the ECKey impl in the functional test framework tested?
< stevenroose> I tried to add a method `set_wif` and I verified it's using the correct secret bytes to call `ECKey.set` but it still calculates an unexpected public key.
< stevenroose> The method is basically this: def set_wif(self, wif): (b, _) = base58_to_bytes(wif); self.set(b[1:33], len(b) == 34)
< wumpus> i wouldn't assume anything in the test framework itself is tested heavily except for the specific test cases it's used in
< bitcoin-git> [bitcoin] setpill opened pull request #21004: Fix docker args conditional (master...improve-gitian-build-py) https://github.com/bitcoin/bitcoin/pull/21004
< stevenroose> Eh, had a byte offset because I assumed base58_to_bytes took the version byte off (wif keys can be length 32 and 33 or 33 and 34 depending on the version byte to e there and mine was 33 :D)
< luke-jr> how well-tested are the tests for the tests for the functional test framework? :P
< bitcoin-git> [bitcoin] martinus opened pull request #21006: rpc: reduce LOCK(cs_min) scope in rest_block: ~5 times as many requests per second (master...2021-01-reduce-cs_main-lock-in-rest_block) https://github.com/bitcoin/bitcoin/pull/21006
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #21003: test: Move MakeNoLogFileContext to libtest_util, and use it in bench (master...2101-benchNoLog) https://github.com/bitcoin/bitcoin/pull/21003
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/d0852f39a7a3...b386d3736074
< bitcoin-git> bitcoin/master 0ef9386 Hennadii Stepanov: refactor: Use member initializers in CCheckQueue
< bitcoin-git> bitcoin/master 0151177 Hennadii Stepanov: Add local thread pool to CCheckQueue
< bitcoin-git> bitcoin/master dba3069 Hennadii Stepanov: test: Use CCheckQueue local thread pool
< bitcoin-git> [bitcoin] laanwj merged pull request #18710: Add local thread pool to CCheckQueue (master...200419-thread-pool) https://github.com/bitcoin/bitcoin/pull/18710
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b386d3736074...52d84a45e2fa
< bitcoin-git> bitcoin/master e147af7 benk10: doc: add instructions for generating RPC docs
< bitcoin-git> bitcoin/master 52d84a4 Wladimir J. van der Laan: Merge #20987: doc: add instructions for generating RPC docs
< bitcoin-git> [bitcoin] laanwj merged pull request #20987: doc: add instructions for generating RPC docs (master...rpc-docs-gen-rp) https://github.com/bitcoin/bitcoin/pull/20987
< bitcoin-git> [bitcoin] laanwj opened pull request #21007: bitcoind: Add -daemonwait option to wait for initialization (master...2021-01-daemonwait) https://github.com/bitcoin/bitcoin/pull/21007
< bitcoin-git> [bitcoin] achow101 closed pull request #16463: [BIP 174] Implement serialization support for GLOBAL_XPUB field. (master...bip174-xpub) https://github.com/bitcoin/bitcoin/pull/16463