2017-11-15

< bitcoin-git> [bitcoin] laanwj pushed 13 new commits to master: https://github.com/bitcoin/bitcoin/compare/aca77a4d58c6...927a1d7d088e
< bitcoin-git> [bitcoin] practicalswift opened pull request #11694: rpc: Add missing cs_main lock in getblocktemplate(...) (master...missing-lock-in-getblocktemplate) https://github.com/bitcoin/bitcoin/pull/11694
< bitcoin-git> [bitcoin] practicalswift closed pull request #11691: rpc: Add missing lock in getblocktemplate(...). Work around Clang thread safety analysis quirks. (master...rpc-locking) https://github.com/bitcoin/bitcoin/pull/11691
< sipa> try #bitcoin
< bitcoin-git> [bitcoin] laanwj closed pull request #11655: net: Assert state.m_chain_sync.m_work_header in ConsiderEviction (master...m_chain_sync.m_work_header) https://github.com/bitcoin/bitcoin/pull/11655
< bitcoin-git> bitcoin/master aca77a4 Wladimir J. van der Laan: Merge #11655: net: Assert state.m_chain_sync.m_work_header in ConsiderEviction...
< bitcoin-git> bitcoin/master 63c2d83 practicalswift: Explicitly state assumption that state.m_chain_sync.m_work_header != nullptr in ConsiderEviction...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4db82b7aab4a...aca77a4d58c6
< gribble> https://github.com/bitcoin/bitcoin/issues/11646 | Require a steady clock for bench with at least micro precision by TheBlueMatt · Pull Request #11646 · bitcoin/bitcoin · GitHub
< kgc> well, it's slightly weird because if I create corresponding deposit address and import it inside bitcoin core wallet, I can send to and spend funds without anyproblems
< bitcoin-git> [bitcoin] practicalswift closed pull request #11692: Remove unused Boost include. Move Boost include. (master...remove-boost-includes) https://github.com/bitcoin/bitcoin/pull/11692
< bitcoin-git> [bitcoin] practicalswift opened pull request #11692: Remove unused Boost include. Move Boost include. (master...remove-boost-includes) https://github.com/bitcoin/bitcoin/pull/11692
< meshcollider> You should probably discuss it in #bitcoin not this channel
< meshcollider> Guest27291: this is not the place, but segwit2x was called off https://lists.linuxfoundation.org/pipermail/bitcoin-segwit2x/2017-November/000685.html
< bitcoin-git> [bitcoin] practicalswift opened pull request #11691: rpc: Add missing lock in getblocktemplate(...). Work around Clang thread safety analysis quirks. (master...rpc-locking) https://github.com/bitcoin/bitcoin/pull/11691
< gribble> https://github.com/bitcoin/bitcoin/issues/11466 | Specify custom wallet directory with -walletdir param by MeshCollider · Pull Request #11466 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] eklitzke opened pull request #11690: [trivial] Fix the StartupWMClass for bitoin-qt, so gnome-shell can recognize it (master...desktop-file) https://github.com/bitcoin/bitcoin/pull/11690
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #11680: [docs] Add instructions for lcov report generation (master...lcov-docs) https://github.com/bitcoin/bitcoin/pull/11680
< bitcoin-git> bitcoin/master 4db82b7 Jonas Schnelli: Merge #11680: [docs] Add instructions for lcov report generation...
< bitcoin-git> bitcoin/master 5ff01c2 James O'Beirne: [docs] Add instructions for lcov coverage report generation
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3bdf242fc68a...4db82b7aab4a
< eck> if any of you use fedora, I just set up a bitcoin rpm repo based mostly on the existing spec file in the contrib/ directory, feel free to help me test it or give me feedback: https://copr.fedorainfracloud.org/coprs/eklitzke/bitcoin/
< sipa> your bitcoin node rumoured that address around
< Tatty> only the second does and it is Bitcoin Core who creates it
< sipa> your bitcoin client rumours its addresses to other peers, including onion addresses if it knows th
< Tatty> incomming to the hidden service created by Bitcoin Core on tor proxy 2
< gribble> https://github.com/bitcoin/bitcoin/issues/2 | Long-term, safe, store-of-value · Issue #2 · bitcoin/bitcoin · GitHub
< Tatty> no, they are conecting to the seconf one, managed by bitcoin-qt
< Tatty> I run 2 different ptor proxies as allowed by Bitcoin Core 0.15.0.1
< Tatty> I think I found an outdated version User Agent on Bitcoin Core 64 bit for Windows v0.15.0.1. I enabled 2 tor proxies, both making bidirectional connections. It happened one of the proxies contacted the other, and that's when I saw a wrong version: User Agent /Satoshi:0.14.0/

2017-11-14

