2018-06-25

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13536: [qt] coincontrol: Remove unused qt4 workaround (master...Mf1806-qtCoinNo4) https://github.com/bitcoin/bitcoin/pull/13536
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13535: [qa] wallet_basic: Avoid creating tiny output early on (master...Mf1806-qaWalletBasic) https://github.com/bitcoin/bitcoin/pull/13535
< bitcoin-git> [bitcoin] practicalswift opened pull request #13534: Don't assert(foo()) where foo has side effects (master...assert-with-a-side-effect) https://github.com/bitcoin/bitcoin/pull/13534
< bitcoin-git> [bitcoin] lucash-dev opened pull request #13533: [tests] Reduced number of validations in tx_validationcache_tests (master...reduce-txvalidationcache_tests-runtime) https://github.com/bitcoin/bitcoin/pull/13533

2018-06-24

< bitcoin-git> [bitcoin] wodry opened pull request #13532: Log warning when deprecated network name 'tor' is used (master...log-deprecation-warning-when-onlynenet=tor-is-used) https://github.com/bitcoin/bitcoin/pull/13532
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13531: doc: Clarify that mempool txiter is const_iterator (master...Mf1806-docTxiter) https://github.com/bitcoin/bitcoin/pull/13531
< bitcoin-git> [bitcoin] laanwj closed pull request #10594: Bugfix: net: Apply whitelisting criteria to outgoing connections (master...whitelist_outgoing) https://github.com/bitcoin/bitcoin/pull/10594
< bitcoin-git> [bitcoin] laanwj closed pull request #10800: build: add lto configure option (master...enable-lto) https://github.com/bitcoin/bitcoin/pull/10800
< bitcoin-git> [bitcoin] laanwj closed pull request #12938: Avoid unused locals for CScript::IsWitnessProgram (master...test-only-iswitnessprogram) https://github.com/bitcoin/bitcoin/pull/12938
< bitcoin-git> [bitcoin] laanwj closed pull request #13530: bench: Add missing pow.h header (master...2018_06_add_missing_header) https://github.com/bitcoin/bitcoin/pull/13530
< bitcoin-git> bitcoin/master b1dc39d Wladimir J. van der Laan: Merge #13530: bench: Add missing pow.h header...
< bitcoin-git> bitcoin/master cec84c2 Wladimir J. van der Laan: bench: Add missing pow.h header...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/868cf431be1f...b1dc39df6ec8
< bitcoin-git> [bitcoin] achow101 closed pull request #12136: Implement BIP 174 Partially Signed Bitcoin Transactions serialization and RPCs (master...psbt) https://github.com/bitcoin/bitcoin/pull/12136
< bitcoin-git> [bitcoin] laanwj opened pull request #13530: bench: Add missing pow.h header (master...2018_06_add_missing_header) https://github.com/bitcoin/bitcoin/pull/13530
< bitcoin-git> [bitcoin] laanwj closed pull request #13493: gui: Add leading 0 to QT_VERSION check for QFontDatabase (master...remove-qtversion-qfontdatabase) https://github.com/bitcoin/bitcoin/pull/13493
< bitcoin-git> [bitcoin] laanwj closed pull request #13160: wallet: Unlock spent outputs (master...2018-05-unlock-spent-output) https://github.com/bitcoin/bitcoin/pull/13160
< bitcoin-git> [bitcoin] laanwj closed pull request #12739: Fix unlocking of an already spent output (master...bugfix/fix-lockunspent-deadlock) https://github.com/bitcoin/bitcoin/pull/12739
< bitcoin-git> bitcoin/master 868cf43 Wladimir J. van der Laan: Merge #13160: wallet: Unlock spent outputs...
< bitcoin-git> bitcoin/master 54c3bb4 João Barbosa: wallet: Unlock spent outputs
< bitcoin-git> bitcoin/master fd9b3a7 João Barbosa: test: Output should be unlocked when spent
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/08516e0e65d5...868cf431be1f
< bitcoin-git> [bitcoin] laanwj closed pull request #13219: bench: Add block assemble benchmark (master...Mf1805-benchBlockAssemble) https://github.com/bitcoin/bitcoin/pull/13219
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9ab4c2a24658...08516e0e65d5
< bitcoin-git> bitcoin/master fa0fc1b MarcoFalke: bench: Add block assemble benchmark
< bitcoin-git> bitcoin/master 08516e0 Wladimir J. van der Laan: Merge #13219: bench: Add block assemble benchmark...
< bitcoin-git> [bitcoin] laanwj closed pull request #13292: Re-add bench_bitcoin to gitian binaries (master...2018/05/bench_gitian) https://github.com/bitcoin/bitcoin/pull/13292
< bitcoin-git> [bitcoin] laanwj closed pull request #13496: Test: Harden lint-filenames.sh (master...harden-test-lint-filenames.sh) https://github.com/bitcoin/bitcoin/pull/13496
< bitcoin-git> bitcoin/master 9ab4c2a Wladimir J. van der Laan: Merge #13496: Test: Harden lint-filenames.sh...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/66e1a08d6fbf...9ab4c2a24658
< bitcoin-git> bitcoin/master 927e115 wodry: Test: Harden lint-filenames.sh
< bitcoin-git> [bitcoin] laanwj closed pull request #13211: Use a semaphore or pipe for shutdown notification (skeees, laanwj) (master...2018_05_shutdown_notification) https://github.com/bitcoin/bitcoin/pull/13211
< bitcoin-git> [bitcoin] promag opened pull request #13529: wip: Use new Qt5 connect syntax (master...2018-06-use-qt5-connect-syntax) https://github.com/bitcoin/bitcoin/pull/13529
< bitcoin-git> [bitcoin] laanwj closed pull request #13486: build: Move rpc/util.cpp from libbitcoin-util to libbitcoin-server (master...move_util_to_common) https://github.com/bitcoin/bitcoin/pull/13486
< bitcoin-git> bitcoin/master 66e1a08 Wladimir J. van der Laan: Merge #13486: build: Move rpc/util.cpp from libbitcoin-util to libbitcoin-server...
< bitcoin-git> bitcoin/master 471a499 Chun Kuan Lee: Move rpc/util.cpp from libbitcoin-util to libbitcoin-server
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/03f3925bac96...66e1a08d6fbf
< gribble> https://github.com/bitcoin/bitcoin/issues/12842 | Prevent concurrent savemempool by promag · Pull Request #12842 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12559 | Avoid locking cs_main in some wallet RPC by promag · Pull Request #12559 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13510: Scripts and tools: Obsolete #!/bin/bash shebang (master...master) https://github.com/bitcoin/bitcoin/pull/13510
< bitcoin-git> bitcoin/master 0000000 DesWurstes: Obsolete #!/bin/bash shebang
< bitcoin-git> bitcoin/master 03f3925 Wladimir J. van der Laan: Merge #13510: Scripts and tools: Obsolete #!/bin/bash shebang...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/31145a3d7c74...03f3925bac96
< bitcoin-git> [bitcoin] laanwj closed pull request #13480: Avoid copies in range-for loops and add a warning to detect them (master...no-for-copies) https://github.com/bitcoin/bitcoin/pull/13480
< bitcoin-git> bitcoin/master 31145a3 Wladimir J. van der Laan: Merge #13480: Avoid copies in range-for loops and add a warning to detect them...
< bitcoin-git> bitcoin/master d92204c Cory Fields: build: add warning to detect hidden copies in range-for loops
< bitcoin-git> bitcoin/master 466e16e Cory Fields: cleanup: avoid hidden copies in range-for loops
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/dc53f7f25140...31145a3d7c74
< gribble> https://github.com/bitcoin/bitcoin/issues/13480 | Avoid copies in range-for loops and add a warning to detect them by theuni · Pull Request #13480 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13458: gui: Drop qt4 support (master...2018_06_remove_qt4_support) https://github.com/bitcoin/bitcoin/pull/13458
< bitcoin-git> bitcoin/master 462c71f Wladimir J. van der Laan: test: Update travis to not test Qt4 anymore...
< bitcoin-git> bitcoin/master bad068a Wladimir J. van der Laan: build: Build system changes to support only Qt5
< bitcoin-git> bitcoin/master 907f73b Wladimir J. van der Laan: gui: Remove QT_VERSION fallbacks for Qt < 5...
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/5eca4e86d4ef...dc53f7f25140
< bitcoin-git> [bitcoin] laanwj closed pull request #13471: For AVX2 code, also check for AVX, XSAVE, and OS support (master...201806_avxossupport) https://github.com/bitcoin/bitcoin/pull/13471
< bitcoin-git> bitcoin/master 32d153f Pieter Wuille: For AVX2 code, also check for AVX, XSAVE, and OS support
< bitcoin-git> bitcoin/master 5eca4e8 Wladimir J. van der Laan: Merge #13471: For AVX2 code, also check for AVX, XSAVE, and OS support...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3a4549301ab2...5eca4e86d4ef
< bitcoin-git> [bitcoin] laanwj opened pull request #13528: qt: Move BitcoinGUI initializers to class, fix initializer order warning (master...2018_06_bitcoingui_initializers) https://github.com/bitcoin/bitcoin/pull/13528

