2018-05-23

< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3c2a41a9fc3c...7f4db9a7c354
< bitcoin-git> [bitcoin] laanwj closed pull request #13011: Cache witness hash in CTransaction (master...Mf1804-cacheWitnessHash) https://github.com/bitcoin/bitcoin/pull/13011
< bitcoin-git> bitcoin/master 3c2a41a Wladimir J. van der Laan: Merge #13011: Cache witness hash in CTransaction...
< bitcoin-git> bitcoin/master fac1223 MarcoFalke: Cache witness hash in CTransaction
< bitcoin-git> bitcoin/master faab55f MarcoFalke: Make CMutableTransaction constructor explicit...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/b9551d3663fc...3c2a41a9fc3c
< bitcoin-git> [bitcoin] laanwj closed pull request #10757: RPC: Introduce getblockstats to plot things (master...b15-rpc-plotter) https://github.com/bitcoin/bitcoin/pull/10757
< bitcoin-git> bitcoin/master 4cbfb6a Jorge Timón: Tests: Test new getblockstats RPC...
< bitcoin-git> bitcoin/master 35e77a0 Jorge Timón: RPC: Introduce getblockstats
< bitcoin-git> bitcoin/master cda8e36 Jorge Timón: Refactor: RPC: Separate GetBlockChecked() from getblock()...
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/6916024768ec...b9551d3663fc
< bitcoin-git> [bitcoin] jamesob reopened pull request #13200: Process logs in a separate thread (master...2018-05-asynclog) https://github.com/bitcoin/bitcoin/pull/13200
< bitcoin-git> [bitcoin] practicalswift opened pull request #13312: docs: Add a note about the source code filename naming convention (master...lowercase-filenames) https://github.com/bitcoin/bitcoin/pull/13312
< bitcoin-git> [bitcoin] jtimon opened pull request #13311: Don't edit Chainparams after initialization (master...b17-regtest-only-params) https://github.com/bitcoin/bitcoin/pull/13311
< 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/12979 | Split validationinterface into parallel validation/mempool interfaces by TheBlueMatt · Pull Request #12979 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13100 | Add menu entry to open wallet by promag · Pull Request #13100 · bitcoin/bitcoin · GitHub
< jtimon> I think it should be almost done, but I'm temped to move https://github.com/bitcoin/bitcoin/pull/10757 to a new PR just to avoid the unicorns...
< bitcoin-git> [bitcoin] promag opened pull request #13310: Report progress in ReplayBlocks while rolling forward (master...2018-05-replayblocks-progress) https://github.com/bitcoin/bitcoin/pull/13310
< gribble> https://github.com/bitcoin/bitcoin/issues/11658 | During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after by luke-jr · Pull Request #11658 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12404 | Prune more aggressively during IBD by Sjors · Pull Request #12404 · bitcoin/bitcoin · GitHub
< booyah> eshays: let of known on #bitcoin if all worked out, see you
< booyah> eshays: sorry, forgot you are on Windows. In this case just pastebin some portion of debug.log from end (check if there are no confidentail IP addresses or btc addresses). After that, imo, shut down the node, make a copy of entire data-directory of bitcoin to have snapshot of corrupted files, and start again to see if it's the same
< eshays> hey guys, my bitcoin core program didnt close correctly and upon relaunch im stuck on replaying block 0%
< bitcoin-git> [bitcoin] martinus opened pull request #13309: Faster unit tests: directloy operate with CMutableTransaction (master...SignSignature-with-CMutableTransaction) https://github.com/bitcoin/bitcoin/pull/13309
< bitcoin-git> [bitcoin] ken2812221 closed pull request #13308: Qt594 (master...qt594) https://github.com/bitcoin/bitcoin/pull/13308
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13308: Qt594 (master...qt594) https://github.com/bitcoin/bitcoin/pull/13308
< bitcoin-git> [bitcoin] achow101 opened pull request #13307: Replace coin selection fallback strategy with Single Random Draw (master...srd-fallback) https://github.com/bitcoin/bitcoin/pull/13307

2018-05-22

