12020-12-22T00:04:45  <aj> CubicEarth: i think the limit (if one node has 0 latency and infinite bandwidth) is ~90% -- you'd request 16*9=144=MAX_BLOCKS_IN_TRANSIT_PER_PEER*(m_max_outbound-1) blocks from the other outbounds, but stop requesting from the fast peer after 1024-144 (1024=BLOCK_DOWNLOAD_WINDOW) blocks, at which point your fast peer is gated on the slow peers
  22020-12-22T00:05:00  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has quit IRC (Ping timeout: 256 seconds)
  32020-12-22T00:07:18  <aj> sdaftuar: i had the thought that it'd be nice if faster peers progressively got larger max_in_transit figures, with everyone starting off at just 1 or 2, but never looked into it. i manually kill the connections to slow nodes when i'm resyncing for a few days or more :-/
  42020-12-22T00:08:33  <sipa> aj: yeah, and also making it adaptive based on block sizes
  52020-12-22T00:08:47  <sipa> though i guess that mostly matters for the historic part of the chain
  62020-12-22T00:09:01  <sipa> but 1024 is huge overkill for recent blocks
  72020-12-22T00:09:19  <sipa> eh, 1024 as total window size
  82020-12-22T00:09:25  <sipa> you were talking about per-peer limits
  92020-12-22T00:16:34  <aj> sipa: yeah, but smaller total window on its own would make slow peers even more of a nuisance
 102020-12-22T00:17:09  <sipa> indeed
 112020-12-22T00:44:37  *** miketwenty1 <miketwenty1!~miketwent@ec2-54-235-98-1.compute-1.amazonaws.com> has quit IRC (Ping timeout: 264 seconds)
 122020-12-22T01:01:21  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC ()
 132020-12-22T01:05:58  *** openoms <openoms!~quassel@91.132.136.76> has quit IRC (Ping timeout: 256 seconds)
 142020-12-22T01:07:28  *** openoms <openoms!~quassel@91.132.136.76> has joined #bitcoin-core-dev
 152020-12-22T01:19:45  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
 162020-12-22T01:29:09  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 172020-12-22T01:29:09  <bitcoin-git> [bitcoin] prayank23 opened pull request #20741: doc: Update 'Secure string handling' (master...walletname-security) https://github.com/bitcoin/bitcoin/pull/20741
 182020-12-22T01:29:10  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 192020-12-22T01:32:17  *** while <while!~while@dsl-50-5-16-66.fuse.net> has quit IRC (Read error: Connection reset by peer)
 202020-12-22T01:36:18  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC (Disconnected by services)
 212020-12-22T01:36:19  *** vasild_ <vasild_!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
 222020-12-22T01:36:19  *** vasild_ is now known as vasild
 232020-12-22T01:43:45  <CubicEarth> sdaftuar: I don't think it disconnected, but it was only about 15 or 20 minutes to catch up the ~1500 blocks behind
 242020-12-22T02:31:59  *** CubicEarth <CubicEarth!~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net> has quit IRC (Read error: Connection reset by peer)
 252020-12-22T02:32:30  *** CubicEarth <CubicEarth!~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net> has joined #bitcoin-core-dev
 262020-12-22T02:40:48  *** udecker <udecker!~udecker@173.243.88.22> has joined #bitcoin-core-dev
 272020-12-22T02:41:53  *** udecker <udecker!~udecker@173.243.88.22> has quit IRC (Client Quit)
 282020-12-22T02:42:22  *** udecker <udecker!~udecker@173.243.88.22> has joined #bitcoin-core-dev
 292020-12-22T03:00:40  *** owowo <owowo!~ovovo@unaffiliated/ovovo> has quit IRC (Ping timeout: 256 seconds)
 302020-12-22T03:02:47  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has joined #bitcoin-core-dev
 312020-12-22T03:05:22  <phantomcircuit> sipa, monkeying with mutate_depth and use_value_profile resulted in lots of new test cases
 322020-12-22T03:05:25  <phantomcircuit> really interesting
 332020-12-22T03:05:33  *** owowo <owowo!~ovovo@unaffiliated/ovovo> has joined #bitcoin-core-dev
 342020-12-22T03:12:50  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
 352020-12-22T03:12:58  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 256 seconds)
 362020-12-22T03:17:07  *** lukedashjr is now known as luke-jr
 372020-12-22T03:19:15  *** Wayno <Wayno!~Wayno@185.103.96.147> has quit IRC (Remote host closed the connection)
 382020-12-22T03:40:09  *** flukiluke1 <flukiluke1!~flukiluke@217.146.82.202> has joined #bitcoin-core-dev
 392020-12-22T04:46:04  *** udecker <udecker!~udecker@173.243.88.22> has quit IRC (Quit: udecker)
 402020-12-22T05:48:34  <fanquake> #20644 wont backport cleanly to 0.19 or 0.20, as the version of cctools is older. I've put together what should be an equivalent patch. Would be good for someone to double check it. Just finishing a gbuild
 412020-12-22T05:48:35  <fanquake> https://github.com/fanquake/bitcoin/commit/bd943d195903edcb8a4464eeed22871326e42be8
 422020-12-22T05:48:36  <gribble> https://github.com/bitcoin/bitcoin/issues/20644 | Add patch to make codesign_allocate compatible with Apples by sipa · Pull Request #20644 · bitcoin/bitcoin · GitHub
 432020-12-22T05:49:01  <fanquake> Can pull it into #20739 if it looks ok
 442020-12-22T05:49:03  <gribble> https://github.com/bitcoin/bitcoin/issues/20739 | [0.19] final rc2 backports by MarcoFalke · Pull Request #20739 · bitcoin/bitcoin · GitHub
 452020-12-22T05:50:45  <sipa> fanquake: looks equivalent
 462020-12-22T05:51:30  <sipa> but if we're going to use achow's signapple tool, we don't actually need these patches (it won't matter if we take them or not)
 472020-12-22T06:26:52  <jonasschnelli> achow101: still getting that (a different) error: https://gist.github.com/jonasschnelli/557c1534461bc85925527c6a6a9a4d27
 482020-12-22T06:28:08  <sipa> jonasschnelli: are you trying to run the gitian-compiled codesign_allocate binary on macos?
 492020-12-22T06:28:13  <sipa> it's a.linux binary
 502020-12-22T06:29:25  <jonasschnelli> oh... that might be the problem.
 512020-12-22T06:30:25  <sipa> you'll probably either want to do the whole thing on linux, or compile the cctools codesign_allocate for macos
 522020-12-22T06:30:26  <jonasschnelli> success
 532020-12-22T06:31:04  <jonasschnelli> will try now to compile the cctools for mac.
 542020-12-22T06:33:21  <sipa> success? it worked?
 552020-12-22T06:34:24  <jonasschnelli> Yeah. But with the mac internal codesign_allocate binary...
 562020-12-22T06:34:33  <sipa> ah
 572020-12-22T06:34:35  *** az0re <az0re!~az0re@gateway/tor-sasl/az0re> has joined #bitcoin-core-dev
 582020-12-22T06:56:21  *** sturles <sturles!~sturles@unaffiliated/sturles> has quit IRC (Ping timeout: 260 seconds)
 592020-12-22T06:56:27  *** chjj <chjj!~chjj@unaffiliated/chjj> has quit IRC (Ping timeout: 258 seconds)
 602020-12-22T06:58:09  *** sturles <sturles!~sturles@unaffiliated/sturles> has joined #bitcoin-core-dev
 612020-12-22T07:08:52  *** chjj <chjj!~chjj@unaffiliated/chjj> has joined #bitcoin-core-dev
 622020-12-22T07:09:06  <achow101> macports uses the open source cctools so that would work
 632020-12-22T07:17:46  *** shesek <shesek!~shesek@unaffiliated/shesek> has quit IRC (Remote host closed the connection)
 642020-12-22T07:28:19  <jonasschnelli> okay... installing it now through MacPorts
 652020-12-22T07:36:42  *** lz <lz!cac05003@202.192.80.3> has joined #bitcoin-core-dev
 662020-12-22T07:43:08  *** fsaf <fsaf!49aa8ac6@c-73-170-138-198.hsd1.ca.comcast.net> has joined #bitcoin-core-dev
 672020-12-22T07:44:27  *** fsaf <fsaf!49aa8ac6@c-73-170-138-198.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
 682020-12-22T07:46:51  <jonasschnelli> shall I test with internal codesign_allocate and with the macports cctools version?
 692020-12-22T07:47:13  *** udecker <udecker!~udecker@173.243.88.22> has joined #bitcoin-core-dev
 702020-12-22T07:48:54  <jonasschnelli> https://bitcoin.jonasschnelli.ch/bitcoin-0.21.0rc3-osx-unsigned_csalloc_macports.zip
 712020-12-22T07:49:01  <jonasschnelli> https://bitcoin.jonasschnelli.ch/bitcoin-0.21.0rc3-osx-unsigned-csalloc_internal.zip
 722020-12-22T07:49:11  <jonasschnelli> testing now the gitian signer
 732020-12-22T07:49:48  *** abraham <abraham!~abraham@45.91.22.224> has joined #bitcoin-core-dev
 742020-12-22T07:58:23  <sipa> jonasschnelli: whatever is compatible with what gitian does at attaching tome
 752020-12-22T07:59:24  <jonasschnelli> stuffing the csalloc_internal signature through gitian signer gives me a "Bitcoin-Qt.app: invalid signature (code or signature have been modified)" when verifying on my mac
 762020-12-22T07:59:50  <jonasschnelli> (now testing with the cctools codesign_allocate signature)
 772020-12-22T08:04:19  <jonasschnelli> success: using codesign_allocate from cctools-927.0.2_6 (throught MacPorts) works!
 782020-12-22T08:04:55  <sipa> yay!
 792020-12-22T08:05:12  <jonasschnelli> As for the next steps: how do we pack codesign_allocate into the bitcoin-osx-unsigned.tar.gz?
 802020-12-22T08:05:22  <jonasschnelli> (i mean the macOS version)
 812020-12-22T08:05:33  <sipa> we don't need to, i think?
 822020-12-22T08:05:40  <jonasschnelli> Or shall we imply that the macOS code signature needs to be done on Linux?
 832020-12-22T08:05:56  <sipa> you just did one on osx just fine?
 842020-12-22T08:06:22  <jonasschnelli> Yeah... but using macports and installing cctools might not be stable in the long run
 852020-12-22T08:06:44  <jonasschnelli> probably okay for now
 862020-12-22T08:07:02  <sipa> i guess we can add an osx cctools in there
 872020-12-22T08:07:02  <jonasschnelli> But I foresee this as a pitfall when someone else builds MacOS signatures in future
 882020-12-22T08:07:17  <sipa> my point is more that it doesn't need to be reproducibly built
 892020-12-22T08:07:28  <jonasschnelli> yes. Thats right.
 902020-12-22T08:07:32  <sipa> it just needs to do the right thing, and we'll know when it doesn't
 912020-12-22T08:07:55  <jonasschnelli> Agree. Either we document it well or we make achow101 codesign fail when not using the cctools alloc
 922020-12-22T08:08:39  <sipa> or even nicer would be incorporating the allocate tool into the signer
 932020-12-22T08:08:59  * jonasschnelli pokes achow101 (he might not like that)
 942020-12-22T08:09:22  <jonasschnelli> but hey,... finally we can sing on linux. I bet there are a ton of other projects interested in that
 952020-12-22T08:09:31  <sipa> we talked about it here a few days ago
 962020-12-22T08:09:51  <sipa> iirc he wasn"t planning on adding the allocate part, or at least not at firsr
 972020-12-22T08:10:40  <jonasschnelli> The missing codesign_allocate part would probably also be a great source of failue/debugging if other projects starting to use this tool
 982020-12-22T08:10:45  <jonasschnelli> (not that this is the scope)
 992020-12-22T08:11:55  <jonasschnelli> however, impressive work achow101!
