2019-10-18

< bitcoin-git> bitcoin/master ddc3cf2 fanquake: Merge #17151: gui: remove OpenSSL PRNG seeding (Windows, Qt only)
< bitcoin-git> [bitcoin] fanquake merged pull request #17151: gui: remove OpenSSL PRNG seeding (Windows, Qt only) (master...windows_qt_openssl_seeding) https://github.com/bitcoin/bitcoin/pull/17151
< bitcoin-git> [bitcoin] fanquake closed pull request #17189: gui: Improved German translations of Bitcoin Core (master...master) https://github.com/bitcoin/bitcoin/pull/17189
< bitcoin-git> [bitcoin] ViktorBohu opened pull request #17189: gui: Improved German translations of Bitcoin Core (master...master) https://github.com/bitcoin/bitcoin/pull/17189
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16889: Add some general std::vector utility functions (master...210909_vectorutil) https://github.com/bitcoin/bitcoin/pull/16889
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f2a094884d98...0ff7cd7d0c07
< bitcoin-git> bitcoin/master e65e61c Pieter Wuille: Add some general std::vector utility functions
< bitcoin-git> bitcoin/master 7d8d3e6 Pieter Wuille: Add tests for util/vector.h's Cat and Vector
< bitcoin-git> bitcoin/master 0ff7cd7 MarcoFalke: Merge #16889: Add some general std::vector utility functions
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transaction() (master...20191018-refactor-deduplicate_build_transaction_functions) https://github.com/bitcoin/bitcoin/pull/17183
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transaction() (master...20191018-refactor-deduplicate_build_transaction_functions) https://github.com/bitcoin/bitcoin/pull/17183
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b9b58f8f687e...f2a094884d98
< bitcoin-git> bitcoin/master 7005d6a Danny-Scott: gui: Add placeholder text to the sign message field
< bitcoin-git> bitcoin/master f2a0948 fanquake: Merge #17186: gui: Add placeholder text to the sign message field
< bitcoin-git> [bitcoin] fanquake merged pull request #17186: gui: Add placeholder text to the sign message field (master...oct-2019-sign-message) https://github.com/bitcoin/bitcoin/pull/17186
< bitcoin-git> [bitcoin] meshcollider reopened pull request #12677: RPC: Add ancestor{count,size,fees} to listunspent output (master...listunspent_ancestorinfo) https://github.com/bitcoin/bitcoin/pull/12677
< kallewoof> wumpus: not all BIPs have PRs though. (and not all BIPs have PRs to bitcoin core)
< bitcoin-git> [bitcoin] Danny-Scott opened pull request #17186: gui: Add placeholder text to the sign message field (master...oct-2019-sign-message) https://github.com/bitcoin/bitcoin/pull/17186
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #15084: gui: don't disable the sync overlay when wallet is disabled (master...sync_overlay_without_wallet) https://github.com/bitcoin/bitcoin/pull/15084
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4daadce36cfe...b9b58f8f687e
< bitcoin-git> bitcoin/master b3b6b6f Ben Carman: gui: don't disable the sync overlay when wallet is disabled
< bitcoin-git> bitcoin/master b9b58f8 Jonas Schnelli: Merge #15084: gui: don't disable the sync overlay when wallet is disabled
< bitcoin-git> [bitcoin] hebasto opened pull request #17184: util: Filter out macOS process serial number (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17184
< gribble> https://github.com/bitcoin/bitcoin/issues/12677 | RPC: Add ancestor{count,size,fees} to listunspent output by luke-jr . Pull Request #12677 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] theStack opened pull request #17183: refactor: test/bench: dedup Build{Crediting,Spending}Transaction() (master...20191018-refactor-deduplicate_build_transaction_functions) https://github.com/bitcoin/bitcoin/pull/17183

2019-10-17

