2017-04-12

< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/350b22497c7c...de01da7cad32
< bitcoin-git> [bitcoin] laanwj closed pull request #10150: [rpc] Add logging rpc (master...logging_rpc) https://github.com/bitcoin/bitcoin/pull/10150
< bitcoin-git> bitcoin/master 7fd50c3 John Newbery: allow libevent logging to be updated during runtime
< bitcoin-git> bitcoin/master 5255aca John Newbery: [rpc] Add logging RPC...
< bitcoin-git> bitcoin/master 4d9950d John Newbery: Set BCLog::LIBEVENT correctly for old libevent versions.
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/b44adf92342a...350b22497c7c
< Chris_Stewart_5> arubi: Look at this function if you haven't seen it yet: https://github.com/bitcoin/bitcoin/blob/b83264d9c7a8ddb79f64bd9540caddc8632ef31f/src/script/interpreter.cpp#L186
< gribble> https://github.com/bitcoin/bitcoin/issues/10199 | Better fee estimates by morcos · Pull Request #10199 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] morcos opened pull request #10199: Better fee estimates (master...smarterfee) https://github.com/bitcoin/bitcoin/pull/10199
< Chris_Stewart_5> arubi: Like you mentioned you can tinker with the verify flags: https://github.com/bitcoin/bitcoin/blob/master/src/policy/policy.h#L52
< bitcoin-git> [bitcoin] jnewbery closed pull request #10198: [tests] Remove is_network_split from functional test framework (master...remove_is_network_split) https://github.com/bitcoin/bitcoin/pull/10198
< bitcoin-git> [bitcoin] jnewbery opened pull request #10198: [tests] Remove is_network_split from functional test framework (master...remove_is_network_split) https://github.com/bitcoin/bitcoin/pull/10198
< bitcoin-git> [bitcoin] jnewbery opened pull request #10197: Functional test warnings (master...functional_test_warnings) https://github.com/bitcoin/bitcoin/pull/10197
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10196: Bugfix: PrioritiseTransaction updates the mempool tx counter (master...2017-04-prioritise-transaction) https://github.com/bitcoin/bitcoin/pull/10196
< bitcoin-git> [bitcoin] jnewbery reopened pull request #10191: [trivial] Remove unused submit block parameters argument (master...remove_submit_block_params) https://github.com/bitcoin/bitcoin/pull/10191
< bitcoin-git> [bitcoin] sipa opened pull request #10195: Switch chainstate db and cache to per-txout model (master...pertxoutcache) https://github.com/bitcoin/bitcoin/pull/10195
< bitcoin-git> [bitcoin] bulldozer00 opened pull request #10194: Remove unecessary friend keyword from the class definition (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10194
< gribble> https://github.com/bitcoin/bitcoin/issues/8694 | Basic multiwallet support by luke-jr · Pull Request #8694 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9694 | Importmulti cannot import bare private keys · Issue #9694 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jtimon opened pull request #10193: scripted-diff: sed -i 's/BOOST_FOREACH(\(.*\),/for (\1 :/' ./src/qt/*.cpp (master...b14-10189-scripted-qt-foreach) https://github.com/bitcoin/bitcoin/pull/10193
< gribble> https://github.com/bitcoin/bitcoin/issues/3 | Encrypt wallet · Issue #3 · bitcoin/bitcoin · GitHub

2017-04-11

< gribble> https://github.com/bitcoin/bitcoin/issues/10189 | devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. by theuni · Pull Request #10189 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10187: tests: Fix test_runner return value in case of skipped test (master...2017_04_fix_tracis) https://github.com/bitcoin/bitcoin/pull/10187
< bitcoin-git> bitcoin/master b44adf9 MarcoFalke: Merge #10187: tests: Fix test_runner return value in case of skipped test...
< bitcoin-git> bitcoin/master e96462f Wladimir J. van der Laan: tests: Fix test_runner return value in case of skipped test...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/67023e9004ba...b44adf92342a
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #10125: Exit bitcoind immediately on shutdown instead of 200ms later (master...2017-03-faster-shutdown) https://github.com/bitcoin/bitcoin/pull/10125
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10192: Cache full script execution results in addition to signatures (master...2017-04-cache-scriptchecks) https://github.com/bitcoin/bitcoin/pull/10192
< bitcoin-git> [bitcoin] jnewbery closed pull request #10191: [trivial] Remove unused submit block parameters argument (master...remove_submit_block_params) https://github.com/bitcoin/bitcoin/pull/10191
< bitcoin-git> [bitcoin] jnewbery opened pull request #10191: [trivial] Remove unused submit block parameters argument (master...remove_submit_block_params) https://github.com/bitcoin/bitcoin/pull/10191
< gribble> https://github.com/bitcoin/bitcoin/issues/10189 | devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. by theuni · Pull Request #10189 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery opened pull request #10190: Mining functional tests (including regression test for submitblock) (master...mining_functional_test) https://github.com/bitcoin/bitcoin/pull/10190
< bitcoin-git> [bitcoin] theuni opened pull request #10189: devtools/net: add a verifier for scriptable changes. Use it to make CNode::id private. (master...private-nodeid) https://github.com/bitcoin/bitcoin/pull/10189
< gribble> https://github.com/bitcoin/bitcoin/issues/10148 | Use non-atomic flushing with block replay by sipa · Pull Request #10148 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #10187: tests: Fix test_runner return value in case of skipped test (master...2017_04_fix_tracis) https://github.com/bitcoin/bitcoin/pull/10187
< wumpus> https://travis-ci.org/bitcoin/bitcoin/jobs/220971234 shows as a failed build, but the build, the unit tests and the functional tests seem to pass
< bitcoin-git> [bitcoin] jnewbery opened pull request #10186: Remove SYNC_TRANSACTION_NOT_IN_BLOCK magic number (master...remove_SYNC_TRANSACTION_NOT_IN_BLOCK_magic_number) https://github.com/bitcoin/bitcoin/pull/10186
< gribble> https://github.com/bitcoin/bitcoin/issues/10182 | [scheduler] Switched CScheduler to C++11 threading primitives by tjps · Pull Request #10182 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10185: [0.14] Mention dbcache memory changes in release notes (0.14...2017-04-relnotes-0.14.1) https://github.com/bitcoin/bitcoin/pull/10185
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #10184: [Wallet] Worst case performance improvement on KeyPool filtering (master...hdinternalperf) https://github.com/bitcoin/bitcoin/pull/10184
< bitcoin-git> [bitcoin] KibbledJiveElkZoo opened pull request #10183: Don't default rescan on private/public key imports. (master...rpc_rescan_fixes) https://github.com/bitcoin/bitcoin/pull/10183
< jcorgan> as well as encryption using a key one can control, but with bitcoin traffic that seems less than essential
< bitcoin-git> [bitcoin] tjps opened pull request #10182: [scheduler] Switched CScheduler to C++11 threading primitives (master...tjps_scheduler) https://github.com/bitcoin/bitcoin/pull/10182
< bitcoin-git> [bitcoin] jtimon opened pull request #10181: Include cleanup (master...2017-04-10-includes) https://github.com/bitcoin/bitcoin/pull/10181