2018-06-23

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13512: [qa] mininode: Expose connection state through is_connected (master...Mf1806-qaMininodeState) https://github.com/bitcoin/bitcoin/pull/13512
< bitcoin-git> bitcoin/master 3a45493 MarcoFalke: Merge #13512: [qa] mininode: Expose connection state through is_connected...
< bitcoin-git> bitcoin/master fa1eac9 MarcoFalke: [qa] mininode: Expose connection state through is_connected
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/000abbb6b074...3a4549301ab2
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13527: policy: Remove promiscuousmempoolflags (master...Mf1806-NoPromiscuousmempool) https://github.com/bitcoin/bitcoin/pull/13527
< mryandao> zeib: #bitcoin
< zeib> i sent bitcoins to bitcoin core while it was syncing and i can't see my bitcoin and i can't sync please tell me how to get my bitcoins back
< zeib> i sent bitcoins to bitcoin core while it was syncing and i can't see my bitcoin and i can't sync please tell me how to get my bitcoins back
< zeib> i sent bitcoins to bitcoin core while it was syncing and i can't see my bitcoin and i can't sync please tell me how to get my bitcoins back
< bitcoin-git> [bitcoin] Empact opened pull request #13525: Report reason inputs are nonstandard from AreInputsStandard (master...are-inputs-standard-reason) https://github.com/bitcoin/bitcoin/pull/13525

2018-06-22

