< GitHub168> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/88b77c7da0a6...da46f9fd6651
< GitHub168> bitcoin/master 9a8a7d0 Puru: bitcoin-cli.cpp: Use symbolic constant for exit code
< GitHub168> bitcoin/master da46f9f Wladimir J. van der Laan: Merge #7989: bitcoin-cli.cpp: Use symbolic constant for exit code...
< GitHub2> [bitcoin] laanwj closed pull request #7989: bitcoin-cli.cpp: Use symbolic constant for exit code (master...patch-2) https://github.com/bitcoin/bitcoin/pull/7989
< GitHub135> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/da46f9fd6651...559fbae8c658
< GitHub135> bitcoin/master de98290 Cory Fields: build: No need to check for leveldb atomics...
< GitHub135> bitcoin/master 559fbae Wladimir J. van der Laan: Merge #7982: build: No need to check for leveldb atomics...
< GitHub46> [bitcoin] laanwj closed pull request #7982: build: No need to check for leveldb atomics (master...leveldb-atomics) https://github.com/bitcoin/bitcoin/pull/7982
< GitHub151> [bitcoin] laanwj opened pull request #8000: tinyformat: force USE_VARIADIC_TEMPLATES (master...2016_05_tinyformat_variadic) https://github.com/bitcoin/bitcoin/pull/8000
< btcdrak> 8000!
< paveljanik> ToTheMoon 8)
< GitHub134> [bitcoin] MarcoFalke opened pull request #8001: [0.12.2] backport script_tests improvements (0.12...Mf1605-012testbp) https://github.com/bitcoin/bitcoin/pull/8001
< GitHub128> [bitcoin] fanquake opened pull request #8002: [depends] Add -stdlib=libc++ to darwin CXX flags (master...depends-darwin-stdlib) https://github.com/bitcoin/bitcoin/pull/8002
< GitHub34> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/559fbae8c658...fc23fee69047
< GitHub34> bitcoin/master faf3d11 MarcoFalke: [doc] Update bitcoin-core GitHub links
< GitHub34> bitcoin/master fc23fee Wladimir J. van der Laan: Merge #7975: [doc] Update bitcoin-core GitHub links...
< GitHub199> [bitcoin] laanwj closed pull request #7975: [doc] Update bitcoin-core GitHub links (master...Mf1604-doc) https://github.com/bitcoin/bitcoin/pull/7975
< assder> Are you planning to move from bitcoin to bitcoin-core on github?
< wumpus> that's the plan, eventually, yes
< wumpus> all the sub-repositories have been moved, just not the main one
< assder> When is it planned to occur? Has it to do with the recent drama?
< wumpus> no, it was planned for a long time, and I don't see it happening any time soon
< assder> Can you move all PRs and activity from one repo to another?
< wumpus> yes
< wumpus> and it automatically creates a redirect
< wumpus> (if you move the entire repository from one place to another, PRs and such move with it)
< assder> Ok. Thanks for the answers.
< Chris_Stewart_5> In tx_valid.json, is there a convention that assumes that the first outpoint corresponds to the first input in the serialized tx being tested?
< Guest7895> see the comments at the top of the file
< GitHub30> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fc23fee69047...8206835cc173
< GitHub30> bitcoin/master d90351f Gregory Maxwell: More comments on the design of AttemptToEvictConnection....
< GitHub30> bitcoin/master 8206835 Wladimir J. van der Laan: Merge #7974: More comments on the design of AttemptToEvictConnection....
< GitHub37> [bitcoin] laanwj closed pull request #7974: More comments on the design of AttemptToEvictConnection. (master...attempt_to_evict_comment) https://github.com/bitcoin/bitcoin/pull/7974
< Chris_Stewart_5> Guest7895: Where does it indicate this is the case?
< Guest7895> Chris_Stewart_5: sorry, i'm confusing it with script_test.json
< morcos> BlueMatt: gmaxwell: do either of you have some more detailed stats on the 96% reduction based on txs that are already in your mempool. some earlier tests i was doing were finding closer to 91% of the bytes in a block were already in my mempool, so i'd like to understand the discrepancy.
< gmaxwell> morcos: I assume the discrepency is just network behavior when measuring. I got roughly the same number on couple day averages seperated by a couple weeks; but some spam attack or change in miner software would no doubt change it.
< gmaxwell> it's also uptime related, as I get much lower number for the first day or two after restart, which are excluded.
< morcos> yeah thats possible, my tests were less recent than yours i think
< gmaxwell> (I think my last two measurements were 96% and 97%)
< gmaxwell> My numbers are actually higher in comparison than just 'in mempool' since the bytes to send the shortids (typically around 20k for a 1MB block) count against it.
< michagogo> Has anyone by any chance tried to use gitian on Xenial?
< michagogo> Or for that matter, anything newer than Trusty?
< Jimbo_> Hi everyone. I'm getting a stable crash from bitcoin-qt.exe on WinXP. Is this platform still supported
< Jimbo_> ?
< Chris_Stewart_5> Are these transactions treated the same for signatures because CScript::FindAndDelete removes the remaining operations in the script for when we run OP_CHECKSIG?
< Chris_Stewart_5> also, can anyone point to an example that serializes a CScript to stdout?
< GitHub55> [bitcoin] avar opened pull request #8003: Get rid of a compiler warning due to #if 0'd test (master...fix-unused-function-compiler-warning) https://github.com/bitcoin/bitcoin/pull/8003