2017-04-10

< gribble> https://github.com/bitcoin/bitcoin/issues/10178 | Remove CValidationInterface::UpdatedTransaction by TheBlueMatt · Pull Request #10178 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #10180: [trivial] Fix typos (tempoarily → temporarily, inadvertantly → inadvertently) (master...inadvertantly-and-tempoarily) https://github.com/bitcoin/bitcoin/pull/10180
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10179: Give CValidationInterface Support for calling notifications on the CScheduler Thread (master...2017-01-wallet-cache-inmempool-3) https://github.com/bitcoin/bitcoin/pull/10179
< bitcoin-git> [bitcoin] laanwj closed pull request #9725: CValidationInterface Cleanups (master...2017-01-wallet-cache-inmempool-1) https://github.com/bitcoin/bitcoin/pull/9725
< bitcoin-git> bitcoin/master 29e6e23 Matt Corallo: Make ConnectTrace::blocksConnected private, hide behind accessors
< bitcoin-git> bitcoin/master 822000c Matt Corallo: Add pblock to connectTrace at the end of ConnectTip, not start...
< bitcoin-git> bitcoin/master f5e9a01 Matt Corallo: Include missing #include in zmqnotificationinterface.h
< bitcoin-git> [bitcoin] laanwj pushed 13 new commits to master: https://github.com/bitcoin/bitcoin/compare/e183ea2047b3...67023e9004ba
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10178: Remove CValidationInterface::UpdatedTransaction (master...2017-01-wallet-cache-inmempool-2) https://github.com/bitcoin/bitcoin/pull/10178
< gribble> https://github.com/bitcoin/bitcoin/issues/10176 | net: gracefully handle NodeId wrapping by theuni · Pull Request #10176 · bitcoin/bitcoin · GitHub
< jtimon> weird, for some reason travis didn't checked https://github.com/bitcoin/bitcoin/pull/9494 after last rebase
< bitcoin-git> [bitcoin] KibbledJiveElkZoo opened pull request #10177: Changed "Send" button default status from true to false (master...ui_fixes) https://github.com/bitcoin/bitcoin/pull/10177
< bitcoin-git> [bitcoin] theuni opened pull request #10176: net: gracefully handle NodeId wrapping (master...nodeid-no-wrap) https://github.com/bitcoin/bitcoin/pull/10176
< bitcoin-git> [bitcoin] mrwhythat closed pull request #10161: Support for Tor's Single Onion Service (master...tor-single-onion-service) https://github.com/bitcoin/bitcoin/pull/10161
< bitcoin-git> [bitcoin] laanwj closed pull request #10164: Wallet: reduce excess logic InMempool() (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10164
< bitcoin-git> bitcoin/master 3491476 Kewde: Wallet: reduce excess logic InMemPool()...
< bitcoin-git> bitcoin/master e183ea2 Wladimir J. van der Laan: Merge #10164: Wallet: reduce excess logic InMempool()...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e19586a8a955...e183ea2047b3
< bitcoin-git> [bitcoin] laanwj closed pull request #10135: [p2p] Send the correct error code in reject messages (master...correctrejectmessages) https://github.com/bitcoin/bitcoin/pull/10135
< bitcoin-git> bitcoin/master e19586a Wladimir J. van der Laan: Merge #10135: [p2p] Send the correct error code in reject messages...
< bitcoin-git> bitcoin/master 5d08c9c John Newbery: Send the correct error code in reject messages
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a27dbc55b1aa...e19586a8a955
< bitcoin-git> [bitcoin] laanwj closed pull request #9949: [bench] Avoid function call arguments which are pointers to uninitialized values (master...avoid-pointers-to-unitialized-values-in-function-calls) https://github.com/bitcoin/bitcoin/pull/9949
< bitcoin-git> bitcoin/master a27dbc5 Wladimir J. van der Laan: Merge #9949: [bench] Avoid function call arguments which are pointers to uninitialized values...
< bitcoin-git> bitcoin/master 218d915 practicalswift: [bench] Avoid function call arguments which are pointers to uninitialized values
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/51833a17347f...a27dbc55b1aa
< bitcoin-git> [bitcoin] laanwj closed pull request #10156: Fix for issues with startup and multiple monitors on windows. (master...masterMultiMonFix) https://github.com/bitcoin/bitcoin/pull/10156
< bitcoin-git> bitcoin/master 51833a1 Wladimir J. van der Laan: Merge #10156: Fix for issues with startup and multiple monitors on windows....
< bitcoin-git> bitcoin/master e9ff818 Allan Doensen: Fix for issues with startup and multiple monitors on windows.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1fa4ae67a330...51833a17347f
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #9890: Add a button to open the config file in a text editor (master...master) https://github.com/bitcoin/bitcoin/pull/9890
< bitcoin-git> bitcoin/master 1fa4ae6 Jonas Schnelli: Merge #9890: Add a button to open the config file in a text editor...
< bitcoin-git> bitcoin/master 9ab9e7d Eric Shaw Jr: Add a button to open the config file in a text editor
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/64962aecb6be...1fa4ae67a330
< wumpus> midnightmagic: yes, the github info is being mirrored https://github.com/zw/bitcoin-gh-meta
< bitcoin-git> [bitcoin] practicalswift opened pull request #10175: Remove excess logic. (master...excess-logic) https://github.com/bitcoin/bitcoin/pull/10175
< bitcoin-git> [bitcoin] laanwj closed pull request #10166: Ignore Doxyfile generated from Doxyfile.in template. (master...20170407_gitignoreDoxyfile) https://github.com/bitcoin/bitcoin/pull/10166
< bitcoin-git> bitcoin/master 64962ae Wladimir J. van der Laan: Merge #10166: Ignore Doxyfile generated from Doxyfile.in template....
< bitcoin-git> bitcoin/master 9eaf718 Pavel Janík: Ignore Doxyfile generated from Doxyfile.in template.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/813eacf81b73...64962aecb6be
< bitcoin-git> [bitcoin] laanwj closed pull request #10167: [trivial] Fix typo ("improssible" → "impossible") (master...improssible) https://github.com/bitcoin/bitcoin/pull/10167
< bitcoin-git> bitcoin/master 813eacf Wladimir J. van der Laan: Merge #10167: [trivial] Fix typo ("improssible" → "impossible")...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ed09dd3f5a87...813eacf81b73
< bitcoin-git> bitcoin/master bcca57e practicalswift: [trivial] Fix typo ("improssible" → "impossible")
< wumpus> though it's possible to at least view the logs inthe console: https://github.com/bitcoin/bitcoin/pull/10159#issuecomment-292102755 however to get the identifiers you still need to visit the website
< bitcoin-git> [bitcoin] laanwj closed pull request #10142: Run bitcoin_test-qt under minimal QPA platform (master...pr/qtmin) https://github.com/bitcoin/bitcoin/pull/10142
< bitcoin-git> bitcoin/master ed09dd3 Wladimir J. van der Laan: Merge #10142: Run bitcoin_test-qt under minimal QPA platform...
< bitcoin-git> bitcoin/master bf10264 Russell Yanofsky: Run bitcoin_test-qt under minimal QPA platform...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/703202180bde...ed09dd3f5a87
< bitcoin-git> [bitcoin] laanwj closed pull request #10168: Fix build warning from #error text (master...fixbuildwarning) https://github.com/bitcoin/bitcoin/pull/10168
< bitcoin-git> bitcoin/master 7032021 Wladimir J. van der Laan: Merge #10168: Fix build warning from #error text...
< bitcoin-git> bitcoin/master dd7e43e John Newbery: Fix build warning from #error text
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/88799ea1b1c0...703202180bde

