1 2016-08-15 00:48:15	0|GitHub134|[13bitcoin] 15JeremyRubin opened pull request #8513: Fix a type error that would not compile on OSX. (06master...06fix-osx-break) 02https://github.com/bitcoin/bitcoin/pull/8513
 2 2016-08-15 03:22:58	0|jl2012|are the R and S in signature encoded in big endian?
 3 2016-08-15 03:41:12	0|jl2012|yes, they are
 4 2016-08-15 09:28:08	0|sipa|wumpus: ack 8128?
 5 2016-08-15 09:57:09	0|GitHub92|13bitcoin/06master 14b3b3c2a 15Jonas Schnelli: Reduce cs_main locks during ConnectTip/SyncWithWallets
 6 2016-08-15 09:57:09	0|GitHub92|[13bitcoin] 15sipa pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/38590729631c...d727f77e3904
 7 2016-08-15 09:57:10	0|GitHub92|13bitcoin/06master 14d727f77 15Pieter Wuille: Merge #7946: Reduce cs_main locks during ConnectTip/SyncWithWallets...
 8 2016-08-15 09:57:14	0|GitHub151|[13bitcoin] 15sipa closed pull request #7946: Reduce cs_main locks during ConnectTip/SyncWithWallets (06master...062016/04/cs_main_wallet) 02https://github.com/bitcoin/bitcoin/pull/7946
 9 2016-08-15 10:40:38	0|GitHub95|[13bitcoin] 15jl2012 opened pull request #8514: Enforce LOW_S rules on all transactions with WITNESS BIP9 parameters (06master...06lows) 02https://github.com/bitcoin/bitcoin/pull/8514
10 2016-08-15 11:26:40	0|wumpus|sipa: yep
11 2016-08-15 11:31:14	0|GitHub109|[13bitcoin] 15sipa opened pull request #8515: A few mempool removal optimizations (06master...06moresharedmem) 02https://github.com/bitcoin/bitcoin/pull/8515
12 2016-08-15 11:33:28	0|sipa|wumpus: great
13 2016-08-15 11:33:42	0|wumpus|already had a round of nits on that, and they got fixed
14 2016-08-15 11:35:54	0|GitHub78|[13bitcoin] 15laanwj pushed 9 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/d727f77e3904...1030fa718c59
15 2016-08-15 11:35:55	0|GitHub78|13bitcoin/06master 1431d6b1d 15Cory Fields: net: Split resolving out of CNetAddr
16 2016-08-15 11:35:55	0|GitHub78|13bitcoin/06master 14f96c7c4 15Cory Fields: net: Split resolving out of CService
17 2016-08-15 11:35:56	0|GitHub78|13bitcoin/06master 14b6c3ff3 15Cory Fields: net: Split resolving out of CSubNet
18 2016-08-15 11:35:59	0|GitHub11|[13bitcoin] 15laanwj closed pull request #8128: Net: Turn net structures into dumb storage classes (06master...06split-resolve) 02https://github.com/bitcoin/bitcoin/pull/8128
19 2016-08-15 12:02:37	0|MarcoFalke|Hmm, I can't IBD tesnet with master. My peers happen to be only 0.12.0 and below. They populated the "fetch window", I guess. So whenever a 0.13 tries to connect, it will get disconnected immediately.
20 2016-08-15 12:02:39	0|MarcoFalke|2016-08-15 11:56:44 receive version message: /Satoshi:0.13.99/: version 70014, blocks=922294, us=[ ]: , peer=38
21 2016-08-15 12:02:41	0|MarcoFalke|2016-08-15 11:56:46 Peer=38 is stalling block download, disconnecting
22 2016-08-15 12:03:14	0|sipa|try -addnode=bitcoin.sipa.be ?
23 2016-08-15 12:04:21	0|MarcoFalke|Sure, I can restart. Though, I don't think this solves the problem.
24 2016-08-15 13:03:19	0|MarcoFalke|sipa: src/qt/bitcoin-qt -testnet -disablewallet -addnode=bitcoin.sipa.be -printtoconsole
25 2016-08-15 13:03:22	0|MarcoFalke|does not help
26 2016-08-15 13:03:48	0|sipa|:(
27 2016-08-15 13:04:23	0|MarcoFalke|Do we download blocks from old peers and then download the witness data separately from 0.13 peers, if possible?
28 2016-08-15 13:04:29	0|sipa|MarcoFalke: no
29 2016-08-15 13:04:44	0|sipa|blocks are only downloaded from segwit peers
30 2016-08-15 13:05:23	0|MarcoFalke|Odd, I saw full network usage when only connected to 0.12 and below nodes. But I might be mistaken
31 2016-08-15 13:05:44	0|MarcoFalke|So how come that 0.13 peers are disconnected after 2 seconds for "stalling"
32 2016-08-15 13:06:00	0|sipa|that sounds like a bug
33 2016-08-15 13:07:19	0|sipa|MarcoFalke: can you share your debug.log, and getnodeinfo/getchaintips output?
34 2016-08-15 13:13:09	0|MarcoFalke|http://pastebin.ubuntu.com/23058325/
35 2016-08-15 13:13:15	0|MarcoFalke|http://pastebin.ubuntu.com/23058327/
36 2016-08-15 13:37:02	0|GitHub161|13bitcoin/06master 14208d37f 15fanquake: [trivial] Remove URLs from About dialog translations
37 2016-08-15 13:37:02	0|GitHub161|13bitcoin/06master 14c503863 15Jonas Schnelli: Merge #8192: [trivial] Remove URLs from About dialog translations...
38 2016-08-15 13:37:02	0|GitHub161|[13bitcoin] 15jonasschnelli pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/1030fa718c59...c50386315093
39 2016-08-15 13:37:12	0|GitHub137|[13bitcoin] 15jonasschnelli closed pull request #8192: [trivial] Remove URLs from About dialog translations (06master...06source-code-link) 02https://github.com/bitcoin/bitcoin/pull/8192
40 2016-08-15 13:46:30	0|GitHub119|[13bitcoin] 15MarcoFalke pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/c50386315093...6e5e5abba6f8
41 2016-08-15 13:46:31	0|GitHub119|13bitcoin/06master 147b01ce2 15Matthew King: Favour python over python2 as per PR #7723
42 2016-08-15 13:46:31	0|GitHub119|13bitcoin/06master 14873e81f 15Matthew King: Use portable #! in python scripts (/usr/bin/env)
43 2016-08-15 13:46:32	0|GitHub119|13bitcoin/06master 146e5e5ab 15MarcoFalke: Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)...
44 2016-08-15 13:46:39	0|GitHub68|[13bitcoin] 15MarcoFalke closed pull request #8270: Tests: Use portable #! in python scripts (/usr/bin/env) (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/8270
45 2016-08-15 14:29:46	0|GitHub30|[13bitcoin] 15instagibbs opened pull request #8516: [trivial] remove no-longer-used InitError logic (06master...06deadiniterr) 02https://github.com/bitcoin/bitcoin/pull/8516
46 2016-08-15 14:32:35	0|GitHub176|[13bitcoin] 15jonasschnelli opened pull request #8517: [Qt] show wallet version and HD state in debugwindow (06master...062016/08/hd_gui) 02https://github.com/bitcoin/bitcoin/pull/8517
47 2016-08-15 16:51:10	0|pinhead26|can anyone help me understand: reachable=false for ipv4 in getnetworkinfo?
48 2016-08-15 16:51:16	0|pinhead26|https://bitcoin.stackexchange.com/questions/43386/what-is-meant-by-getnetworkinfo-networks-reachable-false