2016-02-12

< GitHub105> bitcoin/master 621940e Wladimir J. van der Laan: Merge #7520: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead...
< GitHub105> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2f3f4af4cc2b...621940e04090
< GitHub26> bitcoin/0.12 02d707f Wladimir J. van der Laan: Merge #7523: Fix of semantic failure "meet pay"...
< GitHub26> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/04503f78c750...02d707ff37a1
< GitHub26> bitcoin/0.12 e473c2d wodry: Fix of semantic failure "meet pay"...
< GitHub88> [bitcoin] laanwj closed pull request #7523: Fix of semantic failure "meet pay" (0.12...patch-1) https://github.com/bitcoin/bitcoin/pull/7523
< GitHub170> [bitcoin] wodry opened pull request #7523: Fix of semantic failure "meet pay" (0.12...patch-1) https://github.com/bitcoin/bitcoin/pull/7523
< GitHub22> [bitcoin] luke-jr opened pull request #7522: Bugfix: Only use git for build info if the repository is actually the right one (master...bugfix_gitdir) https://github.com/bitcoin/bitcoin/pull/7522

2016-02-11

< GitHub14> [bitcoin] morcos opened pull request #7521: Don't resend wallet txs that aren't in our own mempool (master...testBeforeRelay) https://github.com/bitcoin/bitcoin/pull/7521
< paveljanik> Luke-Jr, https://github.com/bitcoin/bitcoin/commit/d5f46832de900cee0801ca40bba743c9564cccb8 where can I read more about ]AC_PACKAGE_NAME[ syntax? ;-)
< wumpus> sdaftuar: you were right https://github.com/bitcoin/bitcoin/pull/7164
< wumpus> cfields: btw midnightmagic doesn't get windows gitian build to work for 0.12.0 at all https://github.com/bitcoin/bitcoin/issues/7492
< GitHub160> [bitcoin] paveljanik opened pull request #7520: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead (master...20160211_LibreSSL_compile_fix) https://github.com/bitcoin/bitcoin/pull/7520
< cfields> wumpus: bitcoin-0.12.0-win64.zip please
< GitHub175> [bitcoin] maaku closed pull request #6564: BIP-112: Mempool-only CHECKSEQUENCEVERIFY (master...checksequenceverify) https://github.com/bitcoin/bitcoin/pull/6564
< GitHub129> [bitcoin] promag opened pull request #7518: [RPC] Add changeAddress option to fundrawtransaction (master...enhancement/fundrawtransaction-with-changeaddress) https://github.com/bitcoin/bitcoin/pull/7518
< Luke-Jr> wumpus: What kind of backwards compatibility issues do you mean for https://github.com/bitcoin/bitcoin/pull/7510 ?
< GitHub71> [bitcoin] laanwj opened pull request #7517: test: script_error checking in script_invalid tests (master...2016_02_test_script_errors) https://github.com/bitcoin/bitcoin/pull/7517
< GitHub123> bitcoin/0.12 d0dbb6d Luke Dashjr: release-notes: Remove suggestion to use 0.11
< GitHub123> bitcoin/0.12 73a0375 Luke Dashjr: release-notes: Mention possibility of priority removal in 0.13, uncertainty of priority calculation being changed back, and request community input
< GitHub123> bitcoin/0.12 4b8d2bc Luke Dashjr: release-notes: Cover priority changes correctly, removing mentions of possible futures
< GitHub123> [bitcoin] laanwj pushed 6 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/772863583c35...04503f78c750
< GitHub42> [bitcoin] laanwj closed pull request #7346: 0.12 release notes: Mining Policy Changes (0.12...0.12-release-notes-mining) https://github.com/bitcoin/bitcoin/pull/7346
< wumpus> other people think we should sort by other criteria https://github.com/bitcoin/bitcoin/pull/7429
< da2ce7> it would be nice to get https://github.com/bitcoin/bitcoin/pull/7346 merged if there aren’t any further objections to it.
< GitHub88> [bitcoin] jmacwhyte opened pull request #7514: Fix IsInitialBlockDownload for testnet (master...fixisinitialblock) https://github.com/bitcoin/bitcoin/pull/7514
< GitHub17> [bitcoin] laanwj closed pull request #7493: rpc: add null assert (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7493
< GitHub1> [bitcoin] paveljanik opened pull request #7511: [WIP] New ax_pthread.m4 from upstream - draft 3 (not final), for testing on all platforms (master...20160211_WIP_test_new_ax_pthread) https://github.com/bitcoin/bitcoin/pull/7511
< GitHub178> [bitcoin] luke-jr opened pull request #7510: Read/write bitcoin_rw.conf for exposing shared Daemon/GUI options in the GUI (master...rwconf) https://github.com/bitcoin/bitcoin/pull/7510
< GitHub131> [bitcoin] luke-jr opened pull request #7509: Common argument defaults for NODE_BLOOM stuff and -wallet (master...common_defaults_0.12) https://github.com/bitcoin/bitcoin/pull/7509
< GitHub87> [bitcoin] Leviathn opened pull request #7507: Remove internal miner (master...master) https://github.com/bitcoin/bitcoin/pull/7507
< GitHub59> [bitcoin] promag opened pull request #7506: Use CCoinControl selection in CWallet::FundTransaction (master...enhancement/use-coin-control-selection) https://github.com/bitcoin/bitcoin/pull/7506