< gmaxwell> There is some layout tension on that; abstracting consensus rules can make them more opaque and harder to review; and bitcoin core is not an altcoin construction set. :) OTOH, sometimes moving things around makes things more clear, enables better testing harnesses, etc.
< karelb> hm, doing refactoring like that seems like an easy way to get some cheap commits in bitcoin core code :D
< karelb> Question about bitcoin-core - why is validation.h/.cpp so "overloaded"? It seems to me half of the things in there don't have to do much with validation
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11677: qa: Remove unused NodeConn members (master...Mf1711-qaMininodeUnused) https://github.com/bitcoin/bitcoin/pull/11677
< bitcoin-git> bitcoin/master 3bdf242 MarcoFalke: Merge #11677: qa: Remove unused NodeConn members...
< bitcoin-git> bitcoin/master fafdad0 MarcoFalke: qa: Remove unused NodeConn members
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6d4821b693b2...3bdf242fc68a
< bitcoin-git> [bitcoin] practicalswift opened pull request #11689: Fix missing locking in CTxMemPool::check(const CCoinsViewCache *pcoins) (master...CTxMemPool-check) https://github.com/bitcoin/bitcoin/pull/11689
< Nobody_> Everything ECDSA Public Key (Bitcoin Compatible): 1N2EWy7LroJVFYXtmYZryh7W9eV3k6qajd exists since Mon Oct 02 2017 23:48:19 GMT-0700 (Pacific Daylight Time)
< LumberCartel> Nobody_: You should raise your concerns in the #bitcoin channel rather than in this channel.
< Nobody_> also a Faucet in the core is needed for Nobody to send Bitcoin to the requested wallet of your choice, for reasons if it is not avaliable from anyone else the system will continue to function appropriately.
< Nobody_> If anybody could get a message to the Bitcoin Core Developers to add the Mining back into the Core that would be perfect, ASIC is not needed to mine and is outdated plus not as power efficient
< Nobody_> i just wanted to state that i am requesting as a System that nobody owns and if you abuse the system you abuse yourself some upgrades that need to happen for the Bitcoin Core
< bitcoin-git> [bitcoin] ryanofsky opened pull request #11687: External wallet files (master...pr/wfile) https://github.com/bitcoin/bitcoin/pull/11687
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #11686: Make ISSUE_TEMPLATE a bit shorter, mention hardware tests (master...2017-11-shorter-default-issue) https://github.com/bitcoin/bitcoin/pull/11686
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11682: wallet: Simplify logic in CCryptoKeyStore::AddKeyPubKey(...) (master...CCryptoKeyStore-AddKeyPubKey) https://github.com/bitcoin/bitcoin/pull/11682
< bitcoin-git> [bitcoin] laanwj closed pull request #11684: trivial: Fix typo – "Ubutntu" → "Ubuntu" (master...ubutntu) https://github.com/bitcoin/bitcoin/pull/11684
< bitcoin-git> bitcoin/master 6d4821b Wladimir J. van der Laan: Merge #11684: trivial: Fix typo – "Ubutntu" → "Ubuntu"...
< bitcoin-git> bitcoin/master d8ac893 practicalswift: trivial: Fix typo – "Ubutntu" → "Ubuntu"
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7adeea3b0fc2...6d4821b693b2
< bitcoin-git> [bitcoin] practicalswift opened pull request #11683: tests: Remove unused mininode functions deser_int_vector(f) and ser_int_vector(l) (master...remove-int-vector-serialization) https://github.com/bitcoin/bitcoin/pull/11683
< meshcollider> Anyone wanna review https://github.com/bitcoin-core/bitcoincore.org/pull/464 so it can be merged soon?
< bitcoin-git> [bitcoin] practicalswift opened pull request #11682: wallet: Simplify logic in CCryptoKeyStore::AddKeyPubKey(...) (master...CCryptoKeyStore-AddKeyPubKey) https://github.com/bitcoin/bitcoin/pull/11682
< bitcoin-git> [bitcoin] laanwj closed pull request #11681: 0.15 (master...0.15) https://github.com/bitcoin/bitcoin/pull/11681
< bitcoin-git> [bitcoin] SwaddleDoddle opened pull request #11681: 0.15 (master...0.15) https://github.com/bitcoin/bitcoin/pull/11681
< bitcoin-git> [bitcoin] laanwj closed pull request #10873: Use a condition variable for shutdown notifications (master...shutdown_notify) https://github.com/bitcoin/bitcoin/pull/10873
< bitcoin-git> bitcoin/master 7adeea3 Wladimir J. van der Laan: Merge #11641: qa: Only allow disconnecting all NodeConns...
< bitcoin-git> [bitcoin] laanwj closed pull request #11641: qa: Only allow disconnecting all NodeConns (master...Mf1711-qaNodeConnDisconnectAll) https://github.com/bitcoin/bitcoin/pull/11641
< bitcoin-git> bitcoin/master faaa7db MarcoFalke: qa: Only allow disconnecting all NodeConns
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cbb54e77a120...7adeea3b0fc2
< eck> just thinking out loud here, but you could train a simple convolutional filter (for example) to learn the best parameters to estimate a fee rate given the fee histogram from the last N time periods; but you'd have to update the convolution parameters for each bitcoin release, and it would be trivial to find pathological values after the fact to trick the trained algorithm
< bitcoin-git> bitcoin/master cbb54e7 Wladimir J. van der Laan: Merge #11533: Docs: Update WSL installation notes for Fall Creators update...
< bitcoin-git> bitcoin/master 73a7e6d Thoragh: Update WSL installation for Fall Creators update
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5e468994fbb3...cbb54e77a120
< bitcoin-git> [bitcoin] jamesob opened pull request #11680: [docs] Add instructions for lcov report generation (master...lcov-docs) https://github.com/bitcoin/bitcoin/pull/11680
< bitcoin-git> [bitcoin] Thoragh reopened pull request #11533: Docs: Update WSL installation notes for Fall Creators update (master...Update-WSL-installation-for-Fall-Creators-update) https://github.com/bitcoin/bitcoin/pull/11533
< bitcoin-git> [bitcoin] Thoragh closed pull request #11533: Docs: Update WSL installation notes for Fall Creators update (master...Update-WSL-installation-for-Fall-Creators-update) https://github.com/bitcoin/bitcoin/pull/11533
< sipa> tloriato: let's move to #bitcoin-wizards
< bitcoin-git> [bitcoin] achow101 opened pull request #11678: [wip][wallet] Don't shut down after encrypting the wallet (master...encrypt-no-restart) https://github.com/bitcoin/bitcoin/pull/11678

