< Justinus> Hi, in the Bitcoin doc https://github.com/bitcoin/bitcoin/tree/master/doc, why does it say unpack and run bin/bitcoind ?
< Justinus> I don't see any bin folder
< Justinus> or is it src/bitcoind after building it
< Justinus> ?
< sipa> yes
< GitHub153> [bitcoin] sipa opened pull request #8448: Store mempool and prioritization data to disk (master...dumpmempool) https://github.com/bitcoin/bitcoin/pull/8448
< gmaxwell> \O/
< GitHub120> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/63c03dd41cc0...2eed09fe1e3d
< GitHub120> bitcoin/master fa4439d MarcoFalke: [qa] Rework hd wallet dump test
< GitHub120> bitcoin/master 2eed09f Wladimir J. van der Laan: Merge #8442: [qa] Rework hd wallet dump test...
< GitHub7> [bitcoin] laanwj closed pull request #8442: [qa] Rework hd wallet dump test (master...Mf1608-qaWalletDump) https://github.com/bitcoin/bitcoin/pull/8442
< GitHub86> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2eed09fe1e3d...fc93486d2a00
< GitHub86> bitcoin/master b8db185 Chris Stewart: Update README.md...
< GitHub86> bitcoin/master fc93486 Wladimir J. van der Laan: Merge #8428: Update README.md inside of src/test/...
< GitHub68> [bitcoin] laanwj closed pull request #8428: Update README.md inside of src/test/ (master...imporve_test_readme) https://github.com/bitcoin/bitcoin/pull/8428
< GitHub71> [bitcoin] laanwj pushed 2 new commits to 0.13: https://github.com/bitcoin/bitcoin/compare/ced6c940da35...6c083ac95c80
< GitHub71> bitcoin/0.13 719208c paveljanik: Rewrite shell example to not leave secrets in the history file
< GitHub53> [bitcoin] laanwj closed pull request #8441: doc: Rewrite shell example to not leave secrets in the history file (0.13...patch-17) https://github.com/bitcoin/bitcoin/pull/8441
< GitHub71> bitcoin/0.13 6c083ac Wladimir J. van der Laan: Merge #8441: doc: Rewrite shell example to not leave secrets in the history file...
< GitHub141> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/fc93486d2a00...ced2d5ef7c3b
< GitHub141> bitcoin/master 115265b Pavel Janík: Trivial: bip -> BIP in help text and comment
< GitHub141> bitcoin/master 0fc00be Pavel Janík: Do not shadow previous local variable
< GitHub141> bitcoin/master ced2d5e Wladimir J. van der Laan: Merge #8446: [Trivial] BIP9 parameters on regtest cleanup...
< GitHub95> [bitcoin] laanwj closed pull request #8446: [Trivial] BIP9 parameters on regtest cleanup (master...20160802_shadow_bip9params) https://github.com/bitcoin/bitcoin/pull/8446
< GitHub148> [bitcoin] laanwj closed pull request #8377: [Wallet][Trivial] Rename usehd option to createhdwallet (master...2016-07-16-cwallet-createhdwallet) https://github.com/bitcoin/bitcoin/pull/8377
< GitHub193> [bitcoin] laanwj closed pull request #8331: Fix three 'comparison between signed and unsigned integer expressions' warnings. (master...fix-compilation-warnings) https://github.com/bitcoin/bitcoin/pull/8331
< GitHub171> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ced2d5ef7c3b...194110fb911d
< GitHub171> bitcoin/master 657fc19 instagibbs: rename mapAddrCount to mapNetGroupNodes
< GitHub171> bitcoin/master 194110f Wladimir J. van der Laan: Merge #8189: rename mapAddrCount to mapNetGroupNodes...
< GitHub180> [bitcoin] laanwj closed pull request #8189: rename mapAddrCount to mapNetGroupNodes (master...mapAddrCounts) https://github.com/bitcoin/bitcoin/pull/8189
< GitHub171> [bitcoin] laanwj closed pull request #7568: Corrections to bad-chain alert triggering (master...fix_bad_chain_alert_trigger) https://github.com/bitcoin/bitcoin/pull/7568
< GitHub12> [bitcoin] laanwj closed pull request #7886: QA test fix: ensure unique coinbase transactions (master...rpctest_unique_coinbases) https://github.com/bitcoin/bitcoin/pull/7886
< GitHub195> [bitcoin] laanwj closed pull request #7914: [qa] Add optional unique coinbase generation (master...coinbase) https://github.com/bitcoin/bitcoin/pull/7914
< GitHub177> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/194110fb911d...5c7a5e1f66d8
< GitHub177> bitcoin/master 7fdbce9 fanquake: [doc] Increase recommended memory in gitian build guide
< GitHub177> bitcoin/master 5c7a5e1 Wladimir J. van der Laan: Merge #8439: [doc] Increase recommended memory in gitian build guide...
< GitHub39> [bitcoin] laanwj closed pull request #8439: [doc] Increase recommended memory in gitian build guide (master...gitian-guide-3000) https://github.com/bitcoin/bitcoin/pull/8439
< GitHub152> [bitcoin] laanwj pushed 1 new commit to 0.13: https://github.com/bitcoin/bitcoin/commit/b8b97c98e86f81cd11a3c582dcea1c201139f187
< GitHub152> bitcoin/0.13 b8b97c9 fanquake: [doc] Increase recommended memory in gitian build guide...
< GitHub43> [bitcoin] MarcoFalke closed pull request #8316: [qa] feefilter: Clear mempool after each check (master...Mf1607-qafeefilter) https://github.com/bitcoin/bitcoin/pull/8316
<@luke-jr> how will a 0.13 node react to a chainstate w segwit info (ie from 0.13.1)
<@luke-jr> ?
< sipa> luke-jr: chainstates do not enter the utxo ser
< paveljanik> github is a bit slow today...
< GitHub139> [bitcoin] paveljanik opened pull request #8449: [Trivial] Do not shadow local variable, cleanup (master...20160803_shadow_blockencodings) https://github.com/bitcoin/bitcoin/pull/8449
<@luke-jr> sipa: any other possible downgrade risks? eg maybe seeing a witnessblock in reindex
< sipa> luke-jr: we rewind at startup
< sipa> oh, that's for forward upgrade, not backward
< sipa> downgrading will break things if you do it after segwit activates
<@luke-jr> right
<@luke-jr> break how badly?
< sipa> hmm, i wonder if we cannot just fix that
< sipa> make it rewind in that case as well
< sipa> so at least you'd be able to downgrade from 0.13.1 to 0.13.0
<@luke-jr> it might not make sense to support it, but we should make sure the failure is not ugly
< gmaxwell> we could just make 0.13 detect that case and refuse to run.
< gmaxwell> that would be trivial.
< phantomcircuit> er what's the create_cache.py rpc test supposed to be doing?
< phantomcircuit> oh i see
< phantomcircuit> hmm that's kind of confusing
< GitHub42> [bitcoin] pstratem opened pull request #8450: Remove rpc_wallet_tests.cpp (master...2016-08-03-remove-rpc-wallet-tests) https://github.com/bitcoin/bitcoin/pull/8450