2017-04-09

< bitcoin-git> [bitcoin] sipa closed pull request #9599: [WIP] Perform validation in a separate thread to message handling. (master...ValidationThread) https://github.com/bitcoin/bitcoin/pull/9599
< bitcoin-git> [bitcoin] sipa closed pull request #8087: Introduce CBlockchain and move CheckBlockHeader (master...2016-05-22-cblockchain) https://github.com/bitcoin/bitcoin/pull/8087

2017-04-08

< gribble> https://github.com/bitcoin/bitcoin/issues/8263 | Qt 4.x EOL · Issue #8263 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] awemany opened pull request #10172: Fix opt-in RBF reliance on compiler integer size (master...rbf-numlimits-fix) https://github.com/bitcoin/bitcoin/pull/10172
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10124: [test] Suppress test logging spam (master...suppress_test_logging_spam) https://github.com/bitcoin/bitcoin/pull/10124
< bitcoin-git> bitcoin/master 88799ea MarcoFalke: Merge #10124: [test] Suppress test logging spam...
< bitcoin-git> bitcoin/master 45ce471 John Newbery: Reduce spammy test logging...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/df1ca9e93a61...88799ea1b1c0
< bitcoin-git> [bitcoin] jnewbery opened pull request #10171: [tests] Add node methods to test framework (master...add_node_methods_to_test_framework) https://github.com/bitcoin/bitcoin/pull/10171
< bitcoin-git> [bitcoin] jnewbery closed pull request #10111: [WIP] Remove NetworkThread from individual test cases (master...remove_network_thread_from_test_scripts) https://github.com/bitcoin/bitcoin/pull/10111