2017-11-13

< gribble> https://github.com/bitcoin/bitcoin/issues/4416 | testnet4 · Issue #4416 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11677: qa: Remove unused NodeConn members (master...Mf1711-qaMininodeUnused) https://github.com/bitcoin/bitcoin/pull/11677
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11676: contrib/init: Update openrc-run filename (master...openrc-run) https://github.com/bitcoin/bitcoin/pull/11676
< bitcoin-git> bitcoin/master 2f041f0 Luke Dashjr: contrib/init: Update openrc-run filename...
< bitcoin-git> bitcoin/master 5e46899 MarcoFalke: Merge #11676: contrib/init: Update openrc-run filename...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/41aa9c4a801a...5e468994fbb3
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11663: [trivial] doc: Add getreceivedbyaddress release notes (master...Mf1711-docReleaseNotes16) https://github.com/bitcoin/bitcoin/pull/11663
< achow101> could someone help me debug some locks on https://github.com/achow101/bitcoin/tree/encrypt-no-restart? That branch is for encrypting wallets without restarting, and something in the GUI part is holding cs_KeyStore causing the GUI to freeze
< ryanofsky> eck: re "multi-process bitcoin core" see https://eklitzke.org/multiprocess-bitcoin and prs 10102, 10244, 10973
< bitcoin-git> [bitcoin] laanwj closed pull request #11035: [contrib] Add Valgrind suppressions file (master...valgrind-suppressions) https://github.com/bitcoin/bitcoin/pull/11035
< bitcoin-git> bitcoin/master 927e528 Wladimir J. van der Laan: Merge #11035: [contrib] Add Valgrind suppressions file...
< bitcoin-git> bitcoin/master 84e2462 practicalswift: contrib: Add Valgrind suppressions file...
< bitcoin-git> bitcoin/master 4a426d8 practicalswift: Add note about Valgrind suppressions file in developer-notes.md
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/7fbf3c638f3f...927e5280bdba
< Victorsueca> trying to build bitcoin core on WSL, when building the depends it tells me automake is not installed, however it is and both the automake and autoconf commands work when writing them on the terminal
< bitcoin-git> [bitcoin] laanwj closed pull request #11438: Updated Windows build doc for WSL/Xenial workaround (master...wslbuilddoc) https://github.com/bitcoin/bitcoin/pull/11438
< bitcoin-git> bitcoin/master 7fbf3c6 Wladimir J. van der Laan: Merge #11438: Updated Windows build doc for WSL/Xenial workaround...
< bitcoin-git> bitcoin/master 7383d77 Aaron Clauson: Updated instructions for Windows 10 Fall Creators Update.
< bitcoin-git> bitcoin/master e0fc4a7 Aaron Clauson: Updated Windows build doc for WSL/Xenial workarounds.
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/2adbddb03840...7fbf3c638f3f
< bitcoin-git> [bitcoin] laanwj opened pull request #11674: leveldb: Add filename to corruption errors (master...2017_11_leveldb_report_errors) https://github.com/bitcoin/bitcoin/pull/11674
< fanquake> roconnor The signatures used to create the final release are available from https://github.com/bitcoin-core/gitian.sigs . There is no way to get the various build.logs from each of the individual builders.
< ZSky> How popular is the idea of moving from hashcash to another one (not requiring ASICs) in Bitcoin core (not a fork but the real one)?

2017-11-12