2016-02-10

< Luke-Jr> weird, when the same setting is set multiple times in bitcoin.conf, it's the first that has effect
< sipa> Luke-Jr: so what do you think the Bitcoin Core wallet should do in the near future? always use fee estimation, and pay the estimated/chosen fee?
< GitHub120> bitcoin/0.12 7728635 Wladimir J. van der Laan: doc: fix author list in release notes
< GitHub120> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/772863583c35e4344c0020445ede04d7a2e5837b
< GitHub3> bitcoin/0.12 6813426 Wladimir J. van der Laan: qt: Translation update pre-rc5
< GitHub3> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/c3faf78c0e96...68134263e2bf
< GitHub3> bitcoin/0.12 10be44a Wladimir J. van der Laan: doc: Release notes update pre-rc5
< wumpus> it is like a separate .conf writable alongside bitcoin.conf, except that it is the OS-sanctified way of storing application settings
< Luke-Jr> how about a separate .conf writable loaded alongside bitcoin.conf?
< wumpus> well I don't want the daemon nor GUI writing to bitcoin.conf. There should be no assumption that the configuration file is writing at all
< Luke-Jr> wumpus: having two sets of settings is far uglier than writing bitcoin.conf IMO
< GitHub165> bitcoin/0.12 c3faf78 instagibbs: Changed getnetworkhps value to double to avoid overflow....
< GitHub165> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/c3faf78c0e96a8c64a5ff8c37ef6fc4cfb35d125
< GitHub179> bitcoin/0.12 947c4ff mrbandrews: [rpc-tests] Change solve() to use rehash...
< GitHub179> bitcoin/0.12 9cb31e6 Matt: Fix spelling: misbeha{b,v}ing...
< GitHub179> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/889e5b3050e7...947c4ff72495
< GitHub1> bitcoin/0.12 889e5b3 Pieter Wuille: Correctly report high-S violations...
< GitHub1> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/889e5b3050e78614acb45ea0845dc8fd33b157bf
< GitHub165> [bitcoin] laanwj closed pull request #7500: Correctly report high-S violations (master...reporthighs) https://github.com/bitcoin/bitcoin/pull/7500
< GitHub139> bitcoin/master 2f3f4af Wladimir J. van der Laan: Merge #7500: Correctly report high-S violations...
< GitHub139> bitcoin/master 9d95187 Pieter Wuille: Correctly report high-S violations
< GitHub139> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b93f07849648...2f3f4af4cc2b
< GitHub0> [bitcoin] paveljanik opened pull request #7504: Crystal clean make clean (master...20160210_crystal_clean_make_clean) https://github.com/bitcoin/bitcoin/pull/7504
< GitHub22> bitcoin/0.12 1329963 Pieter Wuille: Update the wallet best block marker when pruning...
< GitHub22> bitcoin/0.12 00ec73e Wladimir J. van der Laan: wallet: Ignore MarkConflict if block hash is not known...
< GitHub22> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/827a2b6736d0...132996300134
< GitHub75> [bitcoin] laanwj closed pull request #7502: Update the wallet best block marker when pruning (master...betterflush) https://github.com/bitcoin/bitcoin/pull/7502
< GitHub2> bitcoin/master b93f078 Wladimir J. van der Laan: Merge #7502: Update the wallet best block marker when pruning...
< GitHub2> bitcoin/master e4eebb6 Pieter Wuille: Update the wallet best block marker when pruning
< GitHub2> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c9da9c4bd83c...b93f07849648
< GitHub145> [bitcoin] Kammi6187 closed pull request #7503: Master (master...master) https://github.com/bitcoin/bitcoin/pull/7503
< GitHub29> [bitcoin] laanwj closed pull request #7491: wallet: Ignore MarkConflict if block hash is not known (master...2016_02_wallet_markconflict_assert) https://github.com/bitcoin/bitcoin/pull/7491
< GitHub186> bitcoin/master c9da9c4 Wladimir J. van der Laan: Merge #7491: wallet: Ignore MarkConflict if block hash is not known...
< GitHub186> bitcoin/master 40e7b61 Wladimir J. van der Laan: wallet: Ignore MarkConflict if block hash is not known...
< GitHub186> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d007511ebdfa...c9da9c4bd83c
< GitHub10> [bitcoin] Kammi6187 opened pull request #7503: Master (master...master) https://github.com/bitcoin/bitcoin/pull/7503
< GitHub58> [bitcoin] sipa opened pull request #7502: Update the wallet best block marker before pruning (master...betterflush) https://github.com/bitcoin/bitcoin/pull/7502
< GitHub113> [bitcoin] sipa opened pull request #7500: Correctly report high-S violations (master...reporthighs) https://github.com/bitcoin/bitcoin/pull/7500
< GitHub161> [bitcoin] promag opened pull request #7498: [WIP][RPC] Add createtransaction (master...feature/rpc-createtransaction) https://github.com/bitcoin/bitcoin/pull/7498
< wumpus> Luke-Jr: yes, it makes it possible to change the settings through the GUI without having to do something ugly like write a bitcoin.conf
< GitHub36> [bitcoin] laanwj closed pull request #7490: tests: Remove May15 test (master...2016_02_may12forkdat) https://github.com/bitcoin/bitcoin/pull/7490
< GitHub71> bitcoin/master acf5983 Wladimir J. van der Laan: tests: Remove May15 test...
< GitHub71> bitcoin/master d007511 Wladimir J. van der Laan: Merge #7490: tests: Remove May15 test...
< GitHub71> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b49a62379900...d007511ebdfa
< GitHub101> [bitcoin] Flowdalic opened pull request #7495: Make genbuild.sh check for '.git' (master...5902) https://github.com/bitcoin/bitcoin/pull/7495
< GitHub176> [bitcoin] luke-jr closed pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483