< bitcoin-git> [bitcoin] theuni opened pull request #13306: build: split warnings out of CXXFLAGS (master...debug_flags) https://github.com/bitcoin/bitcoin/pull/13306
< bitcoin-git> [bitcoin] jimpo closed pull request #13305: Refactor: encapsulate mapBlockIndex within validation.cpp (master...validation-globals) https://github.com/bitcoin/bitcoin/pull/13305
< bitcoin-git> [bitcoin] jimpo opened pull request #13305: Refactor: encapsulate mapBlockIndex within validation.cpp (master...validation-globals) https://github.com/bitcoin/bitcoin/pull/13305
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13304: qa: Fix wallet_listreceivedby race (master...Mf1805-qaWalletRace) https://github.com/bitcoin/bitcoin/pull/13304
< gribble> https://github.com/bitcoin/bitcoin/issues/12257 | [wallet] Use destination groups instead of coins in coin select by kallewoof · Pull Request #12257 · bitcoin/bitcoin · GitHub
< 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/13011 | Cache witness hash in CTransaction by MarcoFalke · Pull Request #13011 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13282: trivial: Mark overrides as such. (master...mark-override) https://github.com/bitcoin/bitcoin/pull/13282
< bitcoin-git> bitcoin/master 6916024 MarcoFalke: Merge #13282: trivial: Mark overrides as such....
< bitcoin-git> bitcoin/master 60ebc7d Daniel Kraft: trivial: Mark overrides as such....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d82c5d15c504...6916024768ec
< gribble> https://github.com/bitcoin/bitcoin/issues/13246 | doc: Bump to Ubuntu Bionic 18.04 in build-windows.md by ken2812221 · Pull Request #13246 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact opened pull request #13301: lint: Add linter to error on #include <*.cpp> (master...lint-include-cpp) https://github.com/bitcoin/bitcoin/pull/13301
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13300: qa: Initialize lockstack to prevent null pointer deref (master...Mf1805-qaLockDebug) https://github.com/bitcoin/bitcoin/pull/13300

2018-05-21

