2018-05-19

< bitcoin-git> [bitcoin] domob1812 opened pull request #13282: trivial: Mark overrides as such. (master...mark-override) https://github.com/bitcoin/bitcoin/pull/13282
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13281: test: Move linters to test/lint, add readme (master...Mf1805-qaLint) https://github.com/bitcoin/bitcoin/pull/13281
< bitcoin-git> [bitcoin] GreatSock opened pull request #13280: [qt] Removed "Pay only the required fee" checkbox (master...custom-fee) https://github.com/bitcoin/bitcoin/pull/13280
< kallewoof> I was in lldb so I see the trace but it doesn't make sense why a file in the bitcoin datadir would lack permissions for the bitcoin process.

2018-05-18

< bitcoin-git> [bitcoin] GreatSock opened pull request #13278: [qt] Fixed tx-view min amount typing period on locales using comma (master...minamount-fix) https://github.com/bitcoin/bitcoin/pull/13278
< bitcoin-git> [bitcoin] MarcoFalke closed 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/master d792e47 MarcoFalke: Merge #13228: Add script to detect circular dependencies between source modules...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d9ebb63919fb...d792e47421fc
< bitcoin-git> bitcoin/master a7b295e Pieter Wuille: Add circular dependencies script
< bitcoin-git> [bitcoin] laanwj closed pull request #13176: Improve CRollingBloomFilter performance: replace modulus with FastMod (master...optimize-CRollingBloomFilter) https://github.com/bitcoin/bitcoin/pull/13176
< bitcoin-git> bitcoin/master d9ebb63 Wladimir J. van der Laan: Merge #13176: Improve CRollingBloomFilter performance: replace modulus with FastMod...
< bitcoin-git> bitcoin/master 9aac9f9 Martin Ankerl: replace modulus with FastMod...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1a8b12c69c01...d9ebb63919fb
< gribble> https://github.com/bitcoin/bitcoin/issues/13063 | Use shared pointer to retain wallet instance by promag · Pull Request #13063 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12879: [scripted-diff] No extern function declarations (master...scripted-no-extern-functions) https://github.com/bitcoin/bitcoin/pull/12879
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10669: Pow: Introduce MaybeGenerateProof (master...b14-pow-maybe-prove) https://github.com/bitcoin/bitcoin/pull/10669
< bitcoin-git> [bitcoin] GreatSock opened pull request #13276: [qt] CoinControlDialog amount header display unit (master...coincontrol_unit) https://github.com/bitcoin/bitcoin/pull/13276
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #13275: Qt: use [default wallet] as name for wallet with no name (master...2018/05/loadwallet_gui_name) https://github.com/bitcoin/bitcoin/pull/13275
< bitcoin-git> bitcoin/0.16 5d8de76 Wladimir J. van der Laan: wallet: Exit SyncMetaData if there are no transactions to sync...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.16: https://github.com/bitcoin/bitcoin/commit/5d8de762579424d32c437bc3a7695d25e482c200
< bitcoin-git> [bitcoin] laanwj closed pull request #13265: wallet: Exit SyncMetaData if there are no transactions to sync (master...2018_05_wallet_syncmetadata_empty_range) https://github.com/bitcoin/bitcoin/pull/13265
< bitcoin-git> bitcoin/master 1a8b12c Wladimir J. van der Laan: Merge #13265: wallet: Exit SyncMetaData if there are no transactions to sync...
< bitcoin-git> bitcoin/master b0d2ca9 Wladimir J. van der Laan: wallet: Exit SyncMetaData if there are no transactions to sync...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e54550303bc9...1a8b12c69c01
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #13273: Qt/Bugfix: fix handling default wallet with no name (master...2018/05/loadwallet_fix) https://github.com/bitcoin/bitcoin/pull/13273
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #13097: ui: Support wallets loaded dynamically (master...2018-04-ui-wallet-loaded) https://github.com/bitcoin/bitcoin/pull/13097
< bitcoin-git> bitcoin/master 0e674ba João Barbosa: ui: Support wallets loaded dynamically
< bitcoin-git> bitcoin/master 2e75134 João Barbosa: fixup! ui: Support wallets loaded dynamically
< bitcoin-git> bitcoin/master 1c8fe0b João Barbosa: ui: Remove unnecessary variable fFirstWallet
< bitcoin-git> [bitcoin] jonasschnelli pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/2a7c53bc2aa0...e54550303bc9
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #13264: [qt] Satoshi unit (master...satoshis) https://github.com/bitcoin/bitcoin/pull/13264
< bitcoin-git> bitcoin/master 2a7c53b Jonas Schnelli: Merge #13264: [qt] Satoshi unit...
< bitcoin-git> bitcoin/master c722f00 GreatSock: [qt] Added satoshi unit...
< bitcoin-git> bitcoin/master 4ddbcbf GreatSock: [qt] BitcoinUnits::format with zero decimals...
< bitcoin-git> [bitcoin] jonasschnelli pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/1b53e4f67c6d...2a7c53bc2aa0
< bitcoin-git> [bitcoin] Empact opened pull request #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput (master...update-transaction) https://github.com/bitcoin/bitcoin/pull/13269
< bitcoin-git> [bitcoin] Empact opened pull request #13268: Consistently bounds-check vin/vout access, and throw on out-of-bounds access (master...vout-bounds-check) https://github.com/bitcoin/bitcoin/pull/13268
< bitcoin-git> [bitcoin] Empact opened pull request #13267: refactoring: Clean up GetWitnessCommitmentIndex, and exit early on success (master...witness-committment-index) https://github.com/bitcoin/bitcoin/pull/13267
< bitcoin-git> [bitcoin] Empact opened pull request #13266: refactoring: Inline DataFromTransaction via new SignatureData constructor (master...data-from-transaction) https://github.com/bitcoin/bitcoin/pull/13266