< gribble> https://github.com/bitcoin/bitcoin/issues/16443 | refactor: have CCoins* data managed under CChainState by jamesob . Pull Request #16443 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] promag opened pull request #17182: 0.19: Revert 14193 to fix 17112 (0.19...2019-10-revert-14193-fix-17112) https://github.com/bitcoin/bitcoin/pull/17182
< bitcoin-git> [bitcoin] ch4ot1c closed pull request #16797: scripts: Add convenience script for committing scripted-diffs from a file (master...scripts/commit-script) https://github.com/bitcoin/bitcoin/pull/16797
< sipa> i think it would save maybe 2 lines of code here: https://github.com/sipa/bitcoin/blob/taproot/src/script/interpreter.cpp#L1527L1533
< MarcoFalke> Sure, old Bitcoin Core nodes won't set that service bit, so they should be accomodated for and provided with addr messages
< gribble> https://github.com/bitcoin/bitcoin/issues/15759 | p2p: Add 2 outbound block-relay-only connections by sdaftuar . Pull Request #15759 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17163 | p2p: Avoid relaying ADDR messages to SPV clients by naumenkogs . Pull Request #17163 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17163 | p2p: Avoid relaying ADDR messages to SPV clients by naumenkogs . Pull Request #17163 . bitcoin/bitcoin . GitHub
< MarcoFalke> I think the issue was the znc put an underscore behind my name and bitcoin-core-dev only allows logged in users to post?
< moneyball> i'm thinking we will communicate this on bitcoin-dev, lightning-dev, optech newsletters + slack to member companies
< 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/17135 | gui: Make polling in ClientModel asynchronous by promag . Pull Request #17135 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14193 | validation: Add missing mempool locks by MarcoFalke . Pull Request #14193 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14193 | validation: Add missing mempool locks by MarcoFalke . Pull Request #14193 . 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/16963 | wallet: Fix unique_ptr usage in boost::signals2 by promag . Pull Request #16963 . 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
< 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
< bitcoin-git> [bitcoin] fanquake merged pull request #17162: chain: Remove CBlockIndex::SetNull helper (master...1910-docChainLocks) https://github.com/bitcoin/bitcoin/pull/17162
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/88eff969c201...4daadce36cfe
< bitcoin-git> bitcoin/master fa04673 MarcoFalke: chain: Set all CBlockIndex members to null, remove SetNull helper
< bitcoin-git> bitcoin/master 4daadce fanquake: Merge #17162: chain: Remove CBlockIndex::SetNull helper
< gribble> https://github.com/bitcoin/bitcoin/issues/17163 | p2p: Avoid relaying ADDR messages to SPV clients by naumenkogs . Pull Request #17163 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17177: doc: Describe log files + consistent paths in test READMEs (master...pr15830) https://github.com/bitcoin/bitcoin/pull/17177
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ec3ed5a44878...88eff969c201
< bitcoin-git> bitcoin/master 9576614 Martin Erlandsson: doc: Describe log files + consistent paths in test READMEs
< bitcoin-git> bitcoin/master 88eff96 MarcoFalke: Merge #17177: doc: Describe log files + consistent paths in test READMEs
< bitcoin-git> [bitcoin] JeremyCrookshank opened pull request #17180: gui: Improved wording/explanation of Bitcoin sends amount box (master...sendamounttooltip) https://github.com/bitcoin/bitcoin/pull/17180
< fanquake> It might be because we are doing more strict argument passing now? It's also only happens when you run Bitcoin Core for the very first time
< gribble> https://github.com/bitcoin/bitcoin/issues/17179 | macos: shutdown on first run due to -psn_ parameter . Issue #17179 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #17172: doc: Update list of valid PR areas (master...doc/pr-areas) https://github.com/bitcoin/bitcoin/pull/17172
< gribble> https://github.com/bitcoin/bitcoin/issues/17163 | p2p: Avoid relaying ADDR messages to SPV clients by naumenkogs . Pull Request #17163 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] fjahr opened pull request #17177: doc: Describe log files + consistent paths in test READMEs (master...pr15830) https://github.com/bitcoin/bitcoin/pull/17177
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17176: ci: Cleanup macOS runs (master...1910-ciMac) https://github.com/bitcoin/bitcoin/pull/17176
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16597: Travis: run full test suite on native macOS (master...2019/08/travis-macos) https://github.com/bitcoin/bitcoin/pull/16597
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/048e456fc408...ec3ed5a44878
< bitcoin-git> bitcoin/master 1f6c650 Sjors Provoost: travis: run tests on macOS native
< bitcoin-git> bitcoin/master ec3ed5a MarcoFalke: Merge #16597: Travis: run full test suite on native macOS
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fcf1ebde3db9...048e456fc408
< bitcoin-git> bitcoin/master 85016e5 Andrew Toth: [rpc] Fix broken bitcoin-cli examples
< bitcoin-git> bitcoin/master 048e456 Wladimir J. van der Laan: Merge #17119: doc: Fix broken bitcoin-cli examples
< bitcoin-git> [bitcoin] laanwj merged pull request #17119: doc: Fix broken bitcoin-cli examples (master...example-fixes) https://github.com/bitcoin/bitcoin/pull/17119
< bitcoin-git> [bitcoin] ch4ot1c opened pull request #17172: doc: Update list of valid PR areas (master...doc/pr-areas) https://github.com/bitcoin/bitcoin/pull/17172
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17169: doc: correct function name in ReportHardwareRand() (master...random_doc_inithardwarerand) https://github.com/bitcoin/bitcoin/pull/17169
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f42284fc0c5...fcf1ebde3db9
< bitcoin-git> bitcoin/master 5013171 fanquake: doc: correct function name in ReportHardwareRand()
< bitcoin-git> bitcoin/master fcf1ebd MarcoFalke: Merge #17169: doc: correct function name in ReportHardwareRand()
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17140: test: Fix bug in blockfilter_index_tests. (master...fix-index-test) https://github.com/bitcoin/bitcoin/pull/17140
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/46d6930f8c7b...4f42284fc0c5
< bitcoin-git> bitcoin/master f59bbb6 Jim Posen: test: Fix bug in blockfilter_index_tests.
< bitcoin-git> bitcoin/master 4f42284 MarcoFalke: Merge #17140: test: Fix bug in blockfilter_index_tests.
< 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] fanquake opened pull request #17169: doc: correct function name in ReportHardwareRand() (master...random_doc_inithardwarerand) https://github.com/bitcoin/bitcoin/pull/17169

