< GitHub177> [bitcoin] theuni opened pull request #8315: gitian: Don't require sudo for Linux. (master...gitian-no-sudo) https://github.com/bitcoin/bitcoin/pull/8315
< GitHub85> [bitcoin] laanwj closed pull request #8213: gitian: Move as-root preparation to gitian prepare script (master...2016_06_gitian_linux_prepare_script) https://github.com/bitcoin/bitcoin/pull/8213
< GitHub137> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0cca2feb357a...6ae20df823d1
< GitHub137> bitcoin/master cf2ef78 Cory Fields: build: require boost for bench
< GitHub137> bitcoin/master 6ae20df Wladimir J. van der Laan: Merge #8310: build: require boost for bench...
< GitHub58> [bitcoin] laanwj closed pull request #8310: build: require boost for bench (master...fix-bench-boost) https://github.com/bitcoin/bitcoin/pull/8310
< GitHub175> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/6ae20df823d1...bb2646aea0a8
< GitHub175> bitcoin/master fa9976b MarcoFalke: [qa] test_framework: Add wrapper for stop_node
< GitHub175> bitcoin/master fade505 MarcoFalke: [qa] Add wallet-hd test
< GitHub175> bitcoin/master bb2646a Wladimir J. van der Laan: Merge #8309: [qa] Add wallet-hd test...
< GitHub181> [bitcoin] laanwj closed pull request #8309: [qa] Add wallet-hd test (master...Mf1607-qaHD) https://github.com/bitcoin/bitcoin/pull/8309
< GitHub127> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/bb2646aea0a8...5077d2c2b6b8
< GitHub127> bitcoin/master ab0c35a fanquake: [Doc] Update bips.md for CSV softfork.
< GitHub127> bitcoin/master 5077d2c Wladimir J. van der Laan: Merge #8303: [Doc] Update bips.md for CSV softfork....
< GitHub189> [bitcoin] laanwj closed pull request #8303: [Doc] Update bips.md for CSV softfork. (master...bips-csv-softfork) https://github.com/bitcoin/bitcoin/pull/8303
< GitHub193> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/5077d2c2b6b8...ff46dd4a3457
< GitHub16> [bitcoin] MarcoFalke opened pull request #8316: [qa] feefilter: Clear mempool after each check (master...Mf1607-qafeefilter) https://github.com/bitcoin/bitcoin/pull/8316
< GitHub193> bitcoin/master 14d0130 BtcDrak: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
< GitHub193> bitcoin/master 18c975c BtcDrak: Rename NOP3 to CHECSEQUENCEVERIFY in rpc tests
< GitHub193> bitcoin/master ff46dd4 Wladimir J. van der Laan: Merge #7540: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY...
< GitHub195> [bitcoin] laanwj closed pull request #7540: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY (master...rename_nop3) https://github.com/bitcoin/bitcoin/pull/7540
< btcdrak> wumpus: i have this backported to 0.12 if you want I can open a PR. wont cherrypick cleanly.
< MarcoFalke> Yes, please open a fresh pull, btcdrak
< btcdrak> ok will do
< sipa> do our release binaries dynamically link libc/stdc++ still?
< sipa> or are those also static?
< GitHub156> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ff46dd4a3457...2e51590961a0
< GitHub156> bitcoin/master 099d4b0 Cory Fields: gitian: use a wrapped gcc/g++ to avoid the need for a system change...
< GitHub156> bitcoin/master 2e51590 Wladimir J. van der Laan: Merge #8315: gitian: Don't require sudo for Linux....
< GitHub69> [bitcoin] laanwj closed pull request #8315: gitian: Don't require sudo for Linux. (master...gitian-no-sudo) https://github.com/bitcoin/bitcoin/pull/8315
< GitHub178> [bitcoin] MarcoFalke opened pull request #8317: [rpcwallet] Don't use floating point (master...Mf1607-rpcFloat) https://github.com/bitcoin/bitcoin/pull/8317
< sipa> seems they indeed depend on libc still
< sipa> and libgcc
< jonasschnelli> sipa: on OSX: /usr/lib/libc++.1.dylib
< jonasschnelli> sipa: Linux: libgcc_s.so.1 AND libc.so.6
< jonasschnelli> (among other dynamic linked libraries)
< sipa> i was asking for the abcore project... they could switch to using the ARM release binaries
< sipa> but if we still dynamically link libc, compiling using android NDK is probably better
< jonasschnelli> Yes. I guess there is also x86 android. :)
< GitHub156> [bitcoin] btcdrak opened pull request #8318: [0.12] Backport "Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY #7540" (0.12...rename_nop3_0.12) https://github.com/bitcoin/bitcoin/pull/8318
< GitHub82> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/2e51590961a0...67caef673089
< GitHub82> bitcoin/master 0c928cb Cory Fields: build: Fix Qt5PlatformSupport check without pkg-config...
< GitHub82> bitcoin/master b556bed Cory Fields: build: fix Windows builds without pkg-config...
< GitHub82> bitcoin/master 67caef6 Wladimir J. van der Laan: Merge #8314: Fix pkg-config issues for 0.13...
< GitHub52> [bitcoin] laanwj closed pull request #8314: Fix pkg-config issues for 0.13 (master...fix-pkg-config) https://github.com/bitcoin/bitcoin/pull/8314
< jonasschnelli> I think we should consider https://github.com/bitcoin/bitcoin/pull/8205/files for 0.13
< jonasschnelli> Or how would we later distinct between hd generated keys and imported keys?
< jonasschnelli> A simple metadata bit would be sufficient but I prefer 8205 (adds the keypath to the metadata)
< luke-jr> jonasschnelli: I think that conflicts with key origin?
< jonasschnelli> luke-jr: in Knots?
< jonasschnelli> We could use a different version number...
< jonasschnelli> And Knots should do some migration to keep compatibility between Core
< luke-jr> IMO just merge [old] key origin first seems to make the most sense?
< jonasschnelli> Agree. Not sure what's holding back the key origin PR... Something was controversial? Currently phone typing and can't check.
< Chris_Stewart_5> Is there a slight difference in a GetHeaders message and a GetBlocks message where one includes the hash stop and the other doesn't?
< sipa> indeed
< sipa> no idea why this is the case
< Chris_Stewart_5> Hmm well that makes me feel better. Thanks
< GitHub165> [bitcoin] MarcoFalke opened pull request #8319: [qa] wallet*.py: Check for salvagewallet regressions (master...Mf1607-qaSalv) https://github.com/bitcoin/bitcoin/pull/8319
< MarcoFalke> ^ Hmm, apparently this runs fine with -usehd=0, but fails with -usehd=1.
< bsm117532> I've made an initial stab at adding segwit support to python-bitcoinlib. It's not complete yet, but if others want to help out, it's here: https://github.com/SolidXPartners/python-bitcoinlib
< petertodd> btcdrak: awesome!
< GitHub137> [bitcoin] KrzysiekJ opened pull request #8320: Fix 0.12 release notes on block relaying (master...0.12-release-notes-block-relaying) https://github.com/bitcoin/bitcoin/pull/8320
< luke-jr> jonasschnelli: well, we don't really have someone designated to maintain the wallet right now - so I'd think the merging falls to you or wumpus primarily :p
< luke-jr> but I guess first either youuu or I need to revise the PR to simply the old code (IIRC that was the conclusion last discussion)
< GitHub109> [bitcoin] tjps opened pull request #8321: Trivial: minor code cleanups for readability (master...tjps_cleanups) https://github.com/bitcoin/bitcoin/pull/8321