< Chris_Stewart_5> luke-jr: It's talked about in this foot note, but I'm not sure what flag needs to be set: https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md#footnotes
< Chris_Stewart_5> Does anyone know how to compile bitcoin core when there is a name conflict for threading libraries on windows?
< satwo_> Hello all. Is the "witness_unknown" script type in Bitcoin Core essentially in place for backward compatibility in the event of a future soft fork adding a new witness script type (or increasing the version of an existing one)?
< sipa> there is no way bitcoin-cli can know you're trying to connect to regtest without it
< sipa> are you passing -regtest to bitcoin-cli?
< Varunram> Is anyone else having this bug on macOS? bitcoind starts fine but I can't seem to query it using bitcoin-cli
< bitcoin-git> [bitcoin] jamesob closed pull request #13200: Process logs in a separate thread (master...2018-05-asynclog) https://github.com/bitcoin/bitcoin/pull/13200
< bitcoin-git> [bitcoin] naumenkogs opened pull request #13298: Net: Random delays *per network group* to obfuscate transaction time (master...delay_per_net_group) https://github.com/bitcoin/bitcoin/pull/13298
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13297: [wallet] Fix incorrect comment for DeriveNewSeed. (master...derive_hd_seed_comment) https://github.com/bitcoin/bitcoin/pull/13297
< bitcoin-git> bitcoin/master d82c5d1 MarcoFalke: Merge #13297: [wallet] Fix incorrect comment for DeriveNewSeed....
< bitcoin-git> bitcoin/master be87c6f John Newbery: [wallet] Fix incorrect comment for DeriveNewSeed.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/092b36688142...d82c5d15c504
< bitcoin-git> [bitcoin] jnewbery opened pull request #13297: [wallet] Fix incorrect comment for DeriveNewSeed. (master...derive_hd_seed_comment) https://github.com/bitcoin/bitcoin/pull/13297
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13254: Remove improper qt/moc_* cleaning glob from the general Makefile (master...make-clean-qt-moc) https://github.com/bitcoin/bitcoin/pull/13254
< bitcoin-git> bitcoin/master 092b366 MarcoFalke: Merge #13254: Remove improper qt/moc_* cleaning glob from the general Makefile...
< bitcoin-git> bitcoin/master 4138f42 Ben Woosley: Revert "Merge #12870: make clean removes src/qt/moc_ files"...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6738813bcbb7...092b36688142
< ryanofsky> jamesob, maybe just modify the autoconf test program to check for the behavior you need: https://github.com/bitcoin/bitcoin/blob/master/configure.ac#L712-L729. or you could disable for known bad compiler versions
< bitcoin-git> [bitcoin] practicalswift opened pull request #13295: docs: Update OpenBSD build instructions for OpenBSD 6.3 (master...openbsd-6.3) https://github.com/bitcoin/bitcoin/pull/13295
< bitcoin-git> [bitcoin] practicalswift opened pull request #13294: Fix compiler warnings emitted when compiling under stock OpenBSD 6.3 (master...openbsd-warnings) https://github.com/bitcoin/bitcoin/pull/13294
< bitcoin-git> [bitcoin] fanquake closed pull request #13293: Fixed grammar issue. (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13293
< bitcoin-git> [bitcoin] KaneoHunter opened pull request #13293: Fixed grammar issue. (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13293
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #13292: Re-add bench_bitcoin to gitian binaries (master...2018/05/bench_gitian) https://github.com/bitcoin/bitcoin/pull/13292
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12924: Fix hdmaster-key / seed-key confusion (scripted diff) (master...master_key_to_seed) https://github.com/bitcoin/bitcoin/pull/12924
< bitcoin-git> bitcoin/master 79053a5 John Newbery: [rpc] [wallet] Add 'hdmasterkeyid' alias return values....
< bitcoin-git> bitcoin/master c75c351 John Newbery: [refactor] manually change remaining instances of master key to seed.
< bitcoin-git> bitcoin/master 131d445 John Newbery: scripted-diff: Rename master key to seed...
< bitcoin-git> [bitcoin] jonasschnelli pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/d792e47421fc...6738813bcbb7
< gribble> https://github.com/bitcoin/bitcoin/issues/12404 | Prune more aggressively during IBD by Sjors · Pull Request #12404 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact opened pull request #13291: [moveonly] Extract tor_reply.h from tor_control.cpp (master...tor-reply) https://github.com/bitcoin/bitcoin/pull/13291
< bitcoin-git> [bitcoin] achow101 opened pull request #13289: [Qt] Re-setup args after translator setup to translate help text (master...qt-help-translations) https://github.com/bitcoin/bitcoin/pull/13289

2018-05-20

< gribble> https://github.com/bitcoin/bitcoin/issues/20 | JSON-RPC callback · Issue #20 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact opened pull request #13288: Remove the need to include "rpc/blockchain.cpp' in order to put `GetDifficulty` under test (master...get-difficulty) https://github.com/bitcoin/bitcoin/pull/13288
< belcher> im writing for a bitcoin core PR, this is rpc_net.py https://pastebin.com/SJKwnfKQ my part starts at line 102, i open a p2pconnection to a node and send it some addresses, but then the node doesnt have those addresses in its getaddr as it should, can anyone see anything wrong?
< bitcoin-git> [bitcoin] brandonrninefive opened pull request #13284: Fix for Issue #13231 - [gui] visual "overflow" of amount input. (master...ui_amount_overflow_fix) https://github.com/bitcoin/bitcoin/pull/13284
< gribble> https://github.com/bitcoin/bitcoin/issues/12634 | [refactor] Make TransactionWithinChainLimit more flexible by kallewoof · Pull Request #12634 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] qshuai closed pull request #13042: Calculated nBits will be replaced by the following GetNextWorkRequire… (master...master) https://github.com/bitcoin/bitcoin/pull/13042

2018-05-19

< jonasschnelli> ken2812221: https://bitcoin.jonasschnelli.ch/build/618
< gribble> https://github.com/bitcoin/bitcoin/issues/12971 | Ugrade Qt depends to Qt5.9.4 by TheCharlatan · Pull Request #12971 · bitcoin/bitcoin · GitHub
< 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