2018-05-16

< bitcoin-git> [bitcoin] kallewoof opened pull request #13242: uint256: Remove unnecessary crypto/common.h use (master...uint256-no-crypto) https://github.com/bitcoin/bitcoin/pull/13242
< bitcoin-git> [bitcoin] Empact closed pull request #13223: refactor: Extract BnB-specific data from CInputCoin (master...duplicate-fee-calc) https://github.com/bitcoin/bitcoin/pull/13223

2018-05-15

< bitcoin-git> [bitcoin] Empact opened 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] Empact opened 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
< gribble> https://github.com/bitcoin/bitcoin/issues/13023 | Fix some concurrency issues in ActivateBestChain() by skeees · Pull Request #13023 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12404 | Prune more aggressively during IBD by Sjors · Pull Request #12404 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10740 | [wallet] `loadwallet` RPC - load wallet at runtime by jnewbery · Pull Request #10740 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10757 | RPC: Introduce getblockstats to plot things by jtimon · Pull Request #10757 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13125: scheduler: Add Clang thread safety annotations for variables guarded by m_cs_callbacks_pending (master...m_cs_callbacks_pending) https://github.com/bitcoin/bitcoin/pull/13125
< bitcoin-git> bitcoin/master 13da289 MarcoFalke: Merge #13125: scheduler: Add Clang thread safety annotations for variables guarded by m_cs_callbacks_pending...
< bitcoin-git> bitcoin/master 244f4ba practicalswift: scheduler: Add Clang thread safety annotations for variables guarded by m_cs_callbacks_pending
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1d4662f5dcf6...13da2899ae42
< bitcoin-git> [bitcoin] Sjors closed pull request #12565: [qt] bumpfee: offer user to reduce output for transactions without change (master...2018/02/qt-bumpfee-reduce-output) https://github.com/bitcoin/bitcoin/pull/12565
< gribble> https://github.com/bitcoin/bitcoin/issues/12818 | [qt] TransactionView: highlight replacement tx after fee bump by Sjors · Pull Request #12818 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12096 | [rpc] [wallet] Allow specifying the output index when using bumpfee by kallewoof · Pull Request #12096 · bitcoin/bitcoin · GitHub
< mess110> hi, can I please get some reviews on https://github.com/bitcoin/bitcoin/pull/11491 ?
< bitcoin-git> [bitcoin] laanwj closed pull request #12881: Minor optimizations to bech32::Decode(); add tests. (master...bech32_decode) https://github.com/bitcoin/bitcoin/pull/12881
< bitcoin-git> bitcoin/master 1d4662f Wladimir J. van der Laan: Merge #12881: Minor optimizations to bech32::Decode(); add tests....
< bitcoin-git> bitcoin/master 60f61f9 murrayn: Tighten up bech32::Decode(); add tests.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3b84ebb5bc0d...1d4662f5dcf6
< wumpus> murrayn: so your conclusion in https://github.com/bitcoin/bitcoin/pull/12881#issuecomment-383039089 is pretty much "it doesn't matter if compiler optimizations are enabled"
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13236: break circular dependency: random -> util -> random (master...random_util) https://github.com/bitcoin/bitcoin/pull/13236
< gribble> https://github.com/bitcoin/bitcoin/issues/13193 | Avoid 2nd mapTx lookup in CTxMemPool::UpdateTransactionsFromBlock by promag · Pull Request #13193 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12634 | [refactor] Make TransactionWithinChainLimit more flexible by kallewoof · Pull Request #12634 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] kallewoof closed pull request #12966: [WIP] Mempool optimized feerate (master...mempool-optimized-feerate) https://github.com/bitcoin/bitcoin/pull/12966
< bitcoin-git> [bitcoin] laanwj closed pull request #13234: Break circular dependency: chain -> pow -> chain (master...chain-pow-chain) https://github.com/bitcoin/bitcoin/pull/13234
< bitcoin-git> bitcoin/master 3b84ebb Wladimir J. van der Laan: Merge #13234: Break circular dependency: chain -> pow -> chain...
< bitcoin-git> bitcoin/master 5b35b92 Ben Woosley: Break circular dependency: chain -> pow -> chain...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/81c533c6f481...3b84ebb5bc0d
< gribble> https://github.com/bitcoin/bitcoin/issues/13234 | Break circular dependency: chain -> pow -> chain by Empact · Pull Request #13234 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/0.15 1618c63 Wladimir J. van der Laan: Merge #13093: [0.15] backport: depends qt patches...
< bitcoin-git> bitcoin/0.15 93b9a61 fanquake: depends: Fix Qt build with XCode 9.3...
< bitcoin-git> bitcoin/0.15 9bb1a16 fanquake: [Depends] Fix Qt build with Xcode 9.2...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to 0.15: https://github.com/bitcoin/bitcoin/compare/cb7ef312ff34...1618c63095db
< gribble> https://github.com/bitcoin/bitcoin/issues/13093 | [0.15] backport: depends qt patches by fanquake · Pull Request #13093 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact opened pull request #13235: Break circular dependency: init -> * -> init by extracting shutdown.h (master...init-circ-init) https://github.com/bitcoin/bitcoin/pull/13235
< bitcoin-git> [bitcoin] Empact opened pull request #13234: Break circular dependency: chain -> pow -> chain (master...chain-pow-chain) https://github.com/bitcoin/bitcoin/pull/13234

2018-05-14

