< GitHub134> [bitcoin] JeremyRubin opened pull request #8513: Fix a type error that would not compile on OSX. (master...fix-osx-break) https://github.com/bitcoin/bitcoin/pull/8513
< jl2012> are the R and S in signature encoded in big endian?
< jl2012> yes, they are
< sipa> wumpus: ack 8128?
< GitHub92> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/38590729631c...d727f77e3904
< GitHub92> bitcoin/master b3b3c2a Jonas Schnelli: Reduce cs_main locks during ConnectTip/SyncWithWallets
< GitHub92> bitcoin/master d727f77 Pieter Wuille: Merge #7946: Reduce cs_main locks during ConnectTip/SyncWithWallets...
< GitHub151> [bitcoin] sipa closed pull request #7946: Reduce cs_main locks during ConnectTip/SyncWithWallets (master...2016/04/cs_main_wallet) https://github.com/bitcoin/bitcoin/pull/7946
< GitHub95> [bitcoin] jl2012 opened pull request #8514: Enforce LOW_S rules on all transactions with WITNESS BIP9 parameters (master...lows) https://github.com/bitcoin/bitcoin/pull/8514
< wumpus> sipa: yep
< GitHub109> [bitcoin] sipa opened pull request #8515: A few mempool removal optimizations (master...moresharedmem) https://github.com/bitcoin/bitcoin/pull/8515
< sipa> wumpus: great
< wumpus> already had a round of nits on that, and they got fixed
< GitHub78> [bitcoin] laanwj pushed 9 new commits to master: https://github.com/bitcoin/bitcoin/compare/d727f77e3904...1030fa718c59
< GitHub78> bitcoin/master 31d6b1d Cory Fields: net: Split resolving out of CNetAddr
< GitHub78> bitcoin/master f96c7c4 Cory Fields: net: Split resolving out of CService
< GitHub78> bitcoin/master b6c3ff3 Cory Fields: net: Split resolving out of CSubNet
< GitHub11> [bitcoin] laanwj closed pull request #8128: Net: Turn net structures into dumb storage classes (master...split-resolve) https://github.com/bitcoin/bitcoin/pull/8128
< 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.
< MarcoFalke> 2016-08-15 11:56:44 receive version message: /Satoshi:0.13.99/: version 70014, blocks=922294, us=[ ]: , peer=38
< MarcoFalke> 2016-08-15 11:56:46 Peer=38 is stalling block download, disconnecting
< sipa> try -addnode=bitcoin.sipa.be ?
< MarcoFalke> Sure, I can restart. Though, I don't think this solves the problem.
< MarcoFalke> sipa: src/qt/bitcoin-qt -testnet -disablewallet -addnode=bitcoin.sipa.be -printtoconsole
< MarcoFalke> does not help
< sipa> :(
< MarcoFalke> Do we download blocks from old peers and then download the witness data separately from 0.13 peers, if possible?
< sipa> MarcoFalke: no
< sipa> blocks are only downloaded from segwit peers
< MarcoFalke> Odd, I saw full network usage when only connected to 0.12 and below nodes. But I might be mistaken
< MarcoFalke> So how come that 0.13 peers are disconnected after 2 seconds for "stalling"
< sipa> that sounds like a bug
< sipa> MarcoFalke: can you share your debug.log, and getnodeinfo/getchaintips output?
< GitHub161> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1030fa718c59...c50386315093
< GitHub161> bitcoin/master 208d37f fanquake: [trivial] Remove URLs from About dialog translations
< GitHub161> bitcoin/master c503863 Jonas Schnelli: Merge #8192: [trivial] Remove URLs from About dialog translations...
< GitHub137> [bitcoin] jonasschnelli closed pull request #8192: [trivial] Remove URLs from About dialog translations (master...source-code-link) https://github.com/bitcoin/bitcoin/pull/8192
< GitHub119> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/c50386315093...6e5e5abba6f8
< GitHub119> bitcoin/master 873e81f Matthew King: Use portable #! in python scripts (/usr/bin/env)
< GitHub119> bitcoin/master 7b01ce2 Matthew King: Favour python over python2 as per PR #7723
< GitHub119> bitcoin/master 6e5e5ab MarcoFalke: Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)...
< GitHub68> [bitcoin] MarcoFalke closed pull request #8270: Tests: Use portable #! in python scripts (/usr/bin/env) (master...master) https://github.com/bitcoin/bitcoin/pull/8270
< GitHub30> [bitcoin] instagibbs opened pull request #8516: [trivial] remove no-longer-used InitError logic (master...deadiniterr) https://github.com/bitcoin/bitcoin/pull/8516
< GitHub176> [bitcoin] jonasschnelli opened pull request #8517: [Qt] show wallet version and HD state in debugwindow (master...2016/08/hd_gui) https://github.com/bitcoin/bitcoin/pull/8517
< pinhead26> can anyone help me understand: reachable=false for ipv4 in getnetworkinfo?