2019-10-16

< bitcoin-git> [bitcoin] fanquake closed pull request #17168: build: use full version string in setup (master...master) https://github.com/bitcoin/bitcoin/pull/17168
< bitcoin-git> [bitcoin] PrinceKK300188 opened pull request #17168: build: use full version string in setup (master...master) https://github.com/bitcoin/bitcoin/pull/17168
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c34b88620dc8...46d6930f8c7b
< bitcoin-git> bitcoin/master 084e17c practicalswift: Remove unused includes
< bitcoin-git> bitcoin/master 46d6930 MarcoFalke: Merge #16659: refactoring: Remove unused includes
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16659: refactoring: Remove unused includes (master...unused-includes) https://github.com/bitcoin/bitcoin/pull/16659
< bitcoin-git> [bitcoin] luke-jr opened pull request #17167: Allow whitelisting outgoing connections (master...whitelist_outgoing) https://github.com/bitcoin/bitcoin/pull/17167
< bitcoin-git> [bitcoin] sandakersmann opened pull request #17166: Changed http:// to https:// on one link in build-unix.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17166
< bitcoin-git> [bitcoin] fanquake opened pull request #17165: [WIP] Remove BIP70 support (master...remove_bip70) https://github.com/bitcoin/bitcoin/pull/17165
< bitcoin-git> [bitcoin] naumenkogs opened pull request #17164: p2p: Avoid allocating memory for addrKnown where we don't need it (master...addr_relay_optimization_4) https://github.com/bitcoin/bitcoin/pull/17164
< bitcoin-git> [bitcoin] naumenkogs opened pull request #17163: p2p: Address relay optimization (master...addr_relay_optimization) https://github.com/bitcoin/bitcoin/pull/17163
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17162: chain: Remove CBlockIndex::SetNull helper, add RaiseValidity lock annotation (master...1910-docChainLocks) https://github.com/bitcoin/bitcoin/pull/17162
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5a3dd9359455...c34b88620dc8
< bitcoin-git> bitcoin/master d7820a1 Wladimir J. van der Laan: util: Filter control characters out of log messages
< bitcoin-git> bitcoin/master c34b886 Wladimir J. van der Laan: Merge #17095: util: Filter control characters out of log messages
< bitcoin-git> [bitcoin] laanwj merged pull request #17095: util: Filter control characters out of log messages (master...2019_10_log_control_chars) https://github.com/bitcoin/bitcoin/pull/17095
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1f6638630ef8...5a3dd9359455
< bitcoin-git> bitcoin/master b3b26e1 Fabian Jahr: rpc: fix -rpcclienttimeout 0 option
< bitcoin-git> bitcoin/master 5a3dd93 Wladimir J. van der Laan: Merge #17131: rpc: fix -rpcclienttimeout 0 option
< bitcoin-git> [bitcoin] laanwj merged pull request #17131: rpc: fix -rpcclienttimeout 0 option (master...rpcclienttimeout) https://github.com/bitcoin/bitcoin/pull/17131
< bitcoin-git> [bitcoin] laanwj merged pull request #17158: tests: Fix fs_tests for unknown locales (0.19...cdk/0.19-fix_fs_tests) https://github.com/bitcoin/bitcoin/pull/17158
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/3a7b2a15e3dd...3834d3d12196
< bitcoin-git> bitcoin/0.19 bd9d40d Daki Carnhof: tests: Fix fs_tests for unknown locales
< bitcoin-git> bitcoin/0.19 3834d3d Wladimir J. van der Laan: Merge #17158: tests: Fix fs_tests for unknown locales
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4cfb6738e81b...1f6638630ef8
< bitcoin-git> bitcoin/master 58d67f1 practicalswift: tests: Add fuzzing harness for descriptor Span-parsing helpers
< bitcoin-git> bitcoin/master 1f66386 MarcoFalke: Merge #17113: tests: Add fuzzing harness for descriptor Span-parsing helpe...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17113: tests: Add fuzzing harness for descriptor Span-parsing helpers (master...fuzzers-spanparsing) https://github.com/bitcoin/bitcoin/pull/17113
< bitcoin-git> [bitcoin] theStack opened pull request #17160: net: subnet lookup: use single-result LookupHost() (master...20191016-net-simplify_function_lookupsubnet) https://github.com/bitcoin/bitcoin/pull/17160
< bitcoin-git> [bitcoin] carnhofdaki opened pull request #17159: doc: Add a note about backporting (master...cdk/doc-backports) https://github.com/bitcoin/bitcoin/pull/17159
< bitcoin-git> [bitcoin] carnhofdaki opened pull request #17158: tests: Fix fs_tests for unknown locales (0.19...cdk/0.19-fix_fs_tests) https://github.com/bitcoin/bitcoin/pull/17158
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eb292af309aa...4cfb6738e81b
< bitcoin-git> bitcoin/master a0daea4 Sjors Provoost: [build] depends macOS: point --sysroot to SDK
< bitcoin-git> bitcoin/master 4cfb673 Wladimir J. van der Laan: Merge #17118: build: depends macOS: point --sysroot to SDK
< bitcoin-git> [bitcoin] laanwj merged pull request #17118: build: depends macOS: point --sysroot to SDK (master...2019/10/macos-sysroot) https://github.com/bitcoin/bitcoin/pull/17118
< 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