2018-05-17

< gribble> https://github.com/bitcoin/bitcoin/issues/13219 | bench: Add block assemble benchmark by MarcoFalke · Pull Request #13219 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12136 | Implement BIP 174 Partially Signed Bitcoin Transactions by achow101 · Pull Request #12136 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #13265: wallet: Exit SyncMetaData if there are no transactions to sync (master...2018_05_wallet_syncmetadata_empty_range) https://github.com/bitcoin/bitcoin/pull/13265
< ryanofsky> jonasschnelli, yeah, you can just take a look at https://github.com/ryanofsky/bitcoin/blob/pr/wipc-sep/src/interfaces/chain.h to see the interface (first link in PR description)
< gribble> https://github.com/bitcoin/bitcoin/issues/10973 | Refactor: separate wallet from node by ryanofsky · Pull Request #10973 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10973 | Refactor: separate wallet from node by ryanofsky · Pull Request #10973 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12337 | 0.16 Shutdown assertion · Issue #12337 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12646 | Assertion failure during rescan · Issue #12646 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13110 | 0.16.0 bitcoin-qt: "Assertion `copyFrom failed" during launch · Issue #13110 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13253 | [0.16] Further Backports by fanquake · Pull Request #13253 · 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/13243 | Make reusable base class for auxiliary indices by jimpo · Pull Request #13243 · bitcoin/bitcoin · GitHub
< jtimon> I was expecting https://github.com/bitcoin/bitcoin/pull/10757 to be merged soonish and thus go out of the list
< gribble> https://github.com/bitcoin/bitcoin/issues/13142 | Separate IsMine from solvability by sipa · Pull Request #13142 · 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/12254 | BIP 158: Compact Block Filters for Light Clients by jimpo · Pull Request #12254 · 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/12196 | Add scantxoutset RPC method by jonasschnelli · Pull Request #12196 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12634 | [refactor] Make TransactionWithinChainLimit more flexible by kallewoof · Pull Request #12634 · 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/13011 | Cache witness hash in CTransaction by MarcoFalke · Pull Request #13011 · 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/12254 | BIP 158: Compact Block Filters for Light Clients by jimpo · Pull Request #12254 · 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/13142 | Separate IsMine from solvability by sipa · Pull Request #13142 · 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/13097 | ui: Support wallets loaded dynamically by promag · Pull Request #13097 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13236: break circular dependency: random/sync -> util -> random/sync (master...random_util) https://github.com/bitcoin/bitcoin/pull/13236
< bitcoin-git> bitcoin/master 1b53e4f MarcoFalke: Merge #13236: break circular dependency: random/sync -> util -> random/sync...
< bitcoin-git> bitcoin/master 84f4194 Chun Kuan Lee: break circular dependency: random/sync -> util -> random/sync
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ef0e5cd5174c...1b53e4f67c6d
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13251: GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default (master...rephrase-bech-32) https://github.com/bitcoin/bitcoin/pull/13251
< bitcoin-git> bitcoin/master ef0e5cd MarcoFalke: Merge #13251: GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default...
< bitcoin-git> bitcoin/master 82dda6b Luke Dashjr: GUI: Allow generating Bech32 addresses with a legacy-address default
< bitcoin-git> bitcoin/master 7ab1c6f Luke Dashjr: GUI: Rephrase Bech32 checkbox text/tooltip...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/4cfe17c3382b...ef0e5cd5174c
< bitcoin-git> [bitcoin] GreatSock opened pull request #13264: [qt] Satoshi unit (master...satoshis) https://github.com/bitcoin/bitcoin/pull/13264
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #13262: Wallet/RPC: Add listsincetx with a stateless (server-side) long polling option (master...2018/05/listsincetx) https://github.com/bitcoin/bitcoin/pull/13262
< bitcoin-git> [bitcoin] kallewoof opened pull request #13259: validation: add a macro for determining if a block is pruned or not (master...block-pruned-macro) https://github.com/bitcoin/bitcoin/pull/13259
< bitcoin-git> [bitcoin] kallewoof closed pull request #13242: uint256: Remove unnecessary crypto/common.h use (master...uint256-no-crypto) https://github.com/bitcoin/bitcoin/pull/13242
< bitcoin-git> [bitcoin] kallewoof opened pull request #13258: uint256: Remove unnecessary crypto/common.h use (alternative) (master...uint256-no-crypto-alt) https://github.com/bitcoin/bitcoin/pull/13258
< bitcoin-git> [bitcoin] Empact closed pull request #13257: wallet: Fix ReserveKeyFromKeyPool to always test key classification, even if last in the pool. (master...fix-reserve-key-classification-check) https://github.com/bitcoin/bitcoin/pull/13257
< bitcoin-git> [bitcoin] Empact opened pull request #13257: wallet: Fix ReserveKeyFromKeyPool to always test key classification, even if last in the pool. (master...fix-reserve-key-classification-check) https://github.com/bitcoin/bitcoin/pull/13257
< bitcoin-git> [bitcoin] fanquake closed pull request #10470: Fix for listsinceblock not filtering conflicted transactions (master...listsinceblock-filter-conflicts) https://github.com/bitcoin/bitcoin/pull/10470
< bitcoin-git> [bitcoin] fanquake closed pull request #10708: Connecttrace fewer blocks (master...connecttrace-fewer-blocks) https://github.com/bitcoin/bitcoin/pull/10708
< bitcoin-git> [bitcoin] fanquake closed pull request #13010: Trivial: Language Cleanup (master...master) https://github.com/bitcoin/bitcoin/pull/13010
< bitcoin-git> [bitcoin] fanquake opened pull request #13255: trivial: Fixed typos and cleaned up language (master...language-cleanup) https://github.com/bitcoin/bitcoin/pull/13255
< bitcoin-git> [bitcoin] Empact opened pull request #13254: Revert "Merge #12870: make clean removes src/qt/moc_ files" (master...make-clean-qt-moc) https://github.com/bitcoin/bitcoin/pull/13254
< bitcoin-git> [bitcoin] fanquake opened pull request #13253: [0.16] Further Backports (0.16...0-16-further-backports) https://github.com/bitcoin/bitcoin/pull/13253
< bitcoin-git> [bitcoin] fanquake closed pull request #9537: Wallet: Refactor ReserveKeyFromKeyPool for safety (master...refactor_wallet_RKFKP) https://github.com/bitcoin/bitcoin/pull/9537
< bitcoin-git> [bitcoin] Empact opened pull request #13252: Wallet: Refactor ReserveKeyFromKeyPool for safety (master...refactor_wallet_RKFKP) https://github.com/bitcoin/bitcoin/pull/13252
< bitcoin-git> [bitcoin] fanquake closed pull request #12208: GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default (master...gui_legacy_bech32) https://github.com/bitcoin/bitcoin/pull/12208
< bitcoin-git> [bitcoin] fanquake opened pull request #13251: GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default (master...rephrase-bech-32) https://github.com/bitcoin/bitcoin/pull/13251

