< bitcoin-git> [bitcoin] fanquake closed pull request #16636: [QT] Optimize spinner (master...mv0) https://github.com/bitcoin/bitcoin/pull/16636
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7a960ba775a6...1124be6111d6
< bitcoin-git> bitcoin/master a6c1fc3 Jon Atack: build: echo prop tests status during build
< bitcoin-git> bitcoin/master 1124be6 fanquake: Merge #16622: build: echo property tests status during build
< bitcoin-git> [bitcoin] fanquake merged pull request #16622: build: echo property tests status during build (master...property-tests-autoconf-improvements) https://github.com/bitcoin/bitcoin/pull/16622
< jonasschnelli> set_ban test seems to constantly fail: https://bitcoinbuilds.org/index.php?job=00ef28e7-0109-4ded-9007-a3c95964f3f6
< jonasschnelli> though it fails not always... but mostly
< bitcoin-git> [bitcoin] fanquake opened pull request #16638: [0.17] Release preparations for 0.17.2 (0.17...0-17-2-release-prep) https://github.com/bitcoin/bitcoin/pull/16638
< bitcoin-git> [bitcoin] Sjors opened pull request #16639: [0.17] abort when attempting to fund a transaction above -maxtxfee (0.17...2019/08/backport_max_fee) https://github.com/bitcoin/bitcoin/pull/16639
< bitcoin-git> [bitcoin] hebasto opened pull request #16641: refactor: Remove redundant PSBT copy constructor (master...20190817-psbt-copy-ctor) https://github.com/bitcoin/bitcoin/pull/16641
< stevenroose> achow101: is there a guide on how to use HWI on an offline PC? Like how to bundle all the deps into a single directory or something?
< achow101> stevenroose: no, but you can make a virtualenv, install everything there, and copy it
< stevenroose> I see it uses pip, but the readmy suggests installing the dependencies globally (pip3 install) instead of locally.
< achow101> or use the prebuilt binaries?
< stevenroose> achow101: is that just by calling `venv` and then doing the installation?
< stevenroose> ah there are prebuilds, nice
< stevenroose> let me look at those
< achow101> yes
< achow101> there's tons of docs on using virtualenvs. something like `venv` then `. venv/bin/activate`
< stevenroose> achow101: I only see them for amd64, is that correct?
< achow101> yes
< stevenroose> :/ using arm64 here, I tried for several hours to build some rust tooling in there, what a mess :D
< stevenroose> k will try with venv
< sipa> provoostenator: please don't ever put github usernames in commits
< sipa> it means you get notified by github anytime j random scamcoin cherry picks it
< midnightmagic> gah
< midnightmagic> ack, that's horrid.
< sipa> provoostenator: oh, it's due to the PR description being copied into the merge commit
< sipa> i wonder if we should actively remove usernames from those