< bitcoin-git> [bitcoin] jnewbery opened pull request #13522: [tests] Fix p2p_sendheaders race (master...p2p_sendheaders_race) https://github.com/bitcoin/bitcoin/pull/13522
< bitcoin-git> [bitcoin] laanwj closed pull request #13521: litecoin (master...master) https://github.com/bitcoin/bitcoin/pull/13521
< gribble> https://github.com/bitcoin/bitcoin/issues/13521 | litecoin by kumargauravtiwary · Pull Request #13521 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] kumargauravtiwary opened pull request #13521: litecoin (master...master) https://github.com/bitcoin/bitcoin/pull/13521

2018-06-21

< aj> luke-jr: //github.com/MeshCollider/bitcoin/commits/201712_argument_registration maybe
< jonasschnelli> I guess it's not ideal that loaded wallets need to be re-loaded after a Bitcoin-Core restart...
< jtimon> sorry I'm late, https://github.com/bitcoin/bitcoin/pull/13311 is kind of blocking to me for the block signed testnets thing (assuming there's still interest in that) </offtopic>
< sipa> #topic bitcoin-dev mailinglist
< kanzure> linuxfoundation is migrating away from the email protocol and will no longer be hosting the bitcoin-dev mailing list
< kanzure> i do have one other topic about bitcoin-dev mailing list
< achow101> kanzure: AFAICT, there aren't any projects using the bitcoin one
< achow101> kanzure: if the altcoins have better control of their alert key, publishing the bitcoin one and the related vulns shouldn't be a problem
< gribble> https://github.com/bitcoin/bitcoin/issues/13100 | gui: Add menu entry to open wallet by promag · Pull Request #13100 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13425 | Moving final scriptSig construction from CombineSignatures to ProduceSignature (PSBT signer logic) by achow101 · Pull Request #13425 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12196 | Add scantxoutset RPC method by jonasschnelli · Pull Request #12196 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13062 | Make script interpreter independent from storage type CScript by sipa · Pull Request #13062 · bitcoin/bitcoin · GitHub
< kanzure> also, bitcoin-dev mailing list hosting provider is migrating away from the email protocol, so the underlying host is going to probably switch soon (more details forthcoming)
< sipa> #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 provoostenator
< bitcoin-git> bitcoin/master 4940a20 João Barbosa: test: Add functional tests for unloadwallet RPC
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #13111: Add unloadwallet RPC (master...2018-04-unload-wallet) https://github.com/bitcoin/bitcoin/pull/13111
< bitcoin-git> bitcoin/master 6608c36 João Barbosa: rpc: Add unloadwallet RPC
< bitcoin-git> bitcoin/master 537efe1 João Barbosa: rpc: Extract GetWalletNameFromJSONRPCRequest from GetWalletForJSONRPCRequest
< bitcoin-git> [bitcoin] jonasschnelli pushed 9 new commits to master: https://github.com/bitcoin/bitcoin/compare/6579d80572d2...000abbb6b074
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13517: qa: Remove need to handle the network thread in tests (master...Mf1806-qaAsyncIo) https://github.com/bitcoin/bitcoin/pull/13517
< Guest37145> bitcoin to rise $8230 2.35am EST tomorrow
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13515: travis: Enable Qt build for Windows and 32-bit Linux (master...travis_qt) https://github.com/bitcoin/bitcoin/pull/13515
< bitcoin-git> [bitcoin] fanquake opened pull request #13514: depends: set LANG=C in Makefile (master...depends-ios-support) https://github.com/bitcoin/bitcoin/pull/13514
< bitcoin-git> [bitcoin] fanquake opened pull request #13513: [wip] depends: native_protobuf 3.6.0 (master...depends-protobuf-36) https://github.com/bitcoin/bitcoin/pull/13513
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13512: [qa] mininode: Expose connection state through is_connected (master...Mf1806-qaMininodeState) https://github.com/bitcoin/bitcoin/pull/13512
< bitcoin-git> [bitcoin] fanquake reopened pull request #13503: Document FreeBSD quirk. Fix FreeBSD build: Cast to int to allow std::min to work under FreeBSD. (master...document-freebsd-quirk) https://github.com/bitcoin/bitcoin/pull/13503

2018-06-20

< gribble> https://github.com/bitcoin/bitcoin/issues/13510 | Scripts and tools: Obsolete #!/bin/bash shebang by DesWurstes · Pull Request #13510 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13506: Qt: load wallet in UI after possible init aborts (master...2018/06/wallet_ui) https://github.com/bitcoin/bitcoin/pull/13506
< bitcoin-git> bitcoin/master 6579d80 MarcoFalke: Merge #13506: Qt: load wallet in UI after possible init aborts...
< bitcoin-git> bitcoin/master 3a03d2a Jonas Schnelli: Qt: load wallet in UI after possible init aborts
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3f398d7a17f1...6579d80572d2
< bitcoin-git> [bitcoin] DesWurstes opened pull request #13510: Scripts and tools: Obsolete #!/bin/bash shebang (master...master) https://github.com/bitcoin/bitcoin/pull/13510

2018-06-19

