1 2017-10-23 01:17:44	0|pierre_rochard|Hello, is there a guide for building the .deb binary?
 2 2017-10-23 01:33:43	0|bitcoin-git|[13bitcoin] 15jonasschnelli pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/c0e513941398...6157e8ce3937
 3 2017-10-23 01:33:44	0|bitcoin-git|13bitcoin/06master 146b1891e 15Aaron Golliver: Add Sent and Received information to the debug menu peer list
 4 2017-10-23 01:33:44	0|bitcoin-git|13bitcoin/06master 148e4aa35 15Aaron Golliver: move human-readable byte formatting to guiutil
 5 2017-10-23 01:33:45	0|bitcoin-git|13bitcoin/06master 146157e8c 15Jonas Schnelli: Merge #11499: [Qt] Add upload and download info to the peerlist (debug menu)...
 6 2017-10-23 01:34:17	0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #11499: [Qt] Add upload and download info to the peerlist (debug menu) (06master...06provide-send-recv-count-to-peerlist) 02https://github.com/bitcoin/bitcoin/pull/11499
 7 2017-10-23 13:09:00	0|Varunram|Core, I have a question with regard to the test suite. I'm looking for something which, given two chains, goes with the chain of more work. If someone could point me to it, that'd be great, Thanks!
 8 2017-10-23 13:11:03	0|sipa|can you be more specific?
 9 2017-10-23 13:11:21	0|sipa|what kind of something do you mean
10 2017-10-23 13:12:00	0|sipa|do you mean in the c++ unit tests, or the python test framework?
11 2017-10-23 13:12:00	0|Varunram|oh, sorry! I meant a test like test_heavier_chain.py or something
12 2017-10-23 13:12:17	0|Varunram|*python test framework
13 2017-10-23 13:12:23	0|sipa|p2p_fullblocktest tests things like that
14 2017-10-23 13:13:22	0|sipa|it creates multiple branches, with various combinations of valid and invalid transactions, and checks that bitcoind follows the most-work valid chain
15 2017-10-23 13:14:18	0|Varunram|thanks a ton! I'll look into it :)
16 2017-10-23 13:15:07	0|sipa|yw!
17 2017-10-23 15:23:11	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/6157e8ce3937...57ee73990f1c
18 2017-10-23 15:23:12	0|bitcoin-git|13bitcoin/06master 146d51eae 15Suhas Daftuar: qa: Fix race condition in sendheaders.py
19 2017-10-23 15:23:12	0|bitcoin-git|13bitcoin/06master 14c96b2e4 15Suhas Daftuar: qa: Fix replace-by-fee race condition failures
20 2017-10-23 15:23:13	0|bitcoin-git|13bitcoin/06master 1457ee739 15MarcoFalke: Merge #11538: qa: Fix race condition failures in replace-by-fee.py, sendheaders.py...
21 2017-10-23 15:23:53	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #11538: qa: Fix race condition failures in replace-by-fee.py, sendheaders.py (06master...062017-10-fix-rbf-test) 02https://github.com/bitcoin/bitcoin/pull/11538
22 2017-10-23 15:48:02	0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #11550: [0.15.1] qa: Backports (060.15...06Mf1710-0151qaBackports) 02https://github.com/bitcoin/bitcoin/pull/11550
23 2017-10-23 15:52:39	0|Alkhara|Can anyone tell me why main.cpp was removed after 0.13 for both BTC and LTC?
24 2017-10-23 16:24:17	0|sipa|Alkhara: it was split into validation.cpp and net_processing.cpp
25 2017-10-23 16:35:26	0|Alkhara|ahhh thank you Sipa
26 2017-10-23 18:18:00	0|achow101|oh great, another person with salvagewallet and default key problems: https://bitcoin.stackexchange.com/questions/61192/error-help-a-fatal-error-occurred-bitcoin-can-no-longer-continue-safely-and-w
27 2017-10-23 21:33:25	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #11551: Fix invalid return value in GetBlockProofEquivalentTime(...) when to.nChainWork <= from.nChainWork (06master...06proof-equivalent-time) 02https://github.com/bitcoin/bitcoin/pull/11551
28 2017-10-23 22:23:50	0|seone|Guys im a bit confused: Do the latest translations from Transifex arrive the project? I checked bitcoin/src/qt/locale on github, and latest commit is 3 months ago. Is Wladimir still managing them; should i also try to take care a bit about synchronising? You can leave me a /msg memoserv seone or write me via Transifex in case i am currently not around here :)
29 2017-10-23 22:38:30	0|seone|Ok, at least we were not forgotten for 0.16.0 schedule: https://github.com/bitcoin/bitcoin/issues/11449 :)
30 2017-10-23 23:18:40	0|meshcollider|seone: They were updated on the 0.15 branch on September 16th: https://github.com/bitcoin/bitcoin/commit/f266f2668bf8fd73015bf8265f0d00f5e858b577
31 2017-10-23 23:19:06	0|meshcollider|just not on master
32 2017-10-23 23:28:38	0|seone|Ahh ic, but the french translation files were still 3 months old. Ok thats what confused me^; Thanks, I think i know the problem now: Will have to write Wladimir :)
33 2017-10-23 23:39:47	0|achow101|seone: the translations are only updated for each version release, usually on the release branches, not the master branch
34 2017-10-23 23:42:26	0|seone|Yes, but a translated string from 6th July on 0.15.x context in Transifex should have arrived on the 0.15 github branch by 16th September