< savantgarde> About the method ListSinceBlock of Bitcoin Core - for a 'receive' category payment (entry of 'transactions' field), will vout refer to an output in a transaction?
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13158: [Qt]: Improve sendcoinsdialog readability (master...improve_sendcoinsdialog_readability) https://github.com/bitcoin/bitcoin/pull/13158
< bitcoin-git> bitcoin/master 81c533c MarcoFalke: Merge #13158: [Qt]: Improve sendcoinsdialog readability...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c5870ab68999...81c533c6f481
< bitcoin-git> bitcoin/master f08a385 marcoagner: [qt]: changes sendcoinsdialog's box layout for improved readability....
< bitcoin-git> [bitcoin] practicalswift closed pull request #13232: build: Use -DDEBUG_ADDRMAN when building with --enable-debug (master...enable-DEBUG_ADDRMAN-when-using-——enable-debug) https://github.com/bitcoin/bitcoin/pull/13232
< Guest94782> i've grepped the shit out of bitcoin/src and cannot find a def for count(...)
< Guest94782> can anyone point me to the function def used in bitcoin/src/interpreter.cpp @ line 280 ?
< gribble> https://github.com/bitcoin/bitcoin/issues/13011 | Cache witness hash in CTransaction by MarcoFalke · Pull Request #13011 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TheBlueMatt opened 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] practicalswift opened pull request #13232: build: Use -DDEBUG_ADDRMAN when building with --enable-debug (master...enable-DEBUG_ADDRMAN-when-using-——enable-debug) https://github.com/bitcoin/bitcoin/pull/13232
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12963: Fix Clang Static Analyzer warnings (master...issue-12961) https://github.com/bitcoin/bitcoin/pull/12963
< bitcoin-git> bitcoin/master c5870ab MarcoFalke: Merge #12963: Fix Clang Static Analyzer warnings...
< bitcoin-git> bitcoin/master 159c32d practicalswift: Add assertion to guide static analyzers. Clang Static Analyzer needs this guidance.
< bitcoin-git> bitcoin/master fd447a6 practicalswift: Fix dead stores. Values were stored but never read. Limit scope.
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/682698970d45...c5870ab68999
< bitcoin-git> [bitcoin] laanwj closed pull request #13197: util: warn about ignored recursive -includeconf calls (master...includeconf-warn-nonrecursive) https://github.com/bitcoin/bitcoin/pull/13197
< bitcoin-git> bitcoin/master 6826989 Wladimir J. van der Laan: Merge #13197: util: warn about ignored recursive -includeconf calls...
< bitcoin-git> bitcoin/master 2352aa9 Karl-Johan Alm: test: Ensure that recursive -includeconf produces appropriate warnings
< bitcoin-git> bitcoin/master c5bcc7d Karl-Johan Alm: util: warn about recursive -includeconf arguments in configuration files...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/0264836695a2...682698970d45
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11689: mempool: Fix missing locking in CTxMemPool::check(…) and CTxMemPool::setSanityCheck(…) (master...CTxMemPool-check) https://github.com/bitcoin/bitcoin/pull/11689
< bitcoin-git> bitcoin/master 47782b4 practicalswift: Add Clang thread safety analysis annotations
< bitcoin-git> bitcoin/master 0e2dfa8 practicalswift: Fix missing locking in CTxMemPool::setSanityCheck(double dFrequency)...
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/19a3a9e8fba7...0264836695a2
< bitcoin-git> bitcoin/master 6bc5b71 practicalswift: Fix missing locking in CTxMemPool::check(const CCoinsViewCache *pcoins)...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13127: wallet: Add Clang thread safety annotations for variables guarded by cs_db (master...guarded-by-cs_db) https://github.com/bitcoin/bitcoin/pull/13127
< bitcoin-git> bitcoin/master 19a3a9e MarcoFalke: Merge #13127: wallet: Add Clang thread safety annotations for variables guarded by cs_db...
< bitcoin-git> bitcoin/master 56921f9 practicalswift: wallet: Add Clang thread safety annotations for variables guarded by cs_db
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cb088b146178...19a3a9e8fba7
< bitcoin-git> [bitcoin] dbolser closed pull request #13122: --disable-asm is required to compile on FreeBSD (master...patch-4) https://github.com/bitcoin/bitcoin/pull/13122
< bitcoin-git> [bitcoin] laanwj closed pull request #13005: Make --enable-debug to pick better options (master...enabledebug-again) https://github.com/bitcoin/bitcoin/pull/13005
< bitcoin-git> bitcoin/master cb088b1 Wladimir J. van der Laan: Merge #13005: Make --enable-debug to pick better options...
< bitcoin-git> bitcoin/master 9e49db2 Evan Klitzke: Make --enable-debug to pick better options...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0dec5b5af4e8...cb088b146178
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13081: wallet: Add compile time checking for cs_wallet runtime locking assertions (master...cs_wallet-compile-time-checking) https://github.com/bitcoin/bitcoin/pull/13081
< bitcoin-git> bitcoin/master 0dec5b5 MarcoFalke: Merge #13081: wallet: Add compile time checking for cs_wallet runtime locking assertions...
< bitcoin-git> bitcoin/master 66b0b1b practicalswift: Add compile time checking for all cs_wallet runtime locking assertions
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7cc1bd3aaeb6...0dec5b5af4e8
< bitcoin-git> [bitcoin] laanwj closed pull request #13161: wallet: Reset BerkeleyDB handle after connection fails (master...bdb-reset) https://github.com/bitcoin/bitcoin/pull/13161
< bitcoin-git> bitcoin/master 7cc1bd3 Wladimir J. van der Laan: Merge #13161: wallet: Reset BerkeleyDB handle after connection fails...
< bitcoin-git> bitcoin/master b6f0b4d Tim Ruffing: wallet: Improve logging when BerkeleyDB environment fails to close
< bitcoin-git> bitcoin/master 264c643 Tim Ruffing: wallet: Reset BerkeleyDB handle after connection fails...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/ea7d6553bc7d...7cc1bd3aaeb6
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13116: Add Clang thread safety annotations for variables guarded by cs_{rpcWarmup,nTimeOffset,warnings} (master...guarded-by-misc) https://github.com/bitcoin/bitcoin/pull/13116
< bitcoin-git> bitcoin/master 8499f15 practicalswift: Add Clang thread safety annotations for variables guarded by cs_warnings
< bitcoin-git> bitcoin/master cf13ad2 practicalswift: Add Clang thread safety annotations for variables guarded by cs_nTimeOffset
< bitcoin-git> bitcoin/master 012dec0 practicalswift: Add Clang thread safety annotations for variables guarded by cs_rpcWarmup
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/3cbd25f9bfbe...ea7d6553bc7d
< bitcoin-git> [bitcoin] laanwj closed pull request #9422: Refactor mempool.dat to be extensible, and store missing info (master...mempool_dat_extensible) https://github.com/bitcoin/bitcoin/pull/9422
< bitcoin-git> [bitcoin] laanwj closed pull request #11859: Qt: Fixing restore from system tray behaviour of main window (master...minimize-to-tray) https://github.com/bitcoin/bitcoin/pull/11859
< bitcoin-git> [bitcoin] laanwj closed pull request #13205: [tests] Remove spurious error log in p2p_segwit.py (master...p2p_segwit_remove_spurious_error_log) https://github.com/bitcoin/bitcoin/pull/13205
< bitcoin-git> bitcoin/master 3cbd25f Wladimir J. van der Laan: Merge #13205: [tests] Remove spurious error log in p2p_segwit.py...
< bitcoin-git> bitcoin/master 7384a35 John Newbery: [tests] Remove spurious error log in p2p_segwit.py...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e03c0db08f3b...3cbd25f9bfbe
< bitcoin-git> [bitcoin] laanwj closed pull request #11750: Multiselect in coincontrol treewidget and display selected count (master...ccmultiselect) https://github.com/bitcoin/bitcoin/pull/11750
< bitcoin-git> [bitcoin] glaksmono closed pull request #13209: [WIP] Refactoring platform-specific code in util.h/util.cpp (master...bitcoin-12697) https://github.com/bitcoin/bitcoin/pull/13209
< gribble> https://github.com/bitcoin/bitcoin/issues/13093 | [0.15] backport: depends qt patches by fanquake · Pull Request #13093 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12560: [wallet] Upgrade path for non-HD wallets to HD (master...sethdseed) https://github.com/bitcoin/bitcoin/pull/12560
< bitcoin-git> bitcoin/master b5ba01a Chris Moore: Add 'sethdseed' RPC to initialize or replace HD seed
< bitcoin-git> bitcoin/master 2bcf2b5 Andrew Chow: Test sethdseed
< bitcoin-git> bitcoin/master dd3c07a Andrew Chow: Separate HaveKey function that checks whether a key is in a keystore
< bitcoin-git> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/0612d96ca43b...e03c0db08f3b
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #13229: [trivial] Qt: Add testnet chainsize constants and switch for intro (master...2018/05/fix_intro_chainsize) https://github.com/bitcoin/bitcoin/pull/13229
< bitcoin-git> [bitcoin] practicalswift opened pull request #13230: Allow for easy include analysis by enforcing the developer guide's include syntax preference (master...bracket-syntax-includes) https://github.com/bitcoin/bitcoin/pull/13230
< gribble> https://github.com/bitcoin/bitcoin/issues/13228 | Add script to detect circular dependencies between source modules by sipa · Pull Request #13228 · bitcoin/bitcoin · GitHub
< Empact> Hey Guys, I've been making contributions in a pretty ad-hoc way but I'm open to suggestions on how to be more helpful. For example, if I take https://github.com/bitcoin/bitcoin/pull/13228 as an impetus to break the circular dependencies (which is one of the categories of work I'm inclined to enjoy), would it be better to:
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #13229: [trivial] Qt: Add testnet chainsize constants and switch for intro (master...2018/05/fix_intro_chainsize) https://github.com/bitcoin/bitcoin/pull/13229
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13214: Enable Travis checking for two Python linting rules we are currently not violating (master...enable-python-lint-rules) https://github.com/bitcoin/bitcoin/pull/13214
< bitcoin-git> bitcoin/master 0612d96 MarcoFalke: Merge #13214: Enable Travis checking for two Python linting rules we are currently not violating...
< bitcoin-git> bitcoin/master 506c578 practicalswift: Enable Travis checking for two Python linting rules we are currently not violating
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ffa86af45363...0612d96ca43b