2017-04-07

< warren> https://github.com/bitcoin/bitcoin/issues/10170 "Normalized, Deterministic OSX SDK tarball" This is an opportunity for non-C++ developers to contribute to Bitcoin Core development.
< bitcoin-git> [bitcoin] jnewbery opened pull request #10169: [tests] Remove func test code duplication (master...remove_func_test_code_duplication) https://github.com/bitcoin/bitcoin/pull/10169
< bitcoin-git> [bitcoin] jnewbery closed pull request #10160: [WIP] updatepeer RPC (master...updatepeer) https://github.com/bitcoin/bitcoin/pull/10160
< gribble> https://github.com/bitcoin/bitcoin/issues/9942 | Refactor CBlockPolicyEstimator by morcos · Pull Request #9942 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery opened pull request #10168: Fix build warning from #error text (master...fixbuildwarning) https://github.com/bitcoin/bitcoin/pull/10168
< jnewbery> looks like it's happening on travis too: https://travis-ci.org/bitcoin/bitcoin/jobs/219669340
< jnewbery> #error Client version information missing: wasn't defined by bitcoin-config.h nor defined any other way
< gribble> https://github.com/bitcoin/bitcoin/issues/10155 | build: Deduplicate version numbers by laanwj · Pull Request #10155 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #10167: [trivial] Fix typo ("improssible" → "impossible") (master...improssible) https://github.com/bitcoin/bitcoin/pull/10167
< bitcoin-git> [bitcoin] paveljanik opened pull request #10166: Ignore Doxyfile generated from Doxyfile.in template. (master...20170407_gitignoreDoxyfile) https://github.com/bitcoin/bitcoin/pull/10166
< bitcoin-git> [bitcoin] laanwj closed pull request #10159: [tests] color test results and sort alphabetically (master...sort_test_results) https://github.com/bitcoin/bitcoin/pull/10159
< bitcoin-git> bitcoin/master d80baaa John Newbery: fixup - align summary row correctly and make colors/glyphs globals
< bitcoin-git> bitcoin/master bb92d83 John Newbery: [tests] Add unicode symbols for tests passing/failing/skipping
< bitcoin-git> bitcoin/master 63062bd John Newbery: [tests] color test results and sort alphabetically
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/a5fd74667459...df1ca9e93a61
< karelb> ....oh, I should have asked this in #bitcoin , right
< bitcoin-git> [bitcoin] laanwj closed pull request #9681: Refactor Bumpfee, move core functionality to CWallet (master...2017/02/qt_bump) https://github.com/bitcoin/bitcoin/pull/9681
< bitcoin-git> bitcoin/master 2718db0 Jonas Schnelli: Restore invalid fee check (must be > 0)
< bitcoin-git> bitcoin/master 0337a39 Jonas Schnelli: Refactor Bumpfee core functionality
< bitcoin-git> bitcoin/master d1a95e8 Jonas Schnelli: Bumpfee move request parameter interaction to the top
< bitcoin-git> [bitcoin] laanwj pushed 10 new commits to master: https://github.com/bitcoin/bitcoin/compare/928695bee67e...a5fd74667459
< wumpus> btw: as bitcoin.org migrated to a new server, I'm waiting for things to be in order to upload 0.14.1rc1 binaries, this is why it's taking longer than normal
< bitcoin-git> [bitcoin] laanwj closed pull request #10155: build: Deduplicate version numbers (master...2017_03_version_bump) https://github.com/bitcoin/bitcoin/pull/10155
< bitcoin-git> bitcoin/master 08d9aee Wladimir J. van der Laan: build: Remove duplicate version information from src/clientversion.h...
< bitcoin-git> bitcoin/master 168a703 Wladimir J. van der Laan: doc: Make build system insert version in Doxyfile
< bitcoin-git> bitcoin/master b67eb8d Wladimir J. van der Laan: doc: Remove version numbers from READMEs...
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/a3a2160b6650...928695bee67e
< gribble> https://github.com/bitcoin/bitcoin/issues/9681 | Refactor Bumpfee, move core functionality to CWallet by jonasschnelli · Pull Request #9681 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #10043: Fix bug in CKey DER encoding (master...2017/03/fix_der_comp) https://github.com/bitcoin/bitcoin/pull/10043
< bitcoin-git> [bitcoin] laanwj closed pull request #10162: [trivial] Log calls to getblocktemplate (master...loggetblocktemplatecalls) https://github.com/bitcoin/bitcoin/pull/10162
< bitcoin-git> bitcoin/master a3a2160 Wladimir J. van der Laan: Merge #10162: [trivial] Log calls to getblocktemplate...
< bitcoin-git> bitcoin/master 1352092 John Newbery: Log calls to getblocktemplate
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8c28670e92b6...a3a2160b6650
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair (master...inputcoin) https://github.com/bitcoin/bitcoin/pull/10165
< NicolasDorier> I rebased https://github.com/bitcoin/bitcoin/pull/9728 I would be happy if Hardware wallets people can review. I ate my own dog food, and it seems this PR would really help helping bitcoin core wore seemlessly with hardware wallet and normal wallet without code modification.
< bitcoin-git> [bitcoin] kallewoof closed pull request #9686: [WIP] RPC help tabulation (master...rpc-help-tabulation) https://github.com/bitcoin/bitcoin/pull/9686
< bitcoin-git> [bitcoin] kewde opened pull request #10164: Wallet: reduce excess logic InMemPool() (master...patch-1) https://github.com/bitcoin/bitcoin/pull/10164