< oerauakk> I'll switch to #bitcoin
< luke-jr> oerauakk: I answered that already in #Bitcoin fyi
< sturles> Can I make bitcoin use segwit addresses for change now, on master, or is that still a subject for discussion on how to do it properly?
< sipa> also, this discussion probably belongs on #bitcoin
< oerauakk> "But in reality that's bullshit, full nodes are useless in the Bitcoin beyond providing connection points, what matter is the ring of inter connected mining nodes that guarantee your new transactions to reach 99% of hash power within 3 seconds."
< luke-jr> v0.15.1.knots20171111 tagged on https://github.com/bitcoinknots/bitcoin if anyone wants to help do gitian builds
< eck> I was told that there's a proposal from someone (I forget who!) to do multi-process bitcoin core, where some of the processes could be sandboxed (similar to firefox/chrome); does anyone know where I could learn more about this?
< blockchain> So actually I have saved one wallet.dat with all my bitcoins stored some years ago. Then when I want to use some bitcoin I just load one privat key into my new wallet.dat. I am somehow concerned loading my whole wallet with all my bitcoins stored evertime I want to move some bitcoins
< sipa> it's not what bitcoin core was designed for
< sipa> blockchain: bitcoin core now supports multiple wallets
< bitcoin-git> [bitcoin] mikedennis closed pull request #11670: [Docs] Update with instructions for WSL for Win 10 fall 2017 creator update (master...master) https://github.com/bitcoin/bitcoin/pull/11670
< bitcoin-git> [bitcoin] fanquake closed pull request #11669: Trivial: use unsigned type for delta (master...fix) https://github.com/bitcoin/bitcoin/pull/11669
< bitcoin-git> [bitcoin] jBarz opened pull request #11669: Trivial: use unsigned type for delta (master...fix) https://github.com/bitcoin/bitcoin/pull/11669
< luke-jr> might be best to take this to #bitcoin ..
< BGL> why can't bitcoin core start where it left off on re-indexing blocks, i seriously just had to restart twice in the last day and i'm back to zero again
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11667: Add scripts to dumpwallet RPC (master...201710_dumpwallet_scripts) https://github.com/bitcoin/bitcoin/pull/11667
< mlz> tyrick, you can ask in #bitcoin channel
< LumberCartel> tyrick: This is where core developers are collaborating. I suggest not trying to "bug" anyone here. You might try asking about your issue in the #bitcoin channel first.

2017-11-11

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10749: Use compile-time constants instead of unnamed enumerations (remove "enum hack") (master...enum-hack) https://github.com/bitcoin/bitcoin/pull/10749
< bitcoin-git> bitcoin/master 2adbddb MarcoFalke: Merge #10749: Use compile-time constants instead of unnamed enumerations (remove "enum hack")...
< bitcoin-git> bitcoin/master 1e65f0f practicalswift: Use compile-time constants instead of unnamed enumerations (remove "enum hack")
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/13e352dc53de...2adbddb03840
< gribble> https://github.com/bitcoin/bitcoin/issues/11426 | BIP90: Make buried deployments slightly more easily extensible by jtimon · Pull Request #11426 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11398 | Hardcode CSV and SEGWIT deployment by jl2012 · Pull Request #11398 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] benma closed pull request #9897: AppInitMain: split initialization of Connman into a new function (master...connman) https://github.com/bitcoin/bitcoin/pull/9897
< bitcoin-git> bitcoin/master 13e352d MarcoFalke: Merge #3716: GUI: Receive: Remove option to reuse a previous address...
< bitcoin-git> bitcoin/master 927f4ff Luke Dashjr: GUI: Receive: Remove option to reuse a previous address...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/95e14dc81dd3...13e352dc53de
< sipa> any time i receive a bitcoin related email with PGP headers i assume there is some terrible vulnerability :)
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11663: [trivial] doc: Add getreceivedbyaddress release notes (master...Mf1711-docReleaseNotes16) https://github.com/bitcoin/bitcoin/pull/11663
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11055: [wallet] [rpc] getreceivedbyaddress should return error if called with address not owned by the wallet (master...getreceivedbyaddress_error) https://github.com/bitcoin/bitcoin/pull/11055
< bitcoin-git> bitcoin/master 95e14dc MarcoFalke: Merge #11055: [wallet] [rpc] getreceivedbyaddress should return error if called with address not owned by the wallet...
< bitcoin-git> bitcoin/master 5e0ba8f John Newbery: [wallet] getreceivedbyaddress should return error if address is not mine
< bitcoin-git> bitcoin/master ea0cd24 John Newbery: [tests] Tidy up receivedby.py...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/6de3203cdce2...95e14dc81dd3
< mlz> LowKey, ask in #bitcoin channel
< LowKey> hi, anyone know how to build mac wallet for bitcoin?
< bitcoin-git> [bitcoin] luke-jr opened pull request #11662: [0.15] Sanity-check script sizes in bitcoin-tx (0.15...bitcoin-tx-script-sizes-0.14) https://github.com/bitcoin/bitcoin/pull/11662
< bitcoin-git> bitcoin/master 6de3203 Wladimir J. van der Laan: doc: Add historical release notes for 0.15.1...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/6de3203cdce2d8532f39f9f9428c33b0dd53f623
< gribble> https://github.com/bitcoin/bitcoin/issues/11441 | rpc/server: Support for specifying options as named parameters by luke-jr · Pull Request #11441 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] luke-jr opened pull request #11660: RPC: Internal named params (master...internal_named_params) https://github.com/bitcoin/bitcoin/pull/11660
< bitcoin-git> [bitcoin] luke-jr opened pull request #11658: During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after (master...ibd_prune_extra) https://github.com/bitcoin/bitcoin/pull/11658
< sipa> we have our own fork with minor changes: https://github.com/bitcoin-core/leveldb
< bitcoin-git> [bitcoin] sipa closed pull request #11258: [rpc] Add initialblockdownload to getblockchaininfo (master...expose_ibd) https://github.com/bitcoin/bitcoin/pull/11258
< bitcoin-git> bitcoin/master 033c786 Pieter Wuille: Merge #11258: [rpc] Add initialblockdownload to getblockchaininfo...
< bitcoin-git> bitcoin/master 1141364 John Newbery: [trivial] (whitespace only) fix getblockchaininfo alignment
< bitcoin-git> bitcoin/master bd9c181 John Newbery: [rpc] Add initialblockdownload to getblockchaininfo
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/61fb80660f73...033c78671b91

2017-11-10

< gribble> https://github.com/bitcoin/bitcoin/issues/11167 | Full BIP173 (Bech32) support by sipa · Pull Request #11167 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
< cluelessperson> I'm sorry to annoy you, does anyone have a potential idea of when bitcoin core will support segwit addresses?
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps param type (master...fix_params_branch) https://github.com/bitcoin/bitcoin/pull/11269
< bitcoin-git> bitcoin/master 61fb806 MarcoFalke: Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps param type...
< bitcoin-git> bitcoin/master 203a4aa donaloconnor: Fix CTxMemPoolEntry::UpdateAncestorState: modifySigOps param type int -> int64_t
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/05a761932edd...61fb80660f73
< gribble> https://github.com/bitcoin/bitcoin/issues/11191 | RPC: Improve help text and behavior of RPC-logging. by AkioNak · Pull Request #11191 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11353: Small refactor of CCoinsViewCache::BatchWrite() (master...refactor/coins-view-cache-batch-write) https://github.com/bitcoin/bitcoin/pull/11353
< bitcoin-git> bitcoin/master 5b9748f Dan Raviv: Small refactor of CCoinsViewCache::BatchWrite()...
< bitcoin-git> bitcoin/master 05a7619 MarcoFalke: Merge #11353: Small refactor of CCoinsViewCache::BatchWrite()...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ee92243e66f2...05a761932edd
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #9939: Cache vout IsMine() value on `CWallet::AvailableCoins()` (master...enhancement/cache-wallet-available-coins-output-ismine) https://github.com/bitcoin/bitcoin/pull/9939
< wumpus> the bitcoin core debug log doesn't contain raw transaction data
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11623: tests: Add missing locks to tests (master...test-locks) https://github.com/bitcoin/bitcoin/pull/11623
< bitcoin-git> bitcoin/master ee92243 MarcoFalke: Merge #11623: tests: Add missing locks to tests...
< bitcoin-git> bitcoin/master 109a858 practicalswift: tests: Add missing locks to tests...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/22cdf93c062e...ee92243e66f2
< BlueMatt> crys: you probably want #bitcoin
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11316: [qt] Add use available balance in send coins dialog (CryptAxe, promag) (master...2017-09-add-use-available-balance) https://github.com/bitcoin/bitcoin/pull/11316
< bitcoin-git> bitcoin/master 22cdf93 MarcoFalke: Merge #11316: [qt] Add use available balance in send coins dialog (CryptAxe, promag)...
< bitcoin-git> bitcoin/master d052e38 CryptAxe: [qt] Add use available balance in send coins dialog
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/76b334915967...22cdf93c062e
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11468: [tests] Make comp test framework more debuggable (master...comp_test_debuggable) https://github.com/bitcoin/bitcoin/pull/11468
< bitcoin-git> bitcoin/master 76b3349 MarcoFalke: Merge #11468: [tests] Make comp test framework more debuggable...
< bitcoin-git> bitcoin/master 7481579 John Newbery: [tests] Make comp test framework more debuggable...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fe503e118f08...76b334915967
< bitcoin-git> [bitcoin] practicalswift opened pull request #11655: Explicitly state assumption that state.m_chain_sync.m_work_header != nullptr in ConsiderEviction(…) (master...m_chain_sync.m_work_header) https://github.com/bitcoin/bitcoin/pull/11655
< bitcoin-git> [bitcoin] practicalswift opened pull request #11654: Initialize recently introduced non-static class member lastCycles to zero in constructor (master...uninitialized-members) https://github.com/bitcoin/bitcoin/pull/11654
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #11653: [RPC] Add utility getsignaturehash (master...getsignaturehash) https://github.com/bitcoin/bitcoin/pull/11653
< bitcoin-git> [bitcoin] practicalswift opened pull request #11652: Add missing locks to init.cpp (in AppInitMain + ThreadImport) and validation.cpp (master...init-and-validation-locks) https://github.com/bitcoin/bitcoin/pull/11652
< bitcoin-git> bitcoin/master fe503e1 Wladimir J. van der Laan: Merge #11646: Require a steady clock for bench with at least micro precision...
< bitcoin-git> [bitcoin] laanwj closed pull request #11646: Require a steady clock for bench with at least micro precision (master...2017-11-11562-cleanups) https://github.com/bitcoin/bitcoin/pull/11646
< bitcoin-git> bitcoin/master 620bae3 Matt Corallo: Require a steady clock for bench with at least micro precision
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6e4e98ee8ce2...fe503e118f08
< LumberCartel> exit70: There's a bot here named bitcoin-git that announces pull requests and the status updates. So lurking here can be educational too. (Welcome, by the way.)
< LumberCartel> exit70: This is probably where you want to start looking into the source code for Bitcoin: https://www.github.com/bitcoin/
< bitcoin-git> [bitcoin] fanquake closed pull request #11053: refactor: Make all #includes relative to project root (master...2017_08_includes_absolute) https://github.com/bitcoin/bitcoin/pull/11053
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11651: refactor: Make all #includes relative to project root (rebased) (master...201711_absolute_includes) https://github.com/bitcoin/bitcoin/pull/11651
< bitcoin-git> [bitcoin] sipa closed pull request #11650: BIP148 user activated activation of segwit (master...bip-segwit-flagday) https://github.com/bitcoin/bitcoin/pull/11650
< bitcoin-git> [bitcoin] emprisupriatna opened pull request #11650: BIP148 user activated activation of segwit (master...bip-segwit-flagday) https://github.com/bitcoin/bitcoin/pull/11650

2017-11-09

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11582: wallet: Restore -usehd=0 option (master...usehd) https://github.com/bitcoin/bitcoin/pull/11582
< MarcoFalke> It was only used in one of the sipa/bitcoin.git branches
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11394: Perform a weaker subtree check in Travis (master...201709_travis_subtree) https://github.com/bitcoin/bitcoin/pull/11394
< bitcoin-git> bitcoin/master 487aff4 Pieter Wuille: Check subtree consistency in Travis
< bitcoin-git> bitcoin/master 6e4e98e MarcoFalke: Merge #11394: Perform a weaker subtree check in Travis...
< bitcoin-git> bitcoin/master e1d0cc2 Pieter Wuille: Improve git-subtree-check.sh...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/c838283ecdfb...6e4e98ee8ce2
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11649: Revert "Remove unused variable in shell script" (master...Mf1711-revertRemove) https://github.com/bitcoin/bitcoin/pull/11649
< bitcoin-git> bitcoin/master c838283 MarcoFalke: Merge #11649: Revert "Remove unused variable in shell script"...
< bitcoin-git> bitcoin/master fa0025d MarcoFalke: Revert "Remove unused variable in shell script"...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5e9be169e430...c838283ecdfb
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11649: Revert "Remove unused variable in shell script" (master...Mf1711-revertRemove) https://github.com/bitcoin/bitcoin/pull/11649
< aj> luke-jr: i did a rebase of the qt bit in a PR against jonas's repo fwiw, https://github.com/btc1/bitcoin/issues/140
< cfields> BlueMatt: it was pointed at bitcoin.org for some experiment
< gribble> https://github.com/bitcoin/bitcoin/issues/8550 | [Qt] Add interactive mempool graph by jonasschnelli · Pull Request #8550 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jnewbery opened pull request #11648: [tests] Add primitives.py (master...add_primitives_py) https://github.com/bitcoin/bitcoin/pull/11648
< bitcoin-git> [bitcoin] laanwj closed pull request #11043: Use std::unique_ptr (C++11) where possible (master...unique-pointers) https://github.com/bitcoin/bitcoin/pull/11043
< bitcoin-git> bitcoin/master fa6d122 practicalswift: Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)
< bitcoin-git> bitcoin/master 5a6f768 practicalswift: Use unique_ptr for httpRPCTimerInterface (HTTPRPCTimerInterface)
< bitcoin-git> bitcoin/master 860e912 practicalswift: Use unique_ptr for pwalletMain (CWallet)
< bitcoin-git> [bitcoin] laanwj pushed 14 new commits to master: https://github.com/bitcoin/bitcoin/compare/23e9074e0a36...5e9be169e430
< bitcoin-git> [bitcoin] laanwj closed pull request #10771: Remove unused variables in shell scripts (master...unused-shell-variables) https://github.com/bitcoin/bitcoin/pull/10771
< bitcoin-git> bitcoin/master 23e9074 Wladimir J. van der Laan: Merge #10771: Remove unused variables in shell scripts...
< bitcoin-git> bitcoin/master ab8e8b9 practicalswift: Remove unused variables in shell scripts.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e6e3fc39518b...23e9074e0a36
< bitcoin-git> bitcoin/master 208fda6 Jonas Schnelli: CCrypter: move relevant implementation out of the header
< bitcoin-git> bitcoin/master dd9bb25 Jonas Schnelli: Fix code style in keystore.cpp/crypter.cpp
< bitcoin-git> [bitcoin] laanwj closed pull request #11272: CKeystore/CCrypter: move relevant implementation out of the header (master...2017/09/wallet_refact) https://github.com/bitcoin/bitcoin/pull/11272
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/1f4375f8e75f...e6e3fc39518b
< bitcoin-git> bitcoin/master 3155fd2 Jonas Schnelli: CKeystore: move relevant implementation out of the header
< BlueMatt> jonasschnelli: heh, I'm not too worried, if they google any of us they'll find bitcoin faster than if they look at what companies we are connected to :p
< jonasschnelli> BlueMatt: The ownership can have some sideeffects... I personally don't want to be in a register with my Name tied to a company that have "Bitcoin" in it's name. For travel purposes...
< achow101> BlueMatt: people who want to look at the paperwork and then go "X controls bitcoin blarg" conspiracy
< gmaxwell> "Orginization which does not control Bitcoin. LLC"
< jonasschnelli> DCI would be fine for me as well, though I prefer "Bitcoin Core Code Signing Assocation" over "DCI" (which is a private owned company) in the signing details
< gmaxwell> I would rather not use DCI simply because we really have suffered from people using that stupid message as proof BCF controls bitcoin. I'd rather the name be more benign. (the "foo code signing" sort).
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11647: 0.15: Backports (0.15...Mf1711-0152backports) https://github.com/bitcoin/bitcoin/pull/11647
< wumpus> but it's outside the scope of the bitcoin core project
< morcos> Guys, if you are signing code, you are responsible for that code. If we are signing it in the name of Bitcoin Core we are all taking responsibility. Please let's limit this discussion to the code we all work on together
< MarcoFalke> #action Register "Bitcoin Core Code Signing Association"
< BlueMatt> it should probably have "Bitcoin Core" in the name
< morcos> Let's please leave whatever we do focused on Bitcoin Core
< jonasschnelli> Would someone disagree on founding a "Bitcoin Core Code Signing Association" based in Switzerland?...
< jonasschnelli> I kinda like the idea of a "Bitcoin Core Code Signing Assoc."
< gmaxwell> Bitcoin Release signing key incorporated.
< * BlueMatt> votes for someone to just create Bitcoin Core Code Signing, LLC
< kanzure> yes if it's a "bitoin core org" then it should be named "bitcoin core code signing key holding only and nothing else, llc."
< gmaxwell> Bitcoin Core Code Signing Key inc.
< morcos> I'm happy to have an official Bitcoin Core org established if we want that, but it does seem like there are downsides to that
< jonasschnelli> But plase... don't set up an orga called "Bitcoin Core"
< meshcollider> Then bitcoin core really would be a company and you'd set off all the conspiracy theorists
< gmaxwell> BlueMatt: well the other option is that we just register a bitcoin core org someplace and have it get the key. But I wouldn't want to suggest that for a key that is expiring soon.
< BlueMatt> gmaxwell: so can I just legally change my name to Bitcoin Core, get a cert, and then change it back?
< gmaxwell> I think it's _really_ unfortunate to have any name except the project name on the binaries, causes a drama and stupidity. There are still people that think the bitcoin foundation controls bitcoin just because of that existing cert. :(
< jonasschnelli> Apple is still the Bitcoin Foundatiomn, right?
< gribble> https://github.com/bitcoin/bitcoin/issues/10286 | Call wallet notify callbacks in scheduler thread (without cs_main) by TheBlueMatt · Pull Request #10286 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
< wumpus> I think https://github.com/bitcoin/bitcoin/projects/8 is stale now
< Provoostenator> This being Bitcoin, _someone_ is going to fork...
< 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 achow101 meshcollider jnewbery maaku fanquake promag
< bitcoin-git> [bitcoin] laanwj closed pull request #11580: Do not send (potentially) invalid headers in response to getheaders (master...2017-10-getheaders-valid-only) https://github.com/bitcoin/bitcoin/pull/11580
< bitcoin-git> bitcoin/master 1f4375f Wladimir J. van der Laan: Merge #11580: Do not send (potentially) invalid headers in response to getheaders...
< bitcoin-git> bitcoin/master 725b79a Russell Yanofsky: [test] Verify node doesn't send headers that haven't been fully validated
< bitcoin-git> bitcoin/master 3788a84 Matt Corallo: Do not send (potentially) invalid headers in response to getheaders...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/5e3f5e4f25b6...1f4375f8e75f
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11638: [tests] Dead mininode code (master...dead_mininode_code) https://github.com/bitcoin/bitcoin/pull/11638
< bitcoin-git> bitcoin/master 3858aab John Newbery: [tests] Remove support for p2p alert messages...
< bitcoin-git> bitcoin/master c0b1274 John Newbery: [tests] Remove support for bre-BIP31 ping messages...
< bitcoin-git> bitcoin/master 2904e30 John Newbery: [tests] Remove dead code from mininode.py...
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/045a80923419...5e3f5e4f25b6
< gribble> https://github.com/bitcoin/bitcoin/issues/11583 | Do not make it trivial for inbound peers to generate log entries by TheBlueMatt · Pull Request #11583 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #11646: Require a steady clock for bench with at least micro precision (master...2017-11-11562-cleanups) https://github.com/bitcoin/bitcoin/pull/11646
< bitcoin-git> [bitcoin] laanwj closed pull request #11644: Fix qt build broken by 5a5e4e9 (master...2017-11-fix-build) https://github.com/bitcoin/bitcoin/pull/11644
< bitcoin-git> bitcoin/master 045a809 Wladimir J. van der Laan: Merge #11644: Fix qt build broken by 5a5e4e9...
< bitcoin-git> bitcoin/master 9e9e31a Matt Corallo: Fix qt build broken by 5a5e4e9
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/99ec12666ba7...045a80923419
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #11644: Fix qt build broken by 5a5e4e9 (master...2017-11-fix-build) https://github.com/bitcoin/bitcoin/pull/11644
< gribble> https://github.com/bitcoin/bitcoin/issues/11562 | bench: use std::chrono rather than gettimeofday by theuni · Pull Request #11562 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #11643: Remove dead store in secp256k1_ecmult_gen. (master...deadstore) https://github.com/bitcoin/bitcoin/pull/11643
< bitcoin-git> [bitcoin] BitonicEelis opened pull request #11643: Remove dead store in secp256k1_ecmult_gen. (master...deadstore) https://github.com/bitcoin/bitcoin/pull/11643
< luke-jr> this isn't #bitcoin
< wumpus> #bitcoin as suggested
< Drakon_> I'd like to provide a (feature) suggestion. Should I address at #bitcoin in order to do so?
< bitcoin-git> [bitcoin] morcos closed pull request #9447: Allow 2 simultaneous block downloads (master...doubledownload) https://github.com/bitcoin/bitcoin/pull/9447
< bitcoin-git> [bitcoin] laanwj closed pull request #11074: Assert that CWallet::SyncMetaData finds oldest transaction. (master...syncassert) https://github.com/bitcoin/bitcoin/pull/11074
< bitcoin-git> bitcoin/master 6c4042a Eelis: Assert that CWallet::SyncMetaData finds oldest transaction....
< bitcoin-git> bitcoin/master 99ec126 Wladimir J. van der Laan: Merge #11074: Assert that CWallet::SyncMetaData finds oldest transaction....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/77ba4bf960d3...99ec12666ba7
< bitcoin-git> [bitcoin] laanwj closed pull request #10368: [wallet] Remove helper conversion operator from wallet (master...wallet-refactor-remove-ctrans-helper) https://github.com/bitcoin/bitcoin/pull/10368
< bitcoin-git> bitcoin/master 77ba4bf Wladimir J. van der Laan: Merge #10368: [wallet] Remove helper conversion operator from wallet...
< bitcoin-git> bitcoin/master 5a5e4e9 Karl-Johan Alm: [wallet] Remove CTransaction&() helper conversion operator from wallet implementation.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ef3758d1ef73...77ba4bf960d3
< bitcoin-git> [bitcoin] laanwj closed pull request #10890: libbitcoinconsensus: Add version field to pkg-config info file (master...master) https://github.com/bitcoin/bitcoin/pull/10890
< bitcoin-git> [bitcoin] laanwj closed pull request #9716: [Net] Clarity TIMEOUT_INTERVAL constant meaning. (master...2017-02-07-ping-timeout-interval) https://github.com/bitcoin/bitcoin/pull/9716
< bitcoin-git> [bitcoin] laanwj closed pull request #10696: Remove redundant nullptr checks before deallocation (master...delete-nullptr) https://github.com/bitcoin/bitcoin/pull/10696
< bitcoin-git> bitcoin/master ef3758d Wladimir J. van der Laan: Merge #10696: Remove redundant nullptr checks before deallocation...
< bitcoin-git> bitcoin/master b109a1c practicalswift: Remove redundant nullptr checks before deallocation...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0ecc6305f464...ef3758d1ef73
< bitcoin-git> [bitcoin] laanwj closed pull request #11594: Improve -disablewallet parameter interaction (master...2017-11-disable-wallet) https://github.com/bitcoin/bitcoin/pull/11594
< bitcoin-git> bitcoin/master 0ecc630 Wladimir J. van der Laan: Merge #11594: Improve -disablewallet parameter interaction...
< bitcoin-git> bitcoin/master b411c2a João Barbosa: Improve -disablewallet parameter interaction
< bitcoin-git> bitcoin/master 7963335 João Barbosa: Fix -disablewallet default value
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/331352f99f23...0ecc6305f464
< bitcoin-git> [bitcoin] laanwj closed pull request #10529: Improve bitcoind systemd service file (master...systemd-service) https://github.com/bitcoin/bitcoin/pull/10529