2018-05-13

< jtimon> can anyone remind me what used to be the latest best design on bitcoin-based (feel free to add a new opcode and/or sighash if you need it) for prvably fair lotery?
< bitcoin-git> [bitcoin] sipa opened pull request #13228: Add script to detect circular dependencies between source modules (master...201805_circular_detect) https://github.com/bitcoin/bitcoin/pull/13228
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13221: travis: Rename the build stage "check_doc" to "lint" (master...lint) https://github.com/bitcoin/bitcoin/pull/13221
< bitcoin-git> bitcoin/master ffa86af MarcoFalke: Merge #13221: travis: Rename the build stage "check_doc" to "lint"...
< bitcoin-git> bitcoin/master 3d8ae74 practicalswift: travis: Rename the build stage "check_doc" to "lint"
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/418ae49ee1ea...ffa86af45363
< bitcoin-git> [bitcoin] Empact opened pull request #13226: Optimize SelectCoinsBnB by tracking the selection by index rather than by position (master...select-bnb-by-index) https://github.com/bitcoin/bitcoin/pull/13226
< IGHOR> does anyone knows what Bitcoin Core doing on confirmations fork if happen? Is it replacing forked blocks or just appending new one?

2018-05-12

< bitcoin-git> [bitcoin] Empact opened pull request #13223: refactor: Accept fee argument to CInputCoin constructor (master...duplicate-fee-calc) https://github.com/bitcoin/bitcoin/pull/13223
< bitcoin-git> [bitcoin] Empact opened pull request #13222: test: Improve test coverage of SelectCoinsBnB (master...select-coins-bnb-tests) https://github.com/bitcoin/bitcoin/pull/13222
< bitcoin-git> [bitcoin] practicalswift opened pull request #13221: travis: Rename the build stage "check_doc" to "lint" (master...lint) https://github.com/bitcoin/bitcoin/pull/13221
< bitcoin-git> [bitcoin] sipa closed pull request #13199: Bugfix: ensure consistency of m_failed_blocks after reconsiderblock (master...2018-05-fix-reconsider-block) https://github.com/bitcoin/bitcoin/pull/13199
< bitcoin-git> bitcoin/master 418ae49 Pieter Wuille: Merge #13199: Bugfix: ensure consistency of m_failed_blocks after reconsiderblock...
< bitcoin-git> bitcoin/master 11fa6bb Suhas Daftuar: Bugfix: ensure consistency of m_failed_blocks after reconsiderblock
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6af005c3ebe9...418ae49ee1ea
< bitcoin-git> [bitcoin] laanwj closed pull request #11423: [Policy] Several transaction standardness rules (master...const_scriptcode) https://github.com/bitcoin/bitcoin/pull/11423
< bitcoin-git> bitcoin/master 7485488 Johnson Lau: Policy to reject extremely small transactions...
< bitcoin-git> bitcoin/master 0f8719b Johnson Lau: Add transaction tests for constant scriptCode...
< bitcoin-git> bitcoin/master 9dabfe4 Johnson Lau: Add constant scriptCode policy in non-segwit scripts...
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/81d0d565ab55...6af005c3ebe9
< gribble> https://github.com/bitcoin/bitcoin/issues/11526 | Visual Studio build configuration for Bitcoin Core. by sipsorcery · Pull Request #11526 · bitcoin/bitcoin · GitHub
< rahulk> c++ got in demand now due to bitcoin...I am a java guy and need to again learn c++
< rahulk> which IDE should I use for bitcoin core
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13220: Remove unneeded start parameter of zero from Python range function (master...range-fix) https://github.com/bitcoin/bitcoin/pull/13220
< bitcoin-git> [bitcoin] jbampton opened pull request #13220: Remove unneeded start parameter of zero from Python range function (master...range-fix) https://github.com/bitcoin/bitcoin/pull/13220
< bitcoin-git> [bitcoin] kallewoof closed pull request #13208: wallet rpc: constraints in send* methods (master...feature-sendtoaddress-constraints) https://github.com/bitcoin/bitcoin/pull/13208

