--- Log opened Mon Jan 13 00:00:05 2020 00:03 -!- Sentineo [~Undefined@unaffiliated/sentineo] has quit [Ping timeout: 265 seconds] 00:07 -!- Bullitje [~Bullit01@042-236-158-163.dynamic.caiway.nl] has joined #bitcoin-core-dev 00:07 -!- balbirs [~balbirs__@ozlabs.org] has quit [Quit: ZNC 1.7.5+deb1 - https://znc.in] 00:07 -!- balbirs [~balbirs__@bilbo.ozlabs.org] has joined #bitcoin-core-dev 00:10 -!- Bullit [~Bullit01@042-236-158-163.dynamic.caiway.nl] has quit [Ping timeout: 265 seconds] 00:17 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 00:22 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 265 seconds] 00:35 -!- rex4539 [~rex4539@balticom-197-78.balticom.lv] has quit [Read error: Connection reset by peer] 00:36 -!- rex4539 [~rex4539@balticom-197-78.balticom.lv] has joined #bitcoin-core-dev 00:45 -!- spinza [~spin@102.132.245.16] has quit [Quit: Coyote finally caught up with me...] 00:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:54 < bitcoin-git> [bitcoin] fanquake opened pull request #17916: windows: Enable heap terminate-on-corruption (master...win_set_heap_terminate_on_corruption) https://github.com/bitcoin/bitcoin/pull/17916 00:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:57 -!- tsujp [~tsujp@110-175-55-149.tpgi.com.au] has joined #bitcoin-core-dev 01:00 -!- shazow [~shazow@185.169.255.76] has quit [] 01:00 < wumpus> it'd only happen if the disk filled suddenly, or the OS starts returning "no space left on device" errors as false alarm; normally bitcoin would detect low disk space far before that happens and shutdown cleanly 01:00 -!- tsujp [~tsujp@110-175-55-149.tpgi.com.au] has quit [Quit: My MacBook has gone to sleep. ZZZzzz...] 01:04 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 01:05 < ossifrage> wumpus, it looks like btrfs has shat itself 01:13 -!- kljasdfvv [~flack@p200300D46F0B250060A858C332DF2AA4.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 01:16 -!- StarBrilliant1 [~StarBrill@141.98.102.227] has joined #bitcoin-core-dev 01:17 -!- marcoagner [~user@2001:8a0:6a44:d000:fdf8:4cc:db47:dd0a] has joined #bitcoin-core-dev 01:28 -!- manantial [~tecnecio_@unaffiliated/manantial] has quit [Ping timeout: 260 seconds] 01:30 < wumpus> ohh 01:32 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:37 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 01:40 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 01:40 -!- manantial [~tecnecio_@unaffiliated/manantial] has joined #bitcoin-core-dev 01:41 -!- tsujp [~tsujp@110-175-55-149.tpgi.com.au] has joined #bitcoin-core-dev 01:45 < fanquake> is appveyor broken again? https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/30069264 01:45 < fanquake> I assume vcpkg has changed something boost package wise 01:47 < fanquake> Guess we need to add boost-variant to the package list. Looks like it's been split out for a while now though, so dunno why it's only just broken 01:48 -!- promag [~promag@188.250.106.244] has joined #bitcoin-core-dev 01:48 -!- cryptoIndio [~cryptoInd@42-200-226-3.static.imsbiz.com] has quit [Quit: Leaving...] 01:48 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has quit [Remote host closed the connection] 01:49 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has joined #bitcoin-core-dev 01:52 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 248 seconds] 01:52 -!- promag [~promag@188.250.106.244] has quit [Ping timeout: 265 seconds] 01:56 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 02:04 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 02:16 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 240 seconds] 02:17 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 02:21 < wumpus> ohnoo did vcpkg change under us again 02:22 < fanquake> ? I guess so. I assume it must also have something todo with the dependency cache, as too why it doesn't break straight away 02:22 -!- kristapsk_ is now known as kristapsk 02:22 < wumpus> right--I don't think appveyor immediately updates vcpkg in sync with upstream 02:23 < wumpus> it would be better if it was possible to fix certain versions, like we do with travis 02:29 < elichai2> fanquake: do I remember correctly that you had a PR to bump the QT version? If so I can't find it 02:30 < fanquake> elichai2: I started working on a 5.12 branch in https://github.com/fanquake/bitcoin/tree/qt_5_12_6 02:31 < elichai2> fanquake: Thanks. apparently we'll need that to compile with C++17 for some reason https://stackoverflow.com/a/49192230/1621927 02:32 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 02:32 < fanquake> elichai2: I'm about to post on the c++17 pr. 02:33 < elichai2> :D 02:33 < wumpus> isn't it too early for a c++17 PR? 02:33 < fanquake> wumpus: that's what I'm about to say 02:33 < elichai2> wumpus: agree 02:34 < elichai2> I thought it was a PoC 02:34 < fanquake> https://github.com/bitcoin/bitcoin/pull/17904#pullrequestreview-341748258 02:34 < wumpus> really hope that for 0.21 it's possible but 0.20 is first 02:35 < fanquake> Yea I think we've got plenty of other things we can worry about for at least the next 6 months 02:35 < wumpus> not that I mind anyone experimenting with C++17 already, but just to set realistic expectations with regard to merging 02:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:48 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e258ce792a48...f2f9fdf5794e 02:48 < bitcoin-git> bitcoin/master 831e122 fanquake: build: remove double LIBBITCOIN_SERVER linking 02:48 < bitcoin-git> bitcoin/master f2f9fdf Wladimir J. van der Laan: Merge #17910: build: remove double LIBBITCOIN_SERVER linking 02:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:48 < bitcoin-git> [bitcoin] laanwj merged pull request #17910: build: remove double LIBBITCOIN_SERVER linking (master...remove_double_server) https://github.com/bitcoin/bitcoin/pull/17910 02:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:49 -!- jonatack [~jon@54.76.13.109.rev.sfr.net] has joined #bitcoin-core-dev 02:54 -!- joncoe [seru@gateway/vpn/protonvpn/joncoe] has joined #bitcoin-core-dev 02:54 -!- promag [~promag@188.250.106.244] has joined #bitcoin-core-dev 02:54 -!- jonatack [~jon@54.76.13.109.rev.sfr.net] has quit [Ping timeout: 268 seconds] 02:55 -!- jonatack [~jon@213.152.161.138] has joined #bitcoin-core-dev 03:03 -!- Tessie20Walter [~Tessie20W@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 03:10 -!- Tessie20Walter [~Tessie20W@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 240 seconds] 03:24 -!- thelounge2467250 [~m1rror@109.134.206.46] has quit [Quit: Ping timeout (120 seconds)] 03:25 -!- thelounge2467250 [~m1rror@109.134.206.46] has joined #bitcoin-core-dev 03:38 -!- joncoe [seru@gateway/vpn/protonvpn/joncoe] has quit [Quit: Konversation terminated!] 03:38 -!- jcoe [seru@gateway/vpn/protonvpn/joncoe] has joined #bitcoin-core-dev 03:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:43 < bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f2f9fdf5794e...2ed74a43a05a 03:43 < bitcoin-git> bitcoin/master b17e91d James O'Beirne: refactoring: introduce CChainState::GetCoinsCacheSizeState 03:43 < bitcoin-git> bitcoin/master 02b9511 James O'Beirne: tests: add tests for GetCoinsCacheSizeState 03:43 -!- thelounge2467250 [~m1rror@109.134.206.46] has quit [Quit: Ping timeout (120 seconds)] 03:43 < bitcoin-git> bitcoin/master 2ed74a4 Wladimir J. van der Laan: Merge #16945: refactor: introduce CChainState::GetCoinsCacheSizeState 03:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:43 < bitcoin-git> [bitcoin] laanwj merged pull request #16945: refactor: introduce CChainState::GetCoinsCacheSizeState (master...2019-09-au-shouldflush) https://github.com/bitcoin/bitcoin/pull/16945 03:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:43 -!- thelounge2467250 [~m1rror@109.134.206.46] has joined #bitcoin-core-dev 03:50 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 03:53 -!- ddustin_ [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 03:57 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 260 seconds] 04:00 -!- StarBrilliant1 [~StarBrill@141.98.102.227] has quit [] 04:08 < sipsorcery> re. appveyor CI the vs2019 image was updated on 9th of Jan. 04:08 < sipsorcery> I checked the build against my fork and all was and still is good. 04:11 < fanquake> sipsorcery: what do you think might be the issue in https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/30069264 ? 04:17 < sipsorcery> fanquake: first guess would be CI gremlins. The fact that the job failed within 8 mins is very suspicious. Way too quick. 04:17 -!- reeiiko [~reeiiko@185.169.255.76] has joined #bitcoin-core-dev 04:18 < sipsorcery> There's been a successful build since then so it'd be worth re-triggering that PR. 04:18 -!- shesek [~shesek@5.102.221.214] has joined #bitcoin-core-dev 04:18 -!- shesek [~shesek@5.102.221.214] has quit [Changing host] 04:18 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 04:18 < fanquake> I'll do that now 04:19 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 04:19 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 04:20 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 04:22 -!- cdecker [~cdecker@mail.snyke.net] has quit [Quit: Bye bye] 04:22 -!- cdecker [~cdecker@mail.snyke.net] has joined #bitcoin-core-dev 04:23 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 04:24 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 240 seconds] 04:25 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 04:25 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 04:26 -!- nirved [~nirved@2a02:8071:b58a:3c00:101a:1e6:1c2a:1acb] has quit [Ping timeout: 252 seconds] 04:27 -!- nirved [~nirved@2a02:8071:b58a:3c00:3ca6:9fb9:2e23:4e12] has joined #bitcoin-core-dev 04:28 -!- manantial [~tecnecio_@unaffiliated/manantial] has quit [Ping timeout: 258 seconds] 04:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:30 < bitcoin-git> [bitcoin] practicalswift closed pull request #17904: [wip] build: Switch from C++11 to C++17 (master...c++17) https://github.com/bitcoin/bitcoin/pull/17904 04:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:33 -!- manantial [~tecnecio_@unaffiliated/manantial] has joined #bitcoin-core-dev 04:41 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 258 seconds] 04:42 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has quit [Ping timeout: 260 seconds] 04:44 -!- jcoe1 [~seru@217.138.196.19] has joined #bitcoin-core-dev 04:44 -!- jcoe [seru@gateway/vpn/protonvpn/joncoe] has quit [Ping timeout: 245 seconds] 04:46 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 05:05 -!- promag [~promag@188.250.106.244] has quit [Remote host closed the connection] 05:10 -!- jungly [~quassel@79.8.200.97] has joined #bitcoin-core-dev 05:14 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Remote host closed the connection] 05:15 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 05:18 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 05:21 < luke-jr> hebasto: ryanofsky: this is the current Knots intro (before Knots branding) http://luke.dashjr.org/tmp/screenshots/Screenshot_20200113_081940.png 05:33 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 248 seconds] 05:36 -!- thelounge2467250 [~m1rror@109.134.206.46] has quit [Ping timeout: 258 seconds] 05:42 -!- emilengler [~emilengle@unaffiliated/emilengler] has joined #bitcoin-core-dev 05:45 -!- kinlo [~peter@unaffiliated/kinlo] has quit [Ping timeout: 246 seconds] 05:48 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has quit [Ping timeout: 240 seconds] 05:50 -!- Highway61 [~Thunderbi@69.12.94.202] has quit [Quit: Highway61] 05:50 -!- Highway61 [~Thunderbi@69.12.94.202] has joined #bitcoin-core-dev 05:50 -!- kinlo [~peter@unaffiliated/kinlo] has joined #bitcoin-core-dev 05:51 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 05:52 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 260 seconds] 05:53 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 05:58 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 245 seconds] 06:00 -!- andytoshi [~apoelstra@wpsoftware.net] has joined #bitcoin-core-dev 06:00 -!- andytoshi [~apoelstra@wpsoftware.net] has quit [Changing host] 06:00 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has joined #bitcoin-core-dev 06:09 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 06:12 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 06:16 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 06:19 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 06:20 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 06:25 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 260 seconds] 06:25 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 06:25 -!- shesek [~shesek@5.102.221.214] has joined #bitcoin-core-dev 06:25 -!- shesek [~shesek@5.102.221.214] has quit [Changing host] 06:25 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 06:26 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 06:26 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 06:44 -!- promag [~promag@83.223.233.94] has joined #bitcoin-core-dev 06:46 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 06:48 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 06:58 -!- promag_ [~promag@83.223.250.196] has joined #bitcoin-core-dev 06:58 -!- promag [~promag@83.223.233.94] has quit [Ping timeout: 265 seconds] 07:00 -!- reeiiko [~reeiiko@185.169.255.76] has quit [] 07:05 -!- jcoe1 [~seru@217.138.196.19] has quit [Remote host closed the connection] 07:06 -!- jcoe1 [~seru@217.138.196.19] has joined #bitcoin-core-dev 07:07 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 07:07 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 07:10 -!- jcoe [seru@gateway/vpn/protonvpn/joncoe] has joined #bitcoin-core-dev 07:11 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 07:11 -!- jcoe1 [~seru@217.138.196.19] has quit [Ping timeout: 265 seconds] 07:11 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 07:14 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 07:17 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 07:24 -!- goatpig [~goat@blocksettle-gw.cust.31173.se] has quit [Quit: Konversation terminated!] 07:24 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:24 < bitcoin-git> [bitcoin] practicalswift opened pull request #17917: tests: Add amount compression/decompression fuzzing to existing fuzzing harness (master...amount-compression-roundtrip) https://github.com/bitcoin/bitcoin/pull/17917 07:24 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:26 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:27 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 07:27 -!- jungly [~quassel@79.8.200.97] has quit [Ping timeout: 268 seconds] 07:28 -!- rex4539 [~rex4539@balticom-197-78.balticom.lv] has quit [] 07:30 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 07:30 -!- promag_ [~promag@83.223.250.196] has quit [Ping timeout: 240 seconds] 07:34 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 07:36 -!- rex4539 [~rex4539@balticom-197-78.balticom.lv] has joined #bitcoin-core-dev 07:37 -!- ddustin_ [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 245 seconds] 07:39 -!- promag [~promag@83.223.250.196] has joined #bitcoin-core-dev 07:41 -!- millerti [~millerti@cpe-66-24-91-119.stny.res.rr.com] has joined #bitcoin-core-dev 07:43 -!- Victor_sueca is now known as Victorsueca 07:47 -!- Morgon1 [~Morgon@195.206.183.79] has joined #bitcoin-core-dev 07:48 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 07:49 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 07:50 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 07:57 -!- jonatack [~jon@213.152.161.138] has quit [Ping timeout: 240 seconds] 08:00 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 258 seconds] 08:01 -!- alec [~alec@gateway/tor-sasl/alec] has quit [Remote host closed the connection] 08:01 -!- alec [~alec@gateway/tor-sasl/alec] has joined #bitcoin-core-dev 08:04 -!- Karyon [~Karyon@unaffiliated/karyon] has quit [Ping timeout: 248 seconds] 08:05 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 08:06 -!- Karyon [~Karyon@unaffiliated/karyon] has joined #bitcoin-core-dev 08:09 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 08:10 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 08:10 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 08:21 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 08:23 -!- promag [~promag@83.223.250.196] has quit [Remote host closed the connection] 08:24 -!- Arvidt_ [~Arvidt@p5DC4551E.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 08:26 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 265 seconds] 08:29 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 08:30 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 08:31 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 08:32 -!- mfoolb [~mfoolb@gateway/tor-sasl/mfoolb] has quit [Quit: bye] 08:32 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Quit: Leaving] 08:32 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 08:32 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Ping timeout: 240 seconds] 08:32 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 08:32 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 08:32 -!- mfoolb [~mfoolb@gateway/tor-sasl/mfoolb] has joined #bitcoin-core-dev 08:32 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #bitcoin-core-dev 08:32 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 08:50 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 08:51 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 08:59 -!- felixfoertsch23 [~felixfoer@2001:16b8:50f9:2700:d52a:72ed:a3b0:1816] has quit [Ping timeout: 260 seconds] 09:05 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 09:05 -!- mfoolb [~mfoolb@gateway/tor-sasl/mfoolb] has quit [Ping timeout: 240 seconds] 09:06 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 09:07 -!- mfoolb [~mfoolb@gateway/tor-sasl/mfoolb] has joined #bitcoin-core-dev 09:07 -!- felixfoertsch [~felixfoer@2001:16b8:50f9:2700:d52a:72ed:a3b0:1816] has joined #bitcoin-core-dev 09:07 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 09:08 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 09:09 < hebasto> luke-jr: ty 09:10 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 09:11 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 09:12 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #bitcoin-core-dev 09:13 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Client Quit] 09:13 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #bitcoin-core-dev 09:13 -!- felixfoertsch [~felixfoer@2001:16b8:50f9:2700:d52a:72ed:a3b0:1816] has quit [Ping timeout: 252 seconds] 09:14 -!- Honethe_ [~Honthe@s91904424.blix.com] has joined #bitcoin-core-dev 09:14 -!- Honthe [~Honthe@s91904424.blix.com] has joined #bitcoin-core-dev 09:14 -!- Emcy_ [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 258 seconds] 09:14 -!- Honethe_ [~Honthe@s91904424.blix.com] has quit [Remote host closed the connection] 09:15 -!- Honthe [~Honthe@s91904424.blix.com] has quit [Remote host closed the connection] 09:16 < luke-jr> hebasto: ryanofsky: FWIW, current code is at rwconf_gui-0.19+knots if you're looking to rebase 09:20 -!- felixfoertsch [~felixfoer@2001:16b8:50f9:2700:d52a:72ed:a3b0:1816] has joined #bitcoin-core-dev 09:21 -!- jarthur [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 09:21 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 09:22 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 09:22 < hebasto> sipsorcery: do you mean AppVeyor vs2019 image with pre-installed Qt? https://www.appveyor.com/blog/2019/10/11/vs2019-image-with-docker-wsl-preheated/ 09:22 < hebasto> https://www.appveyor.com/docs/windows-images-software/#qt 09:24 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 09:24 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 09:29 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 09:30 -!- goatpig [~goat@h-2-155.A498.priv.bahnhof.se] has joined #bitcoin-core-dev 09:31 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 09:32 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has joined #bitcoin-core-dev 09:39 < sipsorcery> hebasto: the appveyor image has always had Qt pre-installed but it's not statically linked so can't be used by us. 09:40 < hebasto> sipsorcery: ty, I got it already/ 09:47 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 09:51 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 09:51 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 09:52 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 258 seconds] 09:52 -!- harrigan [~harrigan@ptr-93-89-242-149.ip.airwire.ie] has quit [Read error: Connection reset by peer] 09:53 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 09:54 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 09:56 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 260 seconds] 09:56 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #bitcoin-core-dev 09:57 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 09:58 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 09:58 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 09:59 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 10:00 -!- Morgon1 [~Morgon@195.206.183.79] has quit [] 10:11 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 10:17 -!- seawalk [~seawalk@139.28.218.198] has joined #bitcoin-core-dev 10:17 -!- laurentmt [~Thunderbi@92.223.89.145] has joined #bitcoin-core-dev 10:17 < luke-jr> sipsorcery: there's no reason we should require a static Qt.. 10:17 < luke-jr> especially for CI 10:18 -!- tsujp [~tsujp@110-175-55-149.tpgi.com.au] has quit [Ping timeout: 258 seconds] 10:23 < sipsorcery> luke-jr: true but the original intent was to replicate he existing build processes and they are all static. 10:24 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 10:25 < luke-jr> they're also all non-MSVC ;) 10:27 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 10:32 -!- laurentmt [~Thunderbi@92.223.89.145] has quit [Quit: laurentmt] 10:34 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 10:36 -!- tsujp [~tsujp@110-175-55-149.tpgi.com.au] has joined #bitcoin-core-dev 10:37 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 10:38 -!- tsujp [~tsujp@110-175-55-149.tpgi.com.au] has quit [Client Quit] 10:43 -!- arik__ [sid402902@gateway/web/irccloud.com/x-okgofdbqhfmeypxt] has joined #bitcoin-core-dev 10:46 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 10:50 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Ping timeout: 240 seconds] 10:53 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #bitcoin-core-dev 10:55 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 248 seconds] 10:55 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 11:01 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 11:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:01 < bitcoin-git> [bitcoin] emilengler opened pull request #17918: qt: Hide non PKHash-Addresses in signing address book (master...2020-01-hide-non-pkhash-addresses) https://github.com/bitcoin/bitcoin/pull/17918 11:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:02 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 11:03 -!- emilengler [~emilengle@unaffiliated/emilengler] has quit [Quit: Leaving] 11:08 -!- greypw [~greypw@unaffiliated/greypw] has quit [Ping timeout: 246 seconds] 11:12 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 240 seconds] 11:13 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 11:14 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 11:15 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 11:16 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 11:16 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 11:17 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 11:18 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 11:19 -!- greypw [~greypw@unaffiliated/greypw] has joined #bitcoin-core-dev 11:22 -!- jcoe [seru@gateway/vpn/protonvpn/joncoe] has quit [Ping timeout: 268 seconds] 11:29 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 11:31 -!- jarthur_ [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 11:33 < luke-jr> FWIW, to avoid all the /merge branches, you can configure the origin-pull remote as: fetch = +refs/pull/*/head:refs/remotes/origin-pull/*/head 11:33 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 258 seconds] 11:34 -!- jarthur [~jarthur@207.114.244.5] has quit [Ping timeout: 268 seconds] 11:46 -!- Guyver2_ [~Guyver@2001:985:f3f:1:6d48:2e52:a5d2:3e77] has joined #bitcoin-core-dev 11:49 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Ping timeout: 264 seconds] 11:52 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 11:55 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 11:57 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 268 seconds] 11:58 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 260 seconds] 11:59 -!- jarthur_ [~jarthur@207.114.244.5] has quit [Remote host closed the connection] 12:01 -!- jarthur [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 12:04 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 265 seconds] 12:09 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 12:09 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:16 < bitcoin-git> [bitcoin] dongcarl opened pull request #17919: depends: Allow building with system clang (master...2020-01-depends-macos-allow-system-clang) https://github.com/bitcoin/bitcoin/pull/17919 12:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:20 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 265 seconds] 12:27 -!- jarthur_ [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 12:31 -!- jarthur [~jarthur@207.114.244.5] has quit [Ping timeout: 268 seconds] 12:41 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 12:42 -!- jarthur [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 12:44 -!- jarthur_ [~jarthur@207.114.244.5] has quit [Ping timeout: 240 seconds] 12:44 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 13:00 -!- seawalk [~seawalk@139.28.218.198] has quit [] 13:00 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:00 < bitcoin-git> [bitcoin] dongcarl opened pull request #17920: guix: Build support for macOS (master...2020-01-guix-macos) https://github.com/bitcoin/bitcoin/pull/17920 13:00 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:04 -!- jeremyrubin [~jr@4.53.92.114] has joined #bitcoin-core-dev 13:12 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 265 seconds] 13:16 -!- [RuCTFE]tswr [~RuCTFE]ts@139.28.218.198] has joined #bitcoin-core-dev 13:22 -!- jarthur [~jarthur@207.114.244.5] has quit [Remote host closed the connection] 13:22 -!- jarthur [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 13:23 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 13:33 -!- MrPaz [~MrPaz@24.14.251.223] has joined #bitcoin-core-dev 13:38 -!- real_or_random [~real_or_r@173.249.7.254] has quit [Ping timeout: 265 seconds] 13:41 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 13:42 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 13:44 -!- real_or_random [~real_or_r@173.249.7.254] has joined #bitcoin-core-dev 13:46 -!- jeremyrubin [~jr@4.53.92.114] has quit [Ping timeout: 258 seconds] 14:08 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 14:09 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 14:44 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 14:49 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 14:52 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 14:53 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 14:58 -!- goatpig [~goat@h-2-155.A498.priv.bahnhof.se] has quit [Quit: Konversation terminated!] 15:05 -!- filchef [~filchef@212.104.97.177] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 15:17 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 240 seconds] 15:18 -!- commavir [~vir@23.226.237.192] has quit [Remote host closed the connection] 15:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:18 < bitcoin-git> [bitcoin] theStack opened pull request #17921: test: test OP_CSV empty stack fail in feature_csv_activation.py (master...20200113-test-check-for-empty-stack-op_csv) https://github.com/bitcoin/bitcoin/pull/17921 15:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:20 -!- commavir [~vir@23.226.237.192] has joined #bitcoin-core-dev 15:21 -!- StopAndDecrypt_ [~StopAndDe@107.181.189.42] has quit [Remote host closed the connection] 15:21 -!- StopAndDecrypt [~StopAndDe@107.181.189.42] has joined #bitcoin-core-dev 15:22 -!- StopAndDecrypt [~StopAndDe@107.181.189.42] has quit [Changing host] 15:22 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #bitcoin-core-dev 15:30 -!- Guyver2_ [~Guyver@2001:985:f3f:1:6d48:2e52:a5d2:3e77] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 15:50 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has quit [Ping timeout: 265 seconds] 15:53 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 15:53 -!- ossifrage [~ossifrage@unaffiliated/ossifrage] has joined #bitcoin-core-dev 15:54 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 15:54 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 15:56 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Client Quit] 15:58 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 15:58 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 265 seconds] 15:59 -!- marcoagner [~user@2001:8a0:6a44:d000:fdf8:4cc:db47:dd0a] has quit [Ping timeout: 260 seconds] 16:00 -!- [RuCTFE]tswr [~RuCTFE]ts@139.28.218.198] has quit [] 16:04 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Remote host closed the connection] 16:05 -!- millerti [~millerti@cpe-66-24-91-119.stny.res.rr.com] has quit [Ping timeout: 240 seconds] 16:13 -!- SiAnDoG [~514nDoG@gateway/tor-sasl/siandog] has joined #bitcoin-core-dev 16:42 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 16:46 -!- nickr [~nickr@195.206.169.238] has joined #bitcoin-core-dev 16:50 -!- MasterdonX [~masterdon@45.9.250.100] has quit [Read error: Connection reset by peer] 16:51 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 16:51 -!- rex4539 [~rex4539@balticom-197-78.balticom.lv] has quit [Ping timeout: 258 seconds] 16:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:54 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2ed74a43a05a...a4a93a0badb3 16:54 < bitcoin-git> bitcoin/master 8313fa8 Russell Yanofsky: gui: Set CConnman byte counters earlier to avoid uninitialized reads 16:54 < bitcoin-git> bitcoin/master a4a93a0 fanquake: Merge #17906: gui: Set CConnman byte counters earlier to avoid uninitializ... 16:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:54 < bitcoin-git> [bitcoin] fanquake merged pull request #17906: gui: Set CConnman byte counters earlier to avoid uninitialized reads (master...pr/ipc-count) https://github.com/bitcoin/bitcoin/pull/17906 16:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:55 -!- MasterdonX [~masterdon@45.9.250.100] has joined #bitcoin-core-dev 16:57 -!- jarthur [~jarthur@207.114.244.5] has quit [] 16:57 -!- rex4539 [~rex4539@balticom-197-78.balticom.lv] has joined #bitcoin-core-dev 17:02 -!- rex4539 [~rex4539@balticom-197-78.balticom.lv] has quit [Ping timeout: 268 seconds] 17:07 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 17:11 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 17:14 -!- Relis7 [~Relis@82.29.123.143] has joined #bitcoin-core-dev 17:15 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Ping timeout: 265 seconds] 17:17 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 17:17 -!- willcl_ark [~quassel@cpc123762-trow7-2-0-cust7.18-1.cable.virginm.net] has quit [Ping timeout: 268 seconds] 17:17 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 17:18 -!- willcl_ark [~quassel@cpc123762-trow7-2-0-cust7.18-1.cable.virginm.net] has joined #bitcoin-core-dev 17:30 -!- rex4539 [~rex4539@balticom-197-78.balticom.lv] has joined #bitcoin-core-dev 17:39 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 17:41 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 17:45 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 17:49 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 265 seconds] 18:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:03 -!- Relis7 [~Relis@82.29.123.143] has quit [Quit: This computer has gone to sleep] 18:03 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a4a93a0badb3...ceb789cf3a90 18:03 < bitcoin-git> bitcoin/master c902c4c Jon Layton: doc: Add to Doxygen documentation guidelines 18:03 < bitcoin-git> bitcoin/master ceb789c fanquake: Merge #17873: doc: Add to Doxygen documentation guidelines 18:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:03 < bitcoin-git> [bitcoin] fanquake merged pull request #17873: doc: Add to Doxygen documentation guidelines (master...doxygen-developer-notes-improvements) https://github.com/bitcoin/bitcoin/pull/17873 18:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:14 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 265 seconds] 18:15 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 18:18 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 18:33 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 260 seconds] 19:00 -!- nickr [~nickr@195.206.169.238] has quit [] 19:00 -!- Relis7 [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 19:01 -!- abrissbi1ne [~abrissbir@unaffiliated/abrissbirne] has joined #bitcoin-core-dev 19:04 -!- abrissbirne [~abrissbir@unaffiliated/abrissbirne] has quit [Ping timeout: 256 seconds] 19:17 -!- Chameleon [~Chameleon@195.206.183.79] has joined #bitcoin-core-dev 19:20 -!- jeremyrubin [~jr@cpe-184-152-11-117.nyc.res.rr.com] has joined #bitcoin-core-dev 19:22 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 265 seconds] 19:24 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 19:30 -!- felixfoertsch23 [~felixfoer@92.117.55.84] has joined #bitcoin-core-dev 19:31 -!- felixfoertsch [~felixfoer@2001:16b8:50f9:2700:d52a:72ed:a3b0:1816] has quit [Ping timeout: 260 seconds] 19:37 -!- pinheadmz [~matthewzi@45.83.89.180] has quit [Read error: Connection reset by peer] 19:37 -!- pinheadmz [~matthewzi@45.83.89.180] has joined #bitcoin-core-dev 20:03 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 20:05 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 20:05 -!- Relis7 [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 20:06 -!- felixfoertsch23 [~felixfoer@92.117.55.84] has quit [Ping timeout: 265 seconds] 20:45 -!- pinheadmz [~matthewzi@45.83.89.180] has quit [Quit: pinheadmz] 20:54 -!- balbirs [~balbirs__@bilbo.ozlabs.org] has quit [Quit: ZNC 1.7.5+deb1 - https://znc.in] 20:54 -!- balbirs [~balbirs__@bilbo.ozlabs.org] has joined #bitcoin-core-dev 21:05 -!- felixfoertsch [~felixfoer@92.117.55.84] has joined #bitcoin-core-dev 21:09 -!- pinheadmz [~matthewzi@45.83.89.180] has joined #bitcoin-core-dev 21:12 -!- felixfoertsch [~felixfoer@92.117.55.84] has quit [Ping timeout: 260 seconds] 21:15 -!- felixfoertsch [~felixfoer@2001:16b8:5058:7800:b5fb:3a88:fc82:f6eb] has joined #bitcoin-core-dev 21:22 -!- jeremyrubin [~jr@cpe-184-152-11-117.nyc.res.rr.com] has quit [Ping timeout: 260 seconds] 21:24 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 21:25 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 21:30 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 21:39 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 268 seconds] 21:42 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 265 seconds] 21:45 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 21:50 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 21:55 -!- StopAndDecrypt_ [~StopAndDe@193.235.146.104] has joined #bitcoin-core-dev 21:57 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 268 seconds] 22:00 -!- Chameleon [~Chameleon@195.206.183.79] has quit [] 22:06 -!- apex944 [~apex@24.154.124.104] has joined #bitcoin-core-dev 22:10 -!- apex944 [~apex@24.154.124.104] has quit [Ping timeout: 240 seconds] 22:13 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 22:17 -!- MononcQc1 [~MononcQc@84.39.117.57] has joined #bitcoin-core-dev 22:34 -!- MrPaz [~MrPaz@24.14.251.223] has quit [Ping timeout: 260 seconds] 22:55 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 22:56 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 23:16 -!- goatpig [~goat@blocksettle-gw.cust.31173.se] has joined #bitcoin-core-dev 23:40 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev --- Log closed Tue Jan 14 00:00:06 2020