1002020-12-22T08:17:16  *** jnewbery <jnewbery!~john@164.90.178.190> has quit IRC (Ping timeout: 256 seconds)
1012020-12-22T08:17:25  *** jnewbery <jnewbery!~john@164.90.178.190> has joined #bitcoin-core-dev
1022020-12-22T08:17:28  *** Livestradamus <Livestradamus!~quassel@unaffiliated/livestradamus> has quit IRC (Remote host closed the connection)
1032020-12-22T08:17:45  *** Livestradamus <Livestradamus!~quassel@unaffiliated/livestradamus> has joined #bitcoin-core-dev
1042020-12-22T08:18:48  <sipa> jonasschnelli: for rc4 you'll actually probably just want to use the macos allocate tool
1052020-12-22T08:19:07  <sipa> since rc4 has my patch that makes its cctools act like the macos one
1062020-12-22T08:19:22  <jonasschnelli> Yes. Sure. Your fix.
1072020-12-22T08:19:29  <sipa> ideally you'd use a macos build of the patched cctools
1082020-12-22T08:19:30  <jonasschnelli> I mean no fix on Mac
1092020-12-22T08:19:47  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
1102020-12-22T08:19:48  <sipa> but in all likelihood, the apple one will just work
1112020-12-22T08:19:54  <jonasschnelli> Ah.. I tried without (rc3) and it worked...
1122020-12-22T08:20:24  <jonasschnelli> I’ll do a testrun with rc4 before publishing the sigs
1132020-12-22T08:20:33  <jonasschnelli> (With the apple one)
1142020-12-22T08:21:21  <sipa> rc3 used unpatched cctools in its attacher
1152020-12-22T08:21:41  <sipa> so you need to use unpatched cctools at signing time too
1162020-12-22T08:23:41  <jonasschnelli> sipa: Yes. I tested your fix (patched cctools in attacher) with official_apple tool on signer. Which worked. I guess we can do this also for rc4?
1172020-12-22T08:25:55  <sipa> what build did you test?
1182020-12-22T08:27:44  <jonasschnelli> Rc3
1192020-12-22T08:28:10  <jonasschnelli> Nope... sry. Master
1202020-12-22T08:28:20  <sipa> ah yes, master, that makes sense
1212020-12-22T08:28:43  <jonasschnelli> But since we backported your fix. It should behave identical (in terms of signing)
1222020-12-22T08:28:53  <jonasschnelli> (Rc4)
1232020-12-22T08:29:15  <sipa> yup
1242020-12-22T08:48:24  *** lz <lz!cac05003@202.192.80.3> has quit IRC (Ping timeout: 245 seconds)
1252020-12-22T08:51:58  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has joined #bitcoin-core-dev
1262020-12-22T09:03:13  *** flack <flack!~flack@p200300d46f24de00ce7a6ba684b2a133.dip0.t-ipconnect.de> has joined #bitcoin-core-dev
1272020-12-22T09:04:03  *** flack <flack!~flack@p200300d46f24de00ce7a6ba684b2a133.dip0.t-ipconnect.de> has quit IRC (Client Quit)
1282020-12-22T09:04:29  *** asdlkfjwerpoicvx <asdlkfjwerpoicvx!~flack@p200300d46f24de00ce7a6ba684b2a133.dip0.t-ipconnect.de> has joined #bitcoin-core-dev
1292020-12-22T09:06:16  *** abraham <abraham!~abraham@45.91.22.224> has quit IRC (Quit: abraham)
1302020-12-22T09:12:34  *** jonatack <jonatack!~jon@213.152.162.154> has quit IRC (Quit: jonatack)
1312020-12-22T09:16:18  *** jonatack <jonatack!~jon@88.124.242.136> has joined #bitcoin-core-dev
1322020-12-22T09:21:18  *** jonatack <jonatack!~jon@88.124.242.136> has quit IRC (Ping timeout: 256 seconds)
1332020-12-22T09:21:23  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
1342020-12-22T09:21:46  *** jonatack <jonatack!~jon@213.152.161.30> has joined #bitcoin-core-dev
1352020-12-22T09:28:35  *** Landryl <Landryl!~Landryl@ns528256.ip-192-99-10.net> has quit IRC (Quit: The Lounge - https://thelounge.chat)
1362020-12-22T09:31:43  *** Landryl <Landryl!~Landryl@ns528256.ip-192-99-10.net> has joined #bitcoin-core-dev
1372020-12-22T09:32:05  *** proofofkeags_ <proofofkeags_!~proofofke@174-29-3-187.hlrn.qwest.net> has joined #bitcoin-core-dev
1382020-12-22T09:32:30  *** proofofkeags <proofofkeags!~proofofke@174-29-3-187.hlrn.qwest.net> has quit IRC (Remote host closed the connection)
1392020-12-22T09:56:06  *** Emcy <Emcy!~Emcy@unaffiliated/emcy> has quit IRC (Ping timeout: 265 seconds)
1402020-12-22T10:05:08  *** kexkey <kexkey!~kexkey@static-198-54-132-138.cust.tzulo.com> has quit IRC (Ping timeout: 272 seconds)
1412020-12-22T10:14:47  *** Emcy <Emcy!~Emcy@unaffiliated/emcy> has joined #bitcoin-core-dev
1422020-12-22T10:26:53  *** bosma <bosma!sid103570@gateway/web/irccloud.com/x-vyqfzrgivozqwuhm> has joined #bitcoin-core-dev
1432020-12-22T10:28:24  *** eragmus <eragmus!sid136308@gateway/web/irccloud.com/x-dcfwmxguedopunaj> has joined #bitcoin-core-dev
1442020-12-22T10:30:25  *** valwal_ <valwal_!sid334773@gateway/web/irccloud.com/x-kcpafitmewgluevi> has joined #bitcoin-core-dev
1452020-12-22T10:31:18  *** tylerchambers <tylerchambers!sid477594@gateway/web/irccloud.com/x-dlbubescdmengbml> has joined #bitcoin-core-dev
1462020-12-22T10:31:55  *** Jackielove4u <Jackielove4u!uid43977@gateway/web/irccloud.com/x-jhzugnblbuxavtfw> has joined #bitcoin-core-dev
1472020-12-22T10:54:02  *** jeremyrubin <jeremyrubin!~jr@2601:645:c200:14:d16a:4949:3622:4cc0> has quit IRC (Ping timeout: 268 seconds)
1482020-12-22T11:03:50  *** asdlkfjwerpoicvx <asdlkfjwerpoicvx!~flack@p200300d46f24de00ce7a6ba684b2a133.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)
1492020-12-22T11:04:16  *** warren <warren!~warren@fedora/wombat/warren> has quit IRC (Ping timeout: 240 seconds)
1502020-12-22T11:05:16  *** dviola <dviola!~diego@unaffiliated/dviola> has quit IRC (Ping timeout: 240 seconds)
1512020-12-22T11:06:50  *** dviola <dviola!~diego@187.39.20.240> has joined #bitcoin-core-dev
1522020-12-22T11:07:54  *** warren <warren!~warren@fedora/wombat/warren> has joined #bitcoin-core-dev
1532020-12-22T11:08:08  *** asdlkfjwerpoicvx <asdlkfjwerpoicvx!~flack@p200300d46f24de008fed52e96cd39bec.dip0.t-ipconnect.de> has joined #bitcoin-core-dev
1542020-12-22T11:13:46  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1552020-12-22T11:13:47  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4ac48d30a84...209974d379e5
1562020-12-22T11:13:47  <bitcoin-git> bitcoin/master e3d2ba7 practicalswift: fuzz: Update FuzzedDataProvider.h from upstream (LLVM)
1572020-12-22T11:13:48  <bitcoin-git> bitcoin/master 209974d MarcoFalke: Merge #20740: fuzz: Update FuzzedDataProvider.h from upstream (LLVM)
1582020-12-22T11:13:50  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1592020-12-22T11:14:06  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1602020-12-22T11:14:06  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #20740: fuzz: Update FuzzedDataProvider.h from upstream (LLVM) (master...bump-FuzzedDataProvider.h) https://github.com/bitcoin/bitcoin/pull/20740
1612020-12-22T11:14:07  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1622020-12-22T11:17:34  <vasild> practicalswift is not on IRC?
1632020-12-22T11:18:47  <hebasto> vasild: no (he wrote me an email)
1642020-12-22T11:18:56  <vasild> ok
1652020-12-22T11:19:17  *** user____ <user____!~user@mail.deeplinkmedia.com> has quit IRC (Quit: leaving)
1662020-12-22T11:37:51  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
1672020-12-22T11:40:39  <jnewbery> wumpus MarcoFalke: I think #19829 might be RFM (5 ACKs at various times from MarcoFalke, jonatack, hebasto, sipa, Sjors; reACKs on the latest branch from MarcoFalke, jonatack, Sjors)
1682020-12-22T11:40:41  <gribble> https://github.com/bitcoin/bitcoin/issues/19829 | net processing: Move block inventory state to net_processing by jnewbery · Pull Request #19829 · bitcoin/bitcoin · GitHub
1692020-12-22T11:46:08  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1702020-12-22T11:46:09  <bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/209974d379e5...df127ecede80
1712020-12-22T11:46:10  <bitcoin-git> bitcoin/master 717a374 John Newbery: [net processing] Improve documentation for Peer destruction/locking
1722020-12-22T11:46:11  <bitcoin-git> bitcoin/master 77a2c2f John Newbery: [net processing] Move nStartingHeight to Peer
1732020-12-22T11:46:11  <bitcoin-git> bitcoin/master 78040f9 John Newbery: [net processing] Rename nStartingHeight to m_starting_height
1742020-12-22T11:46:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1752020-12-22T11:46:28  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1762020-12-22T11:46:28  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #19829: net processing: Move block inventory state to net_processing (master...2020-08-blocks-in-peer) https://github.com/bitcoin/bitcoin/pull/19829
1772020-12-22T11:46:29  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1782020-12-22T11:46:32  <jnewbery> thanks Marco!
1792020-12-22T12:10:25  *** flukiluke1 <flukiluke1!~flukiluke@217.146.82.202> has quit IRC (Remote host closed the connection)
1802020-12-22T12:29:05  *** Betelgeuse1 <Betelgeuse1!~Betelgeus@185.204.1.185> has joined #bitcoin-core-dev
1812020-12-22T12:36:21  *** asdlkfjwerpoicvx <asdlkfjwerpoicvx!~flack@p200300d46f24de008fed52e96cd39bec.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)
1822020-12-22T12:40:31  *** asdlkfjwerpoicvx <asdlkfjwerpoicvx!~flack@p200300d46f24de00c549028b86996237.dip0.t-ipconnect.de> has joined #bitcoin-core-dev
1832020-12-22T13:23:18  *** SiNoNe_aCid <SiNoNe_aCid!~acid@ppp-2-85-248-171.home.otenet.gr> has joined #bitcoin-core-dev
1842020-12-22T13:24:10  *** SiNoNe_aCid <SiNoNe_aCid!~acid@ppp-2-85-248-171.home.otenet.gr> has left #bitcoin-core-dev
1852020-12-22T13:36:13  *** vasild_ <vasild_!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
1862020-12-22T13:36:13  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC (Disconnected by services)
1872020-12-22T13:36:14  *** vasild_ is now known as vasild
1882020-12-22T13:40:27  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC (Remote host closed the connection)
1892020-12-22T14:20:43  *** shesek <shesek!~shesek@164.90.217.137> has joined #bitcoin-core-dev
1902020-12-22T14:28:10  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1912020-12-22T14:28:10  <bitcoin-git> [bitcoin] fanquake opened pull request #20744: [POC] Use std::filesystem. Remove Boost Filesystem & System (master...use_std_filesystem) https://github.com/bitcoin/bitcoin/pull/20744
1922020-12-22T14:28:11  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1932020-12-22T14:29:08  *** sirikreaki <sirikreaki!~sirikosir@80.72.89.153.coresnet.bg> has quit IRC (Quit: Leaving)
1942020-12-22T14:30:43  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1952020-12-22T14:30:43  <bitcoin-git> [bitcoin] fanquake closed pull request #19245: Replace boost::filesystem with std::filesystem (master...feature/2020-06-replace-boost-filesystem-with-cpp17-filesystem) https://github.com/bitcoin/bitcoin/pull/19245
1962020-12-22T14:30:44  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1972020-12-22T14:45:24  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1982020-12-22T14:45:25  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #20744: [POC] Use std::filesystem. Remove Boost Filesystem & System (master...use_std_filesystem) https://github.com/bitcoin/bitcoin/pull/20744
1992020-12-22T14:45:25  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2002020-12-22T14:45:44  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2012020-12-22T14:45:45  <bitcoin-git> [bitcoin] MarcoFalke reopened pull request #20744: [POC] Use std::filesystem. Remove Boost Filesystem & System (master...use_std_filesystem) https://github.com/bitcoin/bitcoin/pull/20744
2022020-12-22T14:45:46  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2032020-12-22T14:45:59  *** miketwen_ <miketwen_!~miketwent@ec2-54-208-86-252.compute-1.amazonaws.com> has joined #bitcoin-core-dev
2042020-12-22T15:36:01  *** bitcoin-git <bitcoin-git!~bitcoin-g@51.15.8.174> has joined #bitcoin-core-dev
2052020-12-22T15:36:01  <bitcoin-git> [bitcoin] hebasto opened pull request #20745: qa: Correct epoll_ctl data race suppression (master...201222-epoll) https://github.com/bitcoin/bitcoin/pull/20745
2062020-12-22T15:36:04  *** bitcoin-git <bitcoin-git!~bitcoin-g@51.15.8.174> has left #bitcoin-core-dev
2072020-12-22T15:51:18  *** cyclopes2011 <cyclopes2011!47ab551d@pool-71-171-85-29.clppva.fios.verizon.net> has joined #bitcoin-core-dev
2082020-12-22T15:52:53  *** kexkey <kexkey!~kexkey@static-198-54-132-154.cust.tzulo.com> has joined #bitcoin-core-dev
2092020-12-22T15:53:58  *** cyclopes2011 <cyclopes2011!47ab551d@pool-71-171-85-29.clppva.fios.verizon.net> has quit IRC (Remote host closed the connection)
2102020-12-22T15:58:04  *** belcher_ <belcher_!~belcher@unaffiliated/belcher> has joined #bitcoin-core-dev
2112020-12-22T16:00:53  *** belcher <belcher!~belcher@unaffiliated/belcher> has quit IRC (Ping timeout: 260 seconds)
2122020-12-22T16:02:06  *** belcher_ is now known as belcher
2132020-12-22T16:18:04  *** Betelgeuse1 <Betelgeuse1!~Betelgeus@185.204.1.185> has quit IRC (Remote host closed the connection)
2142020-12-22T16:33:00  *** brimstone1 <brimstone1!~brimstone@185.204.1.185> has joined #bitcoin-core-dev
2152020-12-22T16:37:17  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has joined #bitcoin-core-dev
2162020-12-22T16:38:47  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
2172020-12-22T16:51:22  *** tralfaz <tralfaz!~davterra@gateway/tor-sasl/tralfaz> has joined #bitcoin-core-dev
2182020-12-22T16:52:32  *** Henry151 <Henry151!~bishop@ns3007530.ip-151-80-44.eu> has quit IRC (Ping timeout: 258 seconds)
2192020-12-22T16:53:07  *** ghost43_ <ghost43_!~daer@gateway/tor-sasl/daer> has joined #bitcoin-core-dev
2202020-12-22T16:53:36  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC (Disconnected by services)
2212020-12-22T16:53:43  <achow101> jonasschnelli: I would have liked to do the allocate within the tool too, but to do so would essentially require writing a mach-o parser and that was just too much additional work. unfortunately macholib is not sufficient and I couldn't find another library
2222020-12-22T16:53:45  *** tralfaz is now known as davterra
2232020-12-22T16:54:03  *** ghost43 <ghost43!~daer@gateway/tor-sasl/daer> has quit IRC (Ping timeout: 240 seconds)
2242020-12-22T16:55:01  *** asdlkfjwerpoicvx <asdlkfjwerpoicvx!~flack@p200300d46f24de00c549028b86996237.dip0.t-ipconnect.de> has quit IRC (Quit: Konversation terminated!)
2252020-12-22T16:55:02  *** Henry151 <Henry151!~bishop@ns3007530.ip-151-80-44.eu> has joined #bitcoin-core-dev
2262020-12-22T16:55:02  <jonasschnelli> achow101: I think its fine. Lets just document it well because otherwise the sigs attachment fail.
2272020-12-22T16:55:10  *** miketwen_ <miketwen_!~miketwent@ec2-54-208-86-252.compute-1.amazonaws.com> has quit IRC (Ping timeout: 246 seconds)
2282020-12-22T16:55:24  <achow101> sure
2292020-12-22T16:55:43  <jonasschnelli> Maybe we can add a simple script to contrib/ that builds code_allocate on mac
2302020-12-22T16:55:51  <jonasschnelli> I really dislike depending on macports
2312020-12-22T16:56:28  <achow101> could do that
2322020-12-22T16:56:37  <jonasschnelli> That would be awesome
2332020-12-22T16:56:54  <jonasschnelli> Also,.. I would expect that your tool gets attention from other projects too
2342020-12-22T16:57:15  <jonasschnelli> Its really a missing step in distribution (especially iOS, not sure if it works there as well).
2352020-12-22T16:58:26  <achow101> I acutally find a codesigning tool for iOS: https://github.com/appknox/isign
2362020-12-22T16:58:49  <achow101> It might work on MacOS too, but I didn't check. only found this after writing most of my code
2372020-12-22T16:59:26  <achow101> since iOS also uses MachO bundles, it shouldn't be too hard to do both. but I also have no way to test because I can't make iOS builds without an iPhone
2382020-12-22T17:24:14  *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
2392020-12-22T17:24:27  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2402020-12-22T17:24:28  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df127ecede80...9286b1cbce78
2412020-12-22T17:24:29  <bitcoin-git> bitcoin/master d71e29e Hennadii Stepanov: qa: Correct epoll_ctl data race suppression
2422020-12-22T17:24:29  <bitcoin-git> bitcoin/master 9286b1c MarcoFalke: Merge #20745: qa: Correct epoll_ctl data race suppression
2432020-12-22T17:24:31  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2442020-12-22T17:24:47  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2452020-12-22T17:24:48  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #20745: qa: Correct epoll_ctl data race suppression (master...201222-epoll) https://github.com/bitcoin/bitcoin/pull/20745
2462020-12-22T17:24:49  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2472020-12-22T17:30:40  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2482020-12-22T17:30:40  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #20746: test (master...2012-tempDel) https://github.com/bitcoin/bitcoin/pull/20746
2492020-12-22T17:30:41  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2502020-12-22T17:31:18  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2512020-12-22T17:31:18  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #20746: test (master...2012-tempDel) https://github.com/bitcoin/bitcoin/pull/20746
2522020-12-22T17:31:19  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2532020-12-22T17:31:46  *** csknk <csknk!~csknk@unaffiliated/csknk> has joined #bitcoin-core-dev
2542020-12-22T17:35:06  *** Mercury_Vapor <Mercury_Vapor!~Mercury_V@174-082-166-092.res.spectrum.com> has joined #bitcoin-core-dev
2552020-12-22T17:35:45  *** csknk <csknk!~csknk@unaffiliated/csknk> has quit IRC (Client Quit)
2562020-12-22T17:37:52  *** Asbestos_Vapor <Asbestos_Vapor!~Mercury_V@174-082-166-092.res.spectrum.com> has quit IRC (Ping timeout: 246 seconds)
2572020-12-22T17:40:40  *** Asbestos_Vapor <Asbestos_Vapor!~Mercury_V@174-082-166-092.res.spectrum.com> has joined #bitcoin-core-dev
2582020-12-22T17:43:25  *** Mercury_Vapor <Mercury_Vapor!~Mercury_V@174-082-166-092.res.spectrum.com> has quit IRC (Ping timeout: 264 seconds)
2592020-12-22T17:44:21  *** jeremyrubin <jeremyrubin!~jr@2601:645:c200:14:d16a:4949:3622:4cc0> has joined #bitcoin-core-dev
2602020-12-22T17:51:06  *** Anduck <Anduck!~anduck@unaffiliated/anduck> has joined #bitcoin-core-dev
2612020-12-22T17:54:15  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2622020-12-22T17:54:15  <bitcoin-git> [bitcoin] jnewbery opened pull request #20747: net processing: Remove dropmessagestest (master...2020-12-dropmessagestest) https://github.com/bitcoin/bitcoin/pull/20747
2632020-12-22T17:54:16  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2642020-12-22T17:54:26  *** shesek <shesek!~shesek@unaffiliated/shesek> has quit IRC (Ping timeout: 272 seconds)
2652020-12-22T18:06:06  *** miketwenty1 <miketwenty1!~miketwent@136.55.84.49> has joined #bitcoin-core-dev
2662020-12-22T18:18:16  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2672020-12-22T18:18:16  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #20748: test: Add race:SendZmqMessage tsan suppression (master...2012-ciSuppZmq) https://github.com/bitcoin/bitcoin/pull/20748
2682020-12-22T18:18:17  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2692020-12-22T18:25:36  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2702020-12-22T18:25:36  <bitcoin-git> [bitcoin] dongcarl opened pull request #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex (master...2020-09-libbitcoinruntime-v4) https://github.com/bitcoin/bitcoin/pull/20749
2712020-12-22T18:25:37  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2722020-12-22T18:32:12  *** while <while!~while@dsl-50-5-16-66.fuse.net> has joined #bitcoin-core-dev
2732020-12-22T18:32:35  *** while <while!~while@dsl-50-5-16-66.fuse.net> has quit IRC (Read error: Connection reset by peer)
2742020-12-22T18:34:16  *** molz_ <molz_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2752020-12-22T18:35:58  *** StopAndDecrypt_ <StopAndDecrypt_!~StopAndDe@82.102.23.218> has joined #bitcoin-core-dev
2762020-12-22T18:36:03  *** StopAndDecrypt <StopAndDecrypt!~StopAndDe@unaffiliated/stopanddecrypt> has quit IRC (Ping timeout: 260 seconds)
2772020-12-22T18:38:05  *** mol_ <mol_!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 240 seconds)
2782020-12-22T18:43:27  *** StopAndDecrypt_ <StopAndDecrypt_!~StopAndDe@82.102.23.218> has quit IRC (Ping timeout: 256 seconds)
2792020-12-22T18:46:17  <hebasto> achow101 "I acutally find a codesigning tool for iOS: https://github.com/appknox/isign" -- if that tool work, should we maintain own tool in long run?
2802020-12-22T18:51:06  *** justan0theruser <justan0theruser!~justanoth@unaffiliated/justanotheruser> has joined #bitcoin-core-dev
2812020-12-22T18:53:13  *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has quit IRC (Ping timeout: 272 seconds)
2822020-12-22T19:04:50  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Ping timeout: 264 seconds)
2832020-12-22T19:05:03  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
2842020-12-22T19:14:04  *** miketwen_ <miketwen_!~miketwent@ec2-54-235-98-1.compute-1.amazonaws.com> has joined #bitcoin-core-dev
2852020-12-22T19:14:54  <phantomcircuit> MarcoFalke, are there rules about what should be pr'd to qa-assets?
2862020-12-22T19:15:20  <phantomcircuit> (other than them being merged
2872020-12-22T19:15:21  <phantomcircuit> )
2882020-12-22T19:17:05  *** miketwenty1 <miketwenty1!~miketwent@136.55.84.49> has quit IRC (Ping timeout: 240 seconds)
2892020-12-22T19:36:08  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2902020-12-22T19:36:08  <bitcoin-git> [bitcoin] dongcarl opened pull request #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validation functions (master...2020-09-reduce-validation-mempool-ccsactiveglobal-usage) https://github.com/bitcoin/bitcoin/pull/20750
2912020-12-22T19:36:09  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2922020-12-22T19:36:57  *** StopAndDecrypt <StopAndDecrypt!~StopAndDe@unaffiliated/stopanddecrypt> has joined #bitcoin-core-dev
2932020-12-22T19:39:50  *** Chlorine_Vapor <Chlorine_Vapor!~Mercury_V@174-082-166-092.res.spectrum.com> has joined #bitcoin-core-dev
2942020-12-22T19:42:49  *** Asbestos_Vapor <Asbestos_Vapor!~Mercury_V@174-082-166-092.res.spectrum.com> has quit IRC (Ping timeout: 246 seconds)
2952020-12-22T19:48:57  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Ping timeout: 272 seconds)
2962020-12-22T19:49:23  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
2972020-12-22T19:51:57  *** Chris_Stewart_5 <Chris_Stewart_5!~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383> has quit IRC (Read error: Connection reset by peer)
2982020-12-22T20:00:24  *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
2992020-12-22T20:01:05  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC (Remote host closed the connection)
3002020-12-22T20:02:17  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has joined #bitcoin-core-dev
3012020-12-22T20:07:03  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC (Ping timeout: 240 seconds)
3022020-12-22T20:11:19  *** Anduck <Anduck!~anduck@unaffiliated/anduck> has quit IRC (Quit: Reconnecting)
3032020-12-22T20:12:13  *** Anduck <Anduck!~anduck@unaffiliated/anduck> has joined #bitcoin-core-dev
3042020-12-22T20:39:46  *** Pippo65 <Pippo65!97152375@151.21.35.117> has joined #bitcoin-core-dev
3052020-12-22T20:42:04  *** Pippo65 <Pippo65!97152375@151.21.35.117> has quit IRC (Remote host closed the connection)
3062020-12-22T20:57:09  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3072020-12-22T20:57:10  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9286b1cbce78...98de9eb1aa84
3082020-12-22T20:57:10  <bitcoin-git> bitcoin/master 3e15712 Hennadii Stepanov: Update TSan suppressions
3092020-12-22T20:57:11  <bitcoin-git> bitcoin/master 98de9eb MarcoFalke: Merge #19983: Drop some TSan suppressions
3102020-12-22T20:57:12  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3112020-12-22T20:57:29  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3122020-12-22T20:57:30  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #19983: Drop some TSan suppressions (master...200920-supp) https://github.com/bitcoin/bitcoin/pull/19983
3132020-12-22T20:57:30  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3142020-12-22T20:58:46  *** owowo <owowo!~ovovo@unaffiliated/ovovo> has quit IRC (Ping timeout: 246 seconds)
3152020-12-22T21:39:32  <achow101> hebasto: maintaining our own tool at least lets us target it to our specific needs
3162020-12-22T21:39:54  <achow101> e.g. I can make it produced detached sigs that we can attach with the same tool
3172020-12-22T21:45:19  *** jesseposner <jesseposner!~jp@c-73-15-111-74.hsd1.ca.comcast.net> has quit IRC (Read error: Connection reset by peer)
3182020-12-22T21:45:52  *** jesseposner <jesseposner!~jp@2601:645:200:162f:da9:1617:a616:f7bc> has joined #bitcoin-core-dev
3192020-12-22T21:46:34  *** filchef <filchef!~filchef@89.253.179.83> has joined #bitcoin-core-dev
3202020-12-22T21:52:04  <luke-jr> achow101: could jsut as well PR that feature to the existing one..
3212020-12-22T21:52:15  <achow101> it seems unmaintained
3222020-12-22T21:52:21  <luke-jr> :/
3232020-12-22T21:53:49  <achow101> it's forked from an archived repo, but that repo has a bunch of forks so I can't tell which one is "real"
3242020-12-22T21:58:35  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
3252020-12-22T22:01:42  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Remote host closed the connection)
3262020-12-22T22:02:34  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3272020-12-22T22:43:01  *** GonnaSellSomeCoo <GonnaSellSomeCoo!~textual@162-245.23-155.PUBLIC.monkeybrains.net> has joined #bitcoin-core-dev
3282020-12-22T22:47:19  *** GonnaSellSomeCoo <GonnaSellSomeCoo!~textual@162-245.23-155.PUBLIC.monkeybrains.net> has quit IRC (Client Quit)
3292020-12-22T22:47:41  *** pbarry_ <pbarry_!~textual@162-245.23-155.PUBLIC.monkeybrains.net> has joined #bitcoin-core-dev
3302020-12-22T22:47:47  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has quit IRC (Ping timeout: 260 seconds)
3312020-12-22T23:05:17  *** pbarry_ <pbarry_!~textual@162-245.23-155.PUBLIC.monkeybrains.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
3322020-12-22T23:09:23  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 240 seconds)
3332020-12-22T23:13:35  *** pbarry_ <pbarry_!~textual@162-245.23-155.PUBLIC.monkeybrains.net> has joined #bitcoin-core-dev
3342020-12-22T23:15:04  *** pbarry_ <pbarry_!~textual@162-245.23-155.PUBLIC.monkeybrains.net> has quit IRC (Client Quit)
3352020-12-22T23:36:27  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Remote host closed the connection)
3362020-12-22T23:50:08  *** greypw <greypw!~greypw@unaffiliated/greypw> has quit IRC (Quit: I'll be back!)
3372020-12-22T23:50:40  *** greypw <greypw!~greypw@unaffiliated/greypw> has joined #bitcoin-core-dev
3382020-12-22T23:55:49  <justinmoon> Can anyone share docker or vagrant setups for the gitian build? Been following these docs and I imagine we could automate this more https://github.com/bitcoin-core/docs/blob/master/gitian-building.md ...