--- Day changed Sat Mar 25 2017 00:09 -!- Victor_sueca is now known as Victorsueca 00:14 -!- To7 [~theo@cpe-158-222-192-214.nyc.res.rr.com] has quit [Quit: Whatever] 00:23 < luke-jr> da2ce7: these nodes don't even accept incoming connections, so.. 00:39 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 256 seconds] 00:47 -!- blur3d [~blur3d@d49-187-57-75.rdl1.qld.optusnet.com.au] has joined #bitcoin-core-dev 01:05 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has quit [Ping timeout: 246 seconds] 01:06 < bitcoin-git> [bitcoin] luke-jr opened pull request #10074: Block size/weight fraud proofs (master...sizefp) https://github.com/bitcoin/bitcoin/pull/10074 01:08 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a0b1e57b20a1...530fcbd49be2 01:08 < bitcoin-git> bitcoin/master cc995e2 flack: add missing spaces so that markdown recognizes headline 01:08 < bitcoin-git> bitcoin/master 530fcbd Wladimir J. van der Laan: Merge #10063: add missing spaces so that markdown recognizes headline... 01:08 < bitcoin-git> [bitcoin] laanwj closed pull request #10063: add missing spaces so that markdown recognizes headline (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10063 01:10 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/530fcbd49be2...5d7eb39aecda 01:10 < bitcoin-git> bitcoin/master c59aedc Thomas Snider: [trivial] Dead code removal 01:10 < bitcoin-git> bitcoin/master 5d7eb39 Wladimir J. van der Laan: Merge #10067: [trivial] Dead code removal... 01:10 < bitcoin-git> [bitcoin] laanwj closed pull request #10067: [trivial] Dead code removal (master...tjps_dead_code) https://github.com/bitcoin/bitcoin/pull/10067 01:17 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 01:46 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [Ping timeout: 260 seconds] 01:47 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 01:52 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 264 seconds] 01:56 -!- roidster [~chatzilla@96-41-59-191.dhcp.mtpk.ca.charter.com] has joined #bitcoin-core-dev 02:01 < luke-jr> wumpus: blkindex.dat was the UTXO BDB database IIRC 02:04 < sipa> it was everything 02:05 < sipa> it has the byte position of every transactions 02:05 < sipa> and the byte position of the transaction that spent each input 02:05 < wumpus> ok 02:05 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 02:07 < sipa> 12 bytes for every output ever :) 02:07 < sipa> bla bla scability 02:07 < sipa> *scalability 02:10 < wumpus> yes you did so much incredible work on that sipa :) 02:11 < wumpus> Huh! https://github.com/bitcoin/bitcoin/issues/8218 "this issue was closed" by whom? github admin? 02:12 < luke-jr>  ghost closed this on Jun 18, 2016 02:12 -!- tunafizz [~tuna@c-71-207-56-72.hsd1.pa.comcast.net] has quit [Read error: No route to host] 02:13 < wumpus> oh. I was looking at the notifications and saw "this issue was closed" at the end, assuming that was the recent activity 02:13 < gmaxwell> 'ghost' ?! 02:13 < wumpus> if it was closed in 2016 already, okay, I still don't realy understand why but that makes sense 02:13 < wumpus> ghost is github's "removed user" account 02:13 < gmaxwell> oh the opened user. 02:14 < wumpus> jonasschnelli's post there still makes a lot of sense, we need a standard for these things 02:15 < wumpus> anyhow, sorry for the false alarm, github confused me 02:16 < da2ce7> Hello. #bitcoin-core-dev, I've made a patch for BIP 148, unfortunately I'm not a developer so building it a secure manner is a bit over my head. If anyone can fire-up their gitian, and help me verify the build it would be a great help for me. 02:16 < da2ce7> https://github.com/da2ce7/bitcoin/commit/f0bbd97bb5db7da1f8d0019973c048646ad44dbc 02:16 < da2ce7> (based upon bitcoin knots). 02:21 < wumpus> one gitian builder doesn't really accomplish much, the strength in that process is to make multiple people build something and compare. Or have you gitian-built it and want to compare hashes? 02:22 < da2ce7> I've only built bitcoin privately, I haven't used gitian before. I don't want to release my private binaries. 02:23 < wumpus> you shouldn't feel okay distributing someone else's gitian-built binaries either 02:23 < wumpus> unless it's multiple independent people I guess 02:23 < luke-jr> I wouldn't mind providing one of multiple builds (not as an endorsement). 02:24 < wumpus> yes I wouldn't mind building either, but am a bit wary of subverting trust in gitian :) for the releasses we usually wait for 5 signers at least before distributing executables 02:24 < luke-jr> wumpus: sadly, Knots only usually has 2 signers to work with; maybe we can improve on this in general 02:25 < wumpus> luke-jr: yes, I don't mind building/signing that 02:25 < da2ce7> once I have the expected hashes, then I'll ask around for many people to build and verify it. 02:25 < luke-jr> wumpus: latest tag is v0.14.0.knots20170307 and the bitcoin-knots github has a sigs repo 02:26 < wumpus> as you say it's not an endorsement (though I have nothing against knots either) and improves general bitcoin security so anyhow 02:26 < sipa> why do we need gitian builds for a single patch? 02:27 < luke-jr> sipa: I guess people want to upgrade to it sooner rather than later; da2ce7 isn't the first wanting such binaries 02:27 < da2ce7> I want to release binaries that include this patch. Gitian (with many people verifying) is the only way I know that I would feel confident in doing so. 02:29 -!- bambum [~bumbuma@91.126.31.85] has joined #bitcoin-core-dev 02:43 * luke-jr wonders where to put unofficial gitian sigs 02:43 < wumpus> no idea, though having an official 'unofficial gitian sigs' repository would be kind of strange :) 02:44 < da2ce7> luke-jr you can just pm me. I will collect them and publish them once I have enough. Be clear to include "unoffical" or something in the sig. 02:44 * luke-jr wonders how to indicate anything in gitian sigs :P 02:44 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has quit [Ping timeout: 240 seconds] 02:45 < da2ce7> maybe possible to append something to the end of the binary hash? 02:46 < wumpus> the assert file is YAML, I think you can add additial fields that will be ignored by the tooling 02:46 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has joined #bitcoin-core-dev 02:46 < luke-jr> ideally GPG would print a message upon verification 02:50 < wumpus> I doubt it's possible to add custom messages there 02:51 < wumpus> (as mimicing GPG output there could fool scripts, or even people expecting a certain output) 02:52 < luke-jr> true 02:56 < bambum> any agreement / concensus between core / miners / bu regarding onchain blocksize foreseeable or do we have to wait for 1. bu hard fork or/and 2. uasf or/and 3. pow change ? I am long term holder but considering to sell now :( 02:56 < wumpus> bambum: that's not a bitcoin-core-dev topic, #bitcoin please 02:59 < bambum> well #bitcoin is just speculation and fud, I would be happy to see some core opinion 03:00 < luke-jr> bambum: you can get that in #bitcoin too 03:00 < sipa> core is a software project; we don't decide what people should run 03:00 < sipa> please keep politics out of here 03:01 < wumpus> amen 03:02 < bambum> well you naturally dont need to answer this question. I just hoped to get some prospectics. I think its really important for bitcoin holder to know about it and i am sure you have your own view and don´t only focus on tecnical 03:03 < sipa> i have my own view, but it is completely off topic here 03:04 < sipa> please understand that the politics in this space severely affect people's lives here 03:05 < wumpus> right, everyone has their own view, but discussing those views is of topic here for the exact reason of preventing this from becoming a "speculation and fud" channel. We had that problem with bitcoin-dev and that's why this channel was created 03:07 < bambum> ok I got it, but you should also know that it also affects my life. I have almost my entire savings into bitcoin, its not so easy for me to get allthat money into my bank account. 03:08 < luke-jr> bambum: again, please take it to #bitcoin ; many of us are there as well and would answer you if you ask there 03:08 < bambum> ok 03:09 -!- bambum [~bumbuma@91.126.31.85] has quit [Read error: Connection reset by peer] 03:10 -!- bambum [~bumbuma@91.126.31.85] has joined #bitcoin-core-dev 03:22 < bitcoin-git> [bitcoin] practicalswift opened pull request #10075: Remove unused C++ code not covered by unit tests (master...unused) https://github.com/bitcoin/bitcoin/pull/10075 03:51 -!- vicenteH [~user@96.235.15.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 04:15 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5d7eb39aecda...90dd9e6c4c0c 04:15 < bitcoin-git> bitcoin/master b1f584d Matthew Zipkin: fix build if spaces in src dir path 04:15 < bitcoin-git> bitcoin/master 90dd9e6 Wladimir J. van der Laan: Merge #9946: Fix build errors if spaces in path or parent directory... 04:16 < bitcoin-git> [bitcoin] laanwj closed pull request #9946: Fix build errors if spaces in path or parent directory (master...dirspaces2) https://github.com/bitcoin/bitcoin/pull/9946 04:26 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-nrgcnhypcmgbgilu] has joined #bitcoin-core-dev 04:42 -!- blur3d [~blur3d@d49-187-57-75.rdl1.qld.optusnet.com.au] has quit [Quit: blur3d] 04:45 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 04:53 -!- jtimon [~quassel@70.30.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 05:05 -!- harrymm [~wayne@104.222.140.117] has quit [Ping timeout: 264 seconds] 05:34 -!- harrymm [~wayne@104.222.140.87] has joined #bitcoin-core-dev 06:00 -!- cannon-c [ccc23f04@taskhive/supporter/liberland] has quit [Quit: Page closed] 06:03 -!- guyonabike [be10af65@gateway/web/freenode/ip.190.16.175.101] has joined #bitcoin-core-dev 06:13 -!- roidster [~chatzilla@96-41-59-191.dhcp.mtpk.ca.charter.com] has quit [Ping timeout: 258 seconds] 06:18 < guyonabike> https://github.com/bitcoin/bitcoin/pull/10074 <- are the names for the p2p messages accurate? I was thinking that maybe "fraud/getfraud" may be a good name to be used for other fraud proofs for spv, like tx inclusion/exclusion 06:41 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has quit [Remote host closed the connection] 06:41 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has joined #bitcoin-core-dev 06:48 -!- dodomojo [~goksinen@74.71.4.175] has joined #bitcoin-core-dev 06:50 < luke-jr> guyonabike: yes, it's extensible 06:50 < luke-jr> guyonabike: see the FP type 06:51 -!- dodomojo [~goksinen@74.71.4.175] has quit [Read error: Connection reset by peer] 06:53 -!- dodomojo [~goksinen@cpe-74-71-4-175.nyc.res.rr.com] has joined #bitcoin-core-dev 07:01 < guyonabike> as far as i understood from the code, the fraud, but I'm not sure about getfraud, perhaps add something analogous to invtype in getinv? 07:02 < guyonabike> luke-jr: sorry if I'm not making much sense, I'm relatively new in this 07:03 < luke-jr> did you read BIP 180? that might help ;) 07:12 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #10076: [qa] combine_logs: Use ordered list for logfiles (master...Mf1703-orderedLog) https://github.com/bitcoin/bitcoin/pull/10076 07:19 -!- nejon [uid38993@gateway/web/irccloud.com/x-yjcjnqefpsuraenc] has quit [Quit: Connection closed for inactivity] 07:20 < guyonabike> luke-jr: thanks. i was thinking on fraud proofs for mempool txs received by spv clients, where I could ask a random node for validation, but now I think that might be dangerous and probably more aligned to be a rpc call 07:20 -!- dodomojo [~goksinen@cpe-74-71-4-175.nyc.res.rr.com] has quit [Remote host closed the connection] 07:21 < guyonabike> luke-jr: thanks for writing this bip, its great work 07:31 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 07:35 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #10077: [qa] Add setnetworkactive smoke test (master...Mf1703-toggleNet) https://github.com/bitcoin/bitcoin/pull/10077 08:13 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/90dd9e6c4c0c...111849345bb5 08:13 < bitcoin-git> bitcoin/master 803e6a3 Nicolas Dorier: [QA] Fix typo in fundrawtransaction test... 08:13 < bitcoin-git> bitcoin/master 1118493 MarcoFalke: Merge #10069: [QA] Fix typo in fundrawtransaction test... 08:13 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #10069: [QA] Fix typo in fundrawtransaction test (master...patch-3) https://github.com/bitcoin/bitcoin/pull/10069 08:21 -!- n1ce [~n1ce@unaffiliated/n1ce] has quit [Quit: brb] 08:22 -!- n1ce [~n1ce@unaffiliated/n1ce] has joined #bitcoin-core-dev 08:24 -!- bitcoinreminder_ [uid220256@gateway/web/irccloud.com/x-fvsncsoiejyamkkx] has joined #bitcoin-core-dev 08:25 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 256 seconds] 08:30 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 08:46 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #10078: [qa] Fundraw: Use named args to limit scope of names (master...Mf1703-qaNamedShadow) https://github.com/bitcoin/bitcoin/pull/10078 09:11 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 09:14 -!- d9b4bef9 [~d9b4bef9@web419.webfaction.com] has quit [Remote host closed the connection] 09:14 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 09:15 -!- d9b4bef9 [~d9b4bef9@web419.webfaction.com] has joined #bitcoin-core-dev 09:24 -!- guyonabike [be10af65@gateway/web/freenode/ip.190.16.175.101] has quit [Quit: Page closed] 09:30 -!- nejon [uid38993@gateway/web/irccloud.com/x-vxjlpgfjwrdbortd] has joined #bitcoin-core-dev 10:16 -!- Sosumi [~Leon@85.243.113.190] has joined #bitcoin-core-dev 10:26 -!- roidster [~chatzilla@96-41-59-191.dhcp.mtpk.ca.charter.com] has joined #bitcoin-core-dev 10:35 -!- n1ce_ [~n1ce@114.14.117.91.dynamic.reverse-mundo-r.com] has joined #bitcoin-core-dev 10:38 -!- n1ce [~n1ce@unaffiliated/n1ce] has quit [Ping timeout: 240 seconds] 11:02 -!- dodomojo [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 11:17 -!- bambum [~bumbuma@91.126.31.85] has quit [Quit: Leaving] 11:36 -!- kadoban [~mud@unaffiliated/kadoban] has joined #bitcoin-core-dev 11:45 -!- roidster [~chatzilla@96-41-59-191.dhcp.mtpk.ca.charter.com] has quit [Ping timeout: 258 seconds] 11:53 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 11:57 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 12:07 -!- RealM9 [~androirc@balticom-142-92-236.balticom.lv] has joined #bitcoin-core-dev 12:12 -!- harrymm [~wayne@104.222.140.87] has quit [Ping timeout: 268 seconds] 12:16 < RealM9> So, when will you sign BIP148 binaries? 12:22 -!- RealM9 [~androirc@balticom-142-92-236.balticom.lv] has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )] 12:28 -!- dodomojo [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 12:30 < gmaxwell> In case "RealM9" comes back, I don't think anyone who regularly works on Bitcoin Core has even looked much at BIP148 yet. 12:31 < gmaxwell> We're certantly not going to ship a consensus change proposal that is only a couple weeks old. 12:32 -!- harrymm [~wayne@104.222.140.117] has joined #bitcoin-core-dev 12:38 -!- dodomojo [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 12:49 -!- mol [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 12:52 -!- moli_ [~molly@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 12:53 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has quit [Ping timeout: 240 seconds] 12:55 -!- dodomojo [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 12:55 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has joined #bitcoin-core-dev 13:04 -!- dodomojo [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 13:06 -!- dodomojo [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 13:51 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 13:54 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 13:58 -!- roidster [~chatzilla@96-41-59-191.dhcp.mtpk.ca.charter.com] has joined #bitcoin-core-dev 14:14 -!- Sosumi [~Leon@85.243.113.190] has quit [Quit: Bye] 14:27 -!- harrymm [~wayne@104.222.140.117] has quit [Ping timeout: 260 seconds] 14:39 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 14:41 -!- dodomojo [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 14:43 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 260 seconds] 14:49 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 14:51 -!- harrymm [~wayne@104.222.140.112] has joined #bitcoin-core-dev 14:54 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 246 seconds] 15:08 -!- jtimon [~quassel@70.30.134.37.dynamic.jazztel.es] has quit [Ping timeout: 240 seconds] 15:09 -!- dodomojo [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 15:13 -!- harrymm [~wayne@104.222.140.112] has quit [Ping timeout: 240 seconds] 15:35 -!- harrymm [~wayne@104.222.140.82] has joined #bitcoin-core-dev 15:37 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 15:39 -!- harrymm [~wayne@104.222.140.82] has quit [Ping timeout: 260 seconds] 15:57 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 246 seconds] 16:02 -!- harrymm [~wayne@104.222.140.106] has joined #bitcoin-core-dev 16:22 -!- CubicEar_ [~cubiceart@2002:329f:7e15:0:dc9b:d95d:1ae:4f8c] has joined #bitcoin-core-dev 16:22 -!- CubicEarth_ [~cubiceart@c-50-159-126-21.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 16:23 -!- isle2983 [~isle2983@162.216.46.76] has quit [Ping timeout: 240 seconds] 16:30 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 16:44 -!- isle2983 [~isle2983@162.216.46.41] has joined #bitcoin-core-dev 17:05 -!- dodomojo [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has joined #bitcoin-core-dev 17:11 < phantomcircuit> master fails to build bitcoin-qt on debian 8.7 17:11 < phantomcircuit> qt/test/wallettests.cpp:36:6: error: no matching function for call to ‘QObject::connect(QTimer*&, void (QTimer::*)(), {anonymous}::ConfirmSend()::)’ 17:14 < phantomcircuit> i think there's an issue between qt4 and qt5 there 17:39 -!- roidster [~chatzilla@96-41-59-191.dhcp.mtpk.ca.charter.com] has quit [Ping timeout: 240 seconds] 17:42 -!- dodomojo [~goksinen@rrcs-50-75-193-138.nyc.biz.rr.com] has quit [Remote host closed the connection] 17:43 -!- jtimon [~quassel@70.30.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 17:52 -!- d9b4bef9 [~d9b4bef9@web419.webfaction.com] has quit [Remote host closed the connection] 17:53 -!- d9b4bef9 [~d9b4bef9@web419.webfaction.com] has joined #bitcoin-core-dev 18:24 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-nrgcnhypcmgbgilu] has quit [Quit: Connection closed for inactivity] 18:37 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 18:37 -!- AaronvanW [~AaronvanW@101.red-83-53-18.dynamicip.rima-tde.net] has joined #bitcoin-core-dev 18:37 -!- AaronvanW [~AaronvanW@101.red-83-53-18.dynamicip.rima-tde.net] has quit [Changing host] 18:37 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 18:39 -!- bityogi [~textual@208-104-132-26.brvd.dsl.dyn.comporium.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 18:40 -!- bityogi [~textual@208-104-132-26.brvd.dsl.dyn.comporium.net] has joined #bitcoin-core-dev 18:44 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 18:46 -!- CubicEar_ [~cubiceart@2002:329f:7e15:0:dc9b:d95d:1ae:4f8c] has quit [Remote host closed the connection] 18:52 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 245 seconds] 19:03 -!- CubicEarth_ [~cubiceart@2002:329f:7e15:0:8991:2703:c777:c0df] has joined #bitcoin-core-dev 19:18 -!- CubicEarth_ [~cubiceart@2002:329f:7e15:0:8991:2703:c777:c0df] has quit [Remote host closed the connection] 19:26 -!- CubicEarth_ [~cubiceart@c-50-159-126-21.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 19:28 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 19:31 -!- CubicEarth_ [~cubiceart@c-50-159-126-21.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 19:36 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has joined #bitcoin-core-dev 19:42 -!- bityogi [~textual@208-104-132-26.brvd.dsl.dyn.comporium.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 19:51 -!- roidster [~chatzilla@96-41-59-191.dhcp.mtpk.ca.charter.com] has joined #bitcoin-core-dev 19:59 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 260 seconds] 20:38 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 20:42 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has quit [Ping timeout: 240 seconds] 20:44 -!- dcousens [~anon@c110-22-219-15.sunsh4.vic.optusnet.com.au] has joined #bitcoin-core-dev 20:59 -!- chris200_ [~chris2000@p5DCB4AAC.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 21:02 -!- chris2000 [~chris2000@p5DCB42FC.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 21:03 -!- dodomojo [~goksinen@2604:2000:c591:8400:c92b:dd84:a321:9fbd] has joined #bitcoin-core-dev 21:09 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 21:13 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 21:14 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 21:16 -!- voyager_ [~voyager@ip70-185-195-78.ok.ok.cox.net] has quit [Ping timeout: 246 seconds] 21:17 -!- voyager_ [~voyager@ip70-185-195-78.ok.ok.cox.net] has joined #bitcoin-core-dev 21:19 -!- jtimon [~quassel@70.30.134.37.dynamic.jazztel.es] has quit [Ping timeout: 240 seconds] 21:21 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 21:26 -!- dodomojo [~goksinen@2604:2000:c591:8400:c92b:dd84:a321:9fbd] has quit [Remote host closed the connection] 21:46 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 260 seconds] 21:48 < bitcoin-git> [bitcoin] dooglus opened pull request #10081: Add 'dumpbootstrap' RPC for creating bootstrap.dat files. (master...dumpbootstrap) https://github.com/bitcoin/bitcoin/pull/10081 21:53 < bitcoin-git> [bitcoin] jnewbery opened pull request #10082: [tests] Add a TestNode class to test_Framework.py (master...refactor_utils_py) https://github.com/bitcoin/bitcoin/pull/10082 21:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 22:06 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 22:37 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 22:48 < bitcoin-git> [bitcoin] NicolasDorier opened pull request #10083: [QA] Renaming rawTx into rawtx (master...fundrawtransactionfix) https://github.com/bitcoin/bitcoin/pull/10083 22:59 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 23:01 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 264 seconds] 23:02 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 23:07 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 23:22 -!- str4d [~str4d@27.110.123.91] has joined #bitcoin-core-dev 23:22 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 23:25 -!- juscamarena [~justin@47.148.176.74] has quit [Remote host closed the connection] 23:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 258 seconds] 23:30 -!- juscamarena [~justin@47.148.176.74] has joined #bitcoin-core-dev