2016-02-09

< GitHub173> [bitcoin] dcousens opened pull request #7493: rpc: add null assert (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7493
< Luke-Jr> cfields: Any idea what's going on in https://travis-ci.org/luke-jr/bitcoin/jobs/108003601 ?
< GitHub104> [bitcoin] laanwj opened pull request #7491: wallet: Ignore MarkConflict if block hash is not known (master...2016_02_wallet_markconflict_assert) https://github.com/bitcoin/bitcoin/pull/7491
< wumpus> cfields: isn't it sad: https://github.com/bitcoin/bitcoin/pull/7489
< GitHub142> [bitcoin] laanwj opened pull request #7490: tests: Remove May15 test (master...2016_02_may12forkdat) https://github.com/bitcoin/bitcoin/pull/7490
< GitHub111> [bitcoin] laanwj opened pull request #7489: tests: Make proxy_test work on travis servers without IPv6 (master...2016_02_ipv6_tests_conditional) https://github.com/bitcoin/bitcoin/pull/7489
< wumpus> and filing a pull request for travis won't work either, as on bitcoin/bitcoin the proxy tests are still passing
< GitHub18> bitcoin/0.12 43484d7 Wladimir J. van der Laan: doc: Update release notes for rc4 changes
< GitHub18> bitcoin/0.12 e16f5b4 Suhas Daftuar: Update nQueuedValidatedHeaders after peer disconnection...
< GitHub18> bitcoin/0.12 b2f2b85 Wladimir J. van der Laan: rpc: Add WWW-Authenticate header to 401 response...
< GitHub18> [bitcoin] laanwj pushed 4 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/b9ed8c996912...827a2b6736d0
< GitHub170> [bitcoin] laanwj closed pull request #7480: Changed getnetworkhps value to double to avoid overflow. (master...hashps) https://github.com/bitcoin/bitcoin/pull/7480
< GitHub33> bitcoin/master b49a623 Wladimir J. van der Laan: Merge #7480: Changed getnetworkhps value to double to avoid overflow....
< GitHub33> bitcoin/master 993d089 instagibbs: Changed getnetworkhps value to double to avoid overflow.
< GitHub33> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3ffe4b241ed4...b49a62379900
< Luke-Jr> wumpus: looks like bitcoin/* has the old servers specially set
< GitHub43> [bitcoin] laanwj closed pull request #7482: [P2P] Ensure headers count is correct (master...fix-download-timeouts) https://github.com/bitcoin/bitcoin/pull/7482
< GitHub94> bitcoin/master 301bc7b Suhas Daftuar: Update nQueuedValidatedHeaders after peer disconnection
< GitHub94> bitcoin/master 3ffe4b2 Wladimir J. van der Laan: Merge #7482: [P2P] Ensure headers count is correct...
< GitHub94> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3db828f95165...3ffe4b241ed4
< GitHub174> [bitcoin] laanwj closed pull request #7472: rpc: Add WWW-Authenticate header to 401 response (master...2016_02_www_authenticate) https://github.com/bitcoin/bitcoin/pull/7472
< GitHub42> bitcoin/master 3db828f Wladimir J. van der Laan: Merge #7472: rpc: Add WWW-Authenticate header to 401 response...
< GitHub42> bitcoin/master 7c06fbd Wladimir J. van der Laan: rpc: Add WWW-Authenticate header to 401 response...
< GitHub42> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/326f010332a6...3db828f95165
< GitHub127> [bitcoin] luke-jr opened pull request #7487: depends: Use curl for fetching on Linux (master...depends_curl) https://github.com/bitcoin/bitcoin/pull/7487

2016-02-08

< GitHub59> [bitcoin] luke-jr reopened pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483
< GitHub100> [bitcoin] luke-jr opened pull request #7485: Use system univalue by default (master...sys_univalue_def) https://github.com/bitcoin/bitcoin/pull/7485
< GitHub97> [bitcoin] luke-jr closed pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483
< GitHub88> [bitcoin] luke-jr reopened pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483
< GitHub57> [bitcoin] luke-jr closed pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483
< GitHub118> [bitcoin] luke-jr opened pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483
< GitHub193> [bitcoin] sdaftuar opened pull request #7482: [P2P] Ensure headers count is correct (master...fix-download-timeouts) https://github.com/bitcoin/bitcoin/pull/7482
< GitHub105> [bitcoin] instagibbs opened pull request #7480: Changed getnetworkhps value to double to avoid overflow. (master...hashps) https://github.com/bitcoin/bitcoin/pull/7480
< wumpus> (probably means an even worse situation of having rsvg, which is notoriously leaky and buggy, as a dependency of bitcoin-qt, but OK)
< wumpus> rather not require any graphical tools for building/deploying bitcoin
< GitHub25> bitcoin/0.12 b9ed8c9 MarcoFalke: [doc] Update release-process.md...
< GitHub25> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/b9ed8c996912aed9031caf0e3e6e32530ae6187a
< petertodd> it's also notable how jgarzik has been promoting non-bitcoin fintech uses of the blockchain for bitfury - demand for those is potentially basically infinite
< GitHub59> [bitcoin] laanwj closed pull request #7465: [doc] Update release-process.md (master...Mf1601-releaseProc) https://github.com/bitcoin/bitcoin/pull/7465
< GitHub16> bitcoin/master fa616c2 MarcoFalke: [doc] Update release-process.md
< GitHub16> bitcoin/master 326f010 Wladimir J. van der Laan: Merge #7465: [doc] Update release-process.md...
< GitHub16> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e7ea5db0c190...326f010332a6
< Luke-Jr> gotta make Bitcoin look backlogged, after all <.<
< petertodd> wumpus: I kept on getting pull-reqs meant for bitcoin/bips myself
< wumpus> in a way having bitcoin/bips at the root is advantageous
< petertodd> Luke-Jr: you can probably reconnect your repo to bitcoin/bips instead
< Luke-Jr> If petertodd/bips is parented to bitcoin/bips now, I think attaching bitcoin/bips to genjix/bips will work
< wumpus> yes, I get it, they cut off a part of the tree and made bitcoin/bips the parent of that
< wumpus> https://github.com/petertodd/bips is now seen as a fork of bitcoin/bips
< Luke-Jr> wumpus: can you ask support@github.com to relink bitcoin/bips to the same network as genjix/bips?
< GitHub14> [bitcoin] sipa closed pull request #7478: Bitcoin S+ (master...0.12) https://github.com/bitcoin/bitcoin/pull/7478

2016-02-07

< GitHub111> [bitcoin] Nudor opened pull request #7478: Bitcoin S+ (master...0.12) https://github.com/bitcoin/bitcoin/pull/7478
< instagibbs> greg@greg-ThinkPad-T530:~/Documents/bitcoin$ Error: Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
< PRab> Would it be possible to merge everything into master in the bitcoin-detached-sigs repo?
< midnightmagic> the ones I'm comparing are rc1. b0b27e04c5df96e7bcda47d977b970b4cffd4bbdc2b7ab16fe0f56fa4b049aa0 bitcoin-0.12.0-linux64.tar.gz vs fanquake: efb075cd298f484d90a01731471829b65ca39abb8fcc00cfa94ea452c157df8e bitcoin-0.12.0-linux64.tar.gz
< GitHub43> [bitcoin] domob1812 opened pull request #7477: Fix quoting of copyright holders in configure.ac. (master...configure-quoting) https://github.com/bitcoin/bitcoin/pull/7477

2016-02-05

< Tasoshi> how can bitcoin operate when r/bitcoin is banned and censored, on what basis would anyone find this community welcoming at all
< Tasoshi> these are difficult times for bitcoin
< Tasoshi> The unthinkable is happening with r/bitcoin being censored/banned, that affects all for it breaches all principles
< cfields> Luke-Jr: yes. Otherwise, I was afraid it would trigger a verification of "Bitcoin Core", which of course doesn't exist as a corporate entity. That could've made the process drag on for a while, so I took the easy route this time and just fixed the sha256 issue, leaving all else the same
< GitHub16> bitcoin/0.12 996c27d Wladimir J. van der Laan: doc: add PR authors to release notes...
< GitHub16> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/996c27d1d916d41ed06fa31af9c25b8ae0be139a
< GitHub169> [bitcoin] laanwj closed pull request #7459: Consensus: Decouple pow.o from util.o (master...consensus-pow-from-util-0.12.99) https://github.com/bitcoin/bitcoin/pull/7459
< GitHub53> bitcoin/master e7ea5db Wladimir J. van der Laan: Merge #7459: Consensus: Decouple pow.o from util.o...
< GitHub53> bitcoin/master f3757a0 Jorge Timón: Consensus: Decouple pow.cpp from util.h
< GitHub53> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cf63d5c710ed...e7ea5db0c190
< GitHub176> [bitcoin] laanwj closed pull request #7468: [rpc-tests] Change solve() to use rehash (master...ba-fix-rehash) https://github.com/bitcoin/bitcoin/pull/7468
< GitHub71> bitcoin/master cf63d5c Wladimir J. van der Laan: Merge #7468: [rpc-tests] Change solve() to use rehash...
< GitHub71> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e7eeb945cd2d...cf63d5c710ed
< GitHub71> bitcoin/master 7689041 mrbandrews: [rpc-tests] Change solve() to use rehash
< GitHub59> [bitcoin] laanwj closed pull request #7469: net.h fix spelling: misbeha{b,v}ing (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7469
< GitHub69> bitcoin/master e7eeb94 Wladimir J. van der Laan: Merge #7469: net.h fix spelling: misbeha{b,v}ing...
< GitHub69> bitcoin/master 0830552 Matt: Fix spelling: misbeha{b,v}ing
< GitHub69> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/152a8216cc7b...e7eeb945cd2d
< GitHub8> [bitcoin] laanwj opened pull request #7472: rpc: Add WWW-Authenticate header to 401 response (master...2016_02_www_authenticate) https://github.com/bitcoin/bitcoin/pull/7472
< wumpus> we should add the "system requirement for buildling" back in the build-unix.md, it's gone a few days and we have someone complaining you can't compile with 512MB of memory https://github.com/bitcoin/bitcoin/issues/7471
< PRab> Honestly, the level of build reproducibility and verification that bitcoin core has is so far ahead of pretty much anything else that I don't worry about it too much.
< wumpus> anyhow, the canonical way of checking if bitcoin core executables are untampered with is by checking the GPG signature (which uses sha256), or checking the sha256 hash against the gitian signatures. The windows signing is pretty much because windows requires it.

2016-02-04

< GitHub130> [bitcoin] dmS0Zq opened pull request #7469: net.h fix spelling: misbeha{b,v}ing (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7469
< GitHub92> [bitcoin] mrbandrews opened pull request #7468: [rpc-tests] Change solve() to use rehash (master...ba-fix-rehash) https://github.com/bitcoin/bitcoin/pull/7468
< GitHub46> [bitcoin] laanwj closed pull request #7467: [0.12] Set -mempoolreplacement to false (master...mempoolreplacement) https://github.com/bitcoin/bitcoin/pull/7467
< GitHub148> [bitcoin] sandakersmann opened pull request #7467: [0.12] Set -mempoolreplacement to false (master...mempoolreplacement) https://github.com/bitcoin/bitcoin/pull/7467
< GitHub114> bitcoin/master 5d3b29b Luke Dashjr: doc: Add UniValue to build instructions
< GitHub143> [bitcoin] laanwj closed pull request #7349: Build against system UniValue when available (master...sys_univalue_opt) https://github.com/bitcoin/bitcoin/pull/7349
< GitHub114> bitcoin/master ab22705 Luke Dashjr: Build against system UniValue when available
< GitHub114> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/d2228384de3a...152a8216cc7b
< GitHub114> bitcoin/master 2adf7e2 Luke Dashjr: Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUE
< GitHub97> [bitcoin] morcos closed pull request #6936: [WIP] Keep pcoinsTip cache warm (master...HotCache) https://github.com/bitcoin/bitcoin/pull/6936
< GitHub45> [bitcoin] laanwj closed pull request #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip() (master...2015/07/syncsignal_hight) https://github.com/bitcoin/bitcoin/pull/6480
< GitHub77> bitcoin/master d222838 Wladimir J. van der Laan: Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip()...
< GitHub77> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4f4dc5ef7295...d2228384de3a
< GitHub77> bitcoin/master 7d0bf0b Jonas Schnelli: include the chaintip *blockIndex in the SyncTransaction signal...
< GitHub47> [bitcoin] laanwj closed pull request #7070: Move maxTxFee out of mempool (master...MarcoFalke-2015-feeRateRefactor) https://github.com/bitcoin/bitcoin/pull/7070
< GitHub177> bitcoin/master fa762d0 MarcoFalke: [wallet.h] Remove main.h include
< GitHub177> bitcoin/master fad6244 MarcoFalke: ATMP: make nAbsurdFee const
< GitHub177> bitcoin/master fa79db2 MarcoFalke: Move maxTxFee out of mempool...
< GitHub177> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/2cdbf28cf395...4f4dc5ef7295
< GitHub169> [bitcoin] laanwj closed pull request #7192: Unify product name to as few places as possible (master...single_prodname) https://github.com/bitcoin/bitcoin/pull/7192
< GitHub89> bitcoin/master 63bcdc5 Luke Dashjr: More complicated package name substitution for Mac deployment
< GitHub89> bitcoin/master 1a6c67c Luke Dashjr: Parameterise 2009 in translatable copyright strings
< GitHub89> [bitcoin] laanwj pushed 19 new commits to master: https://github.com/bitcoin/bitcoin/compare/898fedf42fdc...2cdbf28cf395
< GitHub89> bitcoin/master d5f4683 Luke Dashjr: Unify package name to as few places as possible without major changes
< GitHub71> bitcoin/master 898fedf Wladimir J. van der Laan: Merge #7458: [Net] peers.dat, banlist.dat recreated when missing...
< GitHub150> [bitcoin] laanwj closed pull request #7458: [Net] peers.dat, banlist.dat recreated when missing (master...master) https://github.com/bitcoin/bitcoin/pull/7458
< GitHub71> bitcoin/master c77c662 kirkalx: peers.dat, banlist.dat recreated when missing
< GitHub71> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/eb331794a22b...898fedf42fdc
< jtimon> mhmm, I believe destroying your repo, forking bitcoin/bips again, etc would solve it
< jtimon> and we have 2 branches that live forever (let's call them bitcoin and freifork respectively)
< jtimon> let's bring my canonical example: let's say some users suddenly decide bitcoin should have 5% annual demurrage
< Luke-Jr> since they're no longer using Bitcoin
< Luke-Jr> cfields: btw, would you be interested in making sigs for Bitcoin LJR as well?
< PRab> Any idea why "./bin/gbuild -i --commit signature=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-win-signer.yml" is giving "fatal: ambiguous argument 'v0.12.0rc3':"?

2016-02-03

< GitHub135> [bitcoin] MarcoFalke opened pull request #7465: [doc] Update release-process.md (master...Mf1601-releaseProc) https://github.com/bitcoin/bitcoin/pull/7465
< GitHub47> [bitcoin] wangchun opened pull request #7464: Opt-in RBF must be strictly enabled or disabled before GBT can be called (master...master) https://github.com/bitcoin/bitcoin/pull/7464
< wumpus> can you just choose that name? sure, yes I'd like it to be Bitcoin Core
< cfields> wumpus: we also have the option of changing the name/org for the key while we're at it. Would you prefer to try to change to Bitcoin Core, or keep all else the same?
< GitHub168> [bitcoin] zander closed pull request #7460: [0.12] Make internal (core) errors show up in the Qt client. (0.12...propagateAlert12) https://github.com/bitcoin/bitcoin/pull/7460
< GitHub50> [bitcoin] zander opened pull request #7461: Make internal (core) errors show up in the Qt client. (master...propagateAlert) https://github.com/bitcoin/bitcoin/pull/7461
< GitHub18> [bitcoin] zander opened pull request #7460: Make internal (core) errors show up in the Qt client. (0.12...propagateAlert12) https://github.com/bitcoin/bitcoin/pull/7460
< GitHub105> [bitcoin] laanwj closed pull request #7339: Support building without libevent (master...opt_libevent) https://github.com/bitcoin/bitcoin/pull/7339
< GitHub65> [bitcoin] laanwj closed pull request #6819: WIP: force zeromq to work with static linking+mingw (master...zeromq-mingw) https://github.com/bitcoin/bitcoin/pull/6819
< GitHub99> [bitcoin] laanwj closed pull request #7291: Add CNetAddr and CService tests demonstrating constructor differences (master...cservice) https://github.com/bitcoin/bitcoin/pull/7291
< GitHub183> [bitcoin] laanwj closed pull request #7225: Eliminate unnecessary call to CheckBlock (master...eliminate-extra-checkblock) https://github.com/bitcoin/bitcoin/pull/7225
< GitHub116> bitcoin/master eb33179 Wladimir J. van der Laan: Merge #7225: Eliminate unnecessary call to CheckBlock...
< GitHub116> bitcoin/master dbb89dc Suhas Daftuar: Eliminate unnecessary call to CheckBlock...
< GitHub116> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4cdbd4255b94...eb331794a22b
< GitHub133> [bitcoin] laanwj closed pull request #7444: Improve block validity/ConnectBlock() comments (master...2016-01-improve-block-validity-comments) https://github.com/bitcoin/bitcoin/pull/7444
< GitHub138> bitcoin/master 4cdbd42 Wladimir J. van der Laan: Merge #7444: Improve block validity/ConnectBlock() comments...
< GitHub138> bitcoin/master 2f19905 Peter Todd: Improve block validity/ConnectBlock() comments...
< GitHub138> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5fd95b4490a9...4cdbd4255b94
< GitHub133> bitcoin/0.12 b1f031d Wladimir J. van der Laan: qt: translations update pre-rc3
< GitHub133> bitcoin/0.12 a7939f8 Wladimir J. van der Laan: doc: update release notes for rc3
< GitHub133> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/294f4320a246...b1f031d43520
< GitHub38> [bitcoin] laanwj closed pull request #7405: [0.12] Backports (0.12...Mf1601-012Backports) https://github.com/bitcoin/bitcoin/pull/7405
< GitHub21> bitcoin/0.12 294f432 MarcoFalke: [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH...
< GitHub21> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/294f4320a246e453a0509c82b4112b2a5203dd81
< GitHub94> [bitcoin] laanwj closed pull request #7440: [0.12] Rename permitrbf to mempoolreplacement and provide minimal string-list forward compatibility (0.12...permitrbf_rename-0.12.x) https://github.com/bitcoin/bitcoin/pull/7440
< GitHub133> bitcoin/0.12 5f456a6 Luke Dashjr: Simplify check for replacebyfee=opt-in
< GitHub133> bitcoin/0.12 e8d19ab Luke Dashjr: Accept replacebyfee=opt-in for turning on opt-in RBF...
< GitHub133> bitcoin/0.12 1205f87 Luke Dashjr: Rename permitrbf to replacebyfee...
< GitHub133> [bitcoin] laanwj pushed 7 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/86755bc85a86...c76bfff11e38
< GitHub93> [bitcoin] laanwj closed pull request #7431: Rename permitrbf to mempoolreplacement and provide minimal string-list forward compatibility (needs 0.12 backport) (master...permitrbf_rename) https://github.com/bitcoin/bitcoin/pull/7431
< GitHub129> bitcoin/master 3b66e54 Luke Dashjr: Simplify check for replacebyfee=opt-in
< GitHub129> bitcoin/master d65dee9 Luke Dashjr: Accept replacebyfee=opt-in for turning on opt-in RBF...
< GitHub129> bitcoin/master 77b55a0 Luke Dashjr: Rename permitrbf to replacebyfee...
< GitHub129> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/fd13fe7ca01b...5fd95b4490a9
< Luke-Jr> gavink: the idea is to put bitcoincore.org on the same server currently hosting bitcoin.org (the server is not itself bitcoin.org's)
< gavink> tangent: do you think core should maintain a place for binaries and source to easily be downloaded, so it's easier to write guides, and show control of what core is doing? would linking to bitcoin.org in a guide for bitcoincore.org be ok? (i am looking at writing some guides for running nodes on the core website) thank you

2016-02-02

< jtimon> anyone knows which line sipa may mean in https://github.com/bitcoin/bitcoin/pull/7459#issuecomment-178812577 ?
< jtimon> #7091 got merged! great! (but this one doesn't have a following one, at some point https://github.com/jtimon/bitcoin/commit/9322c17e65a87c6fb5b9972c84a8e77c7083167a would be a "next step" so it will greatly help me explain the goal of phase 2 in my document)
< GitHub73> bitcoin/master cf82d05 Jorge Timón: Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and dependend on both crypto and consensus packages...
< GitHub68> [bitcoin] laanwj closed pull request #7091: Consensus build package (master...consensus-build) https://github.com/bitcoin/bitcoin/pull/7091
< GitHub73> bitcoin/master 4feadec Jorge Timón: Build: Libconsensus: Move libconsensus-ready files to the consensus package
< GitHub73> bitcoin/master a3d5eec Jorge Timón: Build: Consensus: Move consensus files from common to its own module/package
< GitHub73> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/11d74f6a6b34...fd13fe7ca01b
< GitHub111> [bitcoin] jtimon opened pull request #7459: Consensus: Decouple pow.o from util.o (master...consensus-pow-from-util-0.12.99) https://github.com/bitcoin/bitcoin/pull/7459
< GitHub98> [bitcoin] laanwj closed pull request #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee (master...MarcoFalke-2015-mempoolMaxTxFee) https://github.com/bitcoin/bitcoin/pull/7084
< GitHub188> bitcoin/master fa1193e MarcoFalke: [doxygen] Actually display comment
< GitHub188> bitcoin/master 11d74f6 Wladimir J. van der Laan: Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee...
< GitHub188> bitcoin/master fa331db MarcoFalke: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
< GitHub188> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/47ac04e8b10e...11d74f6a6b34
< GitHub132> [bitcoin] laanwj closed pull request #7311: MOVEONLY: Move non-consensus functions out of pow (master...consensus-pow-moveonly-0.13.99) https://github.com/bitcoin/bitcoin/pull/7311
< GitHub109> bitcoin/master 47ac04e Wladimir J. van der Laan: Merge #7311: MOVEONLY: Move non-consensus functions out of pow...
< GitHub109> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3dc3149e6393...47ac04e8b10e
< GitHub109> bitcoin/master e867561 Jorge Timón: MOVEONLY: non-consensus: from pow to chain:...
< GitHub84> [bitcoin] laanwj closed pull request #7453: [0.13] Missing patches from 0.12 (master...Mf1601-013Forwardports) https://github.com/bitcoin/bitcoin/pull/7453
< GitHub155> bitcoin/master 1e05727 Gregory Maxwell: Decide eviction group ties based on time....
< GitHub155> bitcoin/master 1e9613a Gregory Maxwell: Do not absolutely protect local peers from eviction....
< GitHub155> bitcoin/master 5d74309 Pieter Wuille: Get rid of inaccurate ScriptSigArgsExpected...
< GitHub155> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/196ad6913ff5...3dc3149e6393
< GitHub58> [bitcoin] kirkalx opened pull request #7458: peers.dat, banlist.dat recreated when missing (master...master) https://github.com/bitcoin/bitcoin/pull/7458

2016-02-01

< instagibbs> You seem to be looking at the wrong repo, try https://github.com/bitcoin/bitcoin
< AngryInca> Can anyone tell me, do you have to checkout a specific branch from https://github.com/bitcoinclassic/bitcoinclassic.git to be running bitcoin classic? Or will just https://github.com/bitcoinclassic/bitcoinclassic.git, cd bitcoinclassic, ./autogen.sh && ./configure && make && make install work?
< Luke-Jr> any objections to redoing https://github.com/bitcoin/bitcoin/pull/7431#issuecomment-177924839 with -mempoolreplace=1 or =fee ?
< Tasoshi> Some people do wonder whether the prevalent thought here is that bitcoin does not work though...
< GitHub4> [bitcoin] MarcoFalke opened pull request #7455: [travis] Exit early when check-doc.py fails (master...Mf1601-travisCheckDoc) https://github.com/bitcoin/bitcoin/pull/7455
< Rebroad> quick question.. does bitcoin core check block headers when it receives the headers AND when it receives the block?
< GitHub102> [bitcoin] MarcoFalke opened pull request #7453: [0.13] Missing patches from 0.12 (master...Mf1601-013Forwardports) https://github.com/bitcoin/bitcoin/pull/7453
< GitHub147> [bitcoin] laanwj closed pull request #7451: Add link to bitcoin whitepaper (master...master) https://github.com/bitcoin/bitcoin/pull/7451
< GitHub132> bitcoin/master 6795851 gladoscc: Add link to whitepaper
< GitHub132> bitcoin/master 196ad69 Wladimir J. van der Laan: Merge #7451: Add link to bitcoin whitepaper...
< GitHub132> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/58a8574400c6...196ad6913ff5
< GitHub182> bitcoin/0.12 86755bc Gregory Maxwell: Add whitelistforcerelay to control forced relaying. [#7099 redux]...
< GitHub182> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/86755bc85a869e7da4c9112604db5132e6dc6823
< GitHub115> [bitcoin] laanwj closed pull request #7439: Add whitelistforcerelay to control forced relaying. [#7099 redux] (master...control_relay_force) https://github.com/bitcoin/bitcoin/pull/7439
< GitHub88> bitcoin/master 58a8574 Wladimir J. van der Laan: Merge #7439: Add whitelistforcerelay to control forced relaying. [#7099 redux]...
< GitHub88> bitcoin/master 89d113e Gregory Maxwell: Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay.
< GitHub88> bitcoin/master 325c725 Gregory Maxwell: Add whitelistforcerelay to control forced relaying....
< GitHub88> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/31ec14b74ba3...58a8574400c6
< wumpus> to be clear I'm talking about: https://travis-ci.org/bitcoin/bitcoin/builds/106013074
< petertodd> or Bitcoin Objectivism... free in every box of Ayn Bran!
< petertodd> gmaxwell: hey, not too late to release my own Bitcoin Freedom Edition fork
< wumpus> I want to wrap up rc3 soon; any opinions on https://github.com/bitcoin/bitcoin/pull/7431 / Rename permitrbf to replacebyfee and provide minimal string-list forward compatibility ?
< wumpus> 2016-01-13 09:35:05 ERROR: Read: Failed to open file /home/orion/.bitcoin/banlist.dat / 2016-01-13 09:35:05 Invalid or missing banlist.dat; recreating
< GitHub83> bitcoin/0.12 e2d9a58 Wladimir J. van der Laan: Merge #7438: Do not absolutely protect local peers; decide group ties based on time....
< GitHub83> bitcoin/0.12 8e09f91 Gregory Maxwell: Decide eviction group ties based on time....
< GitHub83> bitcoin/0.12 46dbcd4 Gregory Maxwell: Do not absolutely protect local peers from eviction....
< GitHub51> [bitcoin] laanwj closed pull request #7438: Do not absolutely protect local peers; decide group ties based on time. (0.12...dont_protect_local) https://github.com/bitcoin/bitcoin/pull/7438
< GitHub83> [bitcoin] laanwj pushed 3 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/cb83beb3759b...e2d9a5858807
< GitHub158> [bitcoin] laanwj closed pull request #7287: Consensus: Remove calls to error() and FormatStateMessage() (master...consensus-decouple-util-0.13.99) https://github.com/bitcoin/bitcoin/pull/7287
< GitHub46> bitcoin/master 31ec14b Wladimir J. van der Laan: Merge #7287: Consensus: Remove calls to error() and FormatStateMessage()...
< GitHub46> bitcoin/master 93fc58c Jorge Timón: Consensus: Remove calls to error() and FormatStateMessage() from some consensus code in main
< GitHub46> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a6771fc9734a...31ec14b74ba3
< GitHub62> [bitcoin] laanwj closed pull request #7445: rename COPYING to LICENSE (master...master) https://github.com/bitcoin/bitcoin/pull/7445
< GitHub71> [bitcoin] gladoscc opened pull request #7451: Add link to bitcoin whitepaper (master...master) https://github.com/bitcoin/bitcoin/pull/7451
< gmaxwell> "hint : create manually "banlist.dat" in "blockchain" folder if bitcoin-qt.exe crash after the check of the local blockchain." <- cargo cult fixes due to spurrious log entries that we've never fixed?

2016-01-31

< instagibbs> #bitcoin <--- someone can help there
< Rebroad> i can compile bitcoind but not bitcoin-qt :-s
< GitHub183> [bitcoin] prusnak opened pull request #7445: rename COPYING to LICENSE (master...master) https://github.com/bitcoin/bitcoin/pull/7445
< GitHub142> [bitcoin] petertodd opened pull request #7444: Improve block validity/ConnectBlock() comments (master...2016-01-improve-block-validity-comments) https://github.com/bitcoin/bitcoin/pull/7444
< OxADADA> wumpus: here is the PR i had talked to you about: https://github.com/bitcoin-core/website/pull/90

2016-01-30

< Luke-Jr> afk11: to install Bitcoin Core on Ubuntu..
< GitHub38> [bitcoin] aantonop closed pull request #7443: Add Satoshi Nakamoto's white paper to doc directory (master...master) https://github.com/bitcoin/bitcoin/pull/7443
< afk11> What's the motivation behind the ubuntu bitcoin ppa? Is it used much?