2019-10-15

< bitcoin-git> [bitcoin] dannmat opened pull request #17157: doc: Added instructions for how to add an upsteam to forked repo (master...Oct-19-Contribution.mc) https://github.com/bitcoin/bitcoin/pull/17157
< bitcoin-git> [bitcoin] achow101 opened pull request #17156: psbt: check that various indexes and amounts are within bounds (master...psbt-fuzz-fix) https://github.com/bitcoin/bitcoin/pull/17156
< bitcoin-git> [bitcoin] dannmat closed pull request #17152: doc: Added instructions in CONTRIBUTE.MD for adding an upstream to forked repo (master...master) https://github.com/bitcoin/bitcoin/pull/17152
< bitcoin-git> [bitcoin] fanquake merged pull request #17105: gui: Make RPCConsole::TabTypes an enum class (master...2019-10-fix-warning) https://github.com/bitcoin/bitcoin/pull/17105
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a3af5b5c13f7...eb292af309aa
< bitcoin-git> bitcoin/master 8019b6b Joao Barbosa: gui: Make RPCConsole::TabTypes an enum class
< bitcoin-git> bitcoin/master eb292af fanquake: Merge #17105: gui: Make RPCConsole::TabTypes an enum class
< rex4539> Before the usual Bitcoin Core splash screen even appeared.
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e180be49d7d8...a3af5b5c13f7
< bitcoin-git> bitcoin/master eea462d John Newbery: [wallet] Remove package limit config access from wallet
< bitcoin-git> bitcoin/master b96ed03 John Newbery: [wallet] Remove pruning check for -rescan option
< bitcoin-git> bitcoin/master a3af5b5 MarcoFalke: Merge #17138: Remove wallet access to some node arguments
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17138: Remove wallet access to some node arguments (master...2019-10-remove-wallet-access-to-node-args) https://github.com/bitcoin/bitcoin/pull/17138
< bitcoin-git> [bitcoin] jnewbery opened pull request #17154: [wallet] Actually return success in CommitTransaction (master...2019-04-CommitTransaction) https://github.com/bitcoin/bitcoin/pull/17154
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/137b7a2af1aa...e180be49d7d8
< bitcoin-git> bitcoin/master 9be6666 Adam Jonas: typo and unneccessary parentheses
< bitcoin-git> bitcoin/master 66b2984 Adam Jonas: change wallet pointers to references in feebumper
< bitcoin-git> bitcoin/master e180be4 MarcoFalke: Merge #17098: refactor: Feebumper EstimateFeeRate follow-up
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17098: refactor: Feebumper EstimateFeeRate follow-up (master...16727-follow-up) https://github.com/bitcoin/bitcoin/pull/17098
< bitcoin-git> [bitcoin] dannmat opened pull request #17152: doc: Added instructions in CONTRIBUTE.MD for adding an upstream to forked repo (master...master) https://github.com/bitcoin/bitcoin/pull/17152
< bitcoin-git> [bitcoin] fanquake opened pull request #17151: gui: remove OpenSSL PRNG seeding (Windows, Qt only) (master...windows_qt_openssl_seeding) https://github.com/bitcoin/bitcoin/pull/17151
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/029c65e04cc2...137b7a2af1aa
< bitcoin-git> bitcoin/master 610d938 dannmat: gui: Added label & tooltip for Verify Message labels
< bitcoin-git> bitcoin/master 137b7a2 fanquake: Merge #17125: gui: Add toolTip and placeholderText to sign message fields
< bitcoin-git> [bitcoin] fanquake merged pull request #17125: gui: Add toolTip and placeholderText to sign message fields (master...master) https://github.com/bitcoin/bitcoin/pull/17125
< emilengler> I'm talking bout the chainstate folder in your bitcoin datadir
< gribble> https://github.com/bitcoin/bitcoin/issues/17135 | wip: gui: Its freezing by promag . Pull Request #17135 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c78755640338...029c65e04cc2
< bitcoin-git> bitcoin/master eebcdfa John Newbery: [test] rename SegwitVersion1SignatureHash()
< bitcoin-git> bitcoin/master 029c65e fanquake: Merge #17141: Test: Rename SegwitVersion1SignatureHash()
< bitcoin-git> [bitcoin] fanquake merged pull request #17141: test: Rename SegwitVersion1SignatureHash() (master...2019-10-segwit-v1-is-segwit-v0) https://github.com/bitcoin/bitcoin/pull/17141
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e15ffec71831...c78755640338
< bitcoin-git> bitcoin/master 4441e58 Zakk: Update macdeploy README to include correctly named `.dmg` file produced fr...
< bitcoin-git> bitcoin/master c787556 fanquake: Merge #17142: docs: Update macdeploy README to include all files produced ...
< bitcoin-git> [bitcoin] fanquake merged pull request #17142: docs: Update macdeploy README to include all files produced by `make deploy` (master...master) https://github.com/bitcoin/bitcoin/pull/17142
< bitcoin-git> [bitcoin] fanquake merged pull request #17146: github: Add warning for bug reports (master...2019_10_bugreport_github) https://github.com/bitcoin/bitcoin/pull/17146
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ee47461ea511...e15ffec71831
< bitcoin-git> bitcoin/master 5f40d27 Wladimir J. van der Laan: github: Add warning for bug reports
< bitcoin-git> bitcoin/master e15ffec fanquake: Merge #17146: github: Add warning for bug reports
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b544eb6370f0...ee47461ea511
< bitcoin-git> bitcoin/master 44f7a8d Andrew Chow: Disable _FORTIFY_SOURCE when enable-debug
< bitcoin-git> bitcoin/master ee47461 Wladimir J. van der Laan: Merge #17033: Disable _FORTIFY_SOURCE when enable-debug
< bitcoin-git> [bitcoin] laanwj merged pull request #17033: Disable _FORTIFY_SOURCE when enable-debug (master...fix-fortify) https://github.com/bitcoin/bitcoin/pull/17033
< bitcoin-git> [bitcoin] YamaTomato closed pull request #17147: Added code description. (master...yamato) https://github.com/bitcoin/bitcoin/pull/17147
< bitcoin-git> [bitcoin] YamaTomato opened pull request #17147: Added code description. (master...yamato) https://github.com/bitcoin/bitcoin/pull/17147
< bitcoin-git> [bitcoin] laanwj merged pull request #17086: tests: Fix fs_tests for unknown locales (master...cdk/fix_fs_tests) https://github.com/bitcoin/bitcoin/pull/17086
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a4a4964db11e...b544eb6370f0
< bitcoin-git> bitcoin/master d48f664 Daki Carnhof: tests: Fix fs_tests for unknown locales
< bitcoin-git> bitcoin/master b544eb6 Wladimir J. van der Laan: Merge #17086: tests: Fix fs_tests for unknown locales
< bitcoin-git> [bitcoin] laanwj merged pull request #17111: doc: update bips.md with buried BIP9 deployments (master...1910-docBip9Buried) https://github.com/bitcoin/bitcoin/pull/17111
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dcc640811c8c...a4a4964db11e
< bitcoin-git> bitcoin/master fa6ed82 MarcoFalke: doc: update bips.md with buried BIP9 deployments
< bitcoin-git> bitcoin/master a4a4964 Wladimir J. van der Laan: Merge #17111: doc: update bips.md with buried BIP9 deployments
< 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

