12017-06-18T00:00:58 <luke-jr> no
22017-06-18T00:01:04 <luke-jr> unless a buffer overflow or smth
32017-06-18T00:01:38 <phantomcircuit> CScript expect = CScript() << nHeight;
42017-06-18T00:01:55 <phantomcircuit> for values less than 10 CScript can encode them using the constant opcodes
52017-06-18T00:02:08 <luke-jr> phantomcircuit: btw, add yourself to https://en.bitcoin.it/wiki/Segwit_support
62017-06-18T00:02:17 <phantomcircuit> 1-75 i guess
72017-06-18T00:02:26 <phantomcircuit> are probably wrong in every pools implementation of this
82017-06-18T00:02:55 <phantomcircuit> er
92017-06-18T00:03:02 <phantomcircuit> 1-17 that is
102017-06-18T00:03:10 <luke-jr> oh, lol
112017-06-18T00:03:33 <phantomcircuit> yeah i doubt anybody has that one right
122017-06-18T00:03:36 <phantomcircuit> i certainly dont
132017-06-18T00:04:05 *** AaronvanW has joined #bitcoin-core-dev
142017-06-18T00:06:57 <phantomcircuit> Lightsword, ^
152017-06-18T00:07:44 <Lightsword> phantomcircuit, ohâ¦yeah I had an issue at around that I recall
162017-06-18T00:08:05 <phantomcircuit> Lightsword, why though?
172017-06-18T00:08:13 <phantomcircuit> nothing new should be using that commitment
182017-06-18T00:08:25 <phantomcircuit> just change it to use the locktime or whatever it is
192017-06-18T00:08:50 <Lightsword> for testnets which immediately enforce BIP34
202017-06-18T00:09:39 <Lightsword> âfor values less than 10 CScript can encode them using the constant opcodesâ how would that work?
212017-06-18T00:11:01 <sipa> use OP_5 rather than 0x01 0x05
222017-06-18T00:11:01 *** goofie_ has quit IRC
232017-06-18T00:13:36 <sipa> Lightsword: is that from the BIP?
242017-06-18T00:13:42 <sipa> that's not implemented in the consensus rules...
252017-06-18T00:13:52 <luke-jr> ?
262017-06-18T00:14:03 <sipa> using OP_n for the height in BIP34
272017-06-18T00:14:31 <sipa> oh, he was quoting phantomcircuit
282017-06-18T00:14:53 <sipa> no, the << operator on CScript always does a data push, never an OP_n
292017-06-18T00:16:33 <Lightsword> so block heights 1-17 are encoded differently?
302017-06-18T00:17:13 <phantomcircuit> sipa, really?
312017-06-18T00:18:58 <phantomcircuit> sipa, push_int64 seems to implement the 1-17 encoding thing
322017-06-18T00:20:58 *** dermoth has quit IRC
332017-06-18T00:21:38 <phantomcircuit> sipa, yeah no it only does data pushes if it's data you're pushing
342017-06-18T00:21:54 <phantomcircuit> does use constants if it's an integer though
352017-06-18T00:23:13 *** dermoth has joined #bitcoin-core-dev
362017-06-18T00:25:35 *** goofie_ has joined #bitcoin-core-dev
372017-06-18T00:27:12 <sipa> phantomcircuit: i once tried to "fix" that, and ended up almost created a consensus bug
382017-06-18T00:28:51 <sipa> Lightsword: no, they're all encoded the same
392017-06-18T00:30:04 <Lightsword> sipa, same as each other or same as block 18-127?
402017-06-18T00:31:38 *** owowo has quit IRC
412017-06-18T00:33:29 *** owowo has joined #bitcoin-core-dev
422017-06-18T00:46:45 <phantomcircuit> sipa, it seems like the push int things have always handled the shorter encodings
432017-06-18T00:47:14 <phantomcircuit> sipa, wait how would fixing that cause a consensus bug
442017-06-18T00:49:50 <luke-jr> phantomcircuit: encoding must be identical for height
452017-06-18T00:50:10 <luke-jr> although I guess BIP34 was never enforced at those heights for mainnet
462017-06-18T00:50:52 *** dermoth has quit IRC
472017-06-18T00:52:53 *** dermoth has joined #bitcoin-core-dev
482017-06-18T01:25:41 *** justan0theruser has joined #bitcoin-core-dev
492017-06-18T01:26:54 *** dermoth has quit IRC
502017-06-18T01:27:34 *** justanotheruser has quit IRC
512017-06-18T01:37:22 *** dermoth has joined #bitcoin-core-dev
522017-06-18T01:47:46 *** Ylbam has quit IRC
532017-06-18T01:49:17 *** Giszmo has joined #bitcoin-core-dev
542017-06-18T02:30:25 *** goatpig has quit IRC
552017-06-18T02:45:44 *** AaronvanW has quit IRC
562017-06-18T02:48:10 *** dermoth has quit IRC
572017-06-18T02:50:28 *** dermoth has joined #bitcoin-core-dev
582017-06-18T03:04:16 *** dermoth has quit IRC
592017-06-18T03:06:22 *** dermoth has joined #bitcoin-core-dev
602017-06-18T03:10:22 *** Chris_Stewart_5 has joined #bitcoin-core-dev
612017-06-18T03:13:16 *** goofie_ has quit IRC
622017-06-18T03:15:04 *** Chris_Stewart_5 has quit IRC
632017-06-18T03:27:23 *** goofie_ has joined #bitcoin-core-dev
642017-06-18T03:27:38 <phantomcircuit> sipa, yeah it's exactly what i thought
652017-06-18T03:27:47 <phantomcircuit> height 1-75 are all single byte encodings
662017-06-18T03:30:20 *** dermoth has quit IRC
672017-06-18T03:30:29 *** bigboog has quit IRC
682017-06-18T03:32:02 <sipa> phantomcircuit: sure
692017-06-18T03:32:16 <sipa> single byte lengths
702017-06-18T03:32:41 <sipa> phantomcircuit: but << will never cause an OP_n
712017-06-18T03:34:27 *** dermoth has joined #bitcoin-core-dev
722017-06-18T03:35:51 <phantomcircuit> sipa, no it does
732017-06-18T03:36:02 <phantomcircuit> try changing regtest to requite bip34 at height 2
742017-06-18T03:36:04 <phantomcircuit> you'll see
752017-06-18T03:39:40 *** afk11 has quit IRC
762017-06-18T03:40:21 *** afk11 has joined #bitcoin-core-dev
772017-06-18T03:40:56 <Lightsword> so how exactly do you do BIP34 single byte encodings?
782017-06-18T03:42:55 *** Giszmo has quit IRC
792017-06-18T03:52:56 <sipa> Lightsword: it's always the same!
802017-06-18T03:53:02 <sipa> push the number as bytes
812017-06-18T03:53:16 <sipa> heights 0 through 255 or 0x01 + 1 byte
822017-06-18T03:53:29 <sipa> 256 through 65535 are 0x02 + 2 bytes
832017-06-18T03:53:42 <sipa> 65536 through 16777215 are 0x03 + 3 bytes
842017-06-18T03:53:54 *** afk11 has quit IRC
852017-06-18T03:54:06 <Lightsword> uh, luke said the âlen2/len3 ought to be 32768 and 8388608â
862017-06-18T03:54:09 *** afk11 has joined #bitcoin-core-dev
872017-06-18T03:54:40 <sipa> oh, right, signed
882017-06-18T03:54:44 <sipa> ignore what is aid
892017-06-18T03:54:54 <sipa> but there is nothing special about low heights
902017-06-18T03:56:24 *** dermoth has quit IRC
912017-06-18T04:04:47 *** dermoth has joined #bitcoin-core-dev
922017-06-18T04:17:52 *** dermoth has quit IRC
932017-06-18T04:24:10 *** dermoth has joined #bitcoin-core-dev
942017-06-18T04:25:28 *** instagibbs has quit IRC
952017-06-18T04:37:48 *** instagibbs has joined #bitcoin-core-dev
962017-06-18T04:46:44 <phantomcircuit> sipa, im quite certain you are wrong there
972017-06-18T04:52:48 <NicolasDorier> I am having issues to build:
982017-06-18T04:52:53 <NicolasDorier> https://www.irccloud.com/pastebin/AMQqyjfy/
992017-06-18T04:53:06 <NicolasDorier> I tried git clean -dfx and everything I could
1002017-06-18T04:53:20 <NicolasDorier> it just explode here
1012017-06-18T05:01:47 <NicolasDorier> posted issue on https://github.com/bitcoin/bitcoin/issues/10622
1022017-06-18T05:09:14 *** dermoth has quit IRC
1032017-06-18T05:13:40 *** dermoth has joined #bitcoin-core-dev
1042017-06-18T05:14:23 <sipa> phantomcircuit: look at the code
1052017-06-18T05:17:05 <sipa> phantomcircuit: hmm, seems i'm wrong!
1062017-06-18T05:17:06 <sipa> wut
1072017-06-18T05:18:51 <sipa> very confused about history now
1082017-06-18T05:37:19 *** sipa has quit IRC
1092017-06-18T05:39:54 *** dermoth has quit IRC
1102017-06-18T05:43:42 *** dermoth has joined #bitcoin-core-dev
1112017-06-18T05:57:32 *** dermoth has quit IRC
1122017-06-18T06:01:36 *** dermoth has joined #bitcoin-core-dev
1132017-06-18T06:02:17 <Lightsword> hmm, so this is a block at height 1 thatâs getting âERROR: AcceptBlock: bad-cb-height, block height mismatch in coinbase (code 16)â any idea whatâs wrong with it? https://0bin.net/paste/BzoPFsAofSo1zeSM#KF5e3O9H-+/txOlckwy13c6w0NKRpwek5OKgoToalA/
1142017-06-18T06:09:59 <phantomcircuit> Lightsword, can you just paste the coinbase scriptsig?
1152017-06-18T06:10:15 <Lightsword> should be 0101000493164659045433cd380c9916465985184659b22100000a636b706f6f6c162f426974636f696e2d496e6469612f4249503134382f I think
1162017-06-18T06:15:12 <phantomcircuit> should be 52 at the front
1172017-06-18T06:23:14 <Lightsword> phantomcircuit, hmm, any idea how I would get that using this serialization code? https://0bin.net/paste/AP402Ma-yujCRW8H#WBhmhyL1i5L0BJhLqKjMH39sQdmBMRgapFrXJkp4sD3
1182017-06-18T06:24:13 <luke-jr> phantomcircuit: why 52?
1192017-06-18T06:25:17 <phantomcircuit> luke-jr, OP_1 is 52
1202017-06-18T06:25:27 <phantomcircuit> 0x51
1212017-06-18T06:25:32 <phantomcircuit> ok im off by 1
1222017-06-18T06:25:33 <luke-jr> Lightsword: if (val < 17) { s[0] = 0x50 + val; return 1; }
1232017-06-18T06:25:55 <luke-jr> then your remaining bug is if you were to mine a genesis block, but that'd be dumb
1242017-06-18T06:28:58 *** dermoth has quit IRC
1252017-06-18T06:31:10 *** dermoth has joined #bitcoin-core-dev
1262017-06-18T06:31:13 <Lightsword> luke-jr, yep that worked
1272017-06-18T06:32:15 <luke-jr> Lightsword: what are you even doing? <.<
1282017-06-18T06:32:31 <Lightsword> screwing around with local testnets
1292017-06-18T06:33:39 <phantomcircuit> is that the only place where the encoding rules for CScript is a consensus rule?
1302017-06-18T06:33:41 <phantomcircuit> i think it is
1312017-06-18T06:37:56 <Lightsword> so how did this abomination happen? :P
1322017-06-18T06:45:50 *** dermoth has quit IRC
1332017-06-18T06:48:06 *** beatrootfarmer has joined #bitcoin-core-dev
1342017-06-18T06:48:08 *** dermoth has joined #bitcoin-core-dev
1352017-06-18T06:51:28 *** goatturneer has quit IRC
1362017-06-18T06:55:02 *** dermoth has quit IRC
1372017-06-18T06:56:00 <luke-jr> Lightsword: which part? :P
1382017-06-18T06:57:06 *** dermoth has joined #bitcoin-core-dev
1392017-06-18T06:57:18 <Lightsword> luke-jr CScript encoding rules being consensus critical
1402017-06-18T06:59:03 <luke-jr> Lightsword: I don't know that it's a bad thing.
1412017-06-18T06:59:12 <luke-jr> BIP 62 was going to do the same
1422017-06-18T07:07:38 *** gaf_ has joined #bitcoin-core-dev
1432017-06-18T07:14:35 *** dermoth has quit IRC
1442017-06-18T07:16:43 *** dermoth has joined #bitcoin-core-dev
1452017-06-18T07:17:10 <phantomcircuit> Lightsword, gavin
1462017-06-18T07:18:00 *** goatturneer has joined #bitcoin-core-dev
1472017-06-18T07:21:30 *** beatrootfarmer has quit IRC
1482017-06-18T07:34:31 *** dermoth has quit IRC
1492017-06-18T07:38:42 *** dermoth has joined #bitcoin-core-dev
1502017-06-18T08:09:16 *** tiagotrs has joined #bitcoin-core-dev
1512017-06-18T08:30:00 *** Guyver2 has joined #bitcoin-core-dev
1522017-06-18T08:44:41 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #10623: doc: Add 0.14.2 release notes (master...Mf1706-docRel) https://github.com/bitcoin/bitcoin/pull/10623
1532017-06-18T09:06:34 *** chjj has quit IRC
1542017-06-18T09:07:17 *** dermoth has quit IRC
1552017-06-18T09:15:17 *** dermoth has joined #bitcoin-core-dev
1562017-06-18T09:21:11 *** chjj has joined #bitcoin-core-dev
1572017-06-18T09:29:31 *** dermoth has quit IRC
1582017-06-18T09:33:41 *** dermoth has joined #bitcoin-core-dev
1592017-06-18T10:46:06 *** tiagotrs has quit IRC
1602017-06-18T10:57:20 *** lifeofguenter has joined #bitcoin-core-dev
1612017-06-18T10:57:54 <lifeofguenter> hi all - is it normal for maxconnections to be limited to < 1024 ? I would have thought with libevent there would be virtually no limit of such?
1622017-06-18T11:11:35 *** Ylbam has joined #bitcoin-core-dev
1632017-06-18T11:15:15 *** AaronvanW has joined #bitcoin-core-dev
1642017-06-18T11:21:27 *** dermoth has quit IRC
1652017-06-18T11:23:44 *** dermoth has joined #bitcoin-core-dev
1662017-06-18T11:27:59 *** Alina-malina has quit IRC
1672017-06-18T11:29:23 *** Alina-malina has joined #bitcoin-core-dev
1682017-06-18T11:37:57 *** Alina-malina has quit IRC
1692017-06-18T11:39:53 *** Alina-malina has joined #bitcoin-core-dev
1702017-06-18T11:42:32 *** dermoth has quit IRC
1712017-06-18T11:44:32 *** dermoth has joined #bitcoin-core-dev
1722017-06-18T11:45:45 *** Alina-malina has quit IRC
1732017-06-18T11:45:45 *** Alina-malina has joined #bitcoin-core-dev
1742017-06-18T11:58:15 *** dermoth has quit IRC
1752017-06-18T12:04:36 *** dermoth has joined #bitcoin-core-dev
1762017-06-18T12:09:40 *** afk11 has quit IRC
1772017-06-18T12:10:23 *** afk11 has joined #bitcoin-core-dev
1782017-06-18T12:10:48 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cafe24f039e1...e053e05c1305
1792017-06-18T12:10:48 <bitcoin-git> bitcoin/master 7810993 John Newbery: [trivial] fix indentation for ArgsManager class
1802017-06-18T12:10:49 <bitcoin-git> bitcoin/master e053e05 MarcoFalke: Merge #10592: [trivial] fix indentation for ArgsManager class...
1812017-06-18T12:11:18 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #10592: [trivial] fix indentation for ArgsManager class (master...argsmanager) https://github.com/bitcoin/bitcoin/pull/10592
1822017-06-18T12:15:40 *** unholymachine has quit IRC
1832017-06-18T12:17:31 <bitcoin-git> [bitcoin] MarcoFalke pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/e053e05c1305...643fa0b22d70
1842017-06-18T12:17:32 <bitcoin-git> bitcoin/master 4a0c08f John Newbery: [tests] update zmq test to use correct config.ini file
1852017-06-18T12:17:32 <bitcoin-git> bitcoin/master 5ebd5f9 John Newbery: [tests] tidy up zmq_test.py
1862017-06-18T12:17:33 <bitcoin-git> bitcoin/master b1bac1c John Newbery: [tests] in zmq test, timeout if message not received
1872017-06-18T12:18:03 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #10552: [Test] Tests for zmqpubrawtx and zmqpubrawblock (master...zmq-raw-tests) https://github.com/bitcoin/bitcoin/pull/10552
1882017-06-18T12:19:11 *** unholymachine has joined #bitcoin-core-dev
1892017-06-18T12:26:19 <bitcoin-git> [bitcoin] MarcoFalke reopened pull request #10552: [Test] Tests for zmqpubrawtx and zmqpubrawblock (master...zmq-raw-tests) https://github.com/bitcoin/bitcoin/pull/10552
1902017-06-18T12:42:20 *** dermoth has quit IRC
1912017-06-18T12:48:38 *** dermoth has joined #bitcoin-core-dev
1922017-06-18T12:48:53 *** Yogaqueef has joined #bitcoin-core-dev
1932017-06-18T13:16:07 *** Guyver2 has quit IRC
1942017-06-18T13:26:09 *** SopaXorzTaker has joined #bitcoin-core-dev
1952017-06-18T13:26:50 *** chjj has quit IRC
1962017-06-18T13:40:13 *** dermoth has quit IRC
1972017-06-18T13:41:45 *** chjj has joined #bitcoin-core-dev
1982017-06-18T13:42:02 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1992017-06-18T13:50:19 *** Chris_Stewart_5 has quit IRC
2002017-06-18T13:50:57 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2012017-06-18T13:52:10 *** dermoth has joined #bitcoin-core-dev
2022017-06-18T13:55:34 *** Chris_Stewart_5 has quit IRC
2032017-06-18T14:03:45 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2042017-06-18T14:07:57 *** Chris_Stewart_5 has quit IRC
2052017-06-18T14:12:27 *** laurentmt has joined #bitcoin-core-dev
2062017-06-18T15:16:32 *** AaronvanW has quit IRC
2072017-06-18T15:22:10 *** AaronvanW has joined #bitcoin-core-dev
2082017-06-18T15:37:45 *** goatpig has joined #bitcoin-core-dev
2092017-06-18T15:48:05 *** laurentmt has quit IRC
2102017-06-18T16:25:22 *** Giszmo has joined #bitcoin-core-dev
2112017-06-18T16:50:01 *** d9b4bef9 has quit IRC
2122017-06-18T16:51:08 *** d9b4bef9 has joined #bitcoin-core-dev
2132017-06-18T16:54:34 *** goatpig has quit IRC
2142017-06-18T16:54:35 *** Giszmo has quit IRC
2152017-06-18T16:57:13 *** goatpig has joined #bitcoin-core-dev
2162017-06-18T17:03:07 *** laurentmt has joined #bitcoin-core-dev
2172017-06-18T17:03:20 *** laurentmt has quit IRC
2182017-06-18T17:24:32 *** griswaalt has quit IRC
2192017-06-18T17:47:22 *** chjj has quit IRC
2202017-06-18T18:00:56 *** chjj has joined #bitcoin-core-dev
2212017-06-18T18:01:48 *** griswaalt has joined #bitcoin-core-dev
2222017-06-18T18:22:16 <luke-jr> 10790 installs of 0.14.1 from Core's official PPA.. :o
2232017-06-18T18:22:28 <luke-jr> about 22% of all 0.14.1 nodes
2242017-06-18T18:22:53 <luke-jr> BlueMatt: ^
2252017-06-18T18:31:32 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2262017-06-18T18:31:48 *** griswaalt has quit IRC
2272017-06-18T18:32:28 *** griswaalt has joined #bitcoin-core-dev
2282017-06-18T18:35:53 <gaf_> luke-jr, can you share link of charts?
2292017-06-18T18:36:35 *** griswaalt has quit IRC
2302017-06-18T18:39:09 *** SopaXorzTaker has quit IRC
2312017-06-18T18:52:37 *** cannon-c has joined #bitcoin-core-dev
2322017-06-18T18:53:03 <luke-jr> gaf_: no, there aren't any such charts
2332017-06-18T18:53:24 <luke-jr> and getting the install counts needs some stupid Python mess :/
2342017-06-18T18:54:03 <luke-jr> some modules of which only support Python3, and others which only support Python2, curiously enough (I used 2to3 to get them to work together)
2352017-06-18T19:37:08 <draadpiraat[m]> 0.14.2 release note link seems broken?
2362017-06-18T19:42:08 *** Dyaheon has quit IRC
2372017-06-18T19:42:36 <draadpiraat[m]> disregard me, I just noticed the PR for it
2382017-06-18T19:43:01 *** Dyaheon has joined #bitcoin-core-dev
2392017-06-18T19:51:52 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #10626: doc: Remove outdated minrelaytxfee comment (master...Mf1706-docInit) https://github.com/bitcoin/bitcoin/pull/10626
2402017-06-18T20:20:18 *** cannon-c has quit IRC
2412017-06-18T20:26:49 *** griswaalt has joined #bitcoin-core-dev
2422017-06-18T20:35:43 *** dgenr8 has quit IRC
2432017-06-18T20:36:34 *** dgenr8 has joined #bitcoin-core-dev
2442017-06-18T20:38:18 *** Giszmo has joined #bitcoin-core-dev
2452017-06-18T20:46:04 <luke-jr> * [new tag] v0.14.2.knots20170618 -> v0.14.2.knots20170618 <-- midnightmagic, wumpus, and anyone else who can contribute gitian builds..
2462017-06-18T20:53:07 <BlueMatt> luke-jr: dear god dont tell me that
2472017-06-18T21:01:11 <BlueMatt> luke-jr: also, I'm entirely sure most of those are not always running, so its a much, much smaller percentage of total 0.14.1 nodes
2482017-06-18T21:01:37 *** chjj has quit IRC
2492017-06-18T21:02:25 <luke-jr> BlueMatt: "not always running" still counts as a node IMO
2502017-06-18T21:03:00 <BlueMatt> sure, but it means there are more nodes of the non-ppa variety that you arent aware of, so your percentage is skewed
2512017-06-18T21:03:18 <BlueMatt> not counting nodes behind nat and the like that may have never gotten their addr relayed
2522017-06-18T21:03:21 <luke-jr> BlueMatt: no, I'm counting them in the total too
2532017-06-18T21:03:41 <BlueMatt> no, cause addrs dont get relayed reliably
2542017-06-18T21:14:13 *** chjj has joined #bitcoin-core-dev
2552017-06-18T21:24:31 *** janoside has joined #bitcoin-core-dev
2562017-06-18T21:26:17 *** laurentmt has joined #bitcoin-core-dev
2572017-06-18T21:29:08 *** laurentmt has quit IRC
2582017-06-18T21:30:57 *** Guyver2 has joined #bitcoin-core-dev
2592017-06-18T21:37:55 *** AaronvanW has quit IRC
2602017-06-18T21:38:31 *** AaronvanW has joined #bitcoin-core-dev
2612017-06-18T21:40:06 *** AaronvanW has joined #bitcoin-core-dev
2622017-06-18T22:17:19 *** janoside has quit IRC
2632017-06-18T22:18:48 *** GAit has quit IRC
2642017-06-18T22:23:06 *** timothy has joined #bitcoin-core-dev
2652017-06-18T22:24:05 *** AaronvanW has quit IRC
2662017-06-18T22:25:14 *** timothy has quit IRC
2672017-06-18T22:28:11 *** AaronvanW has joined #bitcoin-core-dev
2682017-06-18T22:46:33 *** griswaal_ has joined #bitcoin-core-dev
2692017-06-18T22:49:29 *** griswaalt has quit IRC
2702017-06-18T22:49:45 <draadpiraat[m]> forgive me for cursing in the church, but is anyone here monitoring the btc1 repo?
2712017-06-18T22:51:05 <draadpiraat[m]> I've been trying to analyze what the hardfork code changes do but the spaghetti factor is high
2722017-06-18T23:06:34 *** GAit has joined #bitcoin-core-dev
2732017-06-18T23:13:35 *** chjj has quit IRC
2742017-06-18T23:20:59 *** griswaal_ has quit IRC
2752017-06-18T23:27:20 *** chjj has joined #bitcoin-core-dev
2762017-06-18T23:27:23 *** str4d has joined #bitcoin-core-dev
2772017-06-18T23:34:36 *** griswaalt has joined #bitcoin-core-dev
2782017-06-18T23:35:03 *** goofie_ has quit IRC
2792017-06-18T23:41:29 *** jtimon has joined #bitcoin-core-dev
2802017-06-18T23:46:16 *** beatrootfarmer has joined #bitcoin-core-dev
2812017-06-18T23:49:52 *** goatturneer has quit IRC
2822017-06-18T23:50:59 *** goofie_ has joined #bitcoin-core-dev
2832017-06-18T23:51:36 *** AaronvanW has quit IRC
2842017-06-18T23:52:57 *** owowo has quit IRC
2852017-06-18T23:57:49 *** owowo has joined #bitcoin-core-dev