2018-05-11

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13219: bench: Add block assemble benchmark (master...Mf1805-benchBlockAssemble) https://github.com/bitcoin/bitcoin/pull/13219
< bitcoin-git> [bitcoin] marcoagner opened pull request #13216: [qt] implements concept for different disk sizes on intro (master...fix_testnet_disk_usage_msg) https://github.com/bitcoin/bitcoin/pull/13216
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13215: [WIP] Travis: Build tests on Ubuntu 18.04 with docker (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13215
< bitcoin-git> [bitcoin] practicalswift opened pull request #13214: Enable Travis checking for two Python linting rules we are currently not violating (master...enable-python-lint-rules) https://github.com/bitcoin/bitcoin/pull/13214
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13210: Enable W191 indentation contains tabs and W291 trailing whitespace flake8 checks for Python files (master...remove-whitespace) https://github.com/bitcoin/bitcoin/pull/13210
< bitcoin-git> bitcoin/master 81d0d56 MarcoFalke: Merge #13210: Enable W191 indentation contains tabs and W291 trailing whitespace flake8 checks for Python files...
< bitcoin-git> bitcoin/master 0d31ef4 John Bampton: Enable W191 and W291 flake8 checks....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cb9bbf77726a...81d0d565ab55

2018-05-10

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13075: [tests] Remove 'account' API from wallet functional tests (master...remove_functional_tests_accounts) https://github.com/bitcoin/bitcoin/pull/13075
< bitcoin-git> bitcoin/master cb9bbf7 MarcoFalke: Merge #13075: [tests] Remove 'account' API from wallet functional tests...
< bitcoin-git> bitcoin/master 5d53661 John Newbery: [tests] Remove 'account' API from wallet functional tests...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1c582503507b...cb9bbf77726a
< gribble> https://github.com/bitcoin/bitcoin/issues/12578 | Add transaction record type Fee by promag · Pull Request #12578 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12935: Add ProcessOrphans (move-only) (master...Mf1804-ProcessOrphans) https://github.com/bitcoin/bitcoin/pull/12935
< bitcoin-git> [bitcoin] promag closed pull request #11515: Assert cs_main is held when retrieving node state (master...201710-node-state-guard) https://github.com/bitcoin/bitcoin/pull/11515
< jonasschnelli> Odin: #bitcoin
< 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/13011 | Cache witness hash in CTransaction by MarcoFalke · Pull Request #13011 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13098 | Skip tx-rehashing on historic blocks by MarcoFalke · Pull Request #13098 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13011 | Cache witness hash in CTransaction by MarcoFalke · Pull Request #13011 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12254 | BIP 158: Compact Block Filters for Light Clients by jimpo · Pull Request #12254 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12560 | [wallet] Upgrade path for non-HD wallets to HD by achow101 · Pull Request #12560 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10757 | RPC: Introduce getblockstats to plot things by jtimon · Pull Request #10757 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12979 | Split validationinterface into parallel validation/mempool interfaces by TheBlueMatt · Pull Request #12979 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13097 | ui: Support wallets loaded dynamically by promag · Pull Request #13097 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10740 | [wallet] `loadwallet` RPC - load wallet at runtime by jnewbery · Pull Request #10740 · 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
< gribble> https://github.com/bitcoin/bitcoin/issues/13011 | Cache witness hash in CTransaction by MarcoFalke · Pull Request #13011 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] lmanners opened pull request #13212: Net: Fixed a race condition when disabling the network. (master...setnetworkactive) https://github.com/bitcoin/bitcoin/pull/13212
< bitcoin-git> [bitcoin] laanwj closed pull request #13186: Use a semaphore to trigger shutdown procedures (master...shutdown-cv) https://github.com/bitcoin/bitcoin/pull/13186
< bitcoin-git> [bitcoin] laanwj opened pull request #13211: Use a semaphore or pipe for shutdown notification (master...2018_05_shutdown_notification) https://github.com/bitcoin/bitcoin/pull/13211
< bitcoin-git> [bitcoin] jbampton opened pull request #13210: Trivial: Remove trailing whitespace from Python files (master...remove-whitespace) https://github.com/bitcoin/bitcoin/pull/13210
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13192: [tests] Fixed intermittent failure in p2p_sendheaders.py. (master...p2p_sendheaders) https://github.com/bitcoin/bitcoin/pull/13192
< bitcoin-git> bitcoin/master 1c58250 MarcoFalke: Merge #13192: [tests] Fixed intermittent failure in p2p_sendheaders.py....
< bitcoin-git> bitcoin/master 12d1b77 lmanners: [tests] Fixed intermittent failure in p2p_sendheaders.py....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f3e747ee775f...1c582503507b
< gribble> https://github.com/bitcoin/bitcoin/issues/13112 | Throw an error for unknown args by achow101 · Pull Request #13112 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13201: [qa] Handle disconnect_node race (master...2018-05-rpc-disconnect-race) https://github.com/bitcoin/bitcoin/pull/13201
< bitcoin-git> bitcoin/master f3e747e MarcoFalke: Merge #13201: [qa] Handle disconnect_node race...
< bitcoin-git> bitcoin/master 09c6699 Suhas Daftuar: [qa] Handle disconnect_node race...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/196c5a947a07...f3e747ee775f
< bitcoin-git> [bitcoin] glaksmono opened pull request #13209: [WIP] Refactoring platform-specific code in util.h/util.cpp (master...bitcoin-12697) https://github.com/bitcoin/bitcoin/pull/13209
< bitcoin-git> [bitcoin] kallewoof opened pull request #13208: wallet rpc: constraints in send* methods (master...feature-sendtoaddress-constraints) https://github.com/bitcoin/bitcoin/pull/13208
< gribble> https://github.com/bitcoin/bitcoin/issues/10985 | Add undocumented -forcecompactdb to force LevelDB compactions by sipa · Pull Request #10985 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10526 | Force on-the-fly compaction during pertxout upgrade by sipa · Pull Request #10526 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12634 | [refactor] Make TransactionWithinChainLimit more flexible by kallewoof · Pull Request #12634 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #13206: Zerotoone (master...zerotoone) https://github.com/bitcoin/bitcoin/pull/13206
< bitcoin-git> [bitcoin] leiyong1413 opened pull request #13206: Zerotoone (master...zerotoone) https://github.com/bitcoin/bitcoin/pull/13206

2018-05-09

< bitcoin-git> [bitcoin] ken2812221 reopened pull request #13107: Fix Windows locale problem (master...win-enc) https://github.com/bitcoin/bitcoin/pull/13107
< bitcoin-git> [bitcoin] ken2812221 closed pull request #13195: [WIP] Wrap C++17 std::filesystem::path to solve encoding issue on Windows. (master...u8path) https://github.com/bitcoin/bitcoin/pull/13195
< bitcoin-git> [bitcoin] jnewbery opened pull request #13205: [tests] Remove spurious error log in p2p_segwit.py (master...p2p_segwit_remove_spurious_error_log) https://github.com/bitcoin/bitcoin/pull/13205
< jl2012> sdaftuar: thanks. This is the relevant discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2018-May/015935.html
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13198: [qa] Avoid printing to console during cache creation (master...2018-05-test-cache-console) https://github.com/bitcoin/bitcoin/pull/13198
< bitcoin-git> bitcoin/master 196c5a9 MarcoFalke: Merge #13198: [qa] Avoid printing to console during cache creation...
< bitcoin-git> bitcoin/master 08ebdba Suhas Daftuar: [qa] Avoid printing to console during cache creation
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fc642cbdad6e...196c5a947a07
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13190: Have gArgs handle printing help (master...gargs-help) https://github.com/bitcoin/bitcoin/pull/13190
< bitcoin-git> bitcoin/master fc642cb MarcoFalke: Merge #13190: Have gArgs handle printing help...
< bitcoin-git> bitcoin/master 4d4185a Andrew Chow: Make gArgs aware of the arguments...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/08c1caf86365...fc642cbdad6e
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #13204: Faster sigcache nonce (master...faster-sigcache-nonce) https://github.com/bitcoin/bitcoin/pull/13204
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #13203: Add POWER8 ASM for 4-way SHA256 (master...2018-05-asm) https://github.com/bitcoin/bitcoin/pull/13203
< bitcoin-git> [bitcoin] martinus closed pull request #13202: Prevent copying of in/outputs for SignSignature (master...optimize-SignSignature) https://github.com/bitcoin/bitcoin/pull/13202
< bitcoin-git> [bitcoin] martinus opened pull request #13202: prevents copying of in/outputs for SignSignature (master...optimize-SignSignature) https://github.com/bitcoin/bitcoin/pull/13202
< bitcoin-git> [bitcoin] sdaftuar opened pull request #13201: [qa] Handle disconnect_node race (master...2018-05-rpc-disconnect-race) https://github.com/bitcoin/bitcoin/pull/13201
< sipa> vlugansky: this channel is about software development of bitcoin core
< bitcoin-git> [bitcoin] laanwj closed pull request #13185: Bugfix: the end of a reorged chain is invalid when connect fails (master...201805_bugfix_invalidchain_end) https://github.com/bitcoin/bitcoin/pull/13185
< bitcoin-git> bitcoin/master 08c1caf Wladimir J. van der Laan: Merge #13185: Bugfix: the end of a reorged chain is invalid when connect fails...
< bitcoin-git> bitcoin/master a2f678d Pieter Wuille: Bugfix: the end of a reorged chain is invalid when connect fails...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/612ba35ab140...08c1caf86365
< bitcoin-git> [bitcoin] laanwj closed pull request #12755: [tests] Better stderr testing (master...better_stderr_testing) https://github.com/bitcoin/bitcoin/pull/12755
< bitcoin-git> bitcoin/master beee49b John Newbery: [tests] Allow stderr to be tested against specified string...
< bitcoin-git> bitcoin/master e503671 John Newbery: [Tests] Use LIBC_FATAL_STDERR_=1 in tests...
< bitcoin-git> bitcoin/master c22ce8a John Newbery: [Tests] Write stdout/stderr to datadir instead of temp file.
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/4a50ec0efd06...612ba35ab140
< bitcoin-git> [bitcoin] jamesob opened pull request #13200: Process logs in a separate thread (master...2018-05-asynclog) https://github.com/bitcoin/bitcoin/pull/13200
< bitcoin-git> [bitcoin] sdaftuar opened pull request #13199: Bugfix: ensure consistency of m_failed_blocks after reconsiderblock (master...2018-05-fix-reconsider-block) https://github.com/bitcoin/bitcoin/pull/13199
< gribble> https://github.com/bitcoin/bitcoin/issues/10267 | New -includeconf argument for including external configuration files by kallewoof · Pull Request #10267 · bitcoin/bitcoin · GitHub
< jtimon> probably stupid question... in https://github.com/bitcoin/bitcoin/blob/master/src/pubkey.h#L59 why are there 3 ways to indicate non-compressed and 2 ways to indicate compressed? shouldn't one for each be enough? also, should using an enum or macros or constants be more clear?
< gribble> https://github.com/bitcoin/bitcoin/issues/10740 | [wallet] `loadwallet` RPC - load wallet at runtime by jnewbery · Pull Request #10740 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sdaftuar opened pull request #13198: [qa] Avoid printing to console during cache creation (master...2018-05-test-cache-console) https://github.com/bitcoin/bitcoin/pull/13198
< bitcoin-git> [bitcoin] glaksmono closed pull request #13196: [WIP] Refactoring platform-specific code in util.h/util.cpp (master...bitcoin-12697) https://github.com/bitcoin/bitcoin/pull/13196
< bitcoin-git> [bitcoin] glaksmono reopened pull request #13196: [WIP] Refactoring platform-specific code in util.h/util.cpp (master...bitcoin-12697) https://github.com/bitcoin/bitcoin/pull/13196
< bitcoin-git> [bitcoin] glaksmono closed pull request #13196: [WIP] Refactoring platform-specific code in util.h/util.cpp (master...bitcoin-12697) https://github.com/bitcoin/bitcoin/pull/13196
< bitcoin-git> [bitcoin] laanwj closed pull request #13188: qa: Remove unused option --srcdir (master...Mf1805-qaSrcdir) https://github.com/bitcoin/bitcoin/pull/13188
< bitcoin-git> bitcoin/master 4a50ec0 Wladimir J. van der Laan: Merge #13188: qa: Remove unused option --srcdir...
< bitcoin-git> bitcoin/master fac1e1f MarcoFalke: qa: Remove unused option --srcdir
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1834d4d9f0af...4a50ec0efd06
< gribble> https://github.com/bitcoin/bitcoin/issues/13188 | qa: Remove unused option --srcdir by MarcoFalke · Pull Request #13188 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12265: [test] fundrawtransaction: lock watch-only shared address (master...test-fundrawtransaction-lockunspent) https://github.com/bitcoin/bitcoin/pull/12265
< bitcoin-git> bitcoin/master 1834d4d Wladimir J. van der Laan: Merge #12265: [test] fundrawtransaction: lock watch-only shared address...
< bitcoin-git> bitcoin/master 891beb0 Karl-Johan Alm: [test] fundrawtransaction: lock watch-only shared address...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9458b05f2834...1834d4d9f0af
< gribble> https://github.com/bitcoin/bitcoin/issues/12265 | [test] fundrawtransaction: lock watch-only shared address by kallewoof · Pull Request #12265 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13093 | [0.15] backport: depends qt patches by fanquake · Pull Request #13093 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13195 | [WIP] Wrap C++17 std::filesystem::path to solve encoding issue on Windows. by ken2812221 · Pull Request #13195 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13093 | [0.15] backport: depends qt patches by fanquake · Pull Request #13093 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] kallewoof opened pull request #13197: util: warn about ignored recursive -includeconf calls (master...includeconf-warn-nonrecursive) https://github.com/bitcoin/bitcoin/pull/13197
< bitcoin-git> [bitcoin] laanwj closed pull request #13183: [travis] New travis job for CHECK_DOCS steps (master...bitcoin-11004) https://github.com/bitcoin/bitcoin/pull/13183
< bitcoin-git> bitcoin/master 9458b05 Wladimir J. van der Laan: Merge #13183: [travis] New travis job for CHECK_DOCS steps...
< bitcoin-git> bitcoin/master 18c0b84 Grady Laksmono: [bitcoin-11004] creating another jobs for the CHECK_DOC=1, separated from the core jobs
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7b966d9e6e30...9458b05f2834
< glaksmono> Kind of too excited for my first contribution to bitcoin :)
< gribble> https://github.com/bitcoin/bitcoin/issues/12265 | [test] fundrawtransaction: lock watch-only shared address by kallewoof · Pull Request #12265 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13196 | [WIP] Refactoring platform-specific code in util.h/util.cpp by glaksmono · Pull Request #13196 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] glaksmono opened pull request #13196: [WIP] Refactoring platform-specific code in util.h/util.cpp (master...bitcoin-12697) https://github.com/bitcoin/bitcoin/pull/13196
< gribble> https://github.com/bitcoin/bitcoin/issues/13151 | net: Serve blocks directly from disk when possible by laanwj · Pull Request #13151 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13195: [WIP] Wrap C++17 std::filesystem::path to solve encoding issue on Windows. (master...u8path) https://github.com/bitcoin/bitcoin/pull/13195
< bitcoin-git> [bitcoin] laanwj closed pull request #10267: New -includeconf argument for including external configuration files (master...feature-config-readconfig) https://github.com/bitcoin/bitcoin/pull/10267
< bitcoin-git> bitcoin/master 25b7ab9 Karl-Johan Alm: doc: Add release notes for -includeconf
< bitcoin-git> bitcoin/master 0f0badd Karl-Johan Alm: test: Test includeconf parameter.
< bitcoin-git> bitcoin/master 629ff8c Karl-Johan Alm: -includeconf=<path> support in config handler, for including external configuration files
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/6b824c090f53...7b966d9e6e30
< bitcoin-git> [bitcoin] ken2812221 closed pull request #13107: Fix Windows locale problem (master...win-enc) https://github.com/bitcoin/bitcoin/pull/13107
< bitcoin-git> [bitcoin] sipa opened pull request #13194: Remove template matching and pseudo opcodes (master...201805_noscriptpattern) https://github.com/bitcoin/bitcoin/pull/13194