< bitcoin-git> [bitcoin] kristapsk opened pull request #13507: RPC: Fix parameter count check for importpubkey. (master...importpubkey) https://github.com/bitcoin/bitcoin/pull/13507
< gribble> https://github.com/bitcoin/bitcoin/issues/13063 | Use shared pointer to retain wallet instance by promag · Pull Request #13063 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13506 | Qt: load wallet in UI after possible init aborts by jonasschnelli · Pull Request #13506 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #13506: Qt: load wallet in UI after possible init aborts (master...2018/06/wallet_ui) https://github.com/bitcoin/bitcoin/pull/13506
< bitcoin-git> [bitcoin] skeees closed pull request #12801: Add option to only notify after wallet transactions are confirmed (master...notifycount) https://github.com/bitcoin/bitcoin/pull/12801
< gribble> https://github.com/bitcoin/bitcoin/issues/13501 | Remove race on shutdown between event loop exit and http reply by promag · Pull Request #13501 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag closed pull request #13492: Fix reply not sent when event loop terminates prematurely (master...2018-06-http-shutdown) https://github.com/bitcoin/bitcoin/pull/13492
< bitcoin-git> [bitcoin] practicalswift closed pull request #13503: Document FreeBSD quirk. Fix FreeBSD build: Cast to int to allow std::min to work under FreeBSD. (master...document-freebsd-quirk) https://github.com/bitcoin/bitcoin/pull/13503
< bitcoin-git> [bitcoin] practicalswift opened pull request #13503: Document FreeBSD quirk. Fix FreeBSD build: Cast to int to allow std::min to work under FreeBSD. (master...document-freebsd-quirk) https://github.com/bitcoin/bitcoin/pull/13503
< gribble> https://github.com/bitcoin/bitcoin/issues/13501 | Remove race on shutdown between event loop exit and http reply by promag · Pull Request #13501 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/2 | Long-term, safe, store-of-value · Issue #2 · bitcoin/bitcoin · GitHub
< jonasschnelli> achow101: Can we go through the BIP 2-of-3 usecase: https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#2-of-3-multisig-workflow?
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #13439: rpc: Avoid "duplicate" return value for invalid submitblock (master...2018-06-marcos-submitblock-fix) https://github.com/bitcoin/bitcoin/pull/13439
< bitcoin-git> bitcoin/master 3f398d7 Jonas Schnelli: Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock...
< bitcoin-git> bitcoin/master f748944 Matt Corallo: Only set fNewBlock to true in AcceptBlock when we write to disk...
< bitcoin-git> bitcoin/master fa6e497 MarcoFalke: rpc: Avoid "duplicate" return value for invalid submitblock
< bitcoin-git> [bitcoin] jonasschnelli pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/088240685456...3f398d7a17f1

2018-06-18