2019-10-14

< fanquake> MarcoFalke_ Are you still doing something with https://github.com/bitcoin/bitcoin/tree/patch-1 ? Or can that branch be deleted?
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #17143: fix kerning issue #16836 for macOS .dmg background image (master...16836) https://github.com/bitcoin/bitcoin/pull/17143
< bitcoin-git> [bitcoin] fanquake merged pull request #17134: doc: Add switch on enum example to developer notes (master...20191014-enum-doc) https://github.com/bitcoin/bitcoin/pull/17134
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b33c03b0cb82...dcc640811c8c
< bitcoin-git> bitcoin/master 11e3d5e Hennadii Stepanov: util: Add AllowShortCaseLabelsOnASingleLine option
< bitcoin-git> bitcoin/master c8961c7 Hennadii Stepanov: doc: Add switch on enum example
< bitcoin-git> bitcoin/master dcc6408 fanquake: Merge #17134: doc: Add switch on enum example to developer notes
< bitcoin-git> [bitcoin] za-kk opened pull request #17142: Update contrib/macdeploy/README.md to match files produced from `make deploy` (master...master) https://github.com/bitcoin/bitcoin/pull/17142
< bitcoin-git> [bitcoin] fanquake reopened pull request #9245: Drop IO priority to idle while reading blocks for peer requests and startup verification (master...ionice) https://github.com/bitcoin/bitcoin/pull/9245
< gribble> https://github.com/bitcoin/bitcoin/issues/17112 | v0.19.0rc1 GUI repeatedly not responding . Issue #17112 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] meshcollider reopened pull request #12833: [qt] move QSettings to bitcoin_rw.conf where possible (master...2018/03/bitcoin-conf-rw) https://github.com/bitcoin/bitcoin/pull/12833
< bitcoin-git> [bitcoin] jnewbery opened pull request #17141: Test: Rename SegwitVersion1SignatureHash() (master...2019-10-segwit-v1-is-segwit-v0) https://github.com/bitcoin/bitcoin/pull/17141
< gribble> https://github.com/bitcoin/bitcoin/issues/9245 | Drop IO priority to idle while reading blocks for peer requests and startup verification by luke-jr . Pull Request #9245 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] luke-jr closed pull request #9152: Wallet/RPC: sweepprivkeys method to scan UTXO set and send to local wallet (master...sweepprivkeys) https://github.com/bitcoin/bitcoin/pull/9152
< bitcoin-git> [bitcoin] jimpo opened pull request #17140: test: Fix bug in blockfilter_index_tests. (master...fix-index-test) https://github.com/bitcoin/bitcoin/pull/17140
< bitcoin-git> [bitcoin] jnewbery opened pull request #17138: Remove wallet access to some node arguments (master...2019-10-remove-wallet-access-to-node-args) https://github.com/bitcoin/bitcoin/pull/17138

