< fanquake> dongcarl heh, I was going to post in that PR about gcc:8.3.0 seemingly no longer being available. Nice updates!
< dongcarl> fanquake: Thank you! I admit that I've held back this update a little (whoops lol). I thought I could get windows and macosx easily but seems like it'll take a little bit haha.
< luke-jr> ?
< fanquake> dongcarl: Cool. Hopefully we might get a chance to hack on that over the next couple weeks. I'll be pushing a bunch of guix related updated to /core-review/ today as well.
< luke-jr> is there an issue with GCC 8.3.0?
< dongcarl> luke-jr: Ah no! I think fanquake is following Guix master, where they've hidden the `gcc` package in favor of `gcc-toolchain`
< fanquake> luke-jr: Looks like guix has just recently renamed it's gcc related packages.
< dongcarl> fanquake: I believe one of the things before this is finished is using inferiors: https://www.gnu.org/software/guix/manual/en/html_node/Inferiors.html so we pin our Guix
< luke-jr> ah
< fanquake> dongcarl I'll read up
< dongcarl> fanquake: Ah there's not much to read up on :-) It's just saying that because of the way Guix is designed, you can deterministically build packages as if Guix was a few versions ago, or this commit at this remote, _without_ doing a `guix pull`. It's good to make sure that people who are getting the latest Guix version won't have inconsistencies just because their Guix is newer.
< fanquake> dongcarl fair enough. guix pull also seems to be fairly heavy, more so inside a vm, so sitting on an older version/not having to worry about staying too up to date is handy.
< bitcoin-git> [bitcoin] fanquake opened pull request #16051: depends: add patch to common dependencies (master...depends-needs-patch) https://github.com/bitcoin/bitcoin/pull/16051
< bitcoin-git> [bitcoin] wbnns opened pull request #16053: Update copyrights to 2019 (master...update-copyrights-to-2019) https://github.com/bitcoin/bitcoin/pull/16053
< bitcoin-git> [bitcoin] fanquake closed pull request #16053: Update copyrights to 2019 (master...update-copyrights-to-2019) https://github.com/bitcoin/bitcoin/pull/16053
< ossifrage> I was testing out the multiple wallets UI stuff (on testnet) and managed to create new addresses in the wrong wallet
< ossifrage> I created them from the console and it wasn't obvious at the time that they where created in the 'other' wallet
< ossifrage> v0.18.99.0-65526fc86
< gwillen> ossifrage: it's not necessarily totally intuitive, but the console has its own wallet dropdown, separate from the one in the main window
< gwillen> if you have thoughts on how it could be made more intuitive, I encourage you to share, but since the console is mostly meant for power users, I think there is not a lot of push behind making it more user-friendly
< gwillen> probably it should display it more prominently in the commands and responses, like a prompt or something, I don't recall off the top of my head whether or where it is shown other than in the dropdown
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/72634244580d...dfc02dac0f96
< bitcoin-git> bitcoin/master 4de3c15 fanquake: depends: add patch to common dependencies
< bitcoin-git> bitcoin/master dfc02da MarcoFalke: Merge #16051: depends: add patch to common dependencies
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16051: depends: add patch to common dependencies (master...depends-needs-patch) https://github.com/bitcoin/bitcoin/pull/16051
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15812: Do not generate coverage report on test failures (master...fix-issue-15648-test-coverage-report) https://github.com/bitcoin/bitcoin/pull/15812
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dfc02dac0f96...bb291b50f254
< bitcoin-git> bitcoin/master fa2b52a MarcoFalke: Disallow extended encoding for non-witness transactions (take 3)
< bitcoin-git> bitcoin/master bb291b5 Wladimir J. van der Laan: Merge #16021: p2p: Avoid logging transaction decode errors to stderr
< bitcoin-git> [bitcoin] laanwj merged pull request #16021: p2p: Avoid logging transaction decode errors to stderr (master...1905-illegalWitnessP2P) https://github.com/bitcoin/bitcoin/pull/16021
< bitcoin-git> [bitcoin] laanwj closed pull request #15945: net: Log unknown CInv in PushInventory (master...cinv-unknown) https://github.com/bitcoin/bitcoin/pull/15945
< promag> is #16027 reproducible?
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bb291b50f254...149b3477ecff
< bitcoin-git> bitcoin/master 316b8b2 Emil: Filter IPv6 by ASN
< bitcoin-git> bitcoin/master 149b347 Wladimir J. van der Laan: Merge #15840: Contrib scripts: Filter IPv6 by ASN
< bitcoin-git> [bitcoin] laanwj merged pull request #15840: Contrib scripts: Filter IPv6 by ASN (master...dnsseeder) https://github.com/bitcoin/bitcoin/pull/15840
< bitcoin-git> [bitcoin] instagibbs opened pull request #16056: mempool: remove unused magic number from consistency check (master...onemil_height) https://github.com/bitcoin/bitcoin/pull/16056
< dongcarl> Created a channel for bitcoin build system discussions #bitcoin-builds, come join and post your questions/ideas there!
< dongcarl> fanquake wumpus cfields MarcoFalke jonasschnelli luke-jr
< luke-jr> dongcarl: this channel seems fine..
< luke-jr> [16:36:12] [405] luke-jr #bitcoin-builds You have joined too many channels
< luke-jr> we don't need a channel for every little thing :/
< wumpus> I've joined, but agree, it's like this channel is super busy
< wumpus> +not
< dongcarl> Well I expect sometimes it'll be cfields imparting his neckbeard wisdom in freeform poetry and me trying desperately to cram it in my head, so perhaps an alt channel for those specifics where others can still see the convo would be good :-) I'm gunna give it a try anyway
< luke-jr> ☹
< luke-jr> just do it all here
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/149b3477ecff...f49b8d4783bf
< bitcoin-git> bitcoin/master cbbd988 Hennadii Stepanov: Fix Docker related issues for gitian-build.py
< bitcoin-git> bitcoin/master 4c56a79 Hennadii Stepanov: Set/unset USE_LXC, USE_VBOX, USE_DOCKER explicitly
< bitcoin-git> bitcoin/master 0f22a0c Hennadii Stepanov: Fix gitian-build.py --verify option
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #13998: Scripts and tools: gitian-build.py improvements and corrections (master...gitian-build-fix) https://github.com/bitcoin/bitcoin/pull/13998
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16057: net: Remove -whitelistforcerelay (master...1905-netWfr) https://github.com/bitcoin/bitcoin/pull/16057
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13442: Convert the 1-way SSE4 SHA256 code from asm to intrinsics (master...201806_sse4intrin) https://github.com/bitcoin/bitcoin/pull/13442
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #13442: Convert the 1-way SSE4 SHA256 code from asm to intrinsics (master...201806_sse4intrin) https://github.com/bitcoin/bitcoin/pull/13442
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16057: net: Remove -whitelistforcerelay (master...1905-netWfr) https://github.com/bitcoin/bitcoin/pull/16057
< bitcoin-git> [bitcoin] sipa closed pull request #13442: Convert the 1-way SSE4 SHA256 code from asm to intrinsics (master...201806_sse4intrin) https://github.com/bitcoin/bitcoin/pull/13442
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f49b8d4783bf...2d1583ee6aff
< bitcoin-git> bitcoin/master e0eae1b Hennadii Stepanov: Make --setup command independent
< bitcoin-git> bitcoin/master 2d1583e MarcoFalke: Merge #15236: scripts and tools: Make --setup command independent
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15236: scripts and tools: Make --setup command independent (master...20190123-gitian-build-setup) https://github.com/bitcoin/bitcoin/pull/15236
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15984: net: Remove -whitelistrelay (master...1905-netWhitelistRelay) https://github.com/bitcoin/bitcoin/pull/15984
< bitcoin-git> [bitcoin] dongcarl opened pull request #16059: configure: Fix thread_local detection (master...2019-05-fix-thread_local-compat) https://github.com/bitcoin/bitcoin/pull/16059
< bitcoin-git> [bitcoin] jnewbery opened pull request #16060: Bury bip9 deployments (master...bury_bip9_deployments) https://github.com/bitcoin/bitcoin/pull/16060