2018-05-08

< bitcoin-git> [bitcoin] promag opened pull request #13193: Avoid 2nd mapTx lookup in CTxMemPool::UpdateTransactionsFromBlock (master...2018-05-avoid-maptx-lookup) https://github.com/bitcoin/bitcoin/pull/13193
< bitcoin-git> [bitcoin] lmanners opened pull request #13192: [tests] Fixed intermittent failure in p2p_sendheaders.py. (master...p2p_sendheaders) https://github.com/bitcoin/bitcoin/pull/13192
< gribble> https://github.com/bitcoin/bitcoin/issues/10267 | New -includeconf argument for including external configuration files by kallewoof · Pull Request #10267 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10267 | New -includeconf argument for including external configuration files by kallewoof · Pull Request #10267 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipa opened pull request #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 (master...201709_dsha256_64) https://github.com/bitcoin/bitcoin/pull/13191
< bitcoin-git> [bitcoin] achow101 opened pull request #13190: Have gArgs handle printing help (master...gargs-help) https://github.com/bitcoin/bitcoin/pull/13190
< bitcoin-git> [bitcoin] instagibbs closed pull request #12983: [wallet] Modify change identification to use hdsplit keypath (master...ischangesplit) https://github.com/bitcoin/bitcoin/pull/12983
< gribble> https://github.com/bitcoin/bitcoin/issues/13189 | Remove 2nd mapTx lookup in CTxMemPool::removeForBlock by promag · Pull Request #13189 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag opened pull request #13189: Remove 2nd mapTx lookup in CTxMemPool::removeForBlock (master...2018-05-txmempool-removeforblock) https://github.com/bitcoin/bitcoin/pull/13189
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13188: qa: Remove unused option --srcdir (master...Mf1805-qaSrcdir) https://github.com/bitcoin/bitcoin/pull/13188
< gribble> https://github.com/bitcoin/bitcoin/issues/13063 | Use shared pointer to retain wallet instance by promag · Pull Request #13063 · bitcoin/bitcoin · GitHub
< wumpus> the comment history is in that bitcoin-gh-meta already - just need a better way to format it in the terminal than reading very long lines scrolling horizontally
< Randolf> So, that's why I'm glad Boost is on its way out -- so that I won't have those problems with Bitcoin in the future.
< Randolf> booyah: I don't know what the specific reasons are for removing it from the Bitcoin project, but due to the various problems I've had with it conflicting with itself in the past, I'm glad it's on the way out.