2019-10-07

< bitcoin-git> [bitcoin] practicalswift opened pull request #17069: tests: Pass fuzzing inputs as constant references (master...readonly-fuzzer-inputs) https://github.com/bitcoin/bitcoin/pull/17069
< bitcoin-git> [bitcoin] D4nte opened pull request #17068: Always generate `bitcoinstrings.cpp` on `make translate` (master...16891-gettext-mac) https://github.com/bitcoin/bitcoin/pull/17068
< gribble> https://github.com/bitcoin/bitcoin/issues/16762 | Rust-based Backup over-REST block downloader by TheBlueMatt · Pull Request #16762 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16834 | Fetch Headers over DNS by TheBlueMatt · Pull Request #16834 · bitcoin/bitcoin · GitHub

2019-10-06

< gwillen> are you sure you spelled it right? if you run "bitcoin-cli help" is getreceviedbyaddress listed?
< danger8994> So I tried: bitcoin-cli getreceivedbyaddress ""...
< bitcoin-git> [bitcoin] hebasto opened pull request #17066: build: Remove workaround for ancient libtool (master...20191006-rpath-issue) https://github.com/bitcoin/bitcoin/pull/17066
< bitcoin-git> [bitcoin] martinus closed pull request #17063: [RFC] Tests: use boost test framework for benchmarks (master...2019-10-refactor-benchmark-framework) https://github.com/bitcoin/bitcoin/pull/17063
< bitcoin-git> [bitcoin] laanwj closed pull request #17061: GUI: remove old translation files for 0.19 (0.19...transl-fix-19) https://github.com/bitcoin/bitcoin/pull/17061
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/913972944b4f...3a7b2a15e3dd
< bitcoin-git> bitcoin/0.19 3a7b2a1 Wladimir J. van der Laan: qt: Periodic translations update
< luke-jr> emilengler: that would require an organization, but Bitcoin Core is just an open source project, not an organization
< bitcoin-git> [bitcoin] fanquake closed pull request #17064: Simplify statement. (master...20191006-simplify-statement) https://github.com/bitcoin/bitcoin/pull/17064
< bitcoin-git> [bitcoin] jbampton opened pull request #17064: Simplify statement. (master...20191006-simplify-statement) https://github.com/bitcoin/bitcoin/pull/17064

2019-10-05

< emilengler> Btw, why are there no bitcoin core project cloaks on freenode?
< bitcoin-git> [bitcoin] martinus opened pull request #17063: [RFC] Tests: use boost test framework for benchmarks (master...2019-10-refactor-benchmark-framework) https://github.com/bitcoin/bitcoin/pull/17063
< bitcoin-git> [bitcoin] fanquake closed pull request #17062: Update Copyright Date (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17062
< bitcoin-git> [bitcoin] sunnankar opened pull request #17062: Update Copyright Date (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17062
< bitcoin-git> [bitcoin] GChuf opened pull request #17061: GUI: remove old translation files for 0.19 (0.19...transl-fix-19) https://github.com/bitcoin/bitcoin/pull/17061
< bitcoin-git> [bitcoin] martinus opened pull request #17060: Cache 26% more coins: Reduce CCoinsMap::value_type from 96 to 76 bytes (master...2019-09-more-compact-Coin) https://github.com/bitcoin/bitcoin/pull/17060
< bitcoin-git> [bitcoin] laanwj closed pull request #17058: GUI: Remove old translation files, reorganize translations (master...translations-fix) https://github.com/bitcoin/bitcoin/pull/17058
< bitcoin-git> [bitcoin] hebasto opened pull request #17059: util: Simplify path argument for CBlockTreeDB ctor (master...20191005-blocks-index) https://github.com/bitcoin/bitcoin/pull/17059

2019-10-04

