2019-10-30

< bitcoin-git> [bitcoin] practicalswift closed pull request #17320: Make compiler warn about tautological run-time comparisons (master...static_assert) https://github.com/bitcoin/bitcoin/pull/17320
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3c40bc6726b6...a6abc94e9307
< bitcoin-git> bitcoin/master 1cf9b35 Wladimir J. van der Laan: doc: Add developer note on c_str()
< bitcoin-git> bitcoin/master a6abc94 Wladimir J. van der Laan: Merge #17281: doc: Add developer note on c_str()
< bitcoin-git> [bitcoin] laanwj merged pull request #17281: doc: Add developer note on c_str() (master...2019_10_c_str_note) https://github.com/bitcoin/bitcoin/pull/17281
< bitcoin-git> [bitcoin] practicalswift opened pull request #17320: Make compiler warn about tautological comparisons (master...static_assert) https://github.com/bitcoin/bitcoin/pull/17320
< bitcoin-git> [bitcoin] jnewbery opened pull request #17319: Tests: remove bignum module (master...2019-10-bignum) https://github.com/bitcoin/bitcoin/pull/17319
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/cab94cc07489...3c40bc6726b6
< bitcoin-git> bitcoin/master a27a295 John Newbery: [validation] Add CValidationState subclasses
< bitcoin-git> bitcoin/master 067981e John Newbery: [validation] Tidy Up ValidationResult class
< bitcoin-git> bitcoin/master 1a37de4 John Newbery: [validation] Remove error() calls from Invalid() calls
< bitcoin-git> [bitcoin] laanwj merged pull request #15921: validation: Tidy up ValidationState interface (master...2019-04-pr15141-cleanups) https://github.com/bitcoin/bitcoin/pull/15921
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/341e8d355d1a...cab94cc07489
< bitcoin-git> bitcoin/master fa144e6 MarcoFalke: rpc: Add generatetodescriptor
< bitcoin-git> bitcoin/master cab94cc Wladimir J. van der Laan: Merge #16943: test: Add generatetodescriptor RPC
< bitcoin-git> [bitcoin] laanwj merged pull request #16943: test: Add generatetodescriptor RPC (master...1909-rpcMiningDescriptor) https://github.com/bitcoin/bitcoin/pull/16943
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/edd9d0781b96...341e8d355d1a
< bitcoin-git> bitcoin/master d5dbb48 practicalswift: tests: Add fuzzing harness for ISO-8601 related functions
< bitcoin-git> bitcoin/master 595cc9b practicalswift: docs: Add undefined to --with-sanitizers=fuzzer,address
< bitcoin-git> bitcoin/master 341e8d3 MarcoFalke: Merge #17291: tests: Add fuzzing harness for ISO-8601 related functions
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17291: tests: Add fuzzing harness for ISO-8601 related functions (master...fuzzers-parse_iso8601) https://github.com/bitcoin/bitcoin/pull/17291
< bitcoin-git> [bitcoin] adamjonas opened pull request #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter (master...replace-rpc-asserts-for-CHECK_NONFATAL) https://github.com/bitcoin/bitcoin/pull/17318
< bitcoin-git> [bitcoin] laanwj opened pull request #17316: refactor: Replace all uses of boost::optional with our own Optional type (master...2019_10_optional) https://github.com/bitcoin/bitcoin/pull/17316
< jtimon> I've been rebasing a commit similar to https://github.com/bitcoin/bitcoin/pull/16681 for years (which is a bit annoying as new instances appeared) and people are still complaining because it is not complete and more instances may appear.
< jtimon> On the other hand I created https://github.com/bitcoin/bitcoin/pull/17306 and it was merged in 16 hours, being incomplete and with a nit on it.
< bitcoin-git> [bitcoin] setpill closed pull request #16994: contrib: replace deprecated PermissionsStartOnly in systemd init (master...fix-deprecated-permissionsstartonly) https://github.com/bitcoin/bitcoin/pull/16994
< gribble> https://github.com/bitcoin/bitcoin/issues/16994 | contrib: replace deprecated PermissionsStartOnly in systemd init by setpill . Pull Request #16994 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #17302: cli: Add "headers" and "verificationprogress" to -getinfo (master...2019_10_getinfo) https://github.com/bitcoin/bitcoin/pull/17302
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/471e5f882907...edd9d0781b96
< bitcoin-git> bitcoin/master 3187934 Wladimir J. van der Laan: cli: Add "headers" and "verificationprogress" to -getinfo
< bitcoin-git> bitcoin/master edd9d07 Wladimir J. van der Laan: Merge #17302: cli: Add "headers" and "verificationprogress" to -getinfo
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/f129170b8592...471e5f882907
< bitcoin-git> bitcoin/master 301bd41 Russell Yanofsky: scripted-diff: Rename InitInterfaces to NodeContext
< bitcoin-git> bitcoin/master 4d5448c Russell Yanofsky: MOVEONLY: Move NodeContext struct to node/context.h
< bitcoin-git> bitcoin/master e6f4f89 Russell Yanofsky: Pass NodeContext, ConnMan, BanMan references more places
< bitcoin-git> [bitcoin] laanwj merged pull request #16839: Replace Connman and BanMan globals with NodeContext local (master...pr/noglob) https://github.com/bitcoin/bitcoin/pull/16839
< bitcoin-git> [bitcoin] laanwj merged pull request #17306: refactor: Use name constants in chainparams initialization (master...b20-chain-constants) https://github.com/bitcoin/bitcoin/pull/17306
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6daddc449555...f129170b8592
< bitcoin-git> bitcoin/master 37b8475 Jorge Timon: Chainparams: Use name constants in chainparams initialization
< bitcoin-git> bitcoin/master f129170 Wladimir J. van der Laan: Merge #17306: refactor: Use name constants in chainparams initialization
< bitcoin-git> [bitcoin] laanwj merged pull request #17282: contrib: remove accounts from bash completion (master...update_bash_completion) https://github.com/bitcoin/bitcoin/pull/17282
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5728f88d645c...6daddc449555
< bitcoin-git> bitcoin/master dd94cc4 fanquake: contrib: remove accounts from bash completion
< bitcoin-git> bitcoin/master 6daddc4 Wladimir J. van der Laan: Merge #17282: contrib: remove accounts from bash completion
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ecad0a8019fb...5728f88d645c
< bitcoin-git> bitcoin/master f3b51eb Wladimir J. van der Laan: Fix occurences of c_str() used with size() to data()
< bitcoin-git> bitcoin/master 5728f88 Wladimir J. van der Laan: Merge #17280: refactor: Change occurences of c_str() used with size() to d...
< bitcoin-git> [bitcoin] laanwj merged pull request #17280: refactor: Change occurences of c_str() used with size() to data() (master...2019_10_c_str_size) https://github.com/bitcoin/bitcoin/pull/17280
< wumpus> argh, how do I pass a const std::string to util::ThreadRename(std::string&& name)? https://github.com/bitcoin/bitcoin/pull/17312#pullrequestreview-309065741
< bitcoin-git> [bitcoin] laanwj opened pull request #17312: Improve tracethread usability and trace loadblk thread (master...2019_10_tracedthread) https://github.com/bitcoin/bitcoin/pull/17312
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17311: build: macOS fix background.svg (master...fix-background-svg) https://github.com/bitcoin/bitcoin/pull/17311
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17273: build: proper fix for the kerning issue in macOS build fixes #16836 (master...fix-background-svg) https://github.com/bitcoin/bitcoin/pull/17273
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #17310: Create moneyChangeC++ (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17310
< bitcoin-git> [bitcoin] dodisefti23 opened pull request #17310: Create moneyChangeC++ (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17310

