2016-07-09

< GitHub121> [bitcoin] jonasschnelli opened pull request #8324: [Wallet] keep HD seed during salvagewallet (master...2016/07/hd_salvage) https://github.com/bitcoin/bitcoin/pull/8324
< GitHub29> [bitcoin] jonasschnelli closed pull request #8205: [Wallet] add HD keypath to CKeyMetadata, report over validateaddress (master...2016/06/hd_metadata) https://github.com/bitcoin/bitcoin/pull/8205
< GitHub108> [bitcoin] jonasschnelli opened pull request #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddress (master...2016/07/hd_013) https://github.com/bitcoin/bitcoin/pull/8323

2016-07-08

< GitHub109> [bitcoin] tjps opened pull request #8321: Trivial: minor code cleanups for readability (master...tjps_cleanups) https://github.com/bitcoin/bitcoin/pull/8321
< 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
< GitHub165> [bitcoin] MarcoFalke opened pull request #8319: [qa] wallet*.py: Check for salvagewallet regressions (master...Mf1607-qaSalv) https://github.com/bitcoin/bitcoin/pull/8319
< jonasschnelli> I think we should consider https://github.com/bitcoin/bitcoin/pull/8205/files for 0.13
< 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
< GitHub82> bitcoin/master b556bed Cory Fields: build: fix Windows builds without pkg-config...
< GitHub82> bitcoin/master 0c928cb Cory Fields: build: Fix Qt5PlatformSupport check without pkg-config...
< GitHub82> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/2e51590961a0...67caef673089
< 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
< GitHub178> [bitcoin] MarcoFalke opened pull request #8317: [rpcwallet] Don't use floating point (master...Mf1607-rpcFloat) https://github.com/bitcoin/bitcoin/pull/8317
< 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
< GitHub156> bitcoin/master 2e51590 Wladimir J. van der Laan: Merge #8315: gitian: Don't require sudo for Linux....
< GitHub156> bitcoin/master 099d4b0 Cory Fields: gitian: use a wrapped gcc/g++ to avoid the need for a system change...
< GitHub156> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ff46dd4a3457...2e51590961a0
< 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
< GitHub193> bitcoin/master 14d0130 BtcDrak: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
< GitHub193> bitcoin/master 18c975c BtcDrak: Rename NOP3 to CHECSEQUENCEVERIFY in rpc tests
< 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] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/5077d2c2b6b8...ff46dd4a3457
< 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
< GitHub127> bitcoin/master 5077d2c Wladimir J. van der Laan: Merge #8303: [Doc] Update bips.md for CSV softfork....
< GitHub127> bitcoin/master ab0c35a fanquake: [Doc] Update bips.md for CSV softfork.
< GitHub127> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/bb2646aea0a8...5077d2c2b6b8
< GitHub181> [bitcoin] laanwj closed pull request #8309: [qa] Add wallet-hd test (master...Mf1607-qaHD) https://github.com/bitcoin/bitcoin/pull/8309
< GitHub175> bitcoin/master bb2646a Wladimir J. van der Laan: Merge #8309: [qa] Add wallet-hd test...
< GitHub175> bitcoin/master fade505 MarcoFalke: [qa] Add wallet-hd test
< GitHub175> bitcoin/master fa9976b MarcoFalke: [qa] test_framework: Add wrapper for stop_node
< GitHub175> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/6ae20df823d1...bb2646aea0a8
< GitHub58> [bitcoin] laanwj closed pull request #8310: build: require boost for bench (master...fix-bench-boost) https://github.com/bitcoin/bitcoin/pull/8310
< 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...
< GitHub137> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0cca2feb357a...6ae20df823d1
< 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
< 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

2016-07-07