< bitcoin-git> [bitcoin] GChuf opened pull request #17058: GUI: Remove old translation files, reorganize translations (master...translations-fix) https://github.com/bitcoin/bitcoin/pull/17058
< gribble> https://github.com/bitcoin/bitcoin/issues/16261 | gui: Refactor OpenWalletActivity by promag · Pull Request #16261 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16348 | qt: Assert QMetaObject::invokeMethod result by promag · Pull Request #16348 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13529 | Use new Qt5 connect syntax by promag · Pull Request #13529 · bitcoin/bitcoin · GitHub
< promag> emilengler: I really don't understand what you mean in https://github.com/bitcoin/bitcoin/pull/17035/files#r331313258
< bitcoin-git> [bitcoin] fanquake opened pull request #17057: build: switch to upstream libdmg-hfsplus (master...upstream_libdmg_hfsplus) https://github.com/bitcoin/bitcoin/pull/17057
< bitcoin-git> [bitcoin] achow101 opened pull request #17056: Introduce sortedmulti descriptor (master...sortedmulti-desc) https://github.com/bitcoin/bitcoin/pull/17056
< bitcoin-git> [bitcoin] lucayepa opened pull request #17055: [0.19] Backport of #15706 (0.19...check-qt-version-0.19) https://github.com/bitcoin/bitcoin/pull/17055
< bitcoin-git> [bitcoin] lucayepa opened pull request #17054: [0.18.2] Backport of #15706 (master...check-qt-version-0.18) https://github.com/bitcoin/bitcoin/pull/17054
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/917d3d9052b5...7b701fef58f6
< bitcoin-git> bitcoin/master fa1ad8f MarcoFalke: build: Bump gitian descriptor versions
< bitcoin-git> bitcoin/master 7b701fe fanquake: Merge #17049: contrib: Bump gitian descriptors for 0.20
< bitcoin-git> [bitcoin] fanquake merged pull request #17049: contrib: Bump gitian descriptors for 0.20 (master...1909-prep20) https://github.com/bitcoin/bitcoin/pull/17049
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/94d6a18f23ec...917d3d9052b5
< bitcoin-git> bitcoin/master dffae5a gchuf: scripts: update copyright_header script to include additional files
< bitcoin-git> bitcoin/master 917d3d9 fanquake: Merge #17052: scripts: update copyright_header script to include additiona...
< bitcoin-git> [bitcoin] fanquake merged pull request #17052: scripts: update copyright_header script to include additional files (master...copyright-header-script) https://github.com/bitcoin/bitcoin/pull/17052
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/94e6e9f38dee...94d6a18f23ec
< bitcoin-git> bitcoin/master 8e59af5 Gregory Sanders: feefilter: Compute the absolute fee rather than stored rate to match mempo...
< bitcoin-git> bitcoin/master 6a51f79 Gregory Sanders: Disallow implicit conversion for CFeeRate constructor
< bitcoin-git> bitcoin/master eb7b781 Gregory Sanders: modify p2p_feefilter test to catch rounding error
< bitcoin-git> [bitcoin] fanquake merged pull request #16507: feefilter: Compute the absolute fee rather than stored rate (master...feefilter_match_mempool) https://github.com/bitcoin/bitcoin/pull/16507
< bitcoin-git> [bitcoin] fanquake closed pull request #17053: Update headers for v0.19 (0.19...update-headers-019) https://github.com/bitcoin/bitcoin/pull/17053
< bitcoin-git> [bitcoin] GChuf opened pull request #17053: Update headers for v0.19 (0.19...update-headers-019) https://github.com/bitcoin/bitcoin/pull/17053
< bitcoin-git> [bitcoin] GChuf opened pull request #17052: scripts: update copyright_header script to include additional files (master...copyright-header-script) https://github.com/bitcoin/bitcoin/pull/17052
< sdaftuar> dognosewhiskers: just a guess as i'm not very familiar with the gui, but i seem to recall there being some longstanding issues around qt preferences being stored/tracked differently from bitcoin.conf
< bitcoin-git> [bitcoin] practicalswift opened pull request #17051: tests: Add deserialization fuzzing harnesses (master...fuzzers-deserialize) https://github.com/bitcoin/bitcoin/pull/17051
< dognosewhiskers> Bitcoin.conf has "proxy = 127.0.0.1:9150" but the GUI options doesn't have the checkboxes for the proxy settings checked.
< bitcoin-git> [bitcoin] laanwj pushed tag v0.19.0rc1: https://github.com/bitcoin/bitcoin/compare/v0.19.0rc1
< bitcoin-git> [bitcoin] practicalswift opened pull request #17050: tests: Add fuzzing harnesses for DecodeRawPSBT(...), ParseHDKeypath(...), ParseScript(...), various number parsing functions and various JSON/univalue parsing functions (master...fuzzers) https://github.com/bitcoin/bitcoin/pull/17050
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/bd22dea6331d...913972944b4f
< bitcoin-git> bitcoin/0.19 9139729 Wladimir J. van der Laan: doc: Update manpages
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17049: build: Release updates on master (take 2) (master...1909-prep20) https://github.com/bitcoin/bitcoin/pull/17049
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/cd1e7bb06431...bd22dea6331d
< bitcoin-git> bitcoin/0.19 bd22dea João Barbosa: Prevent processing duplicate payment requests
< bitcoin-git> [bitcoin] GChuf opened pull request #17048: gui: add shortcuts for Options and Command-line options (master...shortcuts) https://github.com/bitcoin/bitcoin/pull/17048
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/8ddc30393121...94e6e9f38dee
< bitcoin-git> bitcoin/master fab68a0 MarcoFalke: doc: move-only release notes fragments for 0.20.0
< bitcoin-git> bitcoin/master fa8d052 MarcoFalke: doc: Update bips.md for default bech32 addresses in 0.20.0
< bitcoin-git> bitcoin/master fad1dbd MarcoFalke: doc: Fix amount typo in release notes
< bitcoin-git> [bitcoin] fanquake merged pull request #17026: doc: Update bips.md for default bech32 addresses in 0.20.0 (master...1909-doc0.20Rel) https://github.com/bitcoin/bitcoin/pull/17026
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f1f284aa757d...8ddc30393121
< bitcoin-git> bitcoin/master 3f89e1e João Barbosa: Prevent processing duplicate payment requests
< bitcoin-git> bitcoin/master 8ddc303 fanquake: Merge #17031: gui: Prevent processing duplicate payment requests
< bitcoin-git> [bitcoin] fanquake merged pull request #17031: gui: Prevent processing duplicate payment requests (master...2019-10-fix-paymentserver) https://github.com/bitcoin/bitcoin/pull/17031
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/6db76c6bc7fe...cd1e7bb06431
< bitcoin-git> bitcoin/0.19 cd1e7bb Wladimir J. van der Laan: build: Fix boost detection on Ubuntu ARM 18.04
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/9fdaaecf4928...6db76c6bc7fe
< bitcoin-git> bitcoin/0.19 6db76c6 Wladimir J. van der Laan: qt: Periodic translations update
< gribble> https://github.com/bitcoin/bitcoin/issues/15363 | wip: http: Exit the event loop as soon as there are no active events by promag · Pull Request #15363 · bitcoin/bitcoin · GitHub