2019-10-29

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17299: test: add reason checks for non-standard txs in test_IsStandard (master...20191029-test-also_check_reason_for_nonstd_txs) https://github.com/bitcoin/bitcoin/pull/17299
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6a97e8a060f7...ecad0a8019fb
< bitcoin-git> bitcoin/master c1c6c41 Sebastian Falbesoner: test: add reason checks for non-standard txs in test_IsStandard
< bitcoin-git> bitcoin/master ecad0a8 MarcoFalke: Merge #17299: test: add reason checks for non-standard txs in test_IsStand...
< bitcoin-git> [bitcoin] fanquake opened pull request #17309: doc: update MSVC instructions to remove Qt OpenSSL linking (master...windows_notes_update) https://github.com/bitcoin/bitcoin/pull/17309
< bitcoin-git> [bitcoin] dongcarl opened pull request #17308: nsis: Write to correct filename in first place (master...2019-10-simplify-nsis-exe-rename) https://github.com/bitcoin/bitcoin/pull/17308
< dongcarl> elichai2: You should take a look at https://github.com/bitcoin/bitcoin/pull/17060#issuecomment-547611741
< bitcoin-git> [bitcoin] jtimon opened pull request #17306: Use name constants in chainparams initialization (master...b20-chain-constants) https://github.com/bitcoin/bitcoin/pull/17306
< bitcoin-git> [bitcoin] birtony opened pull request #17305: doc: Updated -blocksonly documentation (master...issue#17294) https://github.com/bitcoin/bitcoin/pull/17305
< bitcoin-git> [bitcoin] achow101 opened pull request #17304: refactor: Move many functions into LegacyScriptPubKeyMan and further separate it from CWallet (master...wallet-box-pr-3) https://github.com/bitcoin/bitcoin/pull/17304
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17303: p2p: Stop relaying non-mempool txs (master...1910-p2pNoRemovedTxs) https://github.com/bitcoin/bitcoin/pull/17303
< bitcoin-git> [bitcoin] laanwj opened pull request #17302: cli: Add "headers" and "verifcationprogress" to -getinfo (master...2019_10_getinfo) https://github.com/bitcoin/bitcoin/pull/17302
< bitcoin-git> [bitcoin] sdaftuar reopened pull request #15505: [p2p] Request NOTFOUND transactions immediately from other outbound peers, when possible (master...2019-02-notfound-requests) https://github.com/bitcoin/bitcoin/pull/15505
< bitcoin-git> [bitcoin] Sjors opened pull request #17301: [gui] enable RPC server by default (master...2019/10/gui-server) https://github.com/bitcoin/bitcoin/pull/17301
< bitcoin-git> [bitcoin] ryanofsky opened pull request #17300: LegacyScriptPubKeyMan code cleanups (master...pr/keyman-cleanup) https://github.com/bitcoin/bitcoin/pull/17300
< gribble> https://github.com/bitcoin/bitcoin/issues/17261 | Make ScriptPubKeyMan an actual interface and the wallet to have multiple by achow101 . Pull Request #17261 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] theStack opened pull request #17299: test: add reason checks for non-standard txs in test_IsStandard (master...20191029-test-also_check_reason_for_nonstd_txs) https://github.com/bitcoin/bitcoin/pull/17299
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17260: Split some CWallet functions into new LegacyScriptPubKeyMan (master...wallet-box-pr-1) https://github.com/bitcoin/bitcoin/pull/17260
< bitcoin-git> [bitcoin] hebasto opened pull request #17297: refactor: Remove addrdb.h dependency from node.h (master...20191029-refactor-addrdb) https://github.com/bitcoin/bitcoin/pull/17297
< gribble> https://github.com/bitcoin/bitcoin/issues/16714 | gui: add prune to intro screen with smart default by Sjors . Pull Request #16714 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17213 | gui: Add Windows taskbar progress by luke-jr . Pull Request #17213 . bitcoin/bitcoin . GitHub