2017-04-06

< jcorgan> patience is a virtue well-honed by participation in the bitcoin world :-)
< sturles> An UASF would need support from a supermajority of exchanges and payment processors, and preferably as many merchants as possible dealing with bitcoin directly.
< abpa> It's really for #bitcoin discussion not #bitcoin-core-dev
< jcorgan> but perhaps this particular thing should stay in #bitcoin, sorry guys
< rgrant> jcorgan: "FairHeader" has gained a following already in #bitcoin. "forward compatible" might stir up big blockers.
< jeremyrubin> In the future, you don't want some regulator charging in requesting feature changes to disable a "covert" bitcoin feature
< jeremyrubin> I think we need to be very careful with how we brand any changes happening. The reason we would like to ban it is *NOT* because it is covert. It is because it is incomaptible with Bitcoin's incentive systems (e.g., transaction selection to maximiuze fees) and it interferes with protocol development.
< jtimon> let's move the discussion to #bitcoin ?
< wumpus> well it's fine to mention it. I'm sure we want the BIP implemented in bitcoin core?
< wumpus> if it shouldn't be used for the good of bitcoin, your BIP is exactly what they should adopt too
< wumpus> saying they don't use it 'for the sake of bitcoin' can't be jived with saying it's a valuable optimization though
< gmaxwell> Yes, the proposal is specifically designed to have minimal impact and only interfear with covert asicboost and only to the extent that it gums up protocol extensions (like segwit, utxo commitments, bloom filter commitments, etc.) But in their response they claim that I am trying to harm bitcoin by blocking a valuable optimization. :-/
< gmaxwell> E.g. they helpfully confim their hardware implements asicboost, they loudly say they have the right to use it. They claim that they haven't used it on mainnet 'for the good of bitcoin' (how that jives with their claims that they'll make all the empty blocks they want because the protocol allows it, I dunno)
< warren> wumpus mentioned luke's script, for the record it is located here: https://github.com/bitcoin/bitcoin/blob/master/doc/README_osx.md
< gribble> https://github.com/bitcoin/bitcoin/issues/10118 | Util: Remove redundant calls to argsGlobal.IsArgSet() by jtimon · Pull Request #10118 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10119 | Util: Remove ArgsManager wrappers: by jtimon · Pull Request #10119 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9494 | Introduce an ArgsManager class encapsulating cs_args, mapArgs and mapMultiArgs by jtimon · Pull Request #9494 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/7829 | Globals: TODO: Experiment: Kill "Params()" by jtimon · Pull Request #7829 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/9806 | txoutsbyaddress index (take 3) by droark · Pull Request #9806 · bitcoin/bitcoin · GitHub
< jtimon> althought it isn't mine, I think https://github.com/bitcoin/bitcoin/pull/7729 should be added to the list of things to review: that blocks the removal of accounts system
< gribble> https://github.com/bitcoin/bitcoin/issues/9806 | txoutsbyaddress index (take 3) by droark · Pull Request #9806 · bitcoin/bitcoin · GitHub
< wumpus> #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 jl2012 instagibbs
< bitcoin-git> [bitcoin] laanwj closed pull request #9902: Lightweight abstraction of boost::filesystem (master...2017_03_fs) https://github.com/bitcoin/bitcoin/pull/9902
< bitcoin-git> bitcoin/master bac5c9c Wladimir J. van der Laan: Replace uses of boost::filesystem with fs...
< bitcoin-git> bitcoin/master 7d5172d Wladimir J. van der Laan: Replace includes of boost/filesystem.h with fs.h...
< bitcoin-git> bitcoin/master 19e36bb Wladimir J. van der Laan: Add fs.cpp/h
< bitcoin-git> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/c7e73eafa139...8c28670e92b6
< bitcoin-git> [bitcoin] jnewbery opened pull request #10162: [trivial] Log calls to getblocktemplate (master...loggetblocktemplatecalls) https://github.com/bitcoin/bitcoin/pull/10162
< bitcoin-git> [bitcoin] laanwj closed pull request #10157: [0.14] Fix the mempool_packages.py test (0.14...test-0.14.1rc1) https://github.com/bitcoin/bitcoin/pull/10157
< bitcoin-git> [bitcoin] laanwj closed pull request #10158: Add some more release notes for 0.14.1. (0.14...relnote141) https://github.com/bitcoin/bitcoin/pull/10158
< bitcoin-git> [bitcoin] mrwhythat opened pull request #10161: [WIP] Support for Tor's Single Onion Service (master...tor-single-onion-service) https://github.com/bitcoin/bitcoin/pull/10161
< cfields> i think i've learned how to force a tag in the bitcoin repo, though. it seems to be a sure thing as soon as i leave for a few days :)
< gmaxwell> The third option is that bitcoin will fail due to it, which I don't think we'll accept as a community. But eventually could be a fair while.
< Taek> Though there are clear reasons for wanting such optimizations disabled, Bitcoin resists contentious changes, and I think the miners would be able to put up enough of a fight to prevent the change