< bitcoin-git> [bitcoin] promag opened pull request #13501: Remove race on shutdown between event loop exit and http reply (master...2018-06-loopexit) https://github.com/bitcoin/bitcoin/pull/13501
< bitcoin-git> [bitcoin] achow101 opened pull request #13500: [wallet] Decouple wallet version from client version (master...decouple-wallet-version) https://github.com/bitcoin/bitcoin/pull/13500
< bitcoin-git> [bitcoin] jamesob closed pull request #12407: Ensure nStatus is set properly for all invalid blocks (master...jamesob/2018-02-mark-headers-invalid) https://github.com/bitcoin/bitcoin/pull/12407
< bitcoin-git> [bitcoin] JeremyRubin reopened pull request #12763: Add RPC Whitelist Feature from #12248 (master...whitelistrpc) https://github.com/bitcoin/bitcoin/pull/12763
< bitcoin-git> [bitcoin] jnewbery opened pull request #13498: [wallet] Fixups from account API deprecation (master...account_deprecation_fixups) https://github.com/bitcoin/bitcoin/pull/13498
< bitcoin-git> [bitcoin] laanwj closed pull request #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds (master...Mf1806-walletPrunedFundsSegfault) https://github.com/bitcoin/bitcoin/pull/13437
< bitcoin-git> bitcoin/master 0882406 Wladimir J. van der Laan: Merge #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds...
< bitcoin-git> bitcoin/master faa18ca MarcoFalke: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ac3224c8eea9...088240685456
< bitcoin-git> [bitcoin] wodry opened pull request #13496: Test: Harden lint-filenames.sh (master...harden-test-lint-filenames.sh) https://github.com/bitcoin/bitcoin/pull/13496
< bitcoin-git> [bitcoin] laanwj closed pull request #13412: Make ReceivedBlockTransactions return void (master...Mf1806-refactorReturnCodeValidation) https://github.com/bitcoin/bitcoin/pull/13412
< bitcoin-git> bitcoin/master ac3224c Wladimir J. van der Laan: Merge #13412: Make ReceivedBlockTransactions return void...
< bitcoin-git> bitcoin/master fafa270 MarcoFalke: Make ReceivedBlockTransactions return void
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/450055bdbdcb...ac3224c8eea9
< bitcoin-git> [bitcoin] laanwj closed pull request #13438: Improve coverage of SHA256 SelfTest code (master...201806_selftestsha) https://github.com/bitcoin/bitcoin/pull/13438
< bitcoin-git> bitcoin/master 450055b Wladimir J. van der Laan: Merge #13438: Improve coverage of SHA256 SelfTest code...
< bitcoin-git> bitcoin/master 1e1eb63 Pieter Wuille: Improve coverage of SHA256 SelfTest code
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2d071f5a7055...450055bdbdcb
< bitcoin-git> [bitcoin] laanwj closed pull request #13443: Removed unused == operator from CMutableTransaction. (master...remove-CMutableTransaction-equals) https://github.com/bitcoin/bitcoin/pull/13443
< bitcoin-git> bitcoin/master 2d071f5 Wladimir J. van der Laan: Merge #13443: Removed unused == operator from CMutableTransaction....
< bitcoin-git> bitcoin/master 55771b7 lucash.dev@gmail.com: Removed unused == operator from CMutableTransaction.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d67eff8002d7...2d071f5a7055
< ahp1992> let me know, how can i study to do own currency using bitcoin core.
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13494: Follow-up to #13454: Fix broken build by exporting LC_ALL=C (master...lc-all-lint-python-utf8-encoding) https://github.com/bitcoin/bitcoin/pull/13494
< bitcoin-git> bitcoin/master d67eff8 MarcoFalke: Merge #13494: Follow-up to #13454: Fix broken build by exporting LC_ALL=C...
< bitcoin-git> bitcoin/master 7b23e6e practicalswift: Follow-up to #13454: Fix broken build by exporting LC_ALL=C
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/45c00f841612...d67eff8002d7
< bitcoin-git> [bitcoin] practicalswift opened pull request #13494: Follow-up to #13454: Fix broken build by exporting LC_ALL=C (master...lc-all-lint-python-utf8-encoding) https://github.com/bitcoin/bitcoin/pull/13494
< bitcoin-git> [bitcoin] laanwj closed pull request #13454: Make sure LC_ALL=C is set in all shell scripts (master...avoid-locale-dependent-range-expressions) https://github.com/bitcoin/bitcoin/pull/13454
< bitcoin-git> bitcoin/master 45c00f8 Wladimir J. van der Laan: Merge #13454: Make sure LC_ALL=C is set in all shell scripts...
< bitcoin-git> bitcoin/master 47776a9 practicalswift: Add linter: Make sure all shell scripts opt out of locale dependence using "export LC_ALL=C"
< bitcoin-git> bitcoin/master 3352da8 practicalswift: Add "export LC_ALL=C" to all shell scripts
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/d6cf4bd7eb3b...45c00f841612
< gnappuraz> Hi, I have a question regarding some bitcoin source code i'm trying to understand. Is this the right place?
< gribble> https://github.com/bitcoin/bitcoin/issues/13111 | Add unloadwallet RPC by promag · Pull Request #13111 · bitcoin/bitcoin · GitHub
< HearingVo> Can someone provide me with some BitCoin?
< bitcoin-git> [bitcoin] fanquake opened pull request #13493: gui: Add leading 0 to QT_VERSION check for QFontDatabase (master...remove-qtversion-qfontdatabase) https://github.com/bitcoin/bitcoin/pull/13493
< bitcoin-git> [bitcoin] ken2812221 closed pull request #13485: Ensure that http event loop is empty before the loop exit (master...http_shutdown) https://github.com/bitcoin/bitcoin/pull/13485
< bitcoin-git> [bitcoin] promag opened pull request #13492: Fix reply not sent when event loop terminates prematurely (master...2018-06-http-shutdown) https://github.com/bitcoin/bitcoin/pull/13492
< bitcoin-git> [bitcoin] sipa opened pull request #13491: Improve handling of INVALID in IsMine (master...201806_cleanmine) https://github.com/bitcoin/bitcoin/pull/13491
< bitcoin-git> [bitcoin] qmma70 opened pull request #13490: Rewind when active block tip is higher than nStopAtHeight (master...rewind) https://github.com/bitcoin/bitcoin/pull/13490

2018-06-17

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13488: Docs: Improve readability of "Squashing commits" (master...patch-3) https://github.com/bitcoin/bitcoin/pull/13488
< bitcoin-git> bitcoin/master d6cf4bd MarcoFalke: Merge #13488: Docs: Improve readability of "Squashing commits"...
< bitcoin-git> bitcoin/master 42c4996 wodry: Docs: Improve readability of "Squashing commits"...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a90ca4087a6f...d6cf4bd7eb3b
< bitcoin-git> [bitcoin] wodry opened pull request #13488: Docs: Improve readability of "Squashing commits" (master...patch-3) https://github.com/bitcoin/bitcoin/pull/13488
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13486: build: Move rpc/util.cpp from libbitcoin-util to libbitcoin-common (master...move_util_to_common) https://github.com/bitcoin/bitcoin/pull/13486

2018-06-16