2019-10-28

< bitcoin-git> [bitcoin] JeremyRubin opened pull request #17293: Add assertion to randrange that input is not 0 (master...assert-randrange) https://github.com/bitcoin/bitcoin/pull/17293
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #17292: Add new mempool benchmarks for a complex pool (master...bench_mempool) https://github.com/bitcoin/bitcoin/pull/17292
< bitcoin-git> [bitcoin] practicalswift opened pull request #17291: tests: Add fuzzing harness for ISO-8601 related functions (master...fuzzers-parse_iso8601) https://github.com/bitcoin/bitcoin/pull/17291
< bitcoin-git> [bitcoin] achow101 opened pull request #17290: Enable BnB coin selection for preset inputs and subtract fee from outputs (master...all-bnb) https://github.com/bitcoin/bitcoin/pull/17290
< gwillen> 13:24:54 -!- jeremyrubin [~jr@c-67-180-60-249.hsd1.ca.comcast.net] has joined #bitcoin-core-dev
< bitcoin-git> [bitcoin] jachiang opened pull request #17288: Added TestWrapper class for interactive Python environments. (master...2019-10-testwrapper) https://github.com/bitcoin/bitcoin/pull/17288
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cfec3e01b4d6...4c1090c882ea
< bitcoin-git> bitcoin/master c72906d Wladimir J. van der Laan: refactor: Remove redundant c_str() calls in formatting
< bitcoin-git> bitcoin/master 4c1090c MarcoFalke: Merge #17279: refactor: Remove redundant c_str() calls in formatting
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17279: refactor: Remove redundant c_str() calls in formatting (master...2019_10_redundant_c_str) https://github.com/bitcoin/bitcoin/pull/17279
< bitcoin-git> [bitcoin] ariard opened pull request #17286: doc: Add/extend comments for user-tunable values in validation.h (master...2019-10-comment-validation) https://github.com/bitcoin/bitcoin/pull/17286
< bitcoin-git> [bitcoin] fjahr opened pull request #17285: doc: Bip70 removal follow-up (master...bip70_followup) https://github.com/bitcoin/bitcoin/pull/17285
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17284: build: update retry to current version (master...retry) https://github.com/bitcoin/bitcoin/pull/17284
< bitcoin-git> [bitcoin] RandyMcMillan reopened pull request #17273: build: proper fix for the kerning issue in macOS build fixes #16836 (master...fix-background-svg) https://github.com/bitcoin/bitcoin/pull/17273
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17273: build: proper fix for the kerning issue in macOS build fixes #16836 (master...fix-background-svg) https://github.com/bitcoin/bitcoin/pull/17273
< bitcoin-git> [bitcoin] jonatack opened pull request #17283: rpc: improve getaddressinfo test coverage, help, code docs (master...rpc-getaddressinfo-labels) https://github.com/bitcoin/bitcoin/pull/17283
< bitcoin-git> [bitcoin] fanquake opened pull request #17282: contrib: remove accounts from bash completion (master...update_bash_completion) https://github.com/bitcoin/bitcoin/pull/17282
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17266: util: Rename DecodeDumpTime to ParseISO8601DateTime (master...2019-10-FormatISO8601DateTime) https://github.com/bitcoin/bitcoin/pull/17266
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1ab6c1267e34...cfec3e01b4d6
< bitcoin-git> bitcoin/master 9e2c623 Elichai Turkel: Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cpp
< bitcoin-git> bitcoin/master e7b02b5 Elichai Turkel: Add roundtrip and more tests to ParseISO8601DateTime and FormatISO8601Date...
< bitcoin-git> bitcoin/master cfec3e0 MarcoFalke: Merge #17266: util: Rename DecodeDumpTime to ParseISO8601DateTime
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/badca85e2c0b...1ab6c1267e34
< bitcoin-git> bitcoin/master 7aad3b6 Jon Layton: doc: Doxygen-friendly CuckooCache comments
< bitcoin-git> bitcoin/master 1ab6c12 fanquake: Merge #16986: doc: Doxygen-friendly CuckooCache comments
< bitcoin-git> [bitcoin] fanquake merged pull request #16986: doc: Doxygen-friendly CuckooCache comments (master...doc/cuckoocache) https://github.com/bitcoin/bitcoin/pull/16986
< bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/f8cc2b967b95...badca85e2c0b
< bitcoin-git> bitcoin/master 6294ecd Jonas Schnelli: Refactor: split network transport deserializing from message container
< bitcoin-git> bitcoin/master 1a5c656 Jonas Schnelli: Remove transport protocol knowhow from CNetMessage / net processing
< bitcoin-git> bitcoin/master efecb74 Jonas Schnelli: Use adapter pattern for the network deserializer
< bitcoin-git> [bitcoin] fanquake merged pull request #16202: p2p: Refactor network message deserialization (master...2019/06/net_refactor_1) https://github.com/bitcoin/bitcoin/pull/16202
< bitcoin-git> [bitcoin] laanwj merged pull request #17267: bench: Fix negative values and zero for -evals flag (master...fix/eval) https://github.com/bitcoin/bitcoin/pull/17267
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a25945318fdc...f8cc2b967b95
< bitcoin-git> bitcoin/master 3bb0a46 nijynot: bench: Fix negative values and zero for -evals flag
< bitcoin-git> bitcoin/master f8cc2b9 Wladimir J. van der Laan: Merge #17267: bench: Fix negative values and zero for -evals flag
< bitcoin-git> [bitcoin] laanwj opened pull request #17281: doc: Add developer note on c_str() (master...2019_10_c_str_note) https://github.com/bitcoin/bitcoin/pull/17281
< bitcoin-git> [bitcoin] laanwj opened pull request #17280: Fix occurences of c_str() used with size() to data() (master...2019_10_c_str_size) https://github.com/bitcoin/bitcoin/pull/17280
< bitcoin-git> [bitcoin] laanwj opened pull request #17279: refactor: Remove redundant c_str() calls in formatting (master...2019_10_redundant_c_str) https://github.com/bitcoin/bitcoin/pull/17279
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9ae468a6d525...a25945318fdc
< bitcoin-git> bitcoin/master fa39809 MarcoFalke: Avoid unused call to GuessVerificationProgress in NotifyHeaderTip
< bitcoin-git> bitcoin/master a259453 Wladimir J. van der Laan: Merge #17250: Avoid unused call to GuessVerificationProgress in NotifyHead...
< bitcoin-git> [bitcoin] laanwj merged pull request #17250: Avoid unused call to GuessVerificationProgress in NotifyHeaderTip (master...1910-NoWrongGuess) https://github.com/bitcoin/bitcoin/pull/17250
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/be50469217bd...9ae468a6d525
< bitcoin-git> bitcoin/master faeb666 MarcoFalke: util: Add CHECK_NONFATAL and use it in src/rpc
< bitcoin-git> bitcoin/master 9ae468a Wladimir J. van der Laan: Merge #17192: util: Add CHECK_NONFATAL and use it in src/rpc
< bitcoin-git> [bitcoin] laanwj merged pull request #17192: util: Add CHECK_NONFATAL and use it in src/rpc (master...1910-utilCHECK_NONFATAL) https://github.com/bitcoin/bitcoin/pull/17192