2017-04-05

< bitcoin-git> [bitcoin] jnewbery opened pull request #10160: [WIP] updatepeer RPC (master...updatepeer) https://github.com/bitcoin/bitcoin/pull/10160
< bitcoin-git> [bitcoin] jnewbery opened pull request #10159: [tests] color test results and sort alphabetically (master...sort_test_results) https://github.com/bitcoin/bitcoin/pull/10159
< bitcoin-git> [bitcoin] gmaxwell opened pull request #10158: Add some more release notes for 0.14.1. (0.14...relnote141) https://github.com/bitcoin/bitcoin/pull/10158
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10157: [0.14] Fix the mempool_packages.py test (0.14...test-0.14.1rc1) https://github.com/bitcoin/bitcoin/pull/10157
< gribble> https://github.com/bitcoin/bitcoin/issues/10144 | An error has occurred and has been logged. Please contact this bot's administrator for more information.
< bitcoin-git> bitcoin/0.14 df82ea9 Wladimir J. van der Laan: doc: Remove release note about release notes
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/df82ea914f6f569e244ab59ca24e4eea898eb1a9
< gribble> https://github.com/bitcoin/bitcoin/issues/10094 | 0.14: Clear release notes by MarcoFalke · Pull Request #10094 · bitcoin/bitcoin · GitHub
< wumpus> anoyone care to write something about notable changes in 0.14.1? https://github.com/bitcoin/bitcoin/blob/0.14/doc/release-notes.md#notable-changes
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/920acbcca8240cb11a74055a81d5129c8a4c85af
< bitcoin-git> bitcoin/0.14 920acbc Wladimir J. van der Laan: doc: Update release notes for 0.14.1
< bitcoin-git> [bitcoin] laanwj closed pull request #10151: [logging] initialize flag variable to 0 (and continue if GetLogCategory() fails) (master...logging_initialization) https://github.com/bitcoin/bitcoin/pull/10151
< bitcoin-git> bitcoin/master c7e73ea Wladimir J. van der Laan: Merge #10151: [logging] initialize flag variable to 0 (and continue if GetLogCategory() fails)...
< bitcoin-git> bitcoin/master cd7f394 John Newbery: initialize flag variable to 0 (and continue if GetLogCategory() fails)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3c95bd43d8ff...c7e73eafa139
< bitcoin-git> [bitcoin] laanwj closed pull request #10154: init: Remove redundant logging code (master...Mf1704-lognodebug) https://github.com/bitcoin/bitcoin/pull/10154
< bitcoin-git> bitcoin/master 3c95bd4 Wladimir J. van der Laan: Merge #10154: init: Remove redundant logging code...
< bitcoin-git> bitcoin/master faafa80 MarcoFalke: init: Remove redundant logging code
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fade78854cf4...3c95bd43d8ff
< bitcoin-git> [bitcoin] AllanDoensen opened pull request #10156: Fix for issues with startup and mutiple monitors on windows. (master...masterMultiMonFix) https://github.com/bitcoin/bitcoin/pull/10156
< bitcoin-git> [bitcoin] laanwj opened pull request #10155: build: Deduplicate version numbers (master...2017_03_version_bump) https://github.com/bitcoin/bitcoin/pull/10155
< bitcoin-git> [bitcoin] laanwj closed pull request #10153: logging: Fix off-by-one for shrinkdebugfile default (master...Mf1704-offbyoneDebug) https://github.com/bitcoin/bitcoin/pull/10153
< bitcoin-git> bitcoin/master fade788 Wladimir J. van der Laan: Merge #10153: logging: Fix off-by-one for shrinkdebugfile default...
< bitcoin-git> bitcoin/master faab624 MarcoFalke: logging: Fix off-by-one for shrinkdebugfile
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f93f9b92969b...fade78854cf4
< bitcoin-git> bitcoin/0.14 47d24c8 Wladimir J. van der Laan: Bump version to 0.14.1
< bitcoin-git> bitcoin/0.14 ea060c7 Suhas Daftuar: Bugfix: ancestor modifed fees were incorrect for descendants...
< bitcoin-git> bitcoin/0.14 d947afc Suhas Daftuar: Test prioritisetransaction and ancestor fee state...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to 0.14: https://github.com/bitcoin/bitcoin/compare/0e5133cb2ef8...47d24c85b71b
< bitcoin-git> [bitcoin] laanwj closed pull request #10144: Prioritisetransaction wasn't always updating ancestor fee (master...2017-04-fix-mempool-modified-ancestor-fees) https://github.com/bitcoin/bitcoin/pull/10144
< bitcoin-git> bitcoin/master f93f9b9 Wladimir J. van der Laan: Merge #10144: Prioritisetransaction wasn't always updating ancestor fee...
< bitcoin-git> bitcoin/master 9bef02e Suhas Daftuar: Bugfix: ancestor modifed fees were incorrect for descendants...
< bitcoin-git> bitcoin/master ba7dd8b Suhas Daftuar: Test prioritisetransaction and ancestor fee state...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/5fc6a77aa626...f93f9b92969b
< bitcoin-git> bitcoin/0.14 0e5133c Alex Morcos: Make threshold for flushing more conservative....
< bitcoin-git> bitcoin/0.14 d686768 Alex Morcos: Lower default memory footprint slightly...
< bitcoin-git> bitcoin/0.14 ab864d3 Alex Morcos: Make pcoinsTip memory calculations consistent...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to 0.14: https://github.com/bitcoin/bitcoin/compare/a44a6a15f94a...0e5133cb2ef8
< bitcoin-git> [bitcoin] laanwj closed pull request #10133: Clean up calculations of pcoinsTip memory usage (master...cachememory) https://github.com/bitcoin/bitcoin/pull/10133
< bitcoin-git> bitcoin/master 1b55e07 Alex Morcos: Make threshold for flushing more conservative....
< bitcoin-git> bitcoin/master f33afd3 Alex Morcos: Lower default memory footprint slightly
< bitcoin-git> bitcoin/master 5b95a19 Alex Morcos: Make pcoinsTip memory calculations consistent...
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/fadf078c9cd7...5fc6a77aa626
< bitcoin-git> [bitcoin] laanwj closed pull request #10104: linearize script: Option to use RPC cookie (master...linearize-use-cookie) https://github.com/bitcoin/bitcoin/pull/10104
< bitcoin-git> bitcoin/master fadf078 Wladimir J. van der Laan: Merge #10104: linearize script: Option to use RPC cookie...
< bitcoin-git> bitcoin/master bd41d98 Andrew Chow: Datadir option in linearize scripts...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/080d7c700fc3...fadf078c9cd7