2018-05-07

< gribble> https://github.com/bitcoin/bitcoin/issues/12744 | WIP: eliminate dependency on boost::program_options by eklitzke · Pull Request #12744 · bitcoin/bitcoin · GitHub
< satwo> Hi all, wasn't able to get a clear answer in #bitcoin, so thought I'd ask here: Why is nSequence an input-level field while nLockTime is transaction-level, and what happens when there are multiple inputs with different nSequence values?
< gribble> https://github.com/bitcoin/bitcoin/issues/12254 | BIP 158: Compact Block Filters for Light Clients by jimpo · Pull Request #12254 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13184: RPC Docs: gettxout*: clarify bestblock and unspent counts (master...2018-05-rpc-help-bestblock) https://github.com/bitcoin/bitcoin/pull/13184
< bitcoin-git> bitcoin/master 6b824c0 MarcoFalke: Merge #13184: RPC Docs: gettxout*: clarify bestblock and unspent counts...
< bitcoin-git> bitcoin/master f30e9be David A. Harding: RPC Docs: gettxout*: clarify bestblock and unspent counts
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/bf9b03ddcc65...6b824c090f53
< 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/10973 | Refactor: separate wallet from node by ryanofsky · Pull Request #10973 · bitcoin/bitcoin · GitHub
< BlueMatt> you probably want #bitcoin, way more people there to help you out if you clarify what you want to do
< BlueMatt> DrDraake: you probably want #bitcoin, but, if a transaction is not mine-able and your node is synced, it will be displayed as "conflicted"
< DrDraake> Don't know if this is the right channel. If someone has a offline bitcoin core wallet showing a balance and you can do not see the corresponding wallet on chain. If they send you a core to core transaction offline and you bring your core wallet online can that transaction confirm and previously they have sent the same amount of BTC to someone else who gets the BTC? Will it show in my wallet and when I go to spend it wil
< bitcoin-git> [bitcoin] skeees opened pull request #13186: Use a semaphore to trigger shutdown procedures (master...shutdown-cv) https://github.com/bitcoin/bitcoin/pull/13186
< bitcoin-git> [bitcoin] sipa opened pull request #13185: Bugfix: the end of a reorged chain is invalid when connect fails (master...201805_bugfix_invalidchain_end) https://github.com/bitcoin/bitcoin/pull/13185
< gribble> https://github.com/bitcoin/bitcoin/issues/12647 | wallet: Fix possible memory leak in CreateWalletFromFile. by jimpo · Pull Request #12647 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13063 | Use shared pointer to retain wallet instance by promag · Pull Request #13063 · bitcoin/bitcoin · GitHub
< glaksmono> hi guys, i'm trying to find a reviewer for this: https://github.com/bitcoin/bitcoin/pull/13183
< bitcoin-git> [bitcoin] harding opened pull request #13184: RPC Docs: gettxout*: clarify bestblock and unspent counts (master...2018-05-rpc-help-bestblock) https://github.com/bitcoin/bitcoin/pull/13184
< gribble> https://github.com/bitcoin/bitcoin/issues/12208 | GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default by luke-jr · Pull Request #12208 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10267 | New -includeconf argument for including external configuration files by kallewoof · Pull Request #10267 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #13094: tests: Add test for 64-bit Windows PE, modify 32-bit test results (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13094
< bitcoin-git> bitcoin/master bf9b03d Wladimir J. van der Laan: Merge #13094: tests: Add test for 64-bit Windows PE, modify 32-bit test results...
< bitcoin-git> bitcoin/master ab3f4dd Chun Kuan Lee: tests: Add test for 64-bit PE, modify 32-bit test results...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5778d44aa857...bf9b03ddcc65
< bitcoin-git> bitcoin/master 5778d44 Jonas Schnelli: Merge #13079: Fix rescanblockchain rpc to properly report progress...
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #13079: Fix rescanblockchain rpc to properly report progress (master...scan-for-wallet-stopblock-progress) https://github.com/bitcoin/bitcoin/pull/13079
< bitcoin-git> bitcoin/master 16be133 Ben Woosley: Fix rescanblockchain rpc to property report progress...
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/57aae632e288...5778d44aa857