2019-10-27

< bitcoin-git> [bitcoin] practicalswift opened pull request #17275: pubkey: Assert CPubKey's ECCVerifyHandle precondition (master...assert-CPubKey-preconditions) https://github.com/bitcoin/bitcoin/pull/17275
< bitcoin-git> [bitcoin] practicalswift opened pull request #17274: tests: Fix fuzzers eval_script and script_flags by re-adding ECCVerifyHandle dependency (master...fuzzer-initialization-follow-up) https://github.com/bitcoin/bitcoin/pull/17274
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17273: build:proper fix for the kerning issue in macOS build fixes #16836 (master...fix-background-svg) https://github.com/bitcoin/bitcoin/pull/17273
< gribble> https://github.com/bitcoin/bitcoin/issues/17260 | Split some CWallet functions into new LegacyScriptPubKeyMan by achow101 . Pull Request #17260 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16341 | Introduce ScriptPubKeyMan interface and use it for key and script management (aka wallet boxes) by achow101 . Pull Request #16341 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17143: build: fix kerning issue with macOS .dmg background image (master...16836) https://github.com/bitcoin/bitcoin/pull/17143
< bitcoin-git> [bitcoin] Bushstar opened pull request #17272: [POLICY] Make multiple OP_RETURNS in a single TX standard (master...allow-multi-op_return) https://github.com/bitcoin/bitcoin/pull/17272
< bitcoin-git> [bitcoin] sipa opened pull request #17270: Feed environment data into RNG initializers (master...201910_seedrandom) https://github.com/bitcoin/bitcoin/pull/17270
< jeremyrubin> How do I get bitcoin to build with iterator checking / safe mode?

2019-10-26