2017-04-04

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #10154: init: Remove redundant logging code (master...Mf1704-lognodebug) https://github.com/bitcoin/bitcoin/pull/10154
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #10153: logging: Fix off-by-one for shrinkdebugfile default (master...Mf1704-offbyoneDebug) https://github.com/bitcoin/bitcoin/pull/10153
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10152: [trivial] remove unused line in Travis config (master...travis_cleanup) https://github.com/bitcoin/bitcoin/pull/10152
< bitcoin-git> bitcoin/master 16791c5 John Newbery: [trivial] remove unused line in Travis config
< bitcoin-git> bitcoin/master 080d7c7 MarcoFalke: Merge #10152: [trivial] remove unused line in Travis config...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/72bc7e1303d5...080d7c700fc3
< bitcoin-git> [bitcoin] jnewbery opened pull request #10152: [trivial] remove unused line in Travis config (master...travis_cleanup) https://github.com/bitcoin/bitcoin/pull/10152
< bitcoin-git> [bitcoin] jnewbery opened pull request #10151: [logging] initialize flag variable to 0 (and continue if GetLogCategory() fails) (master...logging_initialization) https://github.com/bitcoin/bitcoin/pull/10151
< bsm117532> My question is: does bitcoin consensus-enforce the statements in BIP16 about disallowing non-pushdata?
< bitcoin-git> [bitcoin] jnewbery opened pull request #10150: [rpc Add logging rpc (master...logging_rpc) https://github.com/bitcoin/bitcoin/pull/10150
< bitcoin-git> [bitcoin] sipa opened pull request #10148: Use non-atomic flushing with block replay (master...non_atomic_flush) https://github.com/bitcoin/bitcoin/pull/10148
< da2ce7> In particular this pull request need code-review: https://github.com/bitcoin/bips/pull/512
< da2ce7> I have updated both my Bitcoin Knots and Bitcoin Core 0.14 patches for BIP 148
< bitcoin-git> [bitcoin] laanwj closed pull request #10146: Better error handling for submitblock (master...better_error_submitblock) https://github.com/bitcoin/bitcoin/pull/10146
< bitcoin-git> bitcoin/master 30f30c0 Gregory Maxwell: Add braces to submitblock per current style.
< bitcoin-git> bitcoin/master 4f15ea1 Gregory Maxwell: Check transaction count early in submitblock....
< bitcoin-git> bitcoin/master ada0caa Gregory Maxwell: Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn....
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/471ed00fcd3b...72bc7e1303d5
< bitcoin-git> [bitcoin] gmaxwell opened pull request #10146: Better error handling for submitblock (master...better_error_submitblock) https://github.com/bitcoin/bitcoin/pull/10146

2017-04-03