2018-05-16

< bitcoin-git> [bitcoin] pstratem opened pull request #13250: Simplify ProcessGetBlockData execution (master...2018-05-16-processgetblockdata) https://github.com/bitcoin/bitcoin/pull/13250
< bitcoin-git> [bitcoin] practicalswift opened pull request #13249: Make objects in range declarations immutable by default (master...for-const) https://github.com/bitcoin/bitcoin/pull/13249
< bitcoin-git> [bitcoin] mess110 opened pull request #13248: [gui] Make proxy icon from statusbar clickable (master...make_proxy_icon_clickable) https://github.com/bitcoin/bitcoin/pull/13248
< gribble> https://github.com/bitcoin/bitcoin/issues/13097 | ui: Support wallets loaded dynamically by promag · Pull Request #13097 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] skeees opened pull request #13247: Add tests to SingleThreadedSchedulerClient() and document the memory model (master...scheduler-tests) https://github.com/bitcoin/bitcoin/pull/13247
< gribble> https://github.com/bitcoin/bitcoin/issues/13011 | Cache witness hash in CTransaction by MarcoFalke · Pull Request #13011 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #10740: [wallet] `loadwallet` RPC - load wallet at runtime (master...load_unload_wallet) https://github.com/bitcoin/bitcoin/pull/10740
< bitcoin-git> bitcoin/master e0e90db John Newbery: [wallet] Add CWallet::Verify function...
< bitcoin-git> bitcoin/master 470316c John Newbery: [wallet] setup wallet background flushing in WalletInit directly...
< bitcoin-git> bitcoin/master 59b87a2 John Newbery: [wallet] Fix potential memory leak in CreateWalletFromFile...
< bitcoin-git> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/11e7bdfd903e...4cfe17c3382b
< BlueMatt> https://github.com/bitcoin/bitcoin/pulls?q=is%3Aopen+is%3Apr+milestone%3A0.16.1 <-- I think we should untag the remaining things and move forward with backports
< bitcoin-git> [bitcoin] laanwj closed pull request #13023: Fix some concurrency issues in ActivateBestChain() (master...event-tests) https://github.com/bitcoin/bitcoin/pull/13023
< bitcoin-git> bitcoin/master dd435ad Jesse Cohen: Add unit tests for signals generated by ProcessNewBlock()...
< bitcoin-git> bitcoin/master a3ae8e6 Jesse Cohen: Fix concurrency-related bugs in ActivateBestChain...
< bitcoin-git> bitcoin/master ecc3c4a Matt Corallo: Do not unlock cs_main in ABC unless we've actually made progress....
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/40c34a0a29f6...11e7bdfd903e
< wumpus> inbefore someone proposes it for the bitcoin repository someone to have a reason to add another linter
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13246: doc: Bump to Ubuntu Bionic 18.04 in build-windows.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/13246
< bitcoin-git> bitcoin/0.16 f118a7a 251: Fix illegal default `addProxy` and `addrSeparateProxyTor` settings....
< bitcoin-git> bitcoin/0.16 e802c22 John Newbery: [config] Remove blockmaxsize option...
< bitcoin-git> bitcoin/0.16 f60e84d e0: Limit the number of IPs we use from each DNS seeder...
< bitcoin-git> [bitcoin] laanwj pushed 10 new commits to 0.16: https://github.com/bitcoin/bitcoin/compare/9ea62a3dc4bd...feba12fe85e8
< bitcoin-git> bitcoin/master 40c34a0 Jonas Schnelli: Merge #11491: [gui] Add proxy icon in statusbar...
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #11491: [gui] Add proxy icon in statusbar (master...add_proxy_icon) https://github.com/bitcoin/bitcoin/pull/11491
< bitcoin-git> bitcoin/master 73cd5b2 Cristian Mircea Messel: [gui] Add proxy icon in statusbar
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/13da2899ae42...40c34a0a29f6
< jonasschnelli> MarcoFalke: merge with a single ack? https://github.com/bitcoin/bitcoin/pull/13158
< gribble> https://github.com/bitcoin/bitcoin/issues/12967 | [0.16] Backports by fanquake · Pull Request #12967 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jimpo opened pull request #13243: Make reusable base class for auxiliary indices (master...index-abstraction) https://github.com/bitcoin/bitcoin/pull/13243
< 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