--- Log opened Sun Jul 22 00:00:18 2018 00:01 -!- Mutter [~Mutter@223.38.18.72] has joined #bitcoin-core-dev 00:07 -!- jtimon [~quassel@213.28.134.37.dynamic.jazztel.es] has quit [Ping timeout: 260 seconds] 00:08 -!- Mutter [~Mutter@223.38.18.72] has quit [Remote host closed the connection] 00:10 -!- ken2812221 [~ken281222@180.217.165.175] has quit [Read error: Connection reset by peer] 00:11 -!- ken2812221_ [~ken281222@180.217.165.175] has joined #bitcoin-core-dev 00:37 -!- Sinclair6 [sinclair6@gateway/vpn/privateinternetaccess/sinclair6] has joined #bitcoin-core-dev 00:43 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has quit [Ping timeout: 256 seconds] 00:46 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 00:47 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 00:57 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 01:00 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Ping timeout: 240 seconds] 01:29 -!- |EHG| [|EHG|@gateway/vpn/privateinternetaccess/ehg/x-82069683] has quit [Quit: |EHG|] 01:30 -!- |EHG| [|EHG|@gateway/vpn/privateinternetaccess/ehg/x-82069683] has joined #bitcoin-core-dev 01:35 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 01:37 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 01:37 -!- Krellan [~Krellan@2601:640:4000:9258:ed40:e1e:16c3:d686] has quit [Ping timeout: 265 seconds] 01:43 -!- Krellan [~Krellan@2601:640:4000:9258:ed40:e1e:16c3:d686] has joined #bitcoin-core-dev 02:02 -!- keymone [~keymone@ip1f13761c.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 02:47 -!- boskowski [577b84c6@gateway/web/freenode/ip.87.123.132.198] has joined #bitcoin-core-dev 02:49 -!- boskowski [577b84c6@gateway/web/freenode/ip.87.123.132.198] has quit [Client Quit] 02:50 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 02:54 -!- hex17or [~hex17or@2a02:8071:ba7:d300:7c77:b33a:f5b1:4321] has joined #bitcoin-core-dev 02:56 -!- ken2812221_ is now known as ken2812221 03:06 -!- ken2812221 [~ken281222@180.217.165.175] has quit [Remote host closed the connection] 03:07 -!- ken2812221 [~ken281222@180.217.165.175] has joined #bitcoin-core-dev 03:21 -!- hex17or [~hex17or@2a02:8071:ba7:d300:7c77:b33a:f5b1:4321] has quit [] 03:31 -!- ken2812221 [~ken281222@180.217.165.175] has quit [Ping timeout: 248 seconds] 03:37 -!- MisterPaz [~PazPazPaz@c-71-57-73-68.hsd1.il.comcast.net] has joined #bitcoin-core-dev 03:37 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 03:40 -!- MrPaz [~PazPazPaz@c-71-57-73-68.hsd1.il.comcast.net] has quit [Ping timeout: 240 seconds] 03:45 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 04:24 -!- meshcollider_ [uid246294@gateway/web/irccloud.com/x-bkaacjniqgmgdrtq] has joined #bitcoin-core-dev 04:49 -!- goatpig [56eece80@gateway/web/freenode/ip.86.238.206.128] has joined #bitcoin-core-dev 04:51 < face> Is everyting boost-related supposed to go? What about stuff that's not in c++11, like signals2? 04:57 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 04:57 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 05:04 < wumpus> face: in the long run, that's the goal 05:04 -!- dqx_ [~dqx@unaffiliated/dqx] has quit [Ping timeout: 244 seconds] 05:08 < face> That would mean reimplementing signals2 functionality? Why? 05:13 < wumpus> some things that are not in c++11 will be in c++17, or later revisions 05:13 < wumpus> we're not going for the approach of directly reimplementing signals2 05:14 < wumpus> but the more traditional C++ way of using notification interfaces 05:14 < wumpus> this move has already been underway, not even so much to get rid of boost, but because signal2 has some performance and debuggability issues 05:16 < face> Yeah, I'm all for replacing boost:: with std:: but something like signals2 would probably never be in the standard and replacing it would be quite difficult/error-prone? 05:16 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 05:17 < wumpus> it seems quite straightforward 05:21 -!- jtimon [~quassel@213.28.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 05:21 < face> Care to elaborate? 05:32 -!- mistergold [~mistergol@77.243.23.144] has joined #bitcoin-core-dev 05:35 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/eeae4711f338...e8c74348d397 05:35 < bitcoin-git> bitcoin/master d063303 practicalswift: wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCredit(...) 05:35 < bitcoin-git> bitcoin/master e8c7434 MarcoFalke: Merge #13683: wallet: Introduce assertion to document the assumption that cache and cache_used are always set in tandem... 05:35 -!- farmerwampum [~farmerwam@88.202.178.98] has quit [Read error: Connection reset by peer] 05:36 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #13683: wallet: Introduce assertion to document the assumption that cache and cache_used are always set in tandem (master...null-pointer-dereference) https://github.com/bitcoin/bitcoin/pull/13683 05:37 < wumpus> face: I think I've already done so, above 05:39 < face> wumpus: what would be a "more traditional C++ way" of doing thread-safe signals/slots system, beside rolling your own? 05:42 < face> Just to be clear, I'm not trolling or anything. Just want to know wheather this has been discussed and where I can read up on it. 05:43 < wumpus> only very little registering/unregistering happens, so protecting it with a mutex is sufficient 05:43 < wumpus> that might not even be needed 05:44 < wumpus> (e.g. if registeration is limited to init/shutdown) 05:45 < wumpus> in any case, if you're really so interested in this, you might want to ask BlueMatt, he did some things in that direction 05:45 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/e8c74348d397...aa9429a19732 05:45 < bitcoin-git> bitcoin/master 1be5c33 Ben Woosley: Avoid unnecessarily setting env variables on the lint build... 05:45 < bitcoin-git> bitcoin/master 515348f Ben Woosley: Don't unnecessarily install shellcheck on the lint build... 05:45 < bitcoin-git> bitcoin/master 751c958 Ben Woosley: Use the Travis python language feature on the lint build... 05:45 < wumpus> go MarcoFalke \o/ 05:46 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #13729: travis: Avoid unnecessarily setting env variables on the lint build (master...ci-lint-env) https://github.com/bitcoin/bitcoin/pull/13729 05:47 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #bitcoin-core-dev 05:49 < face> wumpus: Ok, thanks 05:49 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 05:54 < bitcoin-git> [bitcoin] DrahtBot reopened pull request #12984: logs: Make the columns in subsequent UpdateTip log entries horizontally aligned (master...attention-to-detail) https://github.com/bitcoin/bitcoin/pull/12984 05:54 < bitcoin-git> [bitcoin] DrahtBot closed pull request #12825: Only allocate a LevelDB block cache if LevelDB will actually use it (master...buffer-cache) https://github.com/bitcoin/bitcoin/pull/12825 05:55 < bitcoin-git> [bitcoin] DrahtBot closed pull request #11535: Avoid unintentional unsigned integer wraparounds (master...unsigned-integer-wraparounds) https://github.com/bitcoin/bitcoin/pull/11535 05:55 < bitcoin-git> [bitcoin] DrahtBot closed pull request #9502: [Qt] Add option to pause/resume block downloads (master...2017/01/autodownload) https://github.com/bitcoin/bitcoin/pull/9502 05:57 < wumpus> Sunday binge-merge 05:59 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 06:00 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 06:03 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 06:03 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 06:04 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Max SendQ exceeded] 06:05 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 06:10 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/aa9429a19732...59407fce54fa 06:10 < bitcoin-git> bitcoin/master 6755569 Nikolay Mitev: trivial: Replace CPubKey::operator[] with CPubKey::vch where possible 06:10 < bitcoin-git> bitcoin/master 59407fc MarcoFalke: Merge #13722: trivial: Replace CPubKey::operator[] with CPubKey::vch where possible... 06:11 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #13722: trivial: Replace CPubKey::operator[] with CPubKey::vch where possible (master...use_varname_not_this) https://github.com/bitcoin/bitcoin/pull/13722 06:24 -!- ken2812221 [~ken281222@180.217.165.175] has joined #bitcoin-core-dev 06:26 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 06:29 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 268 seconds] 06:30 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 06:31 < fanquake> wumpus I've added a column to https://github.com/bitcoin/bitcoin/projects/8 with some "mergeable" PRs 06:32 < wumpus> fanquake: awesome! 06:33 < fanquake> It would be good if the Drahtbot was a bit smarter about commenting on PRs. i.e It's a bit spammy how it basically comments on every depends PR to say that they conflict with each other. 06:33 -!- meshcollider_ [uid246294@gateway/web/irccloud.com/x-bkaacjniqgmgdrtq] has quit [Quit: Connection closed for inactivity] 06:33 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:90a7:91bb:b584:d87c] has joined #bitcoin-core-dev 06:34 < fanquake> It also means the GH UI (if you use it) becomes fairly useless as any sort of gauge to what's recently happened in bitcoin/bitcoin. 06:35 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 06:38 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:90a7:91bb:b584:d87c] has quit [Ping timeout: 276 seconds] 06:39 -!- dqx_ [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 06:39 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/59407fce54fa...62baa28787a0 06:39 < bitcoin-git> bitcoin/master 66ed242 practicalswift: Remove redundant forward declaration 06:39 < bitcoin-git> bitcoin/master 99be644 practicalswift: Remove redundant unused variables 06:39 < bitcoin-git> bitcoin/master 3dee4cc practicalswift: Remove redundant statement 06:40 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #13691: Remove redundant variables, statements and forward declarations (master...redundancy-cleanups) https://github.com/bitcoin/bitcoin/pull/13691 06:40 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 240 seconds] 06:41 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/62baa28787a0...10b9a811b643 06:41 < bitcoin-git> bitcoin/master ac8a1d0 Conor Scott: [RPC] Remove field in getblocktemplate help that has never been used 06:41 < bitcoin-git> bitcoin/master 10b9a81 MarcoFalke: Merge #12764: doc: Remove field in getblocktemplate help that has never been used.... 06:41 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #12764: doc: Remove field in getblocktemplate help that has never been used. (master...remove_unused_gbt_field) https://github.com/bitcoin/bitcoin/pull/12764 06:42 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/10b9a811b643...05714f96e4a6 06:42 < bitcoin-git> bitcoin/master 01a06d6 practicalswift: Avoid locking mutexes that are already held by the same thread 06:42 < bitcoin-git> bitcoin/master 05714f9 MarcoFalke: Merge #11762: Avoid locking mutexes that are already held by the same thread... 06:43 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #11762: Avoid locking mutexes that are already held by the same thread (master...remove-double-locks) https://github.com/bitcoin/bitcoin/pull/11762 06:54 < MarcoFalke> > [16:44] MarcoFalke: what is the time limit for DrahtBot to trigger a close/reopen? 06:54 < MarcoFalke> 90 days right now 06:54 < MarcoFalke> I plan to lower it to 30 days 06:56 -!- rex4539 [~textual@ppp-2-87-178-187.home.otenet.gr] has quit [Quit: Textual IRC Client: www.textualapp.com] 06:56 < bitcoin-git> [bitcoin] hmel opened pull request #13739: trivial: remove superfluous catch (master...dead-code-elimination) https://github.com/bitcoin/bitcoin/pull/13739 06:58 < bitcoin-git> [bitcoin] hmel opened pull request #13740: trivial: remove unneeded include (master...include-cleanup) https://github.com/bitcoin/bitcoin/pull/13740 07:00 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 07:03 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Ping timeout: 240 seconds] 07:09 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/05714f96e4a6...0d1ebf4d3f39 07:09 < bitcoin-git> bitcoin/master 9544a3f AtsukiTak: tiny refactor for ArgsManager... 07:09 < bitcoin-git> bitcoin/master 0d1ebf4 Wladimir J. van der Laan: Merge #13733: Utils: Refactor ArgsManager a little... 07:10 < bitcoin-git> [bitcoin] laanwj closed pull request #13733: Utils: Refactor ArgsManager a little (master...tiny-refactor-args-manager) https://github.com/bitcoin/bitcoin/pull/13733 07:12 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:20 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0d1ebf4d3f39...6deac922e34d 07:20 < bitcoin-git> bitcoin/master 5617840 Ben Woosley: Drop dead code from Stacks... 07:20 < bitcoin-git> bitcoin/master 6deac92 Wladimir J. van der Laan: Merge #13633: Drop dead code from Stacks... 07:20 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 07:21 < bitcoin-git> [bitcoin] laanwj closed pull request #13633: Drop dead code from Stacks (master...stacks) https://github.com/bitcoin/bitcoin/pull/13633 07:28 < bitcoin-git> [bitcoin] fanquake opened pull request #13741: Only allocate a LevelDB block cache if LevelDB will actually use it (master...eklitzke-buffer-cache-rebased) https://github.com/bitcoin/bitcoin/pull/13741 07:28 < bitcoin-git> [bitcoin] fanquake closed pull request #12825: Only allocate a LevelDB block cache if LevelDB will actually use it (master...buffer-cache) https://github.com/bitcoin/bitcoin/pull/12825 07:30 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #13742: doc: Adjust bitcoincore.org links (master...Mf1807-docBitcoinCore) https://github.com/bitcoin/bitcoin/pull/13742 07:33 < bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6deac922e34d...a6f00ce66fe4 07:33 < bitcoin-git> bitcoin/master 793290f lmanners: Net: Fixed a race condition when disabling the network.... 07:33 < bitcoin-git> bitcoin/master a6f00ce Wladimir J. van der Laan: Merge #13212: Net: Fixed a race condition when disabling the network.... 07:34 < bitcoin-git> [bitcoin] laanwj closed pull request #13212: Net: Fixed a race condition when disabling the network. (master...setnetworkactive) https://github.com/bitcoin/bitcoin/pull/13212 07:40 < MarcoFalke> jonasschnelli: Looks like your nightly builds are queued, but never completed: https://bitcoin.jonasschnelli.ch/#nighly 07:43 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [] 07:47 < wumpus> MarcoFalke: there's a compatibility issue with the new gitian build IIRC 07:48 < MarcoFalke> I believe jonasschnelli solved it by compiling lxc 2.1.1. on the debian host 07:53 < wumpus> oh! 07:55 < MarcoFalke> >[13:47] Surely there's another way to trigger a Travis rebuild? 07:55 < MarcoFalke> Not that I am aware of 07:55 < MarcoFalke> At least not in any way that uses the current travis.yml from master 07:58 < MarcoFalke> > [09:33] It would be good if the Drahtbot was a bit smarter about commenting on PRs. i.e It's a bit spammy how it basically comments on every depends PR to say that they conflict with each other. 07:58 < MarcoFalke> I am aware of that, but haven't found a good solution 07:59 -!- vicenteH [~user@54.104.135.37.dynamic.jazztel.es] has quit [Ping timeout: 264 seconds] 08:06 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 260 seconds] 08:08 -!- vicenteH [~user@54.104.135.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 08:08 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 08:08 < wumpus> 17:36 < sipa> how long was i offline? <- sounds like sipa has blackouts 08:11 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has joined #bitcoin-core-dev 08:12 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has quit [Remote host closed the connection] 08:12 -!- laurentmt [~Thunderbi@185.94.189.190] has joined #bitcoin-core-dev 08:13 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a6f00ce66fe4...0a34593ddb7a 08:13 < bitcoin-git> bitcoin/master 0454b56 Nikolay Mitev: trivial: remove unneeded include 08:13 < bitcoin-git> bitcoin/master 0a34593 MarcoFalke: Merge #13740: trivial: remove unneeded include... 08:14 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #13740: trivial: remove unneeded include (master...include-cleanup) https://github.com/bitcoin/bitcoin/pull/13740 08:16 -!- dqx_ [~dqx@unaffiliated/dqx] has quit [Ping timeout: 260 seconds] 08:17 < wumpus> I have the same problem as jonasschnelli , my build host is debian jessie, not sure whether I'm going the manual-build LXC route too or bite the bullet and upgrade it to stretch 08:19 < bitcoin-git> [bitcoin] ken2812221 opened pull request #13743: [Refactor] Replace some boost::bind to std::bind (master...std-bind) https://github.com/bitcoin/bitcoin/pull/13743 08:21 -!- kakobrekla [~kako@unaffiliated/kakobrekla] has quit [Remote host closed the connection] 08:21 -!- kakobrekla [~kako@unaffiliated/kakobrekla] has joined #bitcoin-core-dev 08:23 < wumpus> upgrading the whole host seems straightforward enough 08:23 -!- rex4539 [~textual@2a02:587:3516:600:5012:5e73:7c1f:9e98] has joined #bitcoin-core-dev 08:43 -!- dqx_ [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 08:48 -!- dqx_ [~dqx@unaffiliated/dqx] has quit [Ping timeout: 276 seconds] 08:55 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 08:56 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 08:56 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 08:59 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 260 seconds] 08:59 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 08:59 < MarcoFalke> wumpus: I believe none of the debian dists come with lxc 2.1.1 + 08:59 < MarcoFalke> https://packages.debian.org/search?searchon=names&keywords=lxc 09:00 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 09:02 -!- laurentmt [~Thunderbi@185.94.189.190] has quit [Quit: laurentmt] 09:02 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 09:03 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 09:04 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Ping timeout: 240 seconds] 09:11 -!- owowo [~ovovo@185.181.100.203] has joined #bitcoin-core-dev 09:11 -!- owowo [~ovovo@185.181.100.203] has quit [Changing host] 09:11 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 09:21 < wumpus> MarcoFalke: so 2.0.7 is not good enough? darn 09:28 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Quit: https://www.Quanto.ga/] 09:32 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 09:38 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 09:58 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 09:59 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 10:03 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 248 seconds] 10:03 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Read error: Connection reset by peer] 10:04 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 10:06 -!- dqx_ [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 10:11 -!- Krellan [~Krellan@2601:640:4000:9258:ed40:e1e:16c3:d686] has quit [Read error: Connection reset by peer] 10:11 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has joined #bitcoin-core-dev 10:12 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has joined #bitcoin-core-dev 10:15 -!- jarthur [~jarthur@104.153.224.167] has joined #bitcoin-core-dev 10:16 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 10:21 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has quit [Ping timeout: 265 seconds] 10:22 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has joined #bitcoin-core-dev 10:24 -!- frog_ [~frog@103.89.244.6] has joined #bitcoin-core-dev 10:27 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has quit [Remote host closed the connection] 10:27 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 276 seconds] 10:28 -!- lnostdal [~lnostdal@84-238-146-90.ip.btc-net.bg] has joined #bitcoin-core-dev 10:31 -!- SopaXT is now known as SopaXorzTaker 10:39 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 276 seconds] 10:45 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has joined #bitcoin-core-dev 10:45 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has quit [Remote host closed the connection] 10:47 < MarcoFalke> nah, haven't tried but according to https://github.com/bitcoin/bitcoin/pull/13171#issuecomment-405711147 this is not enough 10:52 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has joined #bitcoin-core-dev 10:57 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has quit [Remote host closed the connection] 11:01 -!- Sinclair6 [sinclair6@gateway/vpn/privateinternetaccess/sinclair6] has quit [Ping timeout: 276 seconds] 11:01 -!- Sinclair6 [sinclair6@gateway/vpn/privateinternetaccess/sinclair6] has joined #bitcoin-core-dev 11:07 -!- jarthur [~jarthur@104.153.224.167] has quit [Read error: Connection reset by peer] 11:09 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 11:13 -!- MisterPaz [~PazPazPaz@c-71-57-73-68.hsd1.il.comcast.net] has quit [Quit: Leaving] 11:14 -!- lnostdal [~lnostdal@84-238-146-90.ip.btc-net.bg] has quit [Ping timeout: 240 seconds] 11:14 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 276 seconds] 11:16 -!- dqx_ [~dqx@unaffiliated/dqx] has quit [Ping timeout: 276 seconds] 11:23 -!- frog__ [~frog@103.89.244.6] has joined #bitcoin-core-dev 11:23 -!- frog_ [~frog@103.89.244.6] has quit [Read error: Connection reset by peer] 11:23 -!- Randolf [~randolf@96.53.47.42] has quit [Quit: Leaving] 11:33 -!- dqx_ [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 11:36 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 11:43 -!- Victor_sueca is now known as Victorsueca 11:45 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 11:46 -!- twistedline [~quassel@unaffiliated/twistedline] has quit [Ping timeout: 240 seconds] 11:48 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Ping timeout: 256 seconds] 12:04 -!- dqx_ [~dqx@unaffiliated/dqx] has quit [Ping timeout: 240 seconds] 12:06 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 12:12 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 268 seconds] 12:25 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 12:30 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 265 seconds] 12:34 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has quit [Read error: Connection reset by peer] 12:38 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has joined #bitcoin-core-dev 12:44 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:e086:a5b0:fae2:b04] has joined #bitcoin-core-dev 12:46 -!- dqx_ [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 12:46 -!- frog__ [~frog@103.89.244.6] has quit [Ping timeout: 260 seconds] 12:48 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has quit [Ping timeout: 260 seconds] 12:51 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Remote host closed the connection] 12:53 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has joined #bitcoin-core-dev 12:54 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:e086:a5b0:fae2:b04] has quit [] 12:55 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:e086:a5b0:fae2:b04] has joined #bitcoin-core-dev 12:55 < masonicboom> Is there a clean way to automatically detect code changes that affect consensus? Is all consensus code localized to src/consensus/? I'm looking to create a Twitter bot that broadcasts all changes and PRs that could alter consensus rules. 12:55 -!- SopaXT [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 12:56 < sipa> masonicboom: no 12:56 < sipa> it 12:56 -!- dqx_ [~dqx@unaffiliated/dqx] has quit [Ping timeout: 240 seconds] 12:58 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has joined #bitcoin-core-dev 13:00 < sipa> also validation, script/script, script/interpreter, coins, txdb, pubkey, versionbits, uint256, arith_uint256, chain, compressor, dbwrapper, hash, pow, prevector, checkqueue, ... and probably more 13:00 < sipa> some things in crypto/ 13:01 < sipa> and libraries secp256k1 and leveldb 13:01 < sipa> and of course your system's c and c++ libraries, kernel, hardware, ... 13:01 < masonicboom> Ok thanks. From a glance it didn't seem like consensus could be all of it. 13:02 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has quit [Ping timeout: 245 seconds] 13:04 < masonicboom> Think it's worthwhile to try making the bot? The idea is to make node operators better informed. So they don't just blindly trust core development, which makes core committers a ripe target for corruption 13:06 < sipa> you'd need to report nearly every pull request... 13:08 -!- dqx_ [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 13:08 < sipa> in an ideal world consensus code would be so well encapsulated that there are basically no changes to that code apart from actual intentional consensus changes 13:22 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 13:27 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 240 seconds] 13:27 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 13:31 < gmaxwell> masonicboom: it's also really hard because there are many trivial changes that 'change' near consensus code but couldn't realistically have an effect. E.g. rearranging the order of #includes 13:44 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 264 seconds] 13:45 -!- grafcaps [~haroldbr@050-090-083-229.res.spectrum.com] has joined #bitcoin-core-dev 13:46 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 13:48 -!- twistedline [~quassel@unaffiliated/twistedline] has joined #bitcoin-core-dev 13:49 -!- twistedline [~quassel@unaffiliated/twistedline] has quit [Remote host closed the connection] 13:53 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 276 seconds] 13:55 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 14:01 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 276 seconds] 14:01 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 14:06 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 264 seconds] 14:08 -!- dqx_ [~dqx@unaffiliated/dqx] has quit [Ping timeout: 264 seconds] 14:27 -!- dqx_ [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 14:28 < jonasschnelli> wumpus: I had to compile LXC 2.1.1... which was hasselfree. 14:28 < jonasschnelli> MarcoFalke: my build loop script was disabled...nighly build should compile again now. 14:28 < jonasschnelli> *builds 14:31 -!- dqx_ [~dqx@unaffiliated/dqx] has quit [Ping timeout: 240 seconds] 14:34 -!- masonicb_ [~masonicbo@2600:8802:5501:17c0:c14:ef77:9c97:fc12] has joined #bitcoin-core-dev 14:34 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 14:37 -!- masonicboom [~masonicbo@2600:8802:5501:17c0:e086:a5b0:fae2:b04] has quit [Ping timeout: 256 seconds] 14:58 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has quit [Read error: Connection reset by peer] 15:04 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has joined #bitcoin-core-dev 15:26 -!- dqx_ [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 15:32 -!- mistergo1d [~mistergol@77.243.23.167] has joined #bitcoin-core-dev 15:33 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 15:33 -!- mistergold [~mistergol@77.243.23.144] has quit [Read error: Connection reset by peer] 15:45 -!- mistergold [~mistergol@77.243.23.167] has joined #bitcoin-core-dev 15:49 -!- mistergo1d [~mistergol@77.243.23.167] has quit [Ping timeout: 276 seconds] 15:52 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 15:58 -!- twistedline [~quassel@unaffiliated/twistedline] has joined #bitcoin-core-dev 15:58 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 15:58 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has joined #bitcoin-core-dev 16:03 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 244 seconds] 16:03 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has quit [Ping timeout: 260 seconds] 16:23 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 16:24 -!- vicenteH [~user@54.104.135.37.dynamic.jazztel.es] has quit [Ping timeout: 244 seconds] 16:29 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has quit [Ping timeout: 265 seconds] 16:33 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 276 seconds] 16:34 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has joined #bitcoin-core-dev 16:35 -!- frog__ [~frog@103.89.244.6] has joined #bitcoin-core-dev 16:38 -!- frog__ [~frog@103.89.244.6] has quit [Client Quit] 16:39 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has quit [Ping timeout: 260 seconds] 16:44 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has joined #bitcoin-core-dev 16:46 < MarcoFalke> thx! 16:49 < bitcoin-git> [bitcoin] DrahtBot reopened pull request #13310: Report progress in ReplayBlocks while rolling forward (master...2018-05-replayblocks-progress) https://github.com/bitcoin/bitcoin/pull/13310 16:49 < bitcoin-git> [bitcoin] DrahtBot reopened pull request #13280: [qt] Removed "Pay only the required fee" checkbox (master...custom-fee) https://github.com/bitcoin/bitcoin/pull/13280 16:49 < bitcoin-git> [bitcoin] DrahtBot closed pull request #13268: Consistently bounds-check vin/vout access (master...vout-bounds-check) https://github.com/bitcoin/bitcoin/pull/13268 16:49 < bitcoin-git> [bitcoin] DrahtBot closed pull request #13247: Add tests to SingleThreadedSchedulerClient() and document the memory model (master...scheduler-tests) https://github.com/bitcoin/bitcoin/pull/13247 16:49 < bitcoin-git> [bitcoin] DrahtBot closed pull request #13200: Process logs in a separate thread (master...2018-05-asynclog) https://github.com/bitcoin/bitcoin/pull/13200 16:49 < bitcoin-git> [bitcoin] DrahtBot closed pull request #13128: policy: Add Clang thread safety annotations for variables guarded by cs_feeEstimator (master...guarded-by-cs_feeEstimator) https://github.com/bitcoin/bitcoin/pull/13128 16:50 < bitcoin-git> [bitcoin] DrahtBot reopened pull request #13095: build: update ax_boost_chrono/unit_test_framework (master...sync-boost-ax-chrono-unit-test) https://github.com/bitcoin/bitcoin/pull/13095 16:50 < bitcoin-git> [bitcoin] DrahtBot closed pull request #13084: Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code (master...201804_keepnegone) https://github.com/bitcoin/bitcoin/pull/13084 16:50 < bitcoin-git> [bitcoin] DrahtBot closed pull request #12911: wallet: Show fee in results for signrawtransaction* when known (master...sign-show-fees) https://github.com/bitcoin/bitcoin/pull/12911 16:50 < bitcoin-git> [bitcoin] DrahtBot closed pull request #12818: [qt] TransactionView: highlight replacement tx after fee bump (master...2018/03/bump-fee-focus) https://github.com/bitcoin/bitcoin/pull/12818 16:50 < bitcoin-git> [bitcoin] DrahtBot reopened pull request #12676: Show "bip125-replaceable" flag, when retrieving mempool entries (master...rpc-raw-replaceable-flag) https://github.com/bitcoin/bitcoin/pull/12676 16:51 < bitcoin-git> [bitcoin] DrahtBot reopened pull request #12096: [rpc] [wallet] Allow specifying the output index when using bumpfee (master...better-bumpfee) https://github.com/bitcoin/bitcoin/pull/12096 16:51 < bitcoin-git> [bitcoin] DrahtBot reopened pull request #11911: Free CDBEnv instances when not in use (master...pr/countenv) https://github.com/bitcoin/bitcoin/pull/11911 16:51 < bitcoin-git> [bitcoin] DrahtBot reopened pull request #11599: scripted-diff: Small locking rename (master...pr/locksren) https://github.com/bitcoin/bitcoin/pull/11599 16:55 < sipa> MarcoFalke: where does the name DrahtBot come from? Germam for wire? 16:55 < MarcoFalke> indeed 16:56 < sipa> what's the relation between wire and what it does? 16:56 < sipa> or is it just random 16:56 < MarcoFalke> There is a relation between wire and when it was written, :) 16:59 < MarcoFalke> ccl people meet every sunday for "the wire" and DrahtBot was written on Sunday :) 17:01 < sipa> ha, the tv show? 17:02 < MarcoFalke> jup 17:02 -!- sneakerhax [~sneakers@unaffiliated/sneakerhead] has joined #bitcoin-core-dev 17:03 < gmaxwell> so now "CI" means confidential informant, not continious integration? 17:03 < sipa> gmaxwell: oh! now i understand the tv show! 17:03 < sipa> (j/k) 17:05 < MarcoFalke> lol, I don't get much in the show. Not sure if its due to the language or the way they made the 3:4 to widescreen 17:16 < luke-jr> that's seriously annoying. -.- 17:16 < luke-jr> (the close/reopen) 17:17 < sipa> MarcoFalke: watch with english subtitles 17:19 -!- goatpig [56eece80@gateway/web/freenode/ip.86.238.206.128] has quit [Ping timeout: 252 seconds] 17:19 < MarcoFalke> luke-jr: It seems less annoying than having to re-run all travis configurations locally 17:21 < ken2812221> Is there any way to have bitcoin-git ignore DrahtBot? 17:24 < gmaxwell> would it be better if drahtbot did the close reopen all at once, once a week? 17:25 < sipa> MarcoFalke: another idea for the "this PR conflicts with ..." message; what if it's just a single comment that gets updated, rather than a new one each time? 17:25 < MarcoFalke> sipa: I do update the comment 17:25 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 17:26 < sipa> oh! 17:26 < sipa> my apologies, i should have checked 17:26 < sipa> what's the threshold for closing/reopening? 17:27 < sipa> MarcoFalke: also, does travis not have an api through which you can re-run things? 17:27 < MarcoFalke> See for example the dropdown in https://github.com/bitcoin/bitcoin/pull/13449#issuecomment-397424236 17:28 < MarcoFalke> sipa: It does, but it uses the merge commit of when the pull was created 17:28 < MarcoFalke> Also the yaml of when the pull was created 17:28 < sipa> MarcoFalke: ah, yes 17:28 < MarcoFalke> It might be possible to overwrite the yaml: https://docs.travis-ci.com/user/triggering-builds/#Customizing-the-build-configuration 17:29 < MarcoFalke> though, I haven't checked if it might also be possible to overwrite the commit 17:29 < MarcoFalke> would it be better if drahtbot did the close reopen all at once, once a week? 17:29 < MarcoFalke> Thats a good idea 17:30 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 244 seconds] 17:30 < MarcoFalke> The initial volume was so high because it was the first runs (and I lowered the threshold a bit for each run) 17:52 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 17:57 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 276 seconds] 18:11 -!- jpe_ [~jpe@200116b8420fc3004c35767b739c9fcd.dip.versatel-1u1.de] has joined #bitcoin-core-dev 18:12 -!- jpe__ [~jpe@200116b8429b9400ddada7ff2d61e4f5.dip.versatel-1u1.de] has quit [Ping timeout: 260 seconds] 18:12 -!- abhayka [49e77462@gateway/web/freenode/ip.73.231.116.98] has joined #bitcoin-core-dev 18:13 -!- abhayka [49e77462@gateway/web/freenode/ip.73.231.116.98] has quit [Client Quit] 18:14 -!- sneakerhax [~sneakers@unaffiliated/sneakerhead] has quit [Ping timeout: 276 seconds] 18:30 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has quit [Ping timeout: 265 seconds] 18:36 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has joined #bitcoin-core-dev 18:37 -!- unixb0y [~unixb0y@p2E555F86.dip0.t-ipconnect.de] has quit [Ping timeout: 244 seconds] 18:42 -!- unixb0y [~unixb0y@p2E5552FE.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 18:48 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 18:51 < fanquake> MarcoFalke I forgot to ask yesterday, why would the bot be editing PR descriptions/bodies? Or does that happen for some reason when it open/closes PRs? 19:01 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 19:06 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 244 seconds] 19:41 -!- ken2812221 [~ken281222@180.217.165.175] has quit [Ping timeout: 240 seconds] 19:44 -!- mistergold [~mistergol@77.243.23.167] has quit [Quit: leaving] 19:50 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 19:50 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [] 19:52 -!- rex4539 [~textual@2a02:587:3516:600:5012:5e73:7c1f:9e98] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 19:53 -!- ken2812221 [~ken281222@1.200.215.219] has joined #bitcoin-core-dev 19:54 < kallewoof> I'm wondering about #12257. Is it something people would like to try to get into 0.17 or would you rather wait. Also wonder if it is considered a fix or feature, since the feature freeze is today. (I think someone noted that it may be considered a fix, which is why I didn't ask for it to be in high pri list. But I'm not sure if I misunderstood) 19:54 < gribble> https://github.com/bitcoin/bitcoin/issues/12257 | [wallet] Use destination groups instead of coins in coin select by kallewoof · Pull Request #12257 · bitcoin/bitcoin · GitHubAsset 1Asset 1 19:55 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 244 seconds] 20:10 -!- ken2812221 [~ken281222@1.200.215.219] has quit [Ping timeout: 240 seconds] 20:11 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 276 seconds] 20:14 -!- bitconner [~conner@136.24.175.89] has joined #bitcoin-core-dev 20:17 -!- ken2812221 [~User@180.217.176.87] has joined #bitcoin-core-dev 20:32 -!- ken2812221 [~User@180.217.176.87] has quit [Read error: Connection reset by peer] 20:33 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 20:38 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 276 seconds] 20:39 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 20:40 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 20:43 -!- ken2812221 [~User@180.217.160.31] has joined #bitcoin-core-dev 20:52 -!- ken2812221 [~User@180.217.160.31] has quit [Ping timeout: 260 seconds] 20:52 -!- ken2812221 [~User@180.217.160.31] has joined #bitcoin-core-dev 21:01 -!- DigitalDank [DigitalDan@ip72-207-116-245.sd.sd.cox.net] has joined #bitcoin-core-dev 21:03 -!- DigitalDank [DigitalDan@ip72-207-116-245.sd.sd.cox.net] has quit [Client Quit] 21:03 -!- Bill [Bill@ip72-207-116-245.sd.sd.cox.net] has joined #bitcoin-core-dev 21:04 -!- Bill is now known as Guest21850 21:09 -!- Guest21850 [Bill@ip72-207-116-245.sd.sd.cox.net] has quit [Read error: Connection reset by peer] 21:09 -!- Guest21850 [Guest21850@ip72-207-116-245.sd.sd.cox.net] has joined #bitcoin-core-dev 21:10 -!- Guest21850 [Guest21850@ip72-207-116-245.sd.sd.cox.net] has left #bitcoin-core-dev [] 21:16 -!- BillSmith4lyfe [BillSmith4@ip72-207-116-245.sd.sd.cox.net] has joined #bitcoin-core-dev 21:18 -!- masonicb_ [~masonicbo@2600:8802:5501:17c0:c14:ef77:9c97:fc12] has quit [Remote host closed the connection] 21:23 -!- BillSmith4lyfe [BillSmith4@ip72-207-116-245.sd.sd.cox.net] has quit [Read error: Connection reset by peer] 21:23 -!- BillSmith4lyfe [BillSmith4@ip72-207-116-245.sd.sd.cox.net] has joined #bitcoin-core-dev 21:30 -!- BillSmith4lyfe [BillSmith4@ip72-207-116-245.sd.sd.cox.net] has quit [Read error: Connection reset by peer] 21:32 -!- BillSmith4lyfe [BillSmith4@ip72-207-116-245.sd.sd.cox.net] has joined #bitcoin-core-dev 21:32 -!- Tralfaz [~none@103.254.153.99] has joined #bitcoin-core-dev 21:39 -!- BillSmith4lyfe [BillSmith4@ip72-207-116-245.sd.sd.cox.net] has quit [Read error: Connection reset by peer] 21:40 -!- BillSmith4lyfe [BillSmith4@ip72-207-116-245.sd.sd.cox.net] has joined #bitcoin-core-dev 21:49 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 21:53 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 250 seconds] 21:54 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 248 seconds] 21:57 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 21:59 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has joined #bitcoin-core-dev 22:03 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:2529:cd:15a6:952] has quit [Ping timeout: 260 seconds] 22:07 -!- _flow__ [~none@2001:638:a000:4140::ff10:844c] has quit [Ping timeout: 245 seconds] 22:32 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 22:46 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has quit [Read error: Connection reset by peer] 22:47 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 22:48 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 22:50 -!- Krellan [~Krellan@2601:640:4000:9258:198b:e23:e27e:2f7d] has joined #bitcoin-core-dev 22:51 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 22:52 -!- rex4539 [~textual@ppp-2-87-178-187.home.otenet.gr] has joined #bitcoin-core-dev 22:52 -!- rex4539 [~textual@ppp-2-87-178-187.home.otenet.gr] has quit [Client Quit] 22:52 -!- rex4539 [~textual@2a02:587:3516:600:7414:53b9:1afb:363d] has joined #bitcoin-core-dev 23:18 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 23:19 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 23:30 -!- endless_1 [c9d785f1@gateway/web/freenode/ip.201.215.133.241] has joined #bitcoin-core-dev 23:33 -!- endless_1 [c9d785f1@gateway/web/freenode/ip.201.215.133.241] has quit [Client Quit] --- Log closed Mon Jul 23 00:00:18 2018