< bitcoin-git> [bitcoin] JeremyRubin opened pull request #10145: Separate Contextual checks and handling & switch on enum in net_processing.cpp (master...netprocessing_enum_rebased) https://github.com/bitcoin/bitcoin/pull/10145
< bitcoin-git> [bitcoin] theuni reopened pull request #10143: [net] Allow disconnectnode RPC to be called with node id (master...disconnect_node_by_id) https://github.com/bitcoin/bitcoin/pull/10143
< bitcoin-git> [bitcoin] theuni closed pull request #10143: [net] Allow disconnectnode RPC to be called with node id (master...disconnect_node_by_id) https://github.com/bitcoin/bitcoin/pull/10143
< bitcoin-git> [bitcoin] sdaftuar opened pull request #10144: Prioritisetransaction wasn't always updating ancestor fee (master...2017-04-fix-mempool-modified-ancestor-fees) https://github.com/bitcoin/bitcoin/pull/10144
< bitcoin-git> [bitcoin] jnewbery opened pull request #10143: [net] Allow disconnectnode RPC to be called with node id (master...disconnect_node_by_id) https://github.com/bitcoin/bitcoin/pull/10143
< bitcoin-git> [bitcoin] laanwj closed pull request #10123: Allow debug logs to be excluded from specified component (master...debugexclude) https://github.com/bitcoin/bitcoin/pull/10123
< bitcoin-git> bitcoin/master 471ed00 Wladimir J. van der Laan: Merge #10123: Allow debug logs to be excluded from specified component...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cb598cfba1cb...471ed00fcd3b
< bitcoin-git> bitcoin/master 3bde556 John Newbery: Add -debugexclude option to switch off logging for specified components
< bitcoin-git> [bitcoin] ryanofsky closed pull request #10117: Fix "make check" on systems with qt and libxcb but no active DISPLAY (master...pr/noqapp) https://github.com/bitcoin/bitcoin/pull/10117
< bitcoin-git> [bitcoin] ryanofsky opened pull request #10142: Run bitcoin_test-qt under minimal QPA platform (master...pr/qtmin) https://github.com/bitcoin/bitcoin/pull/10142
< bitcoin-git> [bitcoin] laanwj closed pull request #9533: Allow non-power-of-2 signature cache sizes (master...anysigcachesize) https://github.com/bitcoin/bitcoin/pull/9533
< bitcoin-git> bitcoin/master 7482781 Pieter Wuille: Allow non-power-of-2 signature cache sizes
< bitcoin-git> bitcoin/master cb598cf Wladimir J. van der Laan: Merge #9533: Allow non-power-of-2 signature cache sizes...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a2cd0b0eecfe...cb598cfba1cb
< bitcoin-git> [bitcoin] laanwj closed pull request #10058: No need to use OpenSSL malloc/free (master...tjps_ssl_mutex) https://github.com/bitcoin/bitcoin/pull/10058
< bitcoin-git> bitcoin/master a2cd0b0 Wladimir J. van der Laan: Merge #10058: No need to use OpenSSL malloc/free...
< bitcoin-git> bitcoin/master 6d5dd60 Thomas Snider: No need to use OpenSSL malloc/free
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e6033e00b164...a2cd0b0eecfe
< bitcoin-git> bitcoin/0.14 f15268d practicalswift: [rpc] Remove auth cookie on shutdown...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.14: https://github.com/bitcoin/bitcoin/commit/f15268db3bf1a8c4ea410f4f63c6187b45e06ded
< bitcoin-git> [bitcoin] laanwj closed pull request #10139: [rpc] Remove auth cookie on shutdown (master...delete-auth-cookies) https://github.com/bitcoin/bitcoin/pull/10139
< bitcoin-git> bitcoin/master 4b87973 practicalswift: [rpc] Remove auth cookie on shutdown...
< bitcoin-git> bitcoin/master e6033e0 Wladimir J. van der Laan: Merge #10139: [rpc] Remove auth cookie on shutdown...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ebfd65379811...e6033e00b164

2017-04-02

< bitcoin-git> [bitcoin] jnewbery reopened pull request #10123: Allow debug logs to be excluded from specified component (master...debugexclude) https://github.com/bitcoin/bitcoin/pull/10123
< bitcoin-git> [bitcoin] jnewbery closed pull request #10123: Allow debug logs to be excluded from specified component (master...debugexclude) https://github.com/bitcoin/bitcoin/pull/10123
< bitcoin-git> [bitcoin] jnewbery reopened pull request #10123: Allow debug logs to be excluded from specified component (master...debugexclude) https://github.com/bitcoin/bitcoin/pull/10123
< Naphex> [4761171.418546] bitcoin-httpwor[39240]: segfault at 0 ip 0000002314a2a1b7 sp 00000393b3f1f4f0 error 4 in bitcoind[23148a2000+550000]
< bitcoin-git> [bitcoin] practicalswift opened pull request #10139: [rpc] Remove auth cookie on shutdown (master...delete-auth-cookies) https://github.com/bitcoin/bitcoin/pull/10139
< bitcoin-git> [bitcoin] laanwj closed pull request #10077: [qa] Add setnetworkactive smoke test (master...Mf1703-toggleNet) https://github.com/bitcoin/bitcoin/pull/10077
< bitcoin-git> bitcoin/master ebfd653 Wladimir J. van der Laan: Merge #10077: [qa] Add setnetworkactive smoke test...
< bitcoin-git> bitcoin/master fa697b7 MarcoFalke: [qa] Add setnetworkactive smoke test
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/12af74b289f8...ebfd65379811
< da2ce7> this commit is based upon bitcoin knots
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10072: Remove sources of unreliablility in extended functional tests (master...extended_test_unreliablility) https://github.com/bitcoin/bitcoin/pull/10072
< bitcoin-git> bitcoin/master 12af74b MarcoFalke: Merge #10072: Remove sources of unreliablility in extended functional tests...
< bitcoin-git> bitcoin/master a4fd89f John Newbery: Make forknotify.py more robust...
< bitcoin-git> bitcoin/master 1f3d78b John Newbery: Wait for connection to open in bip9-softforks.py...