< bsm117532> Would bitcoin-cli decoderawtransaction abort due to the negative output there? That might be my problem...
< jonasschnelli> shortly back to the HD issue: I think it's a simple bug in the test https://github.com/bitcoin/bitcoin/pull/8309/files#diff-ee4afcd6c3d5f19104c21bcc03407aeaR71 ( self.node_args[1].extend(['-rescan']) does not work)
<@wumpus> petertodd: indeed, bitcoin wallet for android has been doing a similar thing
< gmaxwell> cfields: I've found that a lot of people would like to play with it are actually thrown off by setting an option. It's not so intutive for GUI users. I think this would greatly increase testnet usage to have builds that work more like bitcoin/altcoin installs.
< gmaxwell> Matt has announced his new relaynetwork work that uses UDP and FEC, http://bluematt.bitcoin.ninja/2016/07/07/relay-networks/ the current not really fully cooked software gets worldwide block propagation 99% of the time in less than 100ms over the fiber-path distances.
< MarcoFalke> #action Help with review on https://github.com/bitcoin/bitcoin/milestone/20
<@wumpus> in any case, to conclude this topic: https://github.com/bitcoin/bitcoin/milestone/20 is an accurate reflection of what has to be done before rc1? (apart from the release notes issue)
< btcdrak> remaining issue/prs for 0.13 https://github.com/bitcoin/bitcoin/milestones/0.13.0
< michagogo> (Gitian issues or Bitcoin Core?)
< gmaxwell> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier
< GitHub94> [bitcoin] jonasschnelli closed pull request #8304: [travis] Update SDK_URL (master...Mf1606-travisSDKURL) https://github.com/bitcoin/bitcoin/pull/8304
< GitHub155> bitcoin/master 0cca2fe Jonas Schnelli: Merge #8304: [travis] Update SDK_URL...
< GitHub155> bitcoin/master fa6ad56 MarcoFalke: [travis] Update SDK_URL
< GitHub155> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/91abb77970f4...0cca2feb357a
< GitHub148> [bitcoin] theuni opened pull request #8314: Fix pkg-config issues for 0.13 (master...fix-pkg-config) https://github.com/bitcoin/bitcoin/pull/8314
< zooko> Hey Core Devs: here's another patch we've been working on for Zcash which you might want upstream in Bitcoin Core: https://github.com/zcash/zcash/issues/915
< GitHub155> [bitcoin] yurizhykin opened pull request #8313: Use std::move() instead of copying/removing in TxMemPool (master...tx-delete) https://github.com/bitcoin/bitcoin/pull/8313
< jonasschnelli> MarcoFalke: you could add a dumpwallet here (https://github.com/bitcoin/bitcoin/pull/8309/files#diff-ee4afcd6c3d5f19104c21bcc03407aeaR71) and see if it dumps the missing/failed-to-restore-funds-from-key
< MarcoFalke> See the HD test: https://github.com/bitcoin/bitcoin/pull/8309
<@wumpus> anyhow it seems that https://github.com/bitcoin/bitcoin/pull/8206 solves this issue by adding it to dumpwallet, that's exactly what we want
< GitHub152> [bitcoin] sdaftuar opened pull request #8312: Fix mempool DoS vulnerability from malleated transactions (master...mempool-malleability) https://github.com/bitcoin/bitcoin/pull/8312
< GitHub83> [bitcoin] mcelrath opened pull request #8311: Rename CTxinWitness -> CTxInWitness (master...CTxInWitness) https://github.com/bitcoin/bitcoin/pull/8311

2016-07-06

< sipa> also, bitcoin core's qa/rpc/test_framework already supports it
< GitHub112> [bitcoin] theuni opened pull request #8310: build: require boost for bench (master...fix-bench-boost) https://github.com/bitcoin/bitcoin/pull/8310
< GitHub123> [bitcoin] MarcoFalke opened pull request #8309: [qa] Add wallet-hd test (master...Mf1607-qaHD) https://github.com/bitcoin/bitcoin/pull/8309
< Chris_Stewart_5> Why is there a 'Transaction Count' inside of the Headers message? https://bitcoin.org/en/developer-reference#getheaders
< bsm1175321> Does there exist any UTXO set commitment implementation as a patch/PR to bitcoin? I'm interested in running some benchmarks and comparisons of ways we might do it.
< GitHub142> [bitcoin] jonasschnelli closed pull request #8288: qt: Network-specific example address (master...2016_06_network_based_example_address) https://github.com/bitcoin/bitcoin/pull/8288
< GitHub153> bitcoin/master 91abb77 Jonas Schnelli: Merge #8288: qt: Network-specific example address...
< GitHub153> bitcoin/master 4f44cb6 Wladimir J. van der Laan: qt: Network-specific example address...
< GitHub153> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b978701ba182...91abb77970f4
< GitHub108> bitcoin/master b978701 Wladimir J. van der Laan: qt: periodic translations update
< GitHub108> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/b978701ba1822140452d35f037ce776fdcba0175
< GitHub138> [bitcoin] laanwj closed pull request #8273: Bump `-dbcache` default to 300MiB (master...2016_06_dbcache) https://github.com/bitcoin/bitcoin/pull/8273
< GitHub154> bitcoin/master 396f9d6 Wladimir J. van der Laan: Merge #8273: Bump `-dbcache` default to 300MiB...
< GitHub154> bitcoin/master efd1d83 Wladimir J. van der Laan: doc: Mention dbcache increase in release notes
< GitHub154> bitcoin/master 32cab91 Wladimir J. van der Laan: Bump `-dbcache` default to 300MiB...
< GitHub154> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/042c323922fc...396f9d629662
< GitHub172> [bitcoin] laanwj closed pull request #8241: 0.13: Disable bad chain alerts (master...2016_06_alexit) https://github.com/bitcoin/bitcoin/pull/8241
< GitHub195> [bitcoin] laanwj closed pull request #8275: Remove bad chain alert partition check (master...partitionalerts) https://github.com/bitcoin/bitcoin/pull/8275
< GitHub108> bitcoin/master 042c323 Wladimir J. van der Laan: Merge #8275: Remove bad chain alert partition check...
< GitHub108> bitcoin/master ab8be98 BtcDrak: Remove bad chain alert partition check...
< GitHub108> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/aef381161f3b...042c323922fc
< GitHub158> [bitcoin] laanwj closed pull request #8298: wallet: Revert input selection post-pruning (master...2016_06_revert_wallet_input_postprune) https://github.com/bitcoin/bitcoin/pull/8298
< GitHub88> bitcoin/master aef3811 Wladimir J. van der Laan: Merge #8298: wallet: Revert input selection post-pruning...
< GitHub88> bitcoin/master 20f3cd7 Wladimir J. van der Laan: wallet: Revert input selection post-pruning...
< GitHub88> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/005d3b643009...aef381161f3b
< GitHub0> [bitcoin] laanwj closed pull request #8306: Revert "net: Avoid duplicate getheaders requests." PR #8054 (master...revert_8054) https://github.com/bitcoin/bitcoin/pull/8306
< GitHub98> bitcoin/master 005d3b6 Wladimir J. van der Laan: Merge #8306: Revert "net: Avoid duplicate getheaders requests." PR #8054...
< GitHub98> bitcoin/master 4fbdc43 Gregory Maxwell: Revert "net: Avoid duplicate getheaders requests." PR #8054...
< GitHub98> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/115735d547fd...005d3b643009

2016-07-05

< phantomcircuit> i/j #bitcoin
< GitHub9> [bitcoin] gmaxwell opened pull request #8306: Revert "net: Avoid duplicate getheaders requests." PR #8054 (master...revert_8054) https://github.com/bitcoin/bitcoin/pull/8306
< GitHub166> [bitcoin] sdaftuar opened pull request #8305: Improve handling of unconnecting headers (master...fix-relay-2hr-rule) https://github.com/bitcoin/bitcoin/pull/8305
< GitHub11> [bitcoin] MarcoFalke opened pull request #8304: [travis] Update SDK_URL (master...Mf1606-travisSDKURL) https://github.com/bitcoin/bitcoin/pull/8304
< GitHub121> [bitcoin] fanquake opened pull request #8303: [Doc] Update bips.md for CSV softfork. (master...bips-csv-softfork) https://github.com/bitcoin/bitcoin/pull/8303

2016-07-04

< GitHub174> [bitcoin] MarcoFalke closed pull request #8280: Tests: Increase sync_blocks() timeouts in pruning.py (master...fix-pruning-test) https://github.com/bitcoin/bitcoin/pull/8280
< GitHub110> bitcoin/master 36f1b9d Suhas Daftuar: Tests: Increase sync_blocks() timeouts in pruning.py
< GitHub110> bitcoin/master 115735d MarcoFalke: Merge #8280: Tests: Increase sync_blocks() timeouts in pruning.py...
< GitHub110> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/da50997a3ee7...115735d547fd
< btcdrak> just generate blocks, bitcoind will set and unset the bit. you can see examples here https://github.com/bitcoin/bitcoin/blob/master/qa/rpc-tests/bip9-softforks.py
< jonasschnelli_> wumpus: is this meant for 0.13: https://github.com/bitcoin/bitcoin/pull/8288?
< GitHub19> [bitcoin] MarcoFalke opened pull request #8302: [Qt] Disable some menu items during splashscreen/verification state (0.12...Mf1607-012qtDebugSplash) https://github.com/bitcoin/bitcoin/pull/8302

2016-07-02

< gmaxwell> The primary, nearly exclusive, argument provided to why someone won't overpower the network (e.g. briefly) is becaues there isn't much that they can do with it. They can't just blank-check write themselve an extra 100,000 Bitcoin. They can DOS attack and double spend their own payments.
< gmaxwell> yes, including the one built into bitcoin's p2p protocol, though thats several layers of irrelevance down the line. (also an attacker who can influence that one is already too powerful)
< CubicEarth> gmaxwell: Thinking about your 'carving a block of marble' analogy for forks, and thinking about the nature of Bitcoin, I tend to think that anything can be accomplished with a 'soft-fork', such as effectively raising the coin limit, etc. I see it like a nested-universe scenario, but in the marble analogy... take the statue of David. Say we find ourselves disappointed that Michelangelo didn't give David

2016-07-01

< CubicEarth> gmaxwell: well I'm pretty sure the rise of ETH was hurting the bitcoin price to some extent. I think this event was a decoupling, where Bitcoin shakes the monkey off its back.
< gmaxwell> which adversely impacted the bitcoin price even though many of us have been pointing out the related risks and distinguishing bitcoin on the basis of them for some time.
< gmaxwell> midnightmagic: I don't think that matters that much, but right now bitcoin "xt" is only not totally partitioned due to inbound connections from core to XT, but part of segwit is that segwit capable nodes will strongly prefer to connect out to only non-segwit nodes (because they must in order to get blocks once segwit is activated)-- the result will be making that partition complete.
< gmaxwell> signature validation is, and bitcoin core runs that in paralle... but normally almost all of the signatures in a block are already validated before it shows up.
< bsm1175321> Ok I think I understand. A wallet bitcoin.conf really should have 3 possible values then: non-segwit, segwit, and segwit-in-p2sh.
<@wumpus> morcos: https://github.com/bitcoin/bitcoin/pull/7729 I think the release after that we can really remove the account functionality
< bsm1175321> |mcelrath@jane:~> bitcoin-cli -testnet getbalance
< bsm1175321> |mcelrath@jane:~> bitcoin-cli -testnet getbalance ''
<@wumpus> hm the new option -blockmaxcost is going to give user understanding problems: https://github.com/bitcoin/bitcoin/blob/master/src/init.cpp#L455
<@wumpus> though of course it's not entirely certain whether the reported problems were due to this change, or another change, or a change in the general usage of bitcoin not directly related to a change in our wallet
<@wumpus> yea exactly, what I posted here https://github.com/bitcoin/bitcoin/pull/8298#issuecomment-229928583 I think what is needed first is a list of criteria to judge coin selection algorithms by
< GitHub78> [bitcoin] laanwj opened pull request #8298: wallet: Revert input selection post-pruning (master...2016_06_revert_wallet_input_postprune) https://github.com/bitcoin/bitcoin/pull/8298
<@wumpus> the vast majority of those may not be using bitcoin core in the first place
<@wumpus> so that research and simuation can be done outside of the specific scope of bitcoin core
< pedrobranco> sipa: hi, when you have the time can you help on the doubts in https://github.com/bitcoin/bitcoin/pull/7551? Thanks :)
<@wumpus> though at some point the 'exclude these coins and do the selection again' list would become very long, and is less suited for non-boolean properties like input size (https://github.com/bitcoin/bitcoin/issues/7664)
< gmaxwell> it ended up that way because they had multiple unconfirmed few-bitcoin outputs, and then a 1 bitcoin output and were making many not huge payments... so it decided to keep reusing the change because it considered them all equal.
< GitHub129> [bitcoin] laanwj closed pull request #8285: windows: Add testnet link to installer (master...2016_06_testnet_link_windows) https://github.com/bitcoin/bitcoin/pull/8285
< GitHub68> bitcoin/master da50997 Wladimir J. van der Laan: Merge #8285: windows: Add testnet link to installer...
< GitHub68> bitcoin/master 975a41d Wladimir J. van der Laan: windows: Add testnet icon for testnet link...
< GitHub68> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/6a87eb0e4b47...da50997a3ee7
< GitHub68> bitcoin/master 0ce8e99 Wladimir J. van der Laan: windows: Add testnet link to installer
< luke-jr> fwiw, there appears to be no changes affecting bitcoin-cli between 0.12.0 and 0.12.1

2016-06-30

< sdaftuar> sipa: gmaxwell: i think the fix is straightforward, please see https://github.com/bitcoin/bitcoin/pull/8295/commits/f15c2cde455174c7c899833fd5792460ed49a472
< zooko> Hey Bitcoin core devs. Over in the Zcash project we occasionally do things which might be independently useful to Bitcoin core.
< sipa> branch: github.com/sipa/bitcoin/commits/segwitcb
<@wumpus> the pull request to bump default dbcache to 300MiB is ready: https://github.com/bitcoin/bitcoin/pull/8273
< gmaxwell> I don't think its of major importance, but "Bitcoin XT" recently started making only outbound connections to other XT nodes. In combination with segwit, I believe this will partition them. Because they are such a small number of nodes I don't think it warrents much attention, but something to be aware of.
< petertodd> anyone get a chnace to look at https://github.com/bitcoin/bitcoin/issues/8279 ? at a conf right now
< jtimon> sdaftuar: can't https://github.com/bitcoin/bitcoin/pull/8295/commits/27362dda4d583a43ebf687ae097d2f45ba1c4c32 be a trivial to review separate PR ?
< gmaxwell> wumpus: I agree in principle except for the fact that a LOT of people have copied the "example config" from the bitcoin wiki and are setting all kinds of crazy things. :)
< gmaxwell> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon luke-jr cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier
< gmaxwell> (like to sdaftuar's issue: https://github.com/bitcoin/bitcoin/issues/8294 )
< GitHub138> [bitcoin] MarcoFalke opened pull request #8296: [qa] Make setup_chain private (master...Mf1607-qaSetupChain) https://github.com/bitcoin/bitcoin/pull/8296
< GitHub6> [bitcoin] sdaftuar opened pull request #8295: Mining-related fixups for 0.13.0 (master...cnb-segwit) https://github.com/bitcoin/bitcoin/pull/8295
< jtimon> mhmm, somehow I remember return state.DoS(missing inputs) in https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp#L1236
< GitHub96> [bitcoin] jmcorgan closed pull request #8284: Backport remaining commits for out-of-tree builds from master to 0.12 branch (0.12...build-oot-0.12) https://github.com/bitcoin/bitcoin/pull/8284
< GitHub64> [bitcoin] luke-jr opened pull request #8293: Bugfix: Allow building libbitcoinconsensus without any univalue (master...sys_univalue_opt) https://github.com/bitcoin/bitcoin/pull/8293

2016-06-29

< GitHub73> [bitcoin] MarcoFalke opened pull request #8291: [util] CopyrightHolders: Check for untranslated substitution (master...Mf1607-utilCopy) https://github.com/bitcoin/bitcoin/pull/8291
< GitHub15> [bitcoin] roques opened pull request #8289: bash-completion: Adapt for 0.12 and 0.13 (master...completion) https://github.com/bitcoin/bitcoin/pull/8289
< GitHub175> [bitcoin] laanwj opened pull request #8288: qt: Network-specific example address (master...2016_06_network_based_example_address) https://github.com/bitcoin/bitcoin/pull/8288
< GitHub69> [bitcoin] MarcoFalke opened pull request #8287: [wallet] Set fLimitFree = true (master...Mf1607-walletLimitFree) https://github.com/bitcoin/bitcoin/pull/8287
< MarcoFalke> Maybe we can then close https://github.com/bitcoin/bitcoin/issues/3172
<@wumpus> that one was never entirely clear to me, it's not a request for bitcoin core feature
< GitHub67> [bitcoin] MarcoFalke opened pull request #8286: [doc] typos, READMEs, comments, headers (master...Mf1607-trivialPre13) https://github.com/bitcoin/bitcoin/pull/8286
< GitHub75> [bitcoin] laanwj opened pull request #8285: windows: Add testnet link to installer (master...2016_06_testnet_link_windows) https://github.com/bitcoin/bitcoin/pull/8285
< GitHub119> [bitcoin] jonasschnelli closed pull request #8281: qt: Remove client name from debug window (master...2016_06_qt_remove_client_name) https://github.com/bitcoin/bitcoin/pull/8281
< GitHub81> bitcoin/master 6a87eb0 Jonas Schnelli: Merge #8281: qt: Remove client name from debug window...
< GitHub81> bitcoin/master a7897c0 Wladimir J. van der Laan: qt: Remove client name from debug window...
< GitHub81> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3685e0c1da29...6a87eb0e4b47
< GitHub61> [bitcoin] jmcorgan opened pull request #8284: Backport remaining commits for out-of-tree builds from master to 0.12 branch (0.12...build-oot-0.12) https://github.com/bitcoin/bitcoin/pull/8284

2016-06-28

< GitHub58> [bitcoin] Mirobit opened pull request #8283: Move AdvertiseLocal debug output to net category (master...master) https://github.com/bitcoin/bitcoin/pull/8283
< paveljanik> FYI: github's download PR as a diff doesn't work: Pavels-MacBook-Pro:tmp pavel$ curl -L https://github.com/bitcoin/bitcoin/pull/8281.diff
< GitHub20> [bitcoin] EthanHeilman opened pull request #8282: net: Feeler connections to increase online addrs in the tried table. (master...feelers3) https://github.com/bitcoin/bitcoin/pull/8282
< GitHub142> [bitcoin] laanwj opened pull request #8281: qt: Remove client name from debug window (master...2016_06_qt_remove_client_name) https://github.com/bitcoin/bitcoin/pull/8281
< GitHub17> [bitcoin] sdaftuar opened pull request #8280: Tests: Increase sync_blocks() timeouts in pruning.py (master...fix-pruning-test) https://github.com/bitcoin/bitcoin/pull/8280
< GitHub152> [bitcoin] laanwj closed pull request #8261: The bit field is shown only when status is "started" (master...20160625_sw_getblockchaininfo_bit) https://github.com/bitcoin/bitcoin/pull/8261
< GitHub19> bitcoin/master 3685e0c Wladimir J. van der Laan: Merge #8261: The bit field is shown only when status is "started"...
< GitHub19> bitcoin/master 2129fce Pavel Janík: The bit field is shown only when status is "started"
< GitHub19> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3b2dadc8d5bb...3685e0c1da29
< GitHub157> bitcoin/0.12 9462e79 Johnathan Corgan: This is a cherry-pick of 89c844d back to 0.12....
< GitHub157> bitcoin/0.12 932aedd Johnathan Corgan: Cherry-pick of f59dceb (#7925) to 0.12....
< GitHub157> bitcoin/0.12 03c709b Johnathan Corgan: Backport leveldb build integration to 0.12...
< GitHub76> [bitcoin] laanwj closed pull request #8148: Backport leveldb build integration to 0.12 (0.12...0.12) https://github.com/bitcoin/bitcoin/pull/8148
< GitHub157> [bitcoin] laanwj pushed 4 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/9adad33938ec...080457c4ee97
< GitHub193> bitcoin/master 3b2dadc Wladimir J. van der Laan: qt: Periodic translations update
< GitHub193> bitcoin/master 9a227e9 Wladimir J. van der Laan: tx: change slug to `bitcoin.qt-translation-013x`...
< GitHub193> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ff03c50c0048...3b2dadc8d5bb
< GitHub126> [bitcoin] ChoHag opened pull request #8278: Forking daemon (master...forking-daemon) https://github.com/bitcoin/bitcoin/pull/8278
< GitHub147> bitcoin/master ff03c50 Wladimir J. van der Laan: Merge #8257: Do not ask a UI question from bitcoind...
< GitHub126> [bitcoin] laanwj closed pull request #8257: Do not ask a UI question from bitcoind (master...noask) https://github.com/bitcoin/bitcoin/pull/8257
< GitHub147> bitcoin/master 1acf1db Pieter Wuille: Do not ask a UI question from bitcoind
< GitHub147> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5a06ebbf2d5f...ff03c50c0048
< GitHub81> [bitcoin] laanwj closed pull request #8264: src: Fix spelling error in comment - tinyformat.h (master...bitcoiner-fix-typo-tinyformat) https://github.com/bitcoin/bitcoin/pull/8264
< GitHub184> [bitcoin] pstratem opened pull request #8277: Refactor CBlockHeaderAndShortTxIDs::GetShortID into CTransaction (master...2016-06-26-ctransaction-getshortid) https://github.com/bitcoin/bitcoin/pull/8277

2016-06-27

< GitHub53> [bitcoin] btcdrak opened pull request #8275: Remove bad chain alert partition check (master...partitionalerts) https://github.com/bitcoin/bitcoin/pull/8275
< GitHub29> [bitcoin] laanwj opened pull request #8274: util: Update tinyformat (master...2016_06_update_tinyformat) https://github.com/bitcoin/bitcoin/pull/8274
< dgenr8> the best thing for bitcoin is for you guys to adopt bip109
< GitHub97> [bitcoin] laanwj closed pull request #8232: Add IRC link to README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/8232
< GitHub19> [bitcoin] laanwj closed pull request #8258: RPC: Hide softfork if timeout is 0 (master...bip9rpcdisable) https://github.com/bitcoin/bitcoin/pull/8258
< GitHub139> bitcoin/master 5a06ebb Wladimir J. van der Laan: Merge #8258: RPC: Hide softfork if timeout is 0...
< GitHub139> bitcoin/master 409f833 jl2012: RPC: Hide softfork if timeout is 0
< GitHub139> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1922e5a65458...5a06ebbf2d5f
< GitHub117> [bitcoin] laanwj opened pull request #8273: Bump `-dbcache` default to 300MiB (master...2016_06_dbcache) https://github.com/bitcoin/bitcoin/pull/8273
<@wumpus> we need to upgrade the toolchain for windows too: https://github.com/bitcoin/bitcoin/pull/8249

2016-06-26

< GitHub76> [bitcoin] MarcoFalke closed pull request #8265: src: Fix spelling error in comment - netbase.h (master...bitcoiner-fix-typo-netbase) https://github.com/bitcoin/bitcoin/pull/8265
< GitHub195> [bitcoin] sipa opened pull request #8272: Make the dummy argument to getaddednodeinfo optional (master...optionaladdnodedummy) https://github.com/bitcoin/bitcoin/pull/8272
< GitHub138> [bitcoin] sipa opened pull request #8271: [bugfix] Do not send witnesses in cmpctblock (master...nowitnesscb) https://github.com/bitcoin/bitcoin/pull/8271
< GitHub195> [bitcoin] ChoHag opened pull request #8270: Tests: Use portable #! in python scripts (/usr/bin/env) (master...master) https://github.com/bitcoin/bitcoin/pull/8270
< GitHub2> [bitcoin] jonasschnelli closed pull request #8268: Updating default max block size (master...patch-1) https://github.com/bitcoin/bitcoin/pull/8268
< GitHub103> [bitcoin] Cannon-Ciota opened pull request #8268: Updating default max block size (master...patch-1) https://github.com/bitcoin/bitcoin/pull/8268

2016-06-25

< GitHub43> [bitcoin] bitcoiner opened pull request #8265: src: Fix spelling error in comment - netbase.h (master...bitcoiner-fix-typo-netbase) https://github.com/bitcoin/bitcoin/pull/8265
< GitHub41> [bitcoin] bitcoiner opened pull request #8264: src: Fix typo in comment - tinyformat.h (master...bitcoiner-fix-typo-tinyformat) https://github.com/bitcoin/bitcoin/pull/8264
< da2ce7_mobile> Well done! https://github.com/bitcoin/bitcoin 11,111 comments :)
< GitHub97> [bitcoin] laanwj closed pull request #8244: remove unnecessary LOCK(cs_main) in getrawpmempool (master...patch-1) https://github.com/bitcoin/bitcoin/pull/8244
< GitHub165> bitcoin/master 1922e5a Wladimir J. van der Laan: Merge #8244: remove unnecessary LOCK(cs_main) in getrawpmempool...
< GitHub165> bitcoin/master 27f8126 Daniel Cousens: remove unnecessary LOCK(cs_main)
< GitHub165> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/63fbdbc94d76...1922e5a65458
< GitHub49> [bitcoin] laanwj closed pull request #8240: doc: Mention Windows XP end of support in release notes (master...2016_06_windows_xp) https://github.com/bitcoin/bitcoin/pull/8240
< GitHub121> bitcoin/master 63fbdbc Wladimir J. van der Laan: Merge #8240: doc: Mention Windows XP end of support in release notes...
< GitHub121> bitcoin/master b0be3a0 Wladimir J. van der Laan: doc: Mention Windows XP end of support in release notes...
< GitHub121> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5cdc54b4b62d...63fbdbc94d76
< GitHub2> [bitcoin] btccode closed pull request #8262: Forgetaddress 0.12 (0.12...forgetaddress-0.12) https://github.com/bitcoin/bitcoin/pull/8262
< GitHub74> [bitcoin] btccode opened pull request #8262: Forgetaddress 0.12 (0.12...forgetaddress-0.12) https://github.com/bitcoin/bitcoin/pull/8262
<@wumpus> I have a branch to run bitcoind db-less: https://github.com/laanwj/bitcoin/tree/2016_04_dummy_db it does mean it loses all data when e.g. bitcoind crashes
< gmaxwell> probably depends on the hardware, on my laptop I think it's IO. on systems with faster IO, I think its cpu inside leveldb code... at least with default dbcache. with dbcache cranked, its likely cpu elsewhere in bitcoin.
< GitHub136> [bitcoin] paveljanik opened pull request #8261: The bit field is shown only when status is "started" (master...20160625_sw_getblockchaininfo_bit) https://github.com/bitcoin/bitcoin/pull/8261
< Lauda> gmaxwell all that is required is "dbcache=3000" in bitcoin.conf right (since mine is practically empty) and I want to run another reindex over night?

2016-06-24

< GitHub154> [bitcoin] NicolasDorier opened pull request #8259: Cache hashes (master...cachedhashes) https://github.com/bitcoin/bitcoin/pull/8259
< GitHub53> [bitcoin] jl2012 closed pull request #8209: Showing "not_applicable" if BIP9 timeout is 0 (master...patch-13) https://github.com/bitcoin/bitcoin/pull/8209
< GitHub9> [bitcoin] jl2012 opened pull request #8258: RPC: Hide softfork if timeout is 0 (master...bip9rpcdisable) https://github.com/bitcoin/bitcoin/pull/8258
< GitHub18> [bitcoin] sipa closed pull request #7910: Segregated witness (master...segwit-master) https://github.com/bitcoin/bitcoin/pull/7910
< GitHub8> [bitcoin] laanwj closed pull request #8252: [trivial] Add aarch64 to depends .gitignore (master...depends-aarch-gitignore) https://github.com/bitcoin/bitcoin/pull/8252
< GitHub158> bitcoin/master f70bcfc fanquake: [trivial] Add aarch64 to depends .gitignore
< GitHub158> bitcoin/master 5cdc54b Wladimir J. van der Laan: Merge #8252: [trivial] Add aarch64 to depends .gitignore...
< GitHub158> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d61283781402...5cdc54b4b62d
< GitHub34> [bitcoin] laanwj closed pull request #8149: Segregated witness rebased (master...segwit-master2) https://github.com/bitcoin/bitcoin/pull/8149
< GitHub54> bitcoin/master 449f9b8 Pieter Wuille: BIP141: Witness program
< GitHub54> bitcoin/master 7030d9e Pieter Wuille: BIP144: Serialization, hashes, relay (sender side)...
< GitHub54> bitcoin/master ecacfd9 Pieter Wuille: --- [SEGWIT] begin: P2P/node/consensus ---
< GitHub54> [bitcoin] laanwj pushed 28 new commits to master: https://github.com/bitcoin/bitcoin/compare/af2421c291c4...d61283781402
< GitHub195> [bitcoin] sipa opened pull request #8257: Do not ask a UI question from bitcoind (master...noask) https://github.com/bitcoin/bitcoin/pull/8257
<@wumpus> I don't think so? I don't think it's even clear yet whether there is one, but you should refer to the issue: https://github.com/bitcoin/bitcoin/issues/8245
< GitHub66> bitcoin/master af2421c Wladimir J. van der Laan: Merge #8256: BUG: bitcoin-qt crash...
< GitHub124> [bitcoin] laanwj closed pull request #8256: BUG: bitcoin-qt crash (master...patch-4) https://github.com/bitcoin/bitcoin/pull/8256
< GitHub66> bitcoin/master d7828ab fsb4000: check that transactionView->selectionModel()->selectedRows(0) exists
< GitHub66> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5cd35d3dbc8b...af2421c291c4
< GitHub107> [bitcoin] laanwj closed pull request #8247: Mark my dnsseed as supporting filtering (master...newseed) https://github.com/bitcoin/bitcoin/pull/8247
< GitHub155> bitcoin/master 5cd35d3 Wladimir J. van der Laan: Merge #8247: Mark my dnsseed as supporting filtering...
< GitHub155> bitcoin/master 133deb8 Pieter Wuille: Mark my dnsseed as supporting filtering
< GitHub155> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c2c69edf37b5...5cd35d3dbc8b
< GitHub132> [bitcoin] MarcoFalke closed pull request #8254: [doc] Add OSX ZMQ requirement to QA readme (master...qa-readme-zmq) https://github.com/bitcoin/bitcoin/pull/8254
< GitHub13> bitcoin/master c2c69ed MarcoFalke: Merge #8254: [doc] Add OSX ZMQ requirement to QA readme...
< GitHub13> bitcoin/master d241487 fanquake: [doc] Add OS X ZMQ requirement to QA readme
< GitHub13> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/08338942b50f...c2c69edf37b5
< GitHub67> [bitcoin] fsb4000 opened pull request #8256: BUG: bitcoin-qt crash (master...patch-4) https://github.com/bitcoin/bitcoin/pull/8256
< GitHub29> [bitcoin] fanquake opened pull request #8254: [doc] Add OSX ZMQ requirement to QA readme (master...qa-readme-zmq) https://github.com/bitcoin/bitcoin/pull/8254
< GitHub135> [bitcoin] fanquake opened pull request #8253: [TEST] [Travis] Remove hostname workaround (master...remove-travis-workaround) https://github.com/bitcoin/bitcoin/pull/8253
< GitHub139> [bitcoin] fanquake opened pull request #8252: [trivial] Add aarch64 to depends .gitignore (master...depends-aarch-gitignore) https://github.com/bitcoin/bitcoin/pull/8252

2016-06-23

< gmaxwell> There is a cellphone game called spaceteam where you have to call out instructions for other people to punch in to jointly fly a fictional spacecraft. Manually setting consensus normative flags in bitcoin makes me think of spaceteam.
< da2ce7_mobile> has something happened to sipa's node, or the BIP9 chart looking very werid: http://bitcoin.sipa.be/ver9-2k.png
< gmaxwell> I can tell you that a lot of bitcoin services have no reorg handling at all. :(
< gmaxwell> jtimon: yes, and a seperate network that used just that and was otherwise the same as bitcoin testnet
< gmaxwell> Bitcoin tx fees were too high for them, so they only use bitcoin for periodic commitments and they use testnet as a messaging flooding network.
< btcdrak> CodeShark: they are already documented: https://github.com/bitcoin/bips/blob/master/bip-0009/assignments.mediawiki
< gmaxwell> And the release cycle distinction we make for bitcoin is that consensus consistency changes are base, mandatory, functionality-- not software features (though sometimes some features must ride along with them)
<@wumpus> re: launching testnet it would be useful if the windows installer created a Bitcoin Core (Testnet) link in the menu too, which does nothing but launch bitcoin-qt with -testnet flag. I have no idea how to do that though
< jtimon> answer my own question: yes, the testnet activation is part of #7910 : https://github.com/bitcoin/bitcoin/pull/8149/files#diff-64cbe1ad5465e13bc59ee8bb6f3de2e7R191
< petertodd> wumpus: yes, but imagine someone has an automated system setup which calls bitcoin-cli...
< sipa> i'm running the cb+segwit rebase on bitcoin.sipa.be since a few days, to see if there was an impact on memory usage - i see none
<@wumpus> #link see the release schedule here: https://github.com/bitcoin/bitcoin/issues/8250
<@wumpus> it may be the windows machine I'm testing on is just crappy, I also had a strange issue with ldb files: https://github.com/bitcoin/bitcoin/issues/8250 .. possible that the disk is just very slow due to other processes interfering
<@wumpus> I think https://github.com/bitcoin/bitcoin/issues/8245 needs discussion, whether reindex/verification slowed down
< GitHub49> [bitcoin] laanwj opened pull request #8249: Enable (and check for) 64-bit ASLR on Windows (master...2016_06_windows64_security) https://github.com/bitcoin/bitcoin/pull/8249
< GitHub21> [bitcoin] sipa opened pull request #8247: Mark my dnsseed as supporting filtering (master...newseed) https://github.com/bitcoin/bitcoin/pull/8247
< GitHub150> [bitcoin] laanwj closed pull request #8204: Update petertodd's testnet seed (master...2016-06-15-update-tbtc-seed) https://github.com/bitcoin/bitcoin/pull/8204
< GitHub5> bitcoin/master 0833894 Wladimir J. van der Laan: Merge #8204: Update petertodd's testnet seed...
< GitHub5> bitcoin/master d80efec Peter Todd: Update petertodd's testnet seed...
< GitHub5> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/147a7b6726d3...08338942b50f
< GitHub103> [bitcoin] laanwj closed pull request #8246: trivial: capitalize BIP32 in option help (master...2016_06_bip32_uppercase) https://github.com/bitcoin/bitcoin/pull/8246
< GitHub70> bitcoin/master 147a7b6 Wladimir J. van der Laan: Merge #8246: trivial: capitalize BIP32 in option help...
< GitHub70> bitcoin/master a1c92c2 Wladimir J. van der Laan: trivial: capitalize BIP32 in option help...
< GitHub70> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9f1807af2422...147a7b6726d3
< GitHub7> [bitcoin] laanwj opened pull request #8246: trivial: capitalize BIP32 in option help (master...2016_06_bip32_uppercase) https://github.com/bitcoin/bitcoin/pull/8246
< shangzhou> means try another channel called #bitcoin this is #bitcoin-core-dev
< kitty_> #bitcoin
< kitty_> what do you mean #bitcoin
< jl2012> Just ask your question, or try #bitcoin
< kitty_> is there anyone here that helps with bitcoin core wallet
< kitty_> Is there a support team for bitcoin core wallet
< kitty_> Does anyone here know how to contact the bitcoin core wallet support team