< bitcoin-git> [bitcoin] ken2812221 closed pull request #13390: Tests: Ignore RemoteDisconnected and BadStatusLine when stopping node (master...stop_node) https://github.com/bitcoin/bitcoin/pull/13390
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13485: Ensure that event loop is empty before the loop exit (master...http_shutdown) https://github.com/bitcoin/bitcoin/pull/13485
< bitcoin-git> [bitcoin] luke-jr closed pull request #10730: Move script flag to/from-string logic from tests to script/interpreter (master...scriptflag_strings) https://github.com/bitcoin/bitcoin/pull/10730
< gribble> https://github.com/bitcoin/bitcoin/issues/9171 | Introduce auxiliary block requests by jonasschnelli · Pull Request #9171 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13448: Add linter: Make sure we explicitly open all text files using UTF-8 encoding in Python (master...lint-python-utf8-encoding) https://github.com/bitcoin/bitcoin/pull/13448
< bitcoin-git> bitcoin/master a90ca40 Wladimir J. van der Laan: Merge #13448: Add linter: Make sure we explicitly open all text files using UTF-8 encoding in Python...
< bitcoin-git> bitcoin/master c8176b3 practicalswift: Add linter: Make sure we explicitly open all text files using UTF-8 or ASCII encoding in Python
< bitcoin-git> bitcoin/master 634bd97 practicalswift: Explicitly specify encoding when opening text files in Python code
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/fa2ea37940ed...a90ca4087a6f
< bitcoin-git> [bitcoin] laanwj closed pull request #13479: contrib: Fix CVE-2018-12356 by hardening the regex (master...master) https://github.com/bitcoin/bitcoin/pull/13479
< bitcoin-git> bitcoin/master fa2ea37 Wladimir J. van der Laan: Merge #13479: contrib: Fix CVE-2018-12356 by hardening the regex...
< bitcoin-git> bitcoin/master 9e2e562 Loganaden Velvindron: Fix CVE-2018-12356 by hardening the regex.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/81069a75bd71...fa2ea37940ed
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13482: Remove boost::program_options dependency (master...program_options) https://github.com/bitcoin/bitcoin/pull/13482
< CubicEarths> The benefit being something like a lightning node could decide when it no longer needed a block, and let Bitcoin know

2018-06-15

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13481: doc: Rewrite some validation docs as lock annotations (master...Mf1806-docValLockAnnot) https://github.com/bitcoin/bitcoin/pull/13481
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13465: Avoid concurrency issue when make multiple target (master...no_parallel) https://github.com/bitcoin/bitcoin/pull/13465
< gribble> https://github.com/bitcoin/bitcoin/issues/11423 | [Policy] Several transaction standardness rules by jl2012 · Pull Request #11423 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master 81069a7 MarcoFalke: Merge #13465: Avoid concurrency issue when make multiple target...
< bitcoin-git> bitcoin/master cf01fd6 Chun Kuan Lee: Avoid concurrency issue
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/be27048a1842...81069a75bd71
< bitcoin-git> [bitcoin] theuni opened pull request #13480: Avoid copies in range-for loops and add a warning to detect them (master...no-for-copies) https://github.com/bitcoin/bitcoin/pull/13480
< bitcoin-git> [bitcoin] loganaden opened pull request #13479: Fix CVE-2018-12356 by hardening the regex. (master...master) https://github.com/bitcoin/bitcoin/pull/13479
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13241: scripted-diff: Avoid temporary copies when looping over std::map (master...pair-const-key) https://github.com/bitcoin/bitcoin/pull/13241
< bitcoin-git> bitcoin/master 9b72c98 Ben Woosley: scripted-diff: Avoid temporary copies when looping over std::map...
< bitcoin-git> bitcoin/master be27048 MarcoFalke: Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/280924e6729b...be27048a1842
< bitcoin-git> bitcoin/master 280924e Wladimir J. van der Laan: doc: Add historical release notes for 0.16.1...
< wumpus> 0.16.1 executables up btw https://bitcoincore.org/bin/bitcoin-core-0.16.1/
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/280924e6729b83b979a1b7384927b4fbc941b2fd
< provoostenator> Seems like those Macs are older than Bitcoin itself though: https://apple.stackexchange.com/questions/99640/how-old-are-macs-that-cannot-run-64-bit-applications
< gribble> https://github.com/bitcoin/bitcoin/issues/13478 | [RFC] gui: Minimum required Qt5 · Issue #13478 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13402: Document validationinterace callback blocking deadlock potential. (master...2018-05-abc-scheduler-docs) https://github.com/bitcoin/bitcoin/pull/13402
< bitcoin-git> bitcoin/master 43fa355 MarcoFalke: Merge #13402: Document validationinterace callback blocking deadlock potential....
< bitcoin-git> bitcoin/master 25bc961 Matt Corallo: Document validationinterace callback blocking deadlock potential.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/32bf4c619d2a...43fa3554b759
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13450: Add linter: Enforce the source code file naming convention described in the developer notes (master...lint-filenames) https://github.com/bitcoin/bitcoin/pull/13450
< bitcoin-git> bitcoin/master 32bf4c6 MarcoFalke: Merge #13450: Add linter: Enforce the source code file naming convention described in the developer notes...
< bitcoin-git> bitcoin/master ad691f6 practicalswift: Add linter: Enforce the source code file naming convention described in the developer notes
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9501938a4453...32bf4c619d2a
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13476: Fix incorrect shell quoting in FreeBSD build instructions. (master...freebsd-doc) https://github.com/bitcoin/bitcoin/pull/13476
< bitcoin-git> bitcoin/master 9501938 MarcoFalke: Merge #13476: Fix incorrect shell quoting in FreeBSD build instructions....
< bitcoin-git> bitcoin/master c9924a2 murrayn: Fix incorrect shell quoting in FreeBSD build instructions.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2b770080a49f...9501938a4453
< gribble> https://github.com/bitcoin/bitcoin/issues/9483 | Complete hybrid full block SPV mode by jonasschnelli · Pull Request #9483 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] murrayn opened pull request #13476: Fix incorrect shell quoting in FreeBSD build instructions. (master...freebsd-doc) https://github.com/bitcoin/bitcoin/pull/13476
< bitcoin-git> [bitcoin] fanquake closed pull request #13474: For Testing (master...master) https://github.com/bitcoin/bitcoin/pull/13474
< bitcoin-git> [bitcoin] nikhilkumar94 opened pull request #13474: For Testing (master...master) https://github.com/bitcoin/bitcoin/pull/13474
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13422: Drop ParseHashUV in favor of calling ParseHashStr (master...parse-hash-uv) https://github.com/bitcoin/bitcoin/pull/13422
< bitcoin-git> bitcoin/master 2b77008 MarcoFalke: Merge #13422: Drop ParseHashUV in favor of calling ParseHashStr...
< bitcoin-git> bitcoin/master abd2678 Ben Woosley: Drop ParseHashUV in favor of calling ParseHashStr...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1939536eea7a...2b770080a49f

2018-06-14

< bitcoin-git> [bitcoin] Empact closed pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] Empact reopened pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11639: Rewrite the interface between validation and net_processing wrt DoS (master...2017-10-dos-rewrite) https://github.com/bitcoin/bitcoin/pull/11639
< bitcoin-git> [bitcoin] Empact closed pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11913: Avoid cs_main during ReadBlockFromDisk Calls (master...2017-12-no-readblockfromdisk-csmain) https://github.com/bitcoin/bitcoin/pull/11913
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #10984: Allow 2 simultaneous (compact-)block downloads (master...2017-08-paralell-block-downloads) https://github.com/bitcoin/bitcoin/pull/10984
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11856: [RFC] I Have a Hammer! (Replace parts of ui_interface with validationinterface) (master...2017-12-remove-cvblockchange) https://github.com/bitcoin/bitcoin/pull/11856
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11775: Move fee estimator into validationinterface/cscheduler thread (master...2017-09-background-feeest) https://github.com/bitcoin/bitcoin/pull/11775
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13460: doc: Remove note to install all boost dev packages (master...Mf1806-docBuildUbuntu) https://github.com/bitcoin/bitcoin/pull/13460
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #13233: Skip PrecomputedTransactionData hashing for cache hits. (master...2018-05-no-needless-precompute) https://github.com/bitcoin/bitcoin/pull/13233
< bitcoin-git> bitcoin/master 1939536 MarcoFalke: Merge #13460: doc: Remove note to install all boost dev packages...
< bitcoin-git> bitcoin/master fa3d39e MarcoFalke: doc: Remove note to install all boost dev packages
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cc7cbd756acd...1939536eea7a
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #12138: Track best-possible-headers (master...2017-10-best-header-tracking) https://github.com/bitcoin/bitcoin/pull/12138
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11604: [net] Remove ForNode/ForEachNode (master...2017-11-no-foreachnode) https://github.com/bitcoin/bitcoin/pull/11604
< gribble> https://github.com/bitcoin/bitcoin/issues/12257 | [wallet] Use destination groups instead of coins in coin select by kallewoof · Pull Request #12257 · bitcoin/bitcoin · GitHub
< gmaxwell> instagibbs: I don't think it would be hard to beat bitcoin core in terms of tx out cleanup.
< jonasschnelli> Create a bitcoin interface where only a defined set of keys (or xpubs) are indexed.
< GitHub133> [bitcoin-detached-sigs] laanwj closed pull request #8: 0.16.1: osx signatures for 0.16.1 (0.16...0.16) https://github.com/bitcoin-core/bitcoin-detached-sigs/pull/8
< gribble> https://github.com/bitcoin/bitcoin/issues/13203 | Add POWER8 ASM for 4-way SHA256 by TheBlueMatt · Pull Request #13203 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13438 | Improve coverage of SHA256 SelfTest code by sipa · Pull Request #13438 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13442 | Convert the 1-way SSE4 SHA256 code from asm to intrinsics by sipa · Pull Request #13442 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13386 | SHA256 implementations based on Intel SHA Extensions by sipa · Pull Request #13386 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13471 | For AVX2 code, also check for AVX, XSAVE, and OS support by sipa · Pull Request #13471 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13439 | rpc: Avoid "duplicate" return value for invalid submitblock by TheBlueMatt · Pull Request #13439 · bitcoin/bitcoin · GitHub
< achow101> I think we should discuss instagibbs's point here: https://github.com/bitcoin/bitcoin/pull/13307#discussion_r192899180
< gribble> https://github.com/bitcoin/bitcoin/issues/13307 | Replace coin selection fallback strategy with Single Random Draw by achow101 · Pull Request #13307 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13160 | wallet: Unlock spent outputs by promag · Pull Request #13160 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13160 | wallet: Unlock spent outputs by promag · Pull Request #13160 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13425 | Moving final scriptSig construction from CombineSignatures to ProduceSignature (PSBT signer logic) by achow101 · Pull Request #13425 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12136 | Implement BIP 174 Partially Signed Bitcoin Transactions serialization and RPCs by achow101 · Pull Request #12136 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] HashUnlimited opened pull request #13472: [devtools translations] catch invalid specifiers (master...HashUnlimited-translate-1) https://github.com/bitcoin/bitcoin/pull/13472
< gribble> https://github.com/bitcoin/bitcoin/issues/12196 | Add scantxoutset RPC method by jonasschnelli · Pull Request #12196 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13062 | Make script interpreter independent from storage type CScript by sipa · Pull Request #13062 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13111 | Add unloadwallet RPC by promag · Pull Request #13111 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13425 | Moving final scriptSig construction from CombineSignatures to ProduceSignature (PSBT signer logic) by achow101 · Pull Request #13425 · 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 achow101 meshcollider jnewbery maaku fanquake promag provoostenator
< bitcoin-git> [bitcoin] kristapsk closed pull request #13464: RPC: Allow to specify rescan start timestamp for importaddress, importprivkey and importpubkey (master...rescan-from) https://github.com/bitcoin/bitcoin/pull/13464
< bitcoin-git> [bitcoin] sipa opened pull request #13471: For AVX2 code, also check for AVX, XSAVE, and OS support (master...201806_avxossupport) https://github.com/bitcoin/bitcoin/pull/13471
< bitcoin-git> [bitcoin] laanwj closed pull request #13451: rpc: expose CBlockIndex::nTx in getblock(header) (master...expose_nTx) https://github.com/bitcoin/bitcoin/pull/13451
< bitcoin-git> bitcoin/master cc7cbd7 Wladimir J. van der Laan: Merge #13451: rpc: expose CBlockIndex::nTx in getblock(header)...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4a7e64fc8546...cc7cbd756acd
< bitcoin-git> bitcoin/master 86edf4a Gregory Sanders: expose CBlockIndex::nTx in getblock(header)
< jnewbery> promag: what is https://github.com/bitcoin/bitcoin/pull/13111/files#diff-2e3836af182cfb375329c3463ffd91f8R370 suppposed to be doing? It's invoking a method called "unload" which I can't find
< bitcoin-git> [bitcoin] Sjors closed pull request #12404: Prune more aggressively during IBD (master...2018/02/ibd_prune_extra) https://github.com/bitcoin/bitcoin/pull/12404
< bitcoin-git> [bitcoin] Sjors opened pull request #13470: WIP [bench] CCoinsView(Cache): measure various scenarios (master...2018/06/bench_db_cache) https://github.com/bitcoin/bitcoin/pull/13470
< gribble> https://github.com/bitcoin/bitcoin/issues/12819 | Avoid release-notes.md conflicts · Issue #12819 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13426 | [bugfix] Add u8path and u8string to fix #13103 by ken2812221 · Pull Request #13426 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact closed pull request #13239: [moveonly] Fix CConnman template methods to be fully-defined in net.h (master...net-template-methods) https://github.com/bitcoin/bitcoin/pull/13239
< GitHub85> [bitcoin-detached-sigs] jonasschnelli opened pull request #8: 0.16.1: osx signatures for 0.16.1 (0.16...0.16) https://github.com/bitcoin-core/bitcoin-detached-sigs/pull/8
< bitcoin-git> [bitcoin] fanquake closed pull request #13468: Trivial: Fix locale typos (master...locale-typos) https://github.com/bitcoin/bitcoin/pull/13468
< bitcoin-git> [bitcoin] kaloudis opened pull request #13468: Trivial: Fix locale typos (master...locale-typos) https://github.com/bitcoin/bitcoin/pull/13468
< bitcoin-git> [bitcoin] jnewbery opened pull request #13467: [Tests] Make p2p_segwit easier to debug (master...tidy_up_p2p_segwit) https://github.com/bitcoin/bitcoin/pull/13467
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13465: Avoid concurrency issue when make multiple target (master...no_parallel) https://github.com/bitcoin/bitcoin/pull/13465

2018-06-13

< bitcoin-git> [bitcoin] kristapsk opened pull request #13464: RPC: Allow to specify rescan start timestamp for importaddress, importprivkey and importpubkey (master...rescan-from) https://github.com/bitcoin/bitcoin/pull/13464
< bitcoin-git> [bitcoin] spyder46n2 closed pull request #13463: Merge change from BitCoin #11013 - Fix automake warnings when running autogen.sh (Ubuntu and others) (master...develop) https://github.com/bitcoin/bitcoin/pull/13463
< bitcoin-git> [bitcoin] spyder46n2 opened pull request #13463: Merge change from BitCoin #11013 - Fix automake warnings when running autogen.sh (Ubuntu and others) (master...develop) https://github.com/bitcoin/bitcoin/pull/13463
< bitcoin-git> [bitcoin] Empact opened pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #13461: Wallet: correctly deprecate accounts in getbalance, re-add minconf / include-watch-only (master...2018/06/watch_only_balance) https://github.com/bitcoin/bitcoin/pull/13461
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13460: doc: Remove note to install all boost dev packages (master...Mf1806-docBuildUbuntu) https://github.com/bitcoin/bitcoin/pull/13460
< satwo> Hello all. Been thinking about a couple of features I'd like to see in Bitcoin Core and am curious what others think and whether these features already been discussed (or even implemented somewhere). a) Exposing SigOps count in getrawtransaction and getblock
< Chris_Stewart_5> np. We checked it against bitcoin-s and it appears to be the second address from decode script that is correct
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13441: Prevent shared conf files from failing with different available options in different binaries (master...gargs-disabled-options) https://github.com/bitcoin/bitcoin/pull/13441
< bitcoin-git> bitcoin/master 4a7e64f MarcoFalke: Merge #13441: Prevent shared conf files from failing with different available options in different binaries...
< bitcoin-git> bitcoin/master c2dfbb4 Andrew Chow: Add unavailable options to hidden options category...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b2221381e787...4a7e64fc8546