< bitcoin-git> [bitcoin] JeremyRubin opened pull request #17268: Epoch Mempool (master...mempool-experiments-2) https://github.com/bitcoin/bitcoin/pull/17268
< elichai2> sipa: Hi, if you're free to expand on the logic/source of this idea I'm really curious to know about it :) https://github.com/bitcoin/bitcoin/pull/15224
< bitcoin-git> [bitcoin] nijynot opened pull request #17267: bench: Fix negative values and zero for -evals flag (master...fix/eval) https://github.com/bitcoin/bitcoin/pull/17267
< bitcoin-git> [bitcoin] promag closed pull request #17133: 0.19: gui: Fix start timer from non QThread (0.19...2019-10-backport-17120) https://github.com/bitcoin/bitcoin/pull/17133
< bitcoin-git> [bitcoin] elichai opened pull request #17266: Rename DecodeDumpTime to ParseISO8601DateTime (master...2019-10-FormatISO8601DateTime) https://github.com/bitcoin/bitcoin/pull/17266
< bitcoin-git> [bitcoin] elichai closed pull request #17245: wallet: Remove Boost from DecodeDumpTime (master...2019-10-DecodeDumpTime) https://github.com/bitcoin/bitcoin/pull/17245
< bitcoin-git> [bitcoin] laanwj pushed tag v0.19.0rc3: https://github.com/bitcoin/bitcoin/compare/v0.19.0rc3
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/eb5a899d5a97...7358ae6d71cd
< bitcoin-git> bitcoin/0.19 f6aab42 Wladimir J. van der Laan: build: bump version to rc3
< bitcoin-git> bitcoin/0.19 7358ae6 Wladimir J. van der Laan: gui: rc3 translations update
< fanquake> pushed some rc2 sigs up https://github.com/bitcoin-core/gitian.sigs/pull/1118
< bitcoin-git> [bitcoin] fanquake opened pull request #17265: [WIP] Remove OpenSSL (master...remove_openssl) https://github.com/bitcoin/bitcoin/pull/17265
< bitcoin-git> [bitcoin] laanwj pushed tag v0.19.0rc2: https://github.com/bitcoin/bitcoin/compare/v0.19.0rc2
< bitcoin-git> [bitcoin] BlockMechanic closed pull request #17078: Android depends (master...android-depends) https://github.com/bitcoin/bitcoin/pull/17078
< bitcoin-git> [bitcoin] laanwj merged pull request #17257: gui: disable font antialiasing for QR image address (master...disable_qr_font_antialiasing) https://github.com/bitcoin/bitcoin/pull/17257
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/e39c9cff1a62...eb5a899d5a97
< bitcoin-git> bitcoin/0.19 eb5a899 fanquake: gui: disable font antialiasing for QR image address
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9bd109b78d93...be50469217bd
< bitcoin-git> bitcoin/master e156b9d fanquake: gui: disable font antialiasing for QR image address
< bitcoin-git> bitcoin/master be50469 Wladimir J. van der Laan: Merge #17257: gui: disable font antialiasing for QR image address
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/0f6f7a574a4e...e39c9cff1a62
< bitcoin-git> bitcoin/0.19 8082b38 Jan Beich: http: add missing header bootlegged by boost < 1.72
< bitcoin-git> bitcoin/0.19 e39c9cf Joao Barbosa: gui: Fix start timer from non QThread
< bitcoin-git> [bitcoin] laanwj merged pull request #17120: gui: Fix start timer from non QThread (master...2019-10-fix-timer) https://github.com/bitcoin/bitcoin/pull/17120
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3f875744cb61...9bd109b78d93
< bitcoin-git> bitcoin/master a8f5026 Joao Barbosa: gui: Fix start timer from non QThread
< bitcoin-git> bitcoin/master 9bd109b Wladimir J. van der Laan: Merge #17120: gui: Fix start timer from non QThread
< bitcoin-git> [bitcoin] Sjors opened pull request #17264: [rpc] set default bip32derivs to true for psbt methods (master...2019/10/bip32_derivs) https://github.com/bitcoin/bitcoin/pull/17264
< bitcoin-git> [bitcoin] laanwj merged pull request #17249: rpc: Add missing deque include to fix build (master...boost) https://github.com/bitcoin/bitcoin/pull/17249
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e9f73b839ad9...3f875744cb61
< bitcoin-git> bitcoin/master a592913 Jan Beich: http: add missing header bootlegged by boost < 1.72
< bitcoin-git> bitcoin/master 3f87574 Wladimir J. van der Laan: Merge #17249: rpc: Add missing deque include to fix build
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/5b68d1654f07...0f6f7a574a4e
< bitcoin-git> bitcoin/0.19 d5c36ce Joao Barbosa: gui: Make polling in ClientModel asynchronous
< bitcoin-git> bitcoin/0.19 0f6f7a5 Wladimir J. van der Laan: Merge #17252: 0.19: gui: Make polling in ClientModel asynchronous
< bitcoin-git> [bitcoin] laanwj merged pull request #17252: 0.19: gui: Make polling in ClientModel asynchronous (0.19...2019-10-backport-17135) https://github.com/bitcoin/bitcoin/pull/17252
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d91af4768c1c...e9f73b839ad9
< bitcoin-git> bitcoin/master 6b6be41 Joao Barbosa: gui: Make polling in ClientModel asynchronous
< bitcoin-git> bitcoin/master e9f73b8 Wladimir J. van der Laan: Merge #17135: gui: Make polling in ClientModel asynchronous
< bitcoin-git> [bitcoin] laanwj merged pull request #17135: gui: Make polling in ClientModel asynchronous (master...2019-10-fix-gui-freeze) https://github.com/bitcoin/bitcoin/pull/17135
< bitcoin-git> [bitcoin] laanwj pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/25d7e2e78137...d91af4768c1c
< bitcoin-git> bitcoin/master 67328bb fanquake: build: remove protobuf from depends
< bitcoin-git> bitcoin/master 1cb9a4e fanquake: docs: remove protobuf from docs
< bitcoin-git> bitcoin/master 3548e4a fanquake: Remove BIP70 Support
< bitcoin-git> [bitcoin] laanwj merged pull request #17165: Remove BIP70 support (master...remove_bip70) https://github.com/bitcoin/bitcoin/pull/17165
< bitcoin-git> [bitcoin] achow101 opened pull request #17261: Make ScriptPubKeyMan an actual interface and the wallet to have multiple (master...wallet-box-pr-2) https://github.com/bitcoin/bitcoin/pull/17261

2019-10-25

< jonatack> JeremyCrookshank: Bitcoin Core IRC meetings info here https://github.com/jonatack/bitcoin-development/blob/master/bitcoin-core-dev-irc-meetings.txt
< bitcoin-git> [bitcoin] emilengler closed pull request #17256: doc: Change apt-get to apt (master...2019-10-apt-get-to-apt) https://github.com/bitcoin/bitcoin/pull/17256
< bitcoin-git> [bitcoin] achow101 opened pull request #17260: Split some CWallet functions into new LegacyScriptPubKeyMan (master...wallet-box-pr-1) https://github.com/bitcoin/bitcoin/pull/17260
< bitcoin-git> [bitcoin] achow101 closed pull request #16341: Introduce ScriptPubKeyMan interface and use it for key and script management (aka wallet boxes) (master...box-the-wallet) https://github.com/bitcoin/bitcoin/pull/16341
< ryanofsky> achow101 just updated https://github.com/ryanofsky/bitcoin/commits/pr/keyman, no big change
< gribble> https://github.com/bitcoin/bitcoin/issues/16944 | gui: create PSBT with watch-only wallet by Sjors . Pull Request #16944 . bitcoin/bitcoin . GitHub
< jnewbery> I'm particularly concerned about ryanofsky's comment here: https://github.com/bitcoin/bitcoin/pull/16341#issuecomment-541330425
< gribble> https://github.com/bitcoin/bitcoin/issues/16341 | Introduce ScriptPubKeyMan interface and use it for key and script management (aka wallet boxes) by achow101 . Pull Request #16341 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16341 | Introduce ScriptPubKeyMan interface and use it for key and script management (aka wallet boxes) by achow101 . Pull Request #16341 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17246 | wallet: avoid knapsack when theres no change by Sjors . Pull Request #17246 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] adamjonas opened pull request #17258: Fix issue with conflicted mempool tx in listsinceblock (master...listsinceblock-filter-conflicts) https://github.com/bitcoin/bitcoin/pull/17258
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/693e40090ae7...25d7e2e78137
< bitcoin-git> bitcoin/master 04dbdd6 Sjors Provoost: [net] SocketHandler: log peer id for close and disconnect
< bitcoin-git> bitcoin/master 25d7e2e fanquake: Merge #17251: net: SocketHandler logs peer id for close and disconnect
< bitcoin-git> [bitcoin] fanquake merged pull request #17251: net: SocketHandler logs peer id for close and disconnect (master...2019/10/net-socket-peer) https://github.com/bitcoin/bitcoin/pull/17251
< gribble> https://github.com/bitcoin/bitcoin/issues/16341 | Introduce ScriptPubKeyMan interface and use it for key and script management (aka wallet boxes) by achow101 . Pull Request #16341 . bitcoin/bitcoin . GitHub
< BlueMatt> <suggestor> now that bitcoin core is defaulting to segwit more, I wonder if it would make sense to change the default on spending unconfirmed change to not spend non-segwit unconfirmed change due to malleability.
< meshcollider> #bitcoin-core-dev Wallet Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball
< provoostenator> These "connection reset" log entries look more like a probing attack to me: https://github.com/bitcoin/bitcoin/issues/17247#issuecomment-546444882
< bitcoin-git> [bitcoin] fanquake opened pull request #17257: gui: disable font antialiasing for QR image address (master...disable_qr_font_antialiasing) https://github.com/bitcoin/bitcoin/pull/17257
< bitcoin-git> [bitcoin] emilengler opened pull request #17256: doc: Change apt-get to apt (master...2019-10-apt-get-to-apt) https://github.com/bitcoin/bitcoin/pull/17256
< bitcoin-git> [bitcoin] adamjonas opened pull request #17254: test: fix script_p2sh_tests OP_PUSHBACK2/4 missing (master...2019-10-missing-OP_PUSHBACK-test) https://github.com/bitcoin/bitcoin/pull/17254
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17083: tests: Add fuzzing harness for various CScript related functions (master...fuzzers-script) https://github.com/bitcoin/bitcoin/pull/17083
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/48cb468ce3f5...693e40090ae7
< bitcoin-git> bitcoin/master dc2fdb9 practicalswift: tests: Add fuzzing harness for various CScript related functions
< bitcoin-git> bitcoin/master 693e400 MarcoFalke: Merge #17083: tests: Add fuzzing harness for various CScript related funct...
< gribble> https://github.com/bitcoin/bitcoin/issues/16117 | util: Replace boost:: with std:: in utiltime by MarcoFalke . Pull Request #16117 . bitcoin/bitcoin . GitHub
< sdaftuar> luke-jr: i think something like this works https://github.com/sdaftuar/bitcoin/commits/test-15633-2 .
< bitcoin-git> [bitcoin] elichai closed pull request #17253: utils: Remove boost from time.cpp (master...2019-10-boost_sleep_time) https://github.com/bitcoin/bitcoin/pull/17253
< bitcoin-git> [bitcoin] elichai opened pull request #17253: Remove boost from time.cpp (master...2019-10-boost_sleep_time) https://github.com/bitcoin/bitcoin/pull/17253
< luke-jr> sdaftuar: https://github.com/bitcoin/bitcoin/pull/15660#issuecomment-476006719 is that patch posted anywhere?
< bitcoin-git> [bitcoin] promag opened pull request #17252: 0.19: gui: Make polling in ClientModel asynchronous (0.19...2019-10-backport-17135) https://github.com/bitcoin/bitcoin/pull/17252
< bitcoin-git> [bitcoin] Sjors opened pull request #17251: net: SocketHandler logs peer id for close and disconnect (master...2019/10/net-socket-peer) https://github.com/bitcoin/bitcoin/pull/17251
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17250: Avoid unused call to GuessVerificationProgress in NotifyHeaderTip (master...1910-NoWrongGuess) https://github.com/bitcoin/bitcoin/pull/17250
< bitcoin-git> [bitcoin] jbeich opened pull request #17249: Unbreak build with boost 1.72 (master...boost) https://github.com/bitcoin/bitcoin/pull/17249
< bitcoin-git> [bitcoin] fanquake merged pull request #17242: refactor: Remove unused cacheSigStore from CheckInputsFromMempooAndCache (master...2019-10-checkinputsfrommempool) https://github.com/bitcoin/bitcoin/pull/17242
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/37855ec9df57...48cb468ce3f5
< bitcoin-git> bitcoin/master 0a433fc John Newbery: [validation] Remove unused cacheSigStore from CheckInputsFromMempoolAndCac...
< bitcoin-git> bitcoin/master 48cb468 fanquake: Merge #17242: refactor: Remove unused cacheSigStore from CheckInputsFromMe...
< gribble> https://github.com/bitcoin/bitcoin/issues/17135 | gui: Make polling in ClientModel asynchronous by promag . Pull Request #17135 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17035 | qt: Fix text display when state of prune button is changed by emilengler . Pull Request #17035 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/90ed98ae9a2a...37855ec9df57
< bitcoin-git> bitcoin/master b05ec41 marcaiaf: Add unit testing for the CompressScript functions
< bitcoin-git> bitcoin/master 37855ec Wladimir J. van der Laan: Merge #17220: tests: Add unit testing for the CompressScript function
< bitcoin-git> [bitcoin] laanwj merged pull request #17220: tests: Add unit testing for the CompressScript function (master...add_compress_test_cases) https://github.com/bitcoin/bitcoin/pull/17220
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/366753e46e1f...90ed98ae9a2a
< bitcoin-git> bitcoin/master fa92813 MarcoFalke: consensus: Explain why fCheckDuplicateInputs can not be skipped and remove...
< bitcoin-git> bitcoin/master 90ed98a Wladimir J. van der Laan: Merge #17080: consensus: Explain why fCheckDuplicateInputs can not be skip...
< bitcoin-git> [bitcoin] laanwj merged pull request #17080: consensus: Explain why fCheckDuplicateInputs can not be skipped and remove it (master...1909-docCheckInputs) https://github.com/bitcoin/bitcoin/pull/17080
< wumpus> #17247 is strange, I'm trying to figure out if they're somehow connecting to false peer addresses or that their ISP is resetting bitcoin connections
< gribble> https://github.com/bitcoin/bitcoin/issues/17247 | socket recv error Connection reset by peer (104) . Issue #17247 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fce7c7542234...366753e46e1f
< bitcoin-git> bitcoin/master 50037e9 Cory Fields: depends: fix boost mac cross build with clang 9+
< bitcoin-git> bitcoin/master 366753e Wladimir J. van der Laan: Merge #17231: depends: fix boost mac cross build with clang 9+
< bitcoin-git> [bitcoin] laanwj merged pull request #17231: depends: fix boost mac cross build with clang 9+ (master...fix-boost-clang9) https://github.com/bitcoin/bitcoin/pull/17231
< bitcoin-git> [bitcoin] laanwj closed pull request #15140: test: fix script_p2sh_tests OP_PUSHBACK2/4 missing (master...test_20190110) https://github.com/bitcoin/bitcoin/pull/15140
< gribble> https://github.com/bitcoin/bitcoin/issues/17165 | Remove BIP70 support by fanquake . Pull Request #17165 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] Sjors opened pull request #17246: wallet: avoid knapsack when there's no change (master...2019/10/less-knapsack) https://github.com/bitcoin/bitcoin/pull/17246
< roasbeef> provoostenator: responded elsewhere, but yeh I think the bip should be modified to raise back to 1k to reduce the number of round trips when catching up, the PR on the bip to move from 1k to 100 was merged w/o any comments, iirc bitcoin has settings to limit upload on a per peer basis as well which can kick in, as it's no diff from spamming a perry with getblocks/getdata messages

2019-10-24

< bitcoin-git> [bitcoin] elichai opened pull request #17245: Removing Boost from DecodeDumpTime (master...2019-10-DecodeDumpTime) https://github.com/bitcoin/bitcoin/pull/17245
< gribble> https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr . Pull Request #11082 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16851: Continue relaying transactions after they expire from mapRelay (master...201909-relayparents) https://github.com/bitcoin/bitcoin/pull/16851
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/773026044f9d...fce7c7542234
< bitcoin-git> bitcoin/master 168b781 Anthony Towns: Continue relaying transactions after they expire from mapRelay
< bitcoin-git> bitcoin/master fce7c75 MarcoFalke: Merge #16851: Continue relaying transactions after they expire from mapRel...
< gribble> https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr . Pull Request #11082 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15934 | Merge settings one place instead of five places by ryanofsky . Pull Request #15934 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15935 | WIP: Add /settings.json persistent settings storage by ryanofsky . Pull Request #15935 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15936 | WIP: Unify bitcoin-qt and bitcoind persistent settings by ryanofsky . Pull Request #15936 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15937 | WIP: Add loadwallet and createwallet load_on_startup options by ryanofsky . Pull Request #15937 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4af044716952...773026044f9d
< bitcoin-git> bitcoin/master 5b44a75 Sebastian Falbesoner: refactor: Remove unused CExt{Pub,}Key (de)serialization methods
< bitcoin-git> bitcoin/master 7730260 MarcoFalke: Merge #17212: refactor: Remove unused CExt{Pub,}Key (de)serialization meth...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17212: refactor: Remove unused CExt{Pub,}Key (de)serialization methods (master...20191021-refactor-remove_unused_cextkey_and_cextpubkey_serialization) https://github.com/bitcoin/bitcoin/pull/17212
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #17243: tools: add PoissonNextSend method that returns mockable time (master...1910-mockable-poisson) https://github.com/bitcoin/bitcoin/pull/17243
< provoostenator> No idea, elichai2 found this "fix" in https://github.com/bitcoin-core/secp256k1/issues/674
< gribble> https://github.com/bitcoin/bitcoin/issues/16387 | macOS Catalina . Issue #16387 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17135 | gui: Make polling in ClientModel asynchronous by promag . Pull Request #17135 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17133 | 0.19: gui: Fix start timer from non QThread by promag . Pull Request #17133 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17035 | qt: Fix text display when state of prune button is changed by emilengler . Pull Request #17035 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16296 | gui: crash with loadwallet & QT_FATAL_WARNINGS . Issue #16296 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17120 | gui: Fix start timer from non QThread by promag . Pull Request #17120 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17135 | gui: Make polling in ClientModel asynchronous by promag . Pull Request #17135 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17120 | gui: Fix start timer from non QThread by promag . Pull Request #17120 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17112 | v0.19.0rc1 GUI repeatedly not responding . Issue #17112 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/1712 | Qt: possible bug related to immature balance? . Issue #1712 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17120 | gui: Fix start timer from non QThread by promag . Pull Request #17120 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16766 | wallet: Make IsTrusted scan parents recursively by JeremyRubin . Pull Request #16766 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15934 | Merge settings one place instead of five places by ryanofsky . Pull Request #15934 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15935 | WIP: Add /settings.json persistent settings storage by ryanofsky . Pull Request #15935 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15936 | WIP: Unify bitcoin-qt and bitcoind persistent settings by ryanofsky . Pull Request #15936 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15937 | WIP: Add loadwallet and createwallet load_on_startup options by ryanofsky . Pull Request #15937 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16442 | Serve BIP 157 compact filters by jimpo . Pull Request #16442 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17037 | Testschains: Many regtests with different genesis and default datadir by jtimon . Pull Request #17037 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16442 | Serve BIP 157 compact filters by jimpo . Pull Request #16442 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17165 | Remove BIP70 support by fanquake . Pull Request #17165 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16975 | test: Show debug log on unit test failure by MarcoFalke . Pull Request #16975 . bitcoin/bitcoin . GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral
< fanquake> I've started engaging with GitHub in regards to: https://github.com/bitcoin/bitcoin/issues/15847#issuecomment-526829870.
< bitcoin-git> [bitcoin] laanwj merged pull request #17240: ci: Disable functional tests on mac host (master...1910-ciNoFunMac) https://github.com/bitcoin/bitcoin/pull/17240
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d7134ead84e3...4af044716952
< bitcoin-git> bitcoin/master fa71006 MarcoFalke: ci: Disable functional tests on mac host
< bitcoin-git> bitcoin/master 4af0447 Wladimir J. van der Laan: Merge #17240: ci: Disable functional tests on mac host
< jonatack> MarcoFalke: what is the Bitcoin Core label group, and how does one qualify?
< MarcoFalke> wumpus: could you add adamjonas to the Bitcoin Core label group pls?
< bitcoin-git> [bitcoin] jnewbery opened pull request #17242: validation: Remove unused cacheSigStore from CheckInputsFromMempooAndCache (master...2019-10-checkinputsfrommempool) https://github.com/bitcoin/bitcoin/pull/17242
< bitcoin-git> [bitcoin] jnewbery closed pull request #17241: [WIP] remove fCheckDuplicateInputs from CheckTransaction() (master...2019-10-fduplicateinputs) https://github.com/bitcoin/bitcoin/pull/17241
< bitcoin-git> [bitcoin] jnewbery opened pull request #17241: [WIP] remove fCheckDuplicateInputs from CheckTransaction() (master...2019-10-fduplicateinputs) https://github.com/bitcoin/bitcoin/pull/17241