--- Log opened Tue Nov 06 00:00:13 2018 00:00 < gmaxwell> warren: thats normally what happens for bugfixes which are not totally unimportant. 00:01 < warren> How extensive will 0.17.1 be? 00:01 < wumpus> warren: yes that should happen, do you have the PR# I'll do a backport PR 00:02 < warren> wumpus: https://github.com/bitcoin/bitcoin/issues/14403 00:02 < wumpus> thanks 00:03 < gmaxwell> warren: point releases usually have a half dozen to a dozen fixes or so, depending on when they come out. 00:03 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 00:04 -!- Amuza [~amuza@2c0f:f930:0:3::221] has joined #bitcoin-core-dev 00:07 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-giigyybpogrusybg] has joined #bitcoin-core-dev 00:07 < bitcoin-git> [bitcoin] laanwj opened pull request #14666: qt: Revert "Force TLS1.0+ for SSL connections" (0.17...2018_11_qt_tls_crash_fix_0_17) https://github.com/bitcoin/bitcoin/pull/14666 00:07 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-giigyybpogrusybg] has left #bitcoin-core-dev [] 00:08 -!- BigLimm1 [~Thunderbi@217.112.220.81] has joined #bitcoin-core-dev 00:15 -!- quijote [~dqx@unaffiliated/dqx] has quit [Ping timeout: 272 seconds] 00:16 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 00:17 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-pajammiuwnafaptm] has joined #bitcoin-core-dev 00:17 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to 0.17: https://github.com/bitcoin/bitcoin/compare/9e87d82e7f06...b0e88b89149f 00:17 < bitcoin-git> bitcoin/0.17 0242b5a Tim Ruffing: qt: Revert "Force TLS1.0+ for SSL connections"... 00:17 < bitcoin-git> bitcoin/0.17 b0e88b8 Wladimir J. van der Laan: Merge #14666: qt: Revert "Force TLS1.0+ for SSL connections" (0.17)... 00:17 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-pajammiuwnafaptm] has left #bitcoin-core-dev [] 00:17 < meshcollider> that was quick :D 00:20 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has joined #bitcoin-core-dev 00:24 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 00:24 -!- grubles [~grubles@unaffiliated/grubles] has joined #bitcoin-core-dev 00:25 < wumpus> very happy to see people caring about actually fixing bugs and not *insert a space at row 4 column 23 of doc/bla.md* 00:25 -!- jungly [~quassel@79.8.200.97] has joined #bitcoin-core-dev 00:27 < meshcollider> heh yep 00:27 < wumpus> luke-jr: need rebase for #14532, also other people: this PR addresses an important issue and still needs review 00:27 < gribble> https://github.com/bitcoin/bitcoin/issues/14532 | Never bind INADDR_ANY by default, and warn when doing so explicitly by luke-jr · Pull Request #14532 · bitcoin/bitcoin · GitHub 00:29 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-repbvovftdmxriiz] has joined #bitcoin-core-dev 00:29 < bitcoin-git> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/825f779dc715f0f006ce0f196dc834355d2e0a5a 00:29 < bitcoin-git> bitcoin/master 825f779 Wladimir J. van der Laan: doc: Add historical release notes for 0.17.0.1... 00:29 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-repbvovftdmxriiz] has left #bitcoin-core-dev [] 00:36 -!- setpill [~setpill@unaffiliated/setpill] has quit [Ping timeout: 260 seconds] 00:37 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 00:44 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-lcmwhgpadxqauqpw] has joined #bitcoin-core-dev 00:44 < bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.17: https://github.com/bitcoin/bitcoin/commit/1e49fe450dbb0c258776526dba3ee583461d42ff 00:44 < bitcoin-git> bitcoin/0.17 1e49fe4 Wladimir J. van der Laan: doc: Clean out release notes after 0.17.0.1... 00:44 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-lcmwhgpadxqauqpw] has left #bitcoin-core-dev [] 00:47 -!- grubles [~grubles@unaffiliated/grubles] has quit [Ping timeout: 252 seconds] 00:48 < warren> luke-jr: "(A warning is given if rpcallowip is specified without rpcbind, since it doesn't really make sense to do.)" ... might it be better to change it to refuse to start bitcoind after this change? People depending on the previous wrong behavior will more quickly notice bitcoind failing to start this way. 00:49 < meshcollider> warren: it doesn't default to old behaviour though, the behaviour is still safe so they will notice if they were relying on it anyway 00:49 < meshcollider> i.e., it still won't bind to INADDR_ANY 00:53 < warren> meshcollider: the wrong behavior was rpcallowip without rpcbind, luke-jr argues 00:53 < wumpus> I think things are ready now to start the process for a 0.17.0.2, though, I'm not convinced we should, because it only affects self-built executables on one fairly rare platform and doesn't affect the binaries nor anyone using the binaries, might be too much confusing as well as give a bad impression to do a lot of 0.x releases 00:53 < warren> Not sure if this was ever written anywhere, but I personally always understood the RPC port was never meant to be exposed to the Internet. 00:55 < warren> wumpus: I would call it rather an "currently rare but over time increasingly less so", but even then yes the static linked qt in the gitian binaries are not affected and we're better off getting 0.17.1 out the door. 00:55 < wumpus> you're right, it's never supposed to-the problem is that a lot of people were apparently accidentally exposing it to the internet, might be partially because they set rpcallowip to a local-network address then suddenly expose it to the whole world, not doing automatic binding would prevent that 00:56 < wumpus> I *wish* bitcoind had c-lightning's RPC, simply a UNIX socket that takes JSON-RPC commands, no HTTP, no binding 00:56 < meshcollider> yeah IMO this doesn't warrant a 0.17.0.2 because it doesn't affect that actual binaries 00:56 < wumpus> meshcollider: right 00:57 < gwillen> wumpus: the HTTP layer has been slightly maddening in talking to bitcoind RPC from Rust 00:57 < wumpus> gwillen: I know :( 00:57 < warren> Does c-lightning RPC work on Windows? (Why bother I know.) 00:57 < gwillen> there are currently zero reasonable HTTP clients available 00:57 -!- BigLimm1 [~Thunderbi@217.112.220.81] has quit [Ping timeout: 246 seconds] 00:57 < gwillen> (for values of reasonable that include minimizing dependency bloat primarily) 00:57 < wumpus> I don't think it supports windows, another good thing about it :-) 00:58 < gwillen> well, you can take JSON-RPC commands over TCP from localhost as easily as over UNIX sockets, no HTTP required 00:59 < wumpus> I'm joking there of course; https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows/ 01:00 < luke-jr> warren: It's not *entirely* nonsensical, though. 01:01 < luke-jr> gwillen: dependencies are good, not bloat 01:01 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 240 seconds] 01:02 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 264 seconds] 01:02 < wumpus> not if it pulls in an apache-level huge web server just to handle a silly RPC client 01:02 < warren> luke-jr: I too am in favor of infrastructure applications with webs of dependencies blindly grabbing from other developers. 01:02 < luke-jr> wumpus: sure, but the topic was a HTTP client :P 01:02 < luke-jr> eg, libcurl 01:02 < wumpus> luke-jr: I'm just saying what the practical situation for Rust is 01:03 < warren> libcurl is rather large and has a history of security issues too. 01:03 < luke-jr> surely Rust can have bindings to reasonable C libraries? 01:03 < luke-jr> warren: everything has security issues at some point 01:03 < wumpus> using C at the network layer partially defeats the point of using RUst in the first place :-) 01:03 < luke-jr> using a common dependency at least increases the probability it gets found and fixed quickly 01:04 < wumpus> as warren says 01:04 < wumpus> libcurl is not exactly bugless either 01:04 < warren> You'd think a rust thing wanting something simple as socket communication you wouldn't want to pull in a massive library, rather you'd want to implement it in a safer language like rust, with as minimal as possible in code. 01:07 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #bitcoin-core-dev 01:12 < wumpus> though, hardening against network exploits is much more important for something like the P2P network code than *what is supposed to be* a local control socket, but that has a much bigger scope, but some people are working on writing a Rust P2P layer too 01:13 < wumpus> (dongcarl is looking at that) 01:20 -!- bitconner [~conner@139.5.79.239] has quit [Ping timeout: 268 seconds] 01:43 -!- bitconner [~conner@139.5.79.239] has joined #bitcoin-core-dev 01:48 -!- bitconner [~conner@139.5.79.239] has quit [Ping timeout: 252 seconds] 01:56 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 02:17 -!- promag [~promag@193.126.224.118] has joined #bitcoin-core-dev 02:21 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has quit [Ping timeout: 252 seconds] 02:37 -!- amnrst [d3187f85@gateway/web/freenode/ip.211.24.127.133] has quit [Ping timeout: 256 seconds] 02:39 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 02:42 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 02:42 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #bitcoin-core-dev 02:43 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 02:43 -!- queip [~queip@unaffiliated/rezurus] has joined #bitcoin-core-dev 02:48 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-uocnntacqgtflklq] has joined #bitcoin-core-dev 02:48 < bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/825f779dc715...024816d6cfc7 02:48 < bitcoin-git> bitcoin/master 5aa31f6 James O'Beirne: tests: add utility to assert node memory usage hasn't increased... 02:48 < bitcoin-git> bitcoin/master 62f94d3 James O'Beirne: tests: add P2PConnection.send_raw_message 02:48 < bitcoin-git> bitcoin/master d20a9fa James O'Beirne: tests: add tests for invalid P2P messages... 02:48 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-uocnntacqgtflklq] has left #bitcoin-core-dev [] 02:49 -!- paracyst [paracyst@unaffiliated/paracyst] has quit [Quit: bye] 02:49 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 02:49 -!- paracyst_ [paracyst@unaffiliated/paracyst] has joined #bitcoin-core-dev 02:50 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-aavkrkawxhngxoaa] has joined #bitcoin-core-dev 02:50 < bitcoin-git> [bitcoin] laanwj closed pull request #14522: tests: add invalid P2P message tests (master...2018-10-invalid-msgs-test) https://github.com/bitcoin/bitcoin/pull/14522 02:50 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-aavkrkawxhngxoaa] has left #bitcoin-core-dev [] 02:51 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 02:52 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Remote host closed the connection] 02:59 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-nhxtitoxtbadlfoa] has joined #bitcoin-core-dev 02:59 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/024816d6cfc7...cdddd177809d 02:59 < bitcoin-git> bitcoin/master bbbbb3f MarcoFalke: qa: Add test to ensure node can generate all help texts at runtime 02:59 < bitcoin-git> bitcoin/master cdddd17 Wladimir J. van der Laan: Merge #14658: qa: Add test to ensure node can generate all rpc help texts at runtime... 02:59 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-nhxtitoxtbadlfoa] has left #bitcoin-core-dev [] 03:00 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-dqniyvalrabojjty] has joined #bitcoin-core-dev 03:00 < bitcoin-git> [bitcoin] laanwj closed pull request #14658: qa: Add test to ensure node can generate all rpc help texts at runtime (master...Mf1811-qaRpcHelpMan) https://github.com/bitcoin/bitcoin/pull/14658 03:00 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-dqniyvalrabojjty] has left #bitcoin-core-dev [] 03:01 -!- Todd [2f4affe1@gateway/web/freenode/ip.47.74.255.225] has quit [Ping timeout: 256 seconds] 03:20 < promag> bugfix #14552 lgtm 03:20 < gribble> https://github.com/bitcoin/bitcoin/issues/14552 | wallet: detecting duplicate wallet by comparing the db filename. by ken2812221 · Pull Request #14552 · bitcoin/bitcoin · GitHub 03:22 < meshcollider> sipa: are you here atm? quick question about descriptors, can addr() wrap an xpub? https://github.com/bitcoin/bitcoin/pull/14491#issuecomment-436218992 03:23 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 03:24 -!- booyah [~bb@193.25.1.157] has joined #bitcoin-core-dev 03:25 -!- pxsocs [bd718e89@gateway/web/freenode/ip.189.113.142.137] has joined #bitcoin-core-dev 03:30 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 03:35 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 260 seconds] 03:35 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 03:35 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 03:37 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 03:39 -!- altcoin [~dsadasd@31.206.77.51] has joined #bitcoin-core-dev 03:40 -!- ricardobessa [~ricardobe@2804:7f3:4880:8e46:5209:5604:1c44:1051] has joined #bitcoin-core-dev 03:40 -!- altcoin [~dsadasd@31.206.77.51] has quit [Client Quit] 03:41 -!- rex4539 [~rex4539@2a02:587:350f:fb00:986e:12a4:e255:209f] has quit [Quit: rex4539] 03:45 -!- bitconner [~conner@139.5.79.239] has joined #bitcoin-core-dev 03:45 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 03:46 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 03:46 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 03:46 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 03:46 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 03:46 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 03:47 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 03:48 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 03:48 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 03:48 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 03:50 -!- bitconner [~conner@139.5.79.239] has quit [Ping timeout: 240 seconds] 03:55 -!- Soligor [~Soligor@unaffiliated/soligor] has quit [Remote host closed the connection] 04:01 -!- rex4539 [~rex4539@2a02:587:350f:fb00:856b:b275:3877:838e] has joined #bitcoin-core-dev 04:24 -!- bitconner [~conner@139.5.79.239] has joined #bitcoin-core-dev 04:25 -!- Soligor [~Soligor@unaffiliated/soligor] has joined #bitcoin-core-dev 04:29 -!- bitconner [~conner@139.5.79.239] has quit [Ping timeout: 272 seconds] 04:34 -!- pxsocs [bd718e89@gateway/web/freenode/ip.189.113.142.137] has quit [Quit: Page closed] 04:42 -!- instagibbs [~instagibb@pool-100-15-135-248.washdc.fios.verizon.net] has quit [Ping timeout: 245 seconds] 04:47 -!- grubles [~grubles@unaffiliated/grubles] has joined #bitcoin-core-dev 04:56 -!- bralyclow [~bralyclow@76-202-84-204.lightspeed.tukrga.sbcglobal.net] has joined #bitcoin-core-dev 04:56 -!- bralyclo_ [~bralyclow@2600:1700:3d70:93b0:68de:349e:c7e8:f5d2] has joined #bitcoin-core-dev 04:57 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 04:57 -!- bitconner [~conner@139.5.79.239] has joined #bitcoin-core-dev 04:59 < setpill> trying to build bitcoin core in a bionic host with the gitian-build.py script, getting error `lxc-init: gitian: cmd/lxc_init.c: remove_self: 212 Invalid argument - Failed to unmount "/usr/sbin/init.lxc.static"` 04:59 < setpill> is there a known workaround for this? 05:00 -!- bralyclow [~bralyclow@76-202-84-204.lightspeed.tukrga.sbcglobal.net] has quit [Ping timeout: 268 seconds] 05:01 < wumpus> "if you forget to install libcap-dev before building lxc, lxc-execute is going to fail because an essential program init.lxc.static is not built" 05:02 < wumpus> I had that problem once, maybe it's this, maybe it's a different one 05:02 -!- bitconner [~conner@139.5.79.239] has quit [Ping timeout: 260 seconds] 05:03 < setpill> I'm not building lxc, just installing from repositories 05:04 < wumpus> in that case, they might have made that mistake, in any case no clue 05:05 -!- bralyclow [~bralyclow@195.242.213.119] has joined #bitcoin-core-dev 05:06 < wumpus> sooo many moving parts that can break, who's to say... 05:09 -!- bralyclo_ [~bralyclow@2600:1700:3d70:93b0:68de:349e:c7e8:f5d2] has quit [Ping timeout: 264 seconds] 05:09 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 05:09 -!- promag [~promag@193.126.224.118] has quit [Remote host closed the connection] 05:13 -!- bitconner [~conner@139.5.79.239] has joined #bitcoin-core-dev 05:13 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has quit [Read error: Connection reset by peer] 05:13 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 05:20 -!- rex4539 [~rex4539@2a02:587:350f:fb00:856b:b275:3877:838e] has quit [Quit: rex4539] 05:31 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-zjkhkflhvzinogsh] has joined #bitcoin-core-dev 05:31 < bitcoin-git> [bitcoin] sdaftuar closed pull request #14318: Relay ancestors of transactions (master...2018-09-txrelay-ancestors) https://github.com/bitcoin/bitcoin/pull/14318 05:31 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-zjkhkflhvzinogsh] has left #bitcoin-core-dev [] 05:32 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 05:45 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Excess Flood] 05:45 -!- queip [~queip@unaffiliated/rezurus] has quit [Read error: Connection reset by peer] 05:45 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #bitcoin-core-dev 05:52 -!- queip [~queip@unaffiliated/rezurus] has joined #bitcoin-core-dev 05:53 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 05:58 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 06:03 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 06:06 -!- setpill [~setpill@unaffiliated/setpill] has quit [Quit: o/] 06:11 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 06:14 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 06:16 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 268 seconds] 06:16 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 268 seconds] 06:18 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 06:19 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 06:23 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Ping timeout: 246 seconds] 06:24 -!- josephnicholas [~josephnic@110.54.241.8] has joined #bitcoin-core-dev 06:25 -!- niska [~niska@68.ip-149-56-14.net] has quit [Write error: Connection reset by peer] 06:26 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-haapxhenozbgdpjo] has joined #bitcoin-core-dev 06:26 < bitcoin-git> [bitcoin] Sjors opened pull request #14667: Add deriveaddress RPC util method (master...2018/11/deriveaddress) https://github.com/bitcoin/bitcoin/pull/14667 06:26 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-haapxhenozbgdpjo] has left #bitcoin-core-dev [] 06:31 -!- josephnicholas [~josephnic@110.54.241.8] has quit [Remote host closed the connection] 06:32 -!- josephnicholas [~josephnic@110.54.241.8] has joined #bitcoin-core-dev 06:35 -!- niska [~niska@68.ip-149-56-14.net] has joined #bitcoin-core-dev 06:36 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 06:37 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-qvrfsddoauligrce] has joined #bitcoin-core-dev 06:37 < bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/cdddd177809d...880bc728b43f 06:37 < bitcoin-git> bitcoin/master 4fb789e Jim Posen: Extract CSipHasher to it's own file in crypto/ directory.... 06:37 < bitcoin-git> bitcoin/master fef5adc Jim Posen: blockfilter: Use unordered_set instead of set in blockfilter. 06:37 < bitcoin-git> bitcoin/master 880bc72 Wladimir J. van der Laan: Merge #14074: Use std::unordered_set instead of set in blockfilter interface... 06:37 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-qvrfsddoauligrce] has left #bitcoin-core-dev [] 06:37 -!- josephnicholas [~josephnic@110.54.241.8] has quit [Ping timeout: 268 seconds] 06:37 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-zwsrstmhgndnuecp] has joined #bitcoin-core-dev 06:37 < bitcoin-git> [bitcoin] laanwj closed pull request #14074: Use std::unordered_set instead of set in blockfilter interface (master...blockfilter-unordered-set) https://github.com/bitcoin/bitcoin/pull/14074 06:37 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-zwsrstmhgndnuecp] has left #bitcoin-core-dev [] 06:38 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has joined #bitcoin-core-dev 06:39 -!- josephnicholas [~josephnic@110.54.241.8] has joined #bitcoin-core-dev 06:40 -!- josephnicholas [~josephnic@110.54.241.8] has quit [Remote host closed the connection] 06:40 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-umcryxzdrscnxcdz] has joined #bitcoin-core-dev 06:40 < bitcoin-git> [bitcoin] Diving-Or-Dove-In opened pull request #14668: Update validation.cpp (master...patch-2) https://github.com/bitcoin/bitcoin/pull/14668 06:40 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-umcryxzdrscnxcdz] has left #bitcoin-core-dev [] 06:45 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has quit [Ping timeout: 252 seconds] 06:50 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-tnqxfrrpaavxftoa] has joined #bitcoin-core-dev 06:50 < bitcoin-git> [bitcoin] promag closed pull request #13501: Correctly terminate HTTP server (master...2018-06-loopexit) https://github.com/bitcoin/bitcoin/pull/13501 06:50 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-tnqxfrrpaavxftoa] has left #bitcoin-core-dev [] 06:53 -!- queip [~queip@unaffiliated/rezurus] has joined #bitcoin-core-dev 07:02 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has joined #bitcoin-core-dev 07:04 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 07:05 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-cnijckxllydxvqja] has joined #bitcoin-core-dev 07:05 < bitcoin-git> [bitcoin] promag opened pull request #14670: http: Fix HTTP server shutdown (master...2018-11-httpserver) https://github.com/bitcoin/bitcoin/pull/14670 07:05 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-cnijckxllydxvqja] has left #bitcoin-core-dev [] 07:06 < promag> ken2812221: this is an alternative approach, if you could test I'd be so happy :D 07:08 < jnewbery> promag: could you add an explanation of how the approach is different and why you closed 13501? 07:09 < promag> jnewbery: I will 07:09 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Ping timeout: 245 seconds] 07:11 -!- josephnicholas [~josephnic@110.54.241.8] has joined #bitcoin-core-dev 07:16 -!- josephnicholas [~josephnic@110.54.241.8] has quit [Ping timeout: 272 seconds] 07:22 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 252 seconds] 07:30 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:32 < promag> jnewbery: MarcoFalke: added rationale 07:33 < promag> always had the feeling it shouldn't be complicate to terminate the server 07:34 < promag> 2 important changes: 1) call evhttp_free with event loop running 2) send connection: close header when shutdown was requested 07:41 -!- Amuza [~amuza@2c0f:f930:0:3::221] has quit [Ping timeout: 250 seconds] 07:45 -!- wallet42 [sid154231@gateway/web/irccloud.com/x-wirnylguqxfaujiu] has joined #bitcoin-core-dev 07:46 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-holciwchhscqudjr] has joined #bitcoin-core-dev 07:46 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/880bc728b43f...6af27b81572b 07:46 < bitcoin-git> bitcoin/master 5a05aa2 Martin Erlandsson: Add metavar to match var name in help text + Change wording for better readability 07:46 < bitcoin-git> bitcoin/master 6af27b8 MarcoFalke: Merge #14619: tests: Fix value display name in test_runner help text... 07:46 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-holciwchhscqudjr] has left #bitcoin-core-dev [] 07:47 < jamesob> my just-merged p2p_invalid_messages test is failing pretty consistently on travis; looking into it 07:47 -!- michaelsdunn1 [~michaelsd@38.126.31.226] has joined #bitcoin-core-dev 07:47 -!- michaelsdunn1 [~michaelsd@38.126.31.226] has quit [Changing host] 07:47 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #bitcoin-core-dev 07:47 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-jjggbourvyuouhku] has joined #bitcoin-core-dev 07:47 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #14619: tests: Fix value display name in test_runner help text (master...test-runner-fix) https://github.com/bitcoin/bitcoin/pull/14619 07:47 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-jjggbourvyuouhku] has left #bitcoin-core-dev [] 07:55 < hebasto> setpill: this is known bug; https://github.com/lxc/lxc/issues/2536 07:56 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Ping timeout: 256 seconds] 07:56 < promag> jamesob: cool 07:57 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 256 seconds] 07:57 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 256 seconds] 07:58 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has quit [Read error: Connection reset by peer] 07:58 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 07:59 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has quit [Ping timeout: 252 seconds] 07:59 -!- CodeBlue1776 [~CodeBlue1@107-215-134-60.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 08:00 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 08:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 08:03 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Ping timeout: 252 seconds] 08:04 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 08:06 -!- mistergold [~mistergol@77.243.23.171] has joined #bitcoin-core-dev 08:06 -!- josephnicholas [~josephnic@110.54.251.27] has joined #bitcoin-core-dev 08:12 < dongcarl> luke-jr: I remember you asked about Rust bootstrapping: https://github.com/thepowersgang/mrustc 08:18 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [] 08:22 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-lqdbnamnscbocmcc] has joined #bitcoin-core-dev 08:22 < bitcoin-git> [bitcoin] laanwj closed pull request #14668: Update validation.cpp (master...patch-2) https://github.com/bitcoin/bitcoin/pull/14668 08:22 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-lqdbnamnscbocmcc] has left #bitcoin-core-dev [] 08:22 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-whxjhlwbnasrmuta] has joined #bitcoin-core-dev 08:22 < bitcoin-git> [bitcoin] jamesob opened pull request #14672: tests: Send fewer spam messages in p2p_invalid_messages (master...2018-11-msgs-test-fix) https://github.com/bitcoin/bitcoin/pull/14672 08:22 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-whxjhlwbnasrmuta] has left #bitcoin-core-dev [] 08:38 -!- josephnicholas [~josephnic@110.54.251.27] has quit [Ping timeout: 252 seconds] 08:51 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 09:02 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 09:07 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Ping timeout: 252 seconds] 09:09 -!- echonaut15 [~echonaut@46.101.192.134] has quit [Remote host closed the connection] 09:09 -!- echonaut [~echonaut@46.101.192.134] has joined #bitcoin-core-dev 09:12 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has joined #bitcoin-core-dev 09:15 -!- josephnicholas [~josephnic@110.54.251.27] has joined #bitcoin-core-dev 09:20 -!- jarthur [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 09:20 -!- josephnicholas [~josephnic@110.54.251.27] has quit [Ping timeout: 268 seconds] 09:32 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 252 seconds] 09:33 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 09:33 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 09:33 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 09:41 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 09:42 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 09:42 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 09:42 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 09:43 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 09:43 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 09:44 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 09:44 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 09:44 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 09:44 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has quit [Read error: Connection reset by peer] 09:50 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has joined #bitcoin-core-dev 09:50 -!- promag [~promag@83.223.235.147] has joined #bitcoin-core-dev 09:51 -!- ExtraCrispy [~ExtraCris@gateway/tor-sasl/extracrispy] has joined #bitcoin-core-dev 09:54 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has quit [Ping timeout: 252 seconds] 09:55 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has joined #bitcoin-core-dev 09:56 -!- Salve [~salve@139.60.177.162] has joined #bitcoin-core-dev 09:56 -!- Salve [~salve@139.60.177.162] has quit [Client Quit] 09:57 -!- pergaminho [~Cleber@191.248.96.31] has joined #bitcoin-core-dev 10:03 < warren> dongcarl: he mentioned that earlier, it actually works now? 10:06 -!- josephnicholas [~josephnic@110.54.251.27] has joined #bitcoin-core-dev 10:09 -!- nib [2fca723c@gateway/web/freenode/ip.47.202.114.60] has joined #bitcoin-core-dev 10:09 -!- hebasto [~hebasto@95.164.65.194] has quit [Read error: Connection reset by peer] 10:09 -!- nib [2fca723c@gateway/web/freenode/ip.47.202.114.60] has quit [Client Quit] 10:09 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 10:10 -!- josephnicholas [~josephnic@110.54.251.27] has quit [Ping timeout: 246 seconds] 10:14 < warren> dongcarl: oh good it looks like devrandom has already been trying it 10:14 -!- ezzzy_ [~ezzzy@unaffiliated/ezzzy] has joined #bitcoin-core-dev 10:16 -!- promag [~promag@83.223.235.147] has quit [Remote host closed the connection] 10:16 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 268 seconds] 10:16 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 10:17 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has quit [Ping timeout: 268 seconds] 10:18 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 10:19 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 252 seconds] 10:27 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 10:28 -!- pergaminho [~Cleber@191.248.96.31] has quit [Quit: Saindo] 10:31 -!- ezzzy_ [~ezzzy@unaffiliated/ezzzy] has quit [Remote host closed the connection] 10:36 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has joined #bitcoin-core-dev 10:41 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 10:42 -!- josephnicholas [~josephnic@110.54.251.27] has joined #bitcoin-core-dev 10:43 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 268 seconds] 10:45 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 10:52 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 10:54 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 10:54 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 10:58 -!- echonaut16 [~echonaut@46.101.192.134] has joined #bitcoin-core-dev 10:58 -!- echonaut [~echonaut@46.101.192.134] has quit [Read error: Connection reset by peer] 10:58 -!- DougieBot5000 [~DougieBot@unaffiliated/dougiebot5000] has joined #bitcoin-core-dev 11:02 -!- DougieBot5000_ [~DougieBot@unaffiliated/dougiebot5000] has quit [Ping timeout: 268 seconds] 11:05 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 11:15 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Plugging out.] 11:23 < hebasto> latest master build behaves like -disablewallet=1 always; what was changed? (linux, testnet) 11:24 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 11:25 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Client Quit] 11:26 -!- ExtraCrispy [~ExtraCris@gateway/tor-sasl/extracrispy] has quit [Remote host closed the connection] 11:28 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 252 seconds] 11:29 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 11:29 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 11:29 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 11:29 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 11:33 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 11:33 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 11:33 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 11:37 < esotericnonsense> i've been spamming this around a bit, but again for anyone that cares, my node/mempool monitoring daemon is finally open source (it wasn't really 'deployment ready' previously, took a while to wrangle it in to shape) 11:38 < esotericnonsense> https://gitlab.electronrelocation.com/esotericnonsense/bitcoin-top ; demo at https://bitcoin.electronrelocation.com 11:39 < hebasto> my bad; master build is ok 11:41 < esotericnonsense> i think that the defaults are sane; on initial setup it grabs some bytes from /dev/urandom for rpc passwords and so on (not exposed outside localhost anyway), and then I've limited remote RPC access for the proxy to a subset that I think are reasonable (there's a whitelist) 11:41 < esotericnonsense> if it had an auth gate (and probably some sort of self-sanity-check to make sure it's on TLS/SSL) more stuff like wallet functionality, full debug console etc could be exposed 11:42 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 11:43 -!- Kwatson_ [31b79602@gateway/web/freenode/ip.49.183.150.2] has joined #bitcoin-core-dev 11:43 -!- josephnicholas [~josephnic@110.54.251.27] has quit [Ping timeout: 268 seconds] 11:44 -!- Kwatson_ [31b79602@gateway/web/freenode/ip.49.183.150.2] has quit [Client Quit] 11:45 -!- Krellan [~Krellan@2601:640:4000:a876:e041:7df:a660:3611] has quit [Remote host closed the connection] 11:45 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 252 seconds] 11:46 -!- shesek [~shesek@141.226.218.23] has joined #bitcoin-core-dev 11:46 -!- shesek [~shesek@141.226.218.23] has quit [Changing host] 11:46 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 11:47 < dongcarl> warren: It doesn't like Arch Linux's OpenSSL version... Too new 11:47 < dongcarl> But it built rustc just fine 11:53 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 12:00 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 12:00 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 245 seconds] 12:06 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 12:07 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 12:08 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 12:10 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 12:16 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-qpgsoedsozcqlkqq] has joined #bitcoin-core-dev 12:16 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6af27b81572b...976583e10951 12:16 < bitcoin-git> bitcoin/master 3d305e3 James O'Beirne: Send fewer spam messages in p2p_invalid_messages... 12:16 < bitcoin-git> bitcoin/master 976583e MarcoFalke: Merge #14672: tests: Send fewer spam messages in p2p_invalid_messages... 12:16 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-qpgsoedsozcqlkqq] has left #bitcoin-core-dev [] 12:17 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-gnpwkkptxzirawtv] has joined #bitcoin-core-dev 12:17 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #14672: tests: Send fewer spam messages in p2p_invalid_messages (master...2018-11-msgs-test-fix) https://github.com/bitcoin/bitcoin/pull/14672 12:17 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-gnpwkkptxzirawtv] has left #bitcoin-core-dev [] 12:19 -!- josephnicholas [~josephnic@110.54.251.27] has joined #bitcoin-core-dev 12:22 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Remote host closed the connection] 12:22 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 12:23 -!- josephnicholas [~josephnic@110.54.251.27] has quit [Ping timeout: 245 seconds] 12:24 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Read error: Connection reset by peer] 12:24 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 12:30 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has quit [Remote host closed the connection] 12:40 -!- bitconner [~conner@139.5.79.239] has quit [Ping timeout: 252 seconds] 12:40 -!- TheV01d [thev01d@btc.mining.ga] has joined #bitcoin-core-dev 12:41 -!- TheV01d [thev01d@btc.mining.ga] has quit [Remote host closed the connection] 12:42 -!- TheV01d [thev01d@btc.mining.ga] has joined #bitcoin-core-dev 12:42 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Quit: Leaving...] 12:54 -!- dviola [~diego@unaffiliated/dviola] has joined #bitcoin-core-dev 12:59 < phantomcircuit> sdaftuar, any idea why it's not working on os x? 13:00 -!- josephnicholas [~josephnic@110.54.251.27] has joined #bitcoin-core-dev 13:02 -!- bitconner [~conner@139.5.79.239] has joined #bitcoin-core-dev 13:05 -!- josephnicholas [~josephnic@110.54.251.27] has quit [Ping timeout: 268 seconds] 13:06 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has quit [Remote host closed the connection] 13:09 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has joined #bitcoin-core-dev 13:26 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-jillinnokvnvappt] has joined #bitcoin-core-dev 13:26 < bitcoin-git> [bitcoin] practicalswift opened pull request #14673: travis: Fail the UBSan Travis build in case of newly introduced UBSan errors (master...ubsan-tweak) https://github.com/bitcoin/bitcoin/pull/14673 13:26 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-jillinnokvnvappt] has left #bitcoin-core-dev [] 13:40 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 14:01 -!- ricardobessa [~ricardobe@2804:7f3:4880:8e46:5209:5604:1c44:1051] has quit [Remote host closed the connection] 14:01 -!- ricardobessa [~ricardobe@2804:7f3:4880:8e46:5209:5604:1c44:1051] has joined #bitcoin-core-dev 14:09 -!- hebasto [~hebasto@95.164.65.194] has quit [Read error: Connection reset by peer] 14:09 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 14:13 -!- hebasto [~hebasto@95.164.65.194] has quit [Remote host closed the connection] 14:13 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 14:15 -!- hebasto [~hebasto@95.164.65.194] has quit [Read error: Connection reset by peer] 14:15 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 14:24 -!- bitconner [~conner@139.5.79.239] has quit [Ping timeout: 260 seconds] 14:27 -!- diego2 [~diego@152.237.0.4] has joined #bitcoin-core-dev 14:27 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-yfjhuwmsbxjtprju] has joined #bitcoin-core-dev 14:27 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/976583e10951...d864e45730be 14:27 < bitcoin-git> bitcoin/master fced6b5 practicalswift: Add UBSan options: print_stacktrace + halt_on_error 14:27 < bitcoin-git> bitcoin/master 5c292da practicalswift: Add UBSan suppressions needed to pass test suite 14:27 < bitcoin-git> bitcoin/master 4773fa8 practicalswift: Add llvm-symbolizer directory to PATH. Needed to get symbolized stack traces from the sanitizers. 14:27 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-yfjhuwmsbxjtprju] has left #bitcoin-core-dev [] 14:27 -!- dviola [~diego@unaffiliated/dviola] has quit [Ping timeout: 245 seconds] 14:27 -!- bitconner [~conner@139.5.79.239] has joined #bitcoin-core-dev 14:28 -!- diego2 [~diego@152.237.0.4] has left #bitcoin-core-dev [] 14:28 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-tindptntmvqxmfqr] has joined #bitcoin-core-dev 14:28 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #14673: travis: Fail the UBSan Travis build in case of newly introduced UBSan errors (master...ubsan-tweak) https://github.com/bitcoin/bitcoin/pull/14673 14:28 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-tindptntmvqxmfqr] has left #bitcoin-core-dev [] 14:29 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 272 seconds] 14:29 -!- hebasto [~hebasto@95.164.65.194] has quit [Read error: Connection reset by peer] 14:29 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 14:32 -!- hebasto [~hebasto@95.164.65.194] has quit [Read error: Connection reset by peer] 14:32 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 14:32 -!- ezzzy [~ezzzy@unaffiliated/ezzzy] has quit [Remote host closed the connection] 14:32 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 14:38 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 14:38 -!- instagibbs [~instagibb@pool-100-15-135-248.washdc.fios.verizon.net] has joined #bitcoin-core-dev 14:45 -!- mistergold [~mistergol@77.243.23.171] has quit [Read error: Connection reset by peer] 15:12 -!- bitconner [~conner@139.5.79.239] has quit [Ping timeout: 240 seconds] 15:18 -!- bitconner [~conner@139.5.79.239] has joined #bitcoin-core-dev 15:20 -!- jarthur [~jarthur@207.114.244.5] has quit [] 15:24 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 15:25 -!- CubicEarth [~CubicEart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 15:29 -!- ap4lmtree- [~ap4lmtree@unaffiliated/ap4lmtree] has quit [Read error: Connection reset by peer] 15:34 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 15:36 -!- ap4lmtree [~ap4lmtree@unaffiliated/ap4lmtree] has joined #bitcoin-core-dev 15:53 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 260 seconds] 15:55 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 16:09 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-ianuxwwdnboxoeaw] has joined #bitcoin-core-dev 16:09 < bitcoin-git> [bitcoin] rodasmith opened pull request #14674: Let systemd bitcoind write to /etc/bitcoin (master...patch-1) https://github.com/bitcoin/bitcoin/pull/14674 16:09 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-ianuxwwdnboxoeaw] has left #bitcoin-core-dev [] 16:32 -!- Ga1aCt1Cz00_ [~Ga1aCt1Cz@p2003005F6E1F7C274139B848C720C2D1.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 16:35 -!- Ga1aCt1Cz00__ [~Ga1aCt1Cz@p2003005F6E1F7C35ED76A46ED33A0BCE.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 16:50 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 16:55 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 16:57 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has joined #bitcoin-core-dev 17:09 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has quit [Remote host closed the connection] 17:09 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has joined #bitcoin-core-dev 17:21 -!- murrayn_ [~murrayn@S0106f8a097f16608.ok.shawcable.net] has joined #bitcoin-core-dev 17:25 -!- murrayn [~murrayn@unaffiliated/murrayn] has quit [Ping timeout: 246 seconds] 17:29 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 17:29 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 17:32 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 17:36 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 17:38 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has quit [Ping timeout: 246 seconds] 17:38 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has joined #bitcoin-core-dev 17:40 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has joined #bitcoin-core-dev 17:47 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has quit [Ping timeout: 272 seconds] 17:52 -!- kabaum [~kabaum@h-13-35.A163.priv.bahnhof.se] has joined #bitcoin-core-dev 17:55 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 17:56 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 18:03 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 268 seconds] 18:12 -!- Murch [~murch@50-200-105-218-static.hfc.comcastbusiness.net] has quit [Quit: Snoozing.] 18:51 -!- Krellan_ [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 18:52 -!- instagibbs [~instagibb@pool-100-15-135-248.washdc.fios.verizon.net] has quit [Ping timeout: 272 seconds] 18:54 -!- Krellan_ [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 18:55 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has quit [Ping timeout: 268 seconds] 19:00 -!- ricardobessa [~ricardobe@2804:7f3:4880:8e46:5209:5604:1c44:1051] has quit [Remote host closed the connection] 19:00 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-drgfcnrwabhnfgvv] has joined #bitcoin-core-dev 19:00 < bitcoin-git> [bitcoin] ken2812221 closed pull request #14655: qt: remove unused SECURE style (master...qt-unused-secure) https://github.com/bitcoin/bitcoin/pull/14655 19:00 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-drgfcnrwabhnfgvv] has left #bitcoin-core-dev [] 19:01 -!- grubles [~grubles@unaffiliated/grubles] has quit [Remote host closed the connection] 19:02 -!- grubles [~grubles@unaffiliated/grubles] has joined #bitcoin-core-dev 19:11 < promag> jamesob: https://travis-ci.org/bitcoin/bitcoin/jobs/451688699 19:33 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 19:33 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 19:38 -!- instagibbs [~instagibb@pool-100-15-135-248.washdc.fios.verizon.net] has joined #bitcoin-core-dev 19:45 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 19:45 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 19:50 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 19:51 -!- murrayn_ [~murrayn@S0106f8a097f16608.ok.shawcable.net] has quit [Quit: Leaving] 19:51 -!- murrayn [~murrayn@unaffiliated/murrayn] has joined #bitcoin-core-dev 19:55 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 20:00 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 250 seconds] 20:16 -!- bitconner [~conner@139.5.79.239] has quit [Ping timeout: 245 seconds] 20:16 -!- bitconner [~conner@139.5.79.239] has joined #bitcoin-core-dev 20:21 -!- bitconner [~conner@139.5.79.239] has quit [Ping timeout: 268 seconds] 20:27 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-xoywtafhsiumsqkh] has joined #bitcoin-core-dev 20:27 < bitcoin-git> [bitcoin] rodasmith closed pull request #14674: Let systemd bitcoind write to /etc/bitcoin (master...patch-1) https://github.com/bitcoin/bitcoin/pull/14674 20:27 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-xoywtafhsiumsqkh] has left #bitcoin-core-dev [] 21:21 -!- bralyclow [~bralyclow@195.242.213.119] has quit [Ping timeout: 240 seconds] 21:28 -!- bitconner [~conner@203.47.88.146] has joined #bitcoin-core-dev 21:30 -!- bralyclow [~bralyclow@195.242.213.119] has joined #bitcoin-core-dev 21:31 -!- bralyclow [~bralyclow@195.242.213.119] has quit [Remote host closed the connection] 21:32 -!- altcoin [~dsadasd@31.206.77.51] has joined #bitcoin-core-dev 21:34 -!- altcoin [~dsadasd@31.206.77.51] has quit [] 22:06 -!- bitconner [~conner@203.47.88.146] has quit [Ping timeout: 252 seconds] 22:10 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 22:11 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 22:50 -!- Bullitje [~Bullit01@037-230-158-163.dynamic.caiway.nl] has joined #bitcoin-core-dev 22:54 -!- Bullit [~Bullit01@037-230-158-163.dynamic.caiway.nl] has quit [Ping timeout: 246 seconds] 22:58 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 23:03 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 244 seconds] 23:05 < warren> dongcarl: huzzah 23:12 -!- martinus [53a499e2@gateway/web/freenode/ip.83.164.153.226] has joined #bitcoin-core-dev 23:19 < hebasto> wumpus: MarcoFalke: ethic/testing/QA question. If one's PR (e.g., #14123) contains cherry-picked commits from my PR should I avoid ACKing such PR? 23:19 < gribble> https://github.com/bitcoin/bitcoin/issues/14123 | gui: Add GUIUtil::bringToFront by promag · Pull Request #14123 · bitcoin/bitcoin · GitHub 23:30 -!- martinus [53a499e2@gateway/web/freenode/ip.83.164.153.226] has quit [Ping timeout: 256 seconds] --- Log closed Wed Nov 07 00:00:14 2018