2019-10-03

< gribble> https://github.com/bitcoin/bitcoin/issues/15363 | wip: http: Exit the event loop as soon as there are no active events by promag · Pull Request #15363 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c90ce0f709db...f1f284aa757d
< bitcoin-git> bitcoin/master 0b1dcd3 Brian Solon: contrib: fix minor typos in makeseeds.py
< bitcoin-git> bitcoin/master f1f284a MarcoFalke: Merge #17042: contrib: fix minor typos in makeseeds.py
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17042: contrib: fix minor typos in makeseeds.py (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17042
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16540: test: Add ASSERT_DEBUG_LOG to unit test framework (master...1908-UnitTestAssertDebugLog) https://github.com/bitcoin/bitcoin/pull/16540
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16540: test: Add ASSERT_DEBUG_LOG to unit test framework (master...1908-UnitTestAssertDebugLog) https://github.com/bitcoin/bitcoin/pull/16540
< gribble> https://github.com/bitcoin/bitcoin/issues/16148 | Travis timeouts · Issue #16148 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] j15marti opened pull request #17046: 0.19 (master...0.19) https://github.com/bitcoin/bitcoin/pull/17046
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17046: 0.19 (master...0.19) https://github.com/bitcoin/bitcoin/pull/17046
< gribble> https://github.com/bitcoin/bitcoin/issues/16963 | wallet: Fix unique_ptr usage in boost::signals2 by promag · Pull Request #16963 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16148 | Travis timeouts · Issue #16148 · 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/16148 | Travis timeouts · Issue #16148 · 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
< luke-jr> ? "however, the bitcoin-core v18 release is not affected (yet) as v18 translation hasn't been updated since Mar 14 2019 a01925c"
< wumpus> there's two PRs open for 0.19 that need review: https://github.com/bitcoin/bitcoin/pulls?q=is%3Aopen+is%3Apr+milestone%3A0.19.0
< gribble> https://github.com/bitcoin/bitcoin/issues/17027 | the translations of Traditional Chinese in bitcoin_zh_TW.ts got clobbered to Simplified Chinese · Issue #17027 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17045: Create bitcoin (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17045
< bitcoin-git> [bitcoin] napuri-metti opened pull request #17045: Create bitcoin (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17045
< 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
< bitcoin-git> [bitcoin] fjahr opened pull request #17044: refactor: remove old bootstrap relevant code (master...pr15954) https://github.com/bitcoin/bitcoin/pull/17044
< bitcoin-git> [bitcoin] laanwj merged pull request #17022: doc: move-only: Steps for "before major release branch-off" (master...1909-docReleaseProcess) https://github.com/bitcoin/bitcoin/pull/17022
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/47150377967e...c90ce0f709db
< bitcoin-git> bitcoin/master faca1c2 MarcoFalke: doc: move-only: Steps for "before major release branch-off"
< bitcoin-git> bitcoin/master c90ce0f Wladimir J. van der Laan: Merge #17022: doc: move-only: Steps for "before major release branch-off"
< bitcoin-git> [bitcoin] laanwj merged pull request #17038: Don't rename main thread at process level (master...2019_10_no_main_thread_rename) https://github.com/bitcoin/bitcoin/pull/17038
< bitcoin-git> [bitcoin] solon opened pull request #17042: contrib: fix minor typos in makeseeds.py (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17042
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/76ec335234ba...9fdaaecf4928
< bitcoin-git> bitcoin/0.19 9fdaaec Wladimir J. van der Laan: Don't rename main thread at process level
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/284cd3195a9e...47150377967e