2020-12-29

< bitcoin-git> bitcoin/master 8f9ca31 Jon Atack: p2p: remove unused legacyWhitelisted variable
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d875bcc8f9ac...069f37c0fd42
< bitcoin-git> [bitcoin] kallewoof closed pull request #20154: BIP-322 support (master...202010-bip322) https://github.com/bitcoin/bitcoin/pull/20154

2020-12-28

< bitcoin-git> [bitcoin] jonatack opened pull request #20791: p2p: remove unused legacyWhitelisted bool variable (master...rm-unused-legacyWhitelisted) https://github.com/bitcoin/bitcoin/pull/20791
< bitcoin-git> bitcoin/master e0e5506 Jon Atack: gui: fix broken doxygen formatting in src/qt/guiutil.h
< bitcoin-git> bitcoin/master 0d5613f Jon Atack: gui: create GUIUtil::NetworkToQString() utility function
< bitcoin-git> bitcoin/master af9103c Jon Atack: net, rpc: change CNodeStats::m_network from string to Network
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/e3dd0a56cfa7...d875bcc8f9ac
< bitcoin-git> [gui] laanwj merged pull request #162: Add network to peers window and peer details (master...display-peer-networks) https://github.com/bitcoin-core/gui/pull/162
< bitcoin-git> [gui] jonatack reopened pull request #162: Add network to peers window and peer details (master...display-peer-networks) https://github.com/bitcoin-core/gui/pull/162
< bitcoin-git> [gui] jonatack reopened pull request #163: Peer details: replace Direction with Connection Type (master...display-peer-conn-types) https://github.com/bitcoin-core/gui/pull/163
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20755: [rpc] Remove deprecated fields from getpeerinfo (master...2020-12-getpeerinfo-deprecate) https://github.com/bitcoin/bitcoin/pull/20755
< bitcoin-git> bitcoin/master b1a936d Amiti Uttarwar: [rpc] Remove deprecated "whitelisted" field from getpeerinfo
< bitcoin-git> bitcoin/master 094c3be Amiti Uttarwar: [rpc] Remove deprecated "banscore" field from getpeerinfo
< bitcoin-git> bitcoin/master 5370533 Amiti Uttarwar: [rpc] Remove deprecated "addnode" field from getpeerinfo
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/7f9ae870115e...e3dd0a56cfa7
< bitcoin-git> [bitcoin] jonatack opened pull request #20790: policy: create CFeeRate::FromSatB and FromBtcKb named ctors (master...CFeeRate-named-constructors) https://github.com/bitcoin/bitcoin/pull/20790
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20789: fuzz: Rework strong and weak net enum fuzzing (master...2012-fuzzRefactor) https://github.com/bitcoin/bitcoin/pull/20789
< bitcoin-git> [bitcoin] multisignature closed pull request #20784: doc: Typos in test README (master...master) https://github.com/bitcoin/bitcoin/pull/20784
< bitcoin-git> [bitcoin] vasild opened pull request #20788: net: add RAII socket and use it instead of bare SOCKET (master...sock) https://github.com/bitcoin/bitcoin/pull/20788
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20787: Use C++17 std::array deduction for OUTPUT_TYPES, ALL_FEE_ESTIMATE_HORIZONS (master...2012-WswitchFeeEstimateHorizon) https://github.com/bitcoin/bitcoin/pull/20787
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20786: net: [refactor] Prefer integral types in CNodeStats (master...2012-net) https://github.com/bitcoin/bitcoin/pull/20786
< bitcoin-git> [bitcoin] jonatack closed pull request #20778: net, p2p, gui: replace direction with connection type in gui peer details window (master...display-peer-conn-types) https://github.com/bitcoin/bitcoin/pull/20778
< bitcoin-git> [bitcoin] jonatack closed pull request #20779: net, rpc, gui: add network to peers window and peer details (master...display-peer-networks) https://github.com/bitcoin/bitcoin/pull/20779
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #20785: Changed (char **) to (const char **) for VS2019 (master...master) https://github.com/bitcoin/bitcoin/pull/20785
< bitcoin-git> [bitcoin] SkybuckFlying opened pull request #20785: Changed (char **) to (const char **) for VS2019 (master...master) https://github.com/bitcoin/bitcoin/pull/20785
< bitcoin-git> [bitcoin] laanwj merged pull request #20451: lint: run mypy over contrib/devtools (master...contrib_devtools_mypy) https://github.com/bitcoin/bitcoin/pull/20451
< bitcoin-git> bitcoin/master 7f9ae87 Wladimir J. van der Laan: Merge #20451: lint: run mypy over contrib/devtools
< bitcoin-git> bitcoin/master 1ef2138 fanquake: lint: run mypy over contrib/devtools
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ddbf7a6f5051...7f9ae870115e
< prayank> I hope you read the conversation in issue: https://github.com/bitcoin/bitcoin/issues/20128
< bitcoin-git> [gui] jonatack closed pull request #163: Peer details: replace Direction with Connection Type (master...display-peer-conn-types) https://github.com/bitcoin-core/gui/pull/163
< bitcoin-git> [gui] jonatack closed pull request #162: Add network to peers window and peer details (master...display-peer-networks) https://github.com/bitcoin-core/gui/pull/162
< bitcoin-git> [bitcoin] multisignature closed pull request #20774: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/20774
< bitcoin-git> [bitcoin] multisignature opened pull request #20784: doc: Typos in test README (master...master) https://github.com/bitcoin/bitcoin/pull/20784
< prayank> It's an alternative to https://github.com/bitcoin/bitcoin/pull/20393 which I think is not the best solution
< prayank> Can someone review this PR: https://github.com/bitcoin/bitcoin/pull/20741 and maybe merge it if 2-3 ACKs are enough for this change?
< bitcoin-git> [bitcoin] fanquake merged pull request #20684: build: Define .INTERMEDIATE target once only (master...201217-target) https://github.com/bitcoin/bitcoin/pull/20684
< bitcoin-git> bitcoin/master ddbf7a6 fanquake: Merge #20684: build: Define .INTERMEDIATE target once only
< bitcoin-git> bitcoin/master 5e0dedb Hennadii Stepanov: build: Define .INTERMEDIATE target once only
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4a8f4ac4fc07...ddbf7a6f5051
< bitcoin-git> [bitcoin] fanquake opened pull request #20781: fuzz: remove no-longer-necessary packages from fuzzbuzz config (master...cleanup_fuzzbuzz) https://github.com/bitcoin/bitcoin/pull/20781
< bitcoin-git> [bitcoin] fanquake merged pull request #20771: refactor: Enable -Wswitch for FeeEstimateHorizon (master...2012-WswitchFeeEstimateHorizon) https://github.com/bitcoin/bitcoin/pull/20771
< bitcoin-git> bitcoin/master 4a8f4ac fanquake: Merge #20771: refactor: Enable -Wswitch for FeeEstimateHorizon
< bitcoin-git> bitcoin/master faccf8b MarcoFalke: refactor: Enable -Wswitch for FeeEstimateHorizon
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0e1b57b4bb63...4a8f4ac4fc07
< bitcoin-git> [bitcoin] fanquake closed pull request #19995: log: Mitigate disk filling attacks by temporarily rate limiting LogPrintf(…) (master...mitigate-log-disk-filling-attacks) https://github.com/bitcoin/bitcoin/pull/19995

2020-12-27

< bitcoin-git> [bitcoin] jonatack opened pull request #20779: net, rpc, gui: add network to peers window and peer details (master...display-peer-networks) https://github.com/bitcoin/bitcoin/pull/20779
< bitcoin-git> [bitcoin] fanquake merged pull request #20763: test: Fix comment typo in BitcoinTestFramework (master...test-framework-doc-typo) https://github.com/bitcoin/bitcoin/pull/20763
< bitcoin-git> bitcoin/master 0e1b57b fanquake: Merge #20763: test: Fix comment typo in BitcoinTestFramework
< bitcoin-git> bitcoin/master 40fdb2a Joel Klabo: test: Fix Comment Typo in BitcoinTestFramework
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/31e511658a18...0e1b57b4bb63
< bitcoin-git> [bitcoin] fanquake merged pull request #20674: fuzz: Call SendMessages after ProcessMessage to increase coverage (master...2012-fuzzSendMessages) https://github.com/bitcoin/bitcoin/pull/20674
< bitcoin-git> bitcoin/master 31e5116 fanquake: Merge #20674: fuzz: Call SendMessages after ProcessMessage to increase cov...
< bitcoin-git> bitcoin/master fa09f97 MarcoFalke: fuzz: Call SendMessages after ProcessMessage to increase coverage
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/02cf20b9f571...31e511658a18

2020-12-26

< bitcoin-git> [bitcoin] jonatack opened pull request #20778: net, p2p, gui: replace direction with connection type in gui peer details window (master...display-peer-conn-types) https://github.com/bitcoin/bitcoin/pull/20778
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20756: [doc] Add missing field (permissions) to the getpeerinfo help (master...2020-12-getpeerinfo-permissions) https://github.com/bitcoin/bitcoin/pull/20756
< bitcoin-git> bitcoin/master 02cf20b MarcoFalke: Merge #20756: [doc] Add missing field (permissions) to the getpeerinfo hel...
< bitcoin-git> bitcoin/master 667d203 Amiti Uttarwar: [doc] Add permissions to the getpeerinfo help.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/43fc7a569c13...02cf20b9f571
< jonatack> e.g. bitcoin-cli -netinfo help
< bitcoin-git> [bitcoin] mjdietzx opened pull request #20775: [POC/DRAFT] - Finalize remove reqsigs deprecation from rpcs (master...finalize-remove-reqsigs-from-rpcs) https://github.com/bitcoin/bitcoin/pull/20775
< bitcoin-git> [bitcoin] multisignature opened pull request #20774: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/20774
< bitcoin-git> [bitcoin] S3RK opened pull request #20773: refactor: split CWallet::Create (master...refactor_wallet_create) https://github.com/bitcoin/bitcoin/pull/20773
< bitcoin-git> [bitcoin] mjdietzx opened pull request #20772: fuzz: bolster ExtractDestination(s) checks (master...test-fuzz-extract-destinations) https://github.com/bitcoin/bitcoin/pull/20772
< CryptoKid> Verry Fast bitcoin miner ! https://cryptotabbrowser.com/16879401 for crypto miners
< CryptoKid> Verry Fast bitcoin miner ! https://cryptotabbrowser.com/16879401 for crypto miners
< jonatack> I was thinking it might be good to have a detailed help doc for -netinfo, either with "help -netinfo", or expand the existing one at "./src/bitcoin-cli -h | grep -A3 netinfo", or add a doc/netinfo.md file
< jonatack> (for more detailed help than in ./src/bitcoin-cli -h)
< jonatack> Is there a reason why we don't have help for CLI options? e.g. ./src/bitcoin-cli help -getinfo, ./src/bitcoin-cli help -netinfo
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20771: refactor: Enable -Wswitch for FeeEstimateHorizon (master...2012-WswitchFeeEstimateHorizon) https://github.com/bitcoin/bitcoin/pull/20771
< bitcoin-git> [bitcoin] jadijadi opened pull request #20769: net: fixes #20657 - Advertised address where nobody is listening (master...fixes-issue-20657) https://github.com/bitcoin/bitcoin/pull/20769

2020-12-25

< bitcoin-git> [gui] hebasto opened pull request #166: refactor: Use enum type as switch argument in *TableModel (master...201225-header) https://github.com/bitcoin-core/gui/pull/166
< bitcoin-git> [gui] hebasto opened pull request #165: Save QSplitter state in QSettings (master...201225-geo) https://github.com/bitcoin-core/gui/pull/165
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19972: fuzz: Add fuzzing harness for node eviction logic (master...fuzzers-eviction-logic) https://github.com/bitcoin/bitcoin/pull/19972
< bitcoin-git> bitcoin/master 43fc7a5 MarcoFalke: Merge #19972: fuzz: Add fuzzing harness for node eviction logic
< bitcoin-git> bitcoin/master 5a9ee08 practicalswift: tests: Add fuzzing harness for node eviction logic
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/762cbd287f63...43fc7a569c13
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15451: [doc] clarify getdata limit after #14897 (master...patch-2) https://github.com/bitcoin/bitcoin/pull/15451
< bitcoin-git> bitcoin/master 762cbd2 MarcoFalke: Merge #15451: [doc] clarify getdata limit after #14897
< bitcoin-git> bitcoin/master c119ba3 Michael Polzer: [doc] clarify getdata limit after #14897
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/22435f0cf69d...762cbd287f63
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20759: doc: [test] Remove outdated comment in fuzz runner (master...2012-testDoc) https://github.com/bitcoin/bitcoin/pull/20759
< bitcoin-git> bitcoin/master 22435f0 MarcoFalke: Merge #20759: doc: [test] Remove outdated comment in fuzz runner
< bitcoin-git> bitcoin/master fa51104 MarcoFalke: doc: [test] Remove outdated comment in fuzz runner
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/443988d40699...22435f0cf69d
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20761: fuzz: Check that NULL_DATA is unspendable (master...2012-testFuzzNullData) https://github.com/bitcoin/bitcoin/pull/20761
< bitcoin-git> bitcoin/master fa26303 MarcoFalke: fuzz: Check that NULL_DATA is unspendable
< bitcoin-git> bitcoin/master 443988d MarcoFalke: Merge #20761: fuzz: Check that NULL_DATA is unspendable
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1b31695c747e...443988d40699
< bitcoin-git> [bitcoin] fanquake merged pull request #20673: depends: Use more legible qmake commands in qt package (master...201216-subdir) https://github.com/bitcoin/bitcoin/pull/20673
< bitcoin-git> bitcoin/master 87fe104 Hennadii Stepanov: depends: Use more legible qmake commands in qt package
< bitcoin-git> bitcoin/master 1b31695 fanquake: Merge #20673: depends: Use more legible qmake commands in qt package
< bitcoin-git> bitcoin/master bf35a8d Hennadii Stepanov: depends: Do not set build_subdir for qt package
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f656165e9c0d...1b31695c747e

2020-12-24

< sipa> bitcoin-cli help
< bitcoin-git> [bitcoin] mjdietzx opened pull request #20765: fuzz: check that certain script TxoutType are nonstandard (master...test-fuzz-is-nonstandard) https://github.com/bitcoin/bitcoin/pull/20765
< bitcoin-git> [bitcoin] jonatack opened pull request #20764: cli -netinfo peer connections dashboard updates 🎄 ✨ (master...netinfo-updates-dec-2020) https://github.com/bitcoin/bitcoin/pull/20764
< bitcoin-git> [gui] hebasto opened pull request #164: Handle peer addition/removal in a right way (master...201224-signal) https://github.com/bitcoin-core/gui/pull/164
< bitcoin-git> [bitcoin] joelklabo opened pull request #20763: test: Fix Comment Typo in BitcoinTestFramework (master...test-framework-doc-typo) https://github.com/bitcoin/bitcoin/pull/20763
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18772: rpc: calculate fees in getblock using BlockUndo data (master...getblock-fee) https://github.com/bitcoin/bitcoin/pull/18772
< bitcoin-git> bitcoin/master f656165 MarcoFalke: Merge #18772: rpc: calculate fees in getblock using BlockUndo data
< bitcoin-git> bitcoin/master 66d012a Elliott Jin: test: RPC: getblock fee calculations
< bitcoin-git> bitcoin/master bf7d6e3 Elliott Jin: RPC: getblock: tx fee calculation for verbosity 2 via Undo data
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cc592a85ea0c...f656165e9c0d
< bitcoin-git> [bitcoin] eltociear opened pull request #20762: depends: Fix typo in qt.mk (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20762
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20761: fuzz: Check that NULL_DATA is unspendable (master...2012-testFuzzNullData) https://github.com/bitcoin/bitcoin/pull/20761
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20760: test: Set correct nValue for multi-op-return policy check (master...2012-testNValue) https://github.com/bitcoin/bitcoin/pull/20760
< bitcoin-git> [gui] jonatack opened pull request #163: Peer details: replace Direction with Connection Type (master...display-peer-conn-types) https://github.com/bitcoin-core/gui/pull/163
< bitcoin-git> [gui] jonatack opened pull request #162: gui: add network to peers window and in peer details (master...display-peer-networks) https://github.com/bitcoin-core/gui/pull/162
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20759: doc: [test] Remove outdated comment in fuzz runner (master...2012-testDoc) https://github.com/bitcoin/bitcoin/pull/20759
< queip> bitcoin startup/shutdown could use more debugging, node just turns off with "tor thread interrupted"... that isn't helpful
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20189: test: Switch to BIP341's suggested scheme for outputs without script (master...202010_taproot_std_noscript) https://github.com/bitcoin/bitcoin/pull/20189
< bitcoin-git> bitcoin/master 812baaa Pieter Wuille: Switch to BIP341's suggested scheme for outputs without script
< bitcoin-git> bitcoin/master cc592a8 MarcoFalke: Merge #20189: test: Switch to BIP341's suggested scheme for outputs withou...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1be6f2dba9b7...cc592a85ea0c
< bitcoin-git> bitcoin/master 1be6f2d fanquake: Merge #20747: net processing: Remove dropmessagestest
< bitcoin-git> [bitcoin] fanquake merged pull request #20747: net processing: Remove dropmessagestest (master...2020-12-dropmessagestest) https://github.com/bitcoin/bitcoin/pull/20747
< bitcoin-git> bitcoin/master 176325a John Newbery: [net processing] Remove dropmessagestest
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e669c3156ff8...1be6f2dba9b7

2020-12-23

< bitcoin-git> [bitcoin] ajtowns opened pull request #20758: net-processing refactoring -- lose globals, move implementation details from .h to .cpp (master...202012-netproc-refactor) https://github.com/bitcoin/bitcoin/pull/20758
< bitcoin-git> [bitcoin] jonatack opened pull request #20757: doc: tor.md and -onlynet helpupdate -onlynet help in src/init.cpp (master...tor-md-doc-updates) https://github.com/bitcoin/bitcoin/pull/20757
< bitcoin-git> [gui] hebasto opened pull request #161: Rework RPCConsole::banSelectedNode function (master...201223-ban) https://github.com/bitcoin-core/gui/pull/161
< justinmoon> FYI: jonatack's docker-based gitian guide (https://github.com/jonatack/bitcoin-development/blob/master/gitian-building.md) is much easier to follow than the official virtualbox-based docs (https://github.com/bitcoin-core/docs)
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #20756: [doc] Add missing field (permissions) to the getpeerinfo help (master...2020-12-getpeerinfo-permissions) https://github.com/bitcoin/bitcoin/pull/20756
< gribble> https://github.com/bitcoin/bitcoin/issues/20391 | wallet: introduce setfeerate (an improved settxfee, in sat/vB) by jonatack · Pull Request #20391 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #20755: [rpc] Remove deprecated fields from getpeerinfo (master...2020-12-getpeerinfo-deprecate) https://github.com/bitcoin/bitcoin/pull/20755
< jonatack> miketwenty1: yes iirc, see: ./src/bitcoin-cli help settxfee
< miketwen_> looking for some clarity here.. smartfee estimator is used by default for bitcoin node correct? if you are not synced with the blockchain it will use fallbackfee if enabled. correct? In terms of priority or the decision tree I'm wondering how this relates with paytxfee.. and then I would guess settxfee would be the same logic as paytxfee but replace paytxfee?
< gribble> https://github.com/bitcoin/bitcoin/issues/7533 | RPC: sendrawtransaction: Allow the user to ignore/override specific rejections by luke-jr · Pull Request #7533 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20753: rpc: Allow to ignore specific policy reject reasons (master...2012-policyRpcIgnore) https://github.com/bitcoin/bitcoin/pull/20753
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20748: test: Add race:SendZmqMessage tsan suppression (master...2012-ciSuppZmq) https://github.com/bitcoin/bitcoin/pull/20748
< bitcoin-git> bitcoin/master e669c31 MarcoFalke: Merge #20748: test: Add race:SendZmqMessage tsan suppression
< bitcoin-git> bitcoin/master fa957f8 MarcoFalke: test: Add race:SendZmqMessage tsan suppression
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98de9eb1aa84...e669c3156ff8
< bitcoin-git> [bitcoin] pstratem opened pull request #20752: [fuzzer] generate new seeds in an infinite loop with random parameters (master...2020-12-fuzz-test-runner-infinite-generate) https://github.com/bitcoin/bitcoin/pull/20752
< bitcoin-git> [bitcoin] pstratem opened pull request #20751: [fuzzing] Use subprocess.Popen call directly, remove use of thread pool. (master...2020-12-22-fuzz-test-runner) https://github.com/bitcoin/bitcoin/pull/20751
< phantomcircuit> MarcoFalke, btw https://github.com/bitcoin-core/qa-assets/pull/37

2020-12-22

< justinmoon> Can anyone share docker or vagrant setups for the gitian build? Been following these docs and I imagine we could automate this more https://github.com/bitcoin-core/docs/blob/master/gitian-building.md ...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19983: Drop some TSan suppressions (master...200920-supp) https://github.com/bitcoin/bitcoin/pull/19983
< bitcoin-git> bitcoin/master 98de9eb MarcoFalke: Merge #19983: Drop some TSan suppressions
< bitcoin-git> bitcoin/master 3e15712 Hennadii Stepanov: Update TSan suppressions
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9286b1cbce78...98de9eb1aa84
< bitcoin-git> [bitcoin] dongcarl opened pull request #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validation functions (master...2020-09-reduce-validation-mempool-ccsactiveglobal-usage) https://github.com/bitcoin/bitcoin/pull/20750
< bitcoin-git> [bitcoin] dongcarl opened pull request #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex (master...2020-09-libbitcoinruntime-v4) https://github.com/bitcoin/bitcoin/pull/20749
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20748: test: Add race:SendZmqMessage tsan suppression (master...2012-ciSuppZmq) https://github.com/bitcoin/bitcoin/pull/20748
< bitcoin-git> [bitcoin] jnewbery opened pull request #20747: net processing: Remove dropmessagestest (master...2020-12-dropmessagestest) https://github.com/bitcoin/bitcoin/pull/20747
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #20746: test (master...2012-tempDel) https://github.com/bitcoin/bitcoin/pull/20746
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20746: test (master...2012-tempDel) https://github.com/bitcoin/bitcoin/pull/20746
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20745: qa: Correct epoll_ctl data race suppression (master...201222-epoll) https://github.com/bitcoin/bitcoin/pull/20745
< bitcoin-git> bitcoin/master 9286b1c MarcoFalke: Merge #20745: qa: Correct epoll_ctl data race suppression
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df127ecede80...9286b1cbce78
< bitcoin-git> bitcoin/master d71e29e Hennadii Stepanov: qa: Correct epoll_ctl data race suppression
< bitcoin-git> [bitcoin] hebasto opened pull request #20745: qa: Correct epoll_ctl data race suppression (master...201222-epoll) https://github.com/bitcoin/bitcoin/pull/20745
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #20744: [POC] Use std::filesystem. Remove Boost Filesystem & System (master...use_std_filesystem) https://github.com/bitcoin/bitcoin/pull/20744
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #20744: [POC] Use std::filesystem. Remove Boost Filesystem & System (master...use_std_filesystem) https://github.com/bitcoin/bitcoin/pull/20744
< bitcoin-git> [bitcoin] fanquake closed pull request #19245: Replace boost::filesystem with std::filesystem (master...feature/2020-06-replace-boost-filesystem-with-cpp17-filesystem) https://github.com/bitcoin/bitcoin/pull/19245
< bitcoin-git> [bitcoin] fanquake opened pull request #20744: [POC] Use std::filesystem. Remove Boost Filesystem & System (master...use_std_filesystem) https://github.com/bitcoin/bitcoin/pull/20744
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19829: net processing: Move block inventory state to net_processing (master...2020-08-blocks-in-peer) https://github.com/bitcoin/bitcoin/pull/19829
< bitcoin-git> bitcoin/master 77a2c2f John Newbery: [net processing] Move nStartingHeight to Peer
< bitcoin-git> bitcoin/master 78040f9 John Newbery: [net processing] Rename nStartingHeight to m_starting_height
< bitcoin-git> bitcoin/master 717a374 John Newbery: [net processing] Improve documentation for Peer destruction/locking
< bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/209974d379e5...df127ecede80
< gribble> https://github.com/bitcoin/bitcoin/issues/19829 | net processing: Move block inventory state to net_processing by jnewbery · Pull Request #19829 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20740: fuzz: Update FuzzedDataProvider.h from upstream (LLVM) (master...bump-FuzzedDataProvider.h) https://github.com/bitcoin/bitcoin/pull/20740
< bitcoin-git> bitcoin/master 209974d MarcoFalke: Merge #20740: fuzz: Update FuzzedDataProvider.h from upstream (LLVM)
< bitcoin-git> bitcoin/master e3d2ba7 practicalswift: fuzz: Update FuzzedDataProvider.h from upstream (LLVM)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4ac48d30a84...209974d379e5
< jonasschnelli> As for the next steps: how do we pack codesign_allocate into the bitcoin-osx-unsigned.tar.gz?
< jonasschnelli> stuffing the csalloc_internal signature through gitian signer gives me a "Bitcoin-Qt.app: invalid signature (code or signature have been modified)" when verifying on my mac
< gribble> https://github.com/bitcoin/bitcoin/issues/20739 | [0.19] final rc2 backports by MarcoFalke · Pull Request #20739 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20644 | Add patch to make codesign_allocate compatible with Apples by sipa · Pull Request #20644 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] prayank23 opened pull request #20741: doc: Update 'Secure string handling' (master...walletname-security) https://github.com/bitcoin/bitcoin/pull/20741

2020-12-21

< bitcoin-git> [bitcoin] practicalswift opened pull request #20740: fuzz: Update FuzzedDataProvider.h from upstream (LLVM) (master...bump-FuzzedDataProvider.h) https://github.com/bitcoin/bitcoin/pull/20740
< bitcoin-git> [bitcoin] achow101 closed pull request #20638: build: Fix macOS code signing by pre-allocating space for the code signature during gitian build (master...mac-codesign-fixed-alloc) https://github.com/bitcoin/bitcoin/pull/20638
< bitcoin-git> [bitcoin] laanwj merged pull request #20735: script: Remove outdated extract-osx-sdk.sh (master...201221-doc) https://github.com/bitcoin/bitcoin/pull/20735
< bitcoin-git> bitcoin/master f4ac48d Wladimir J. van der Laan: Merge #20735: script: Remove outdated extract-osx-sdk.sh
< bitcoin-git> bitcoin/master 1fbb8b6 Hennadii Stepanov: script: Remove outdated extract-osx-sdk.sh
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cc2a5ef9b2ff...f4ac48d30a84
< bitcoin-git> [bitcoin] laanwj merged pull request #20683: test: Fix restart node race (master...2012-testNodeStart) https://github.com/bitcoin/bitcoin/pull/20683
< bitcoin-git> bitcoin/master cc2a5ef Wladimir J. van der Laan: Merge #20683: test: Fix restart node race
< bitcoin-git> bitcoin/master fab46b3 MarcoFalke: test: Fix restart node race
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2556a973ed58...cc2a5ef9b2ff
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20731: rpc: Add missing description of vout in getrawtransaction help text (master...fix-getrawtransaction-help-text) https://github.com/bitcoin/bitcoin/pull/20731
< bitcoin-git> bitcoin/master 2556a97 MarcoFalke: Merge #20731: rpc: Add missing description of vout in getrawtransaction he...
< bitcoin-git> bitcoin/master b23349b Ben Carman: rpc: Add missing description of vout in getrawtransaction help text
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1d7243d30720...2556a973ed58
< gribble> https://github.com/bitcoin/bitcoin/issues/14066 | gitian-linux: Build binaries for 64-bit POWER by luke-jr · Pull Request #14066 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #20737: test: Add missing assignment in mempool_resurrect.py (master...2012-testAssign) https://github.com/bitcoin/bitcoin/pull/20737
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #20737: test: Add missing assignment in mempool_resurrect.py (master...2012-testAssign) https://github.com/bitcoin/bitcoin/pull/20737
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20739: [0.19] final rc2 backports (0.19...2012-19rc2) https://github.com/bitcoin/bitcoin/pull/20739
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20738: [0.20] final rc2 backports (0.20...2012-20rc2) https://github.com/bitcoin/bitcoin/pull/20738
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20737: test: Add missing assignment in mempool_resurrect.py (master...2012-testAssign) https://github.com/bitcoin/bitcoin/pull/20737
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20692: test: run mempool_resurrect.py even with wallet disabled (master...mempool-resurrect-to-miniwallet) https://github.com/bitcoin/bitcoin/pull/20692
< bitcoin-git> bitcoin/master 1077c93 MarcoFalke: Merge #20692: test: run mempool_resurrect.py even with wallet disabled
< bitcoin-git> bitcoin/master 11a3272 Michael Dietz: test: run mempool_resurrect.py even with wallet disabled
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/68c7acf6bb77...1077c93a3410
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20736: rpc: Replace boost::variant with std::variant for RPCArg.m_fallback (master...2012-rpcStdVariant) https://github.com/bitcoin/bitcoin/pull/20736
< bitcoin-git> [bitcoin] hebasto opened pull request #20735: script: Remove outdated extract-osx-sdk.sh (master...201221-doc) https://github.com/bitcoin/bitcoin/pull/20735
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19426: refactor: Change * to & in MutableTransactionSignatureCreator (master...2007-refactorSign) https://github.com/bitcoin/bitcoin/pull/19426
< bitcoin-git> [bitcoin] laanwj merged pull request #20671: Replace boost::optional with std::optional (master...2012-stdOpt) https://github.com/bitcoin/bitcoin/pull/20671
< bitcoin-git> bitcoin/master fa4435e MarcoFalke: Replace boost::optional with std::optional
< bitcoin-git> bitcoin/master fa7e803 MarcoFalke: Remove unused MakeOptional
< bitcoin-git> bitcoin/master fadd402 MarcoFalke: psbt: Assert that tx has a value in UpdatePSBTOutput
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f061da288783...68c7acf6bb77
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #20697: ci: Fix COMMIT_RANGE variable value for PRs (master...201218-range) https://github.com/bitcoin/bitcoin/pull/20697
< bitcoin-git> bitcoin/master 10af252 Hennadii Stepanov: ci: Drop Travis-specific way to set COMMIT_RANGE variable
< bitcoin-git> bitcoin/master c123892 Hennadii Stepanov: ci: Drop Travis-specific workaround for shellcheck
< bitcoin-git> bitcoin/master 93504da Hennadii Stepanov: ci: Fix COMMIT_RANGE variable value for PRs
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/e9efb64a0772...f061da288783
< wumpus> MarcoFalke: https://github.com/bitcoin/bitcoin/pull/20720#issuecomment-748815722 beware, github-merge will still include your not-an-ACK as if an ACK :)
< wumpus> the metadata archive (https://github.com/zw/bitcoin-gh-meta) doesn't have a file for it *at all* so it was not visible through the API either
< jonasschnelli> achow101: after entering the .p12 password (your tool) I'm getting FileNotFoundError: [Errno 2] No such file or directory: '/Users/jonasschnelli/Desktop/bitcoin-0.21.0rc3-osx-unsigned/dist/Bitcoin-Qt.app/Contents/_CodeSignature/CodeResources'
< jonasschnelli> set -x tell me: /Users/jonasschnelli/Documents/bitcoin/signapple/codesign.py sign -f --file-list sign.temp/signatures.txt -s Bitcoin dist/Bitcoin-Qt.app
< jonasschnelli> achow101: I'm at 56e5493,... ./detached-sig-create.sh -s "Bitcoin" gives me "codesign.py: error: argument command: invalid choice: 'sign.temp/signatures.txt' (choose from 'verify', 'sign', 'dump')"
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20733: inline non-member functions with body in fuzzing headers (master...2020-12-20-fuzz-inline) https://github.com/bitcoin/bitcoin/pull/20733
< bitcoin-git> bitcoin/master e9efb64 MarcoFalke: Merge #20733: inline non-member functions with body in fuzzing headers
< bitcoin-git> bitcoin/master d8b9cec Patrick Strateman: inline non-member functions with body in fuzzing headers
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f1dbf92ff047...e9efb64a0772
< bitcoin-git> [bitcoin] hebasto opened pull request #20734: build: Make platform-specific targets available for proper platform builds only (master...201221-targets) https://github.com/bitcoin/bitcoin/pull/20734
< bitcoin-git> [bitcoin] fanquake closed pull request #16169: omnilayerDevelop88 (0.18...develop) https://github.com/bitcoin/bitcoin/pull/16169

2020-12-20

< bitcoin-git> [bitcoin] pstratem opened pull request #20733: inline non-member functions with body in fuzzing headers (master...2020-12-20-fuzz-inline) https://github.com/bitcoin/bitcoin/pull/20733
< fanquake> No worries. What you're seeing now could be the same as what was reported here: https://github.com/bitcoin/bitcoin/pull/20560#issuecomment-748339644
< fanquake> how is "/usr/bin/ld: error: ... <corrupt x86 feature size: 0x8>" the same as "multiple definition of `ConsumeNode(FuzzedDataProvider&)'; test/fuzz/fuzz-addition_overflow.o:/home/bitcoin/bitcoin/src/./test/fuzz/util.h:290: first defined here"
< bitcoin-git> [bitcoin] benthecarman opened pull request #20731: rpc: Add missing description of vout in getrawtransaction help text (master...fix-getrawtransaction-help-text) https://github.com/bitcoin/bitcoin/pull/20731
< bitcoin-git> [bitcoin] jonatack opened pull request #20729: p2p: standardize on outbound-{full, block}-relay connection type naming (master...outbound-connection-type-naming) https://github.com/bitcoin/bitcoin/pull/20729
< bitcoin-git> [bitcoin] hebasto closed pull request #20717: ci: Fix COMMIT_RANGE variable value for cloned repos (master...201218-clone) https://github.com/bitcoin/bitcoin/pull/20717

2020-12-19

< bitcoin-git> [bitcoin] sdaftuar opened pull request #20726: p2p: Add BLOCKRELAY message for negotiating block-relay-only connection (master...2020-12-negotiate-block-relay) https://github.com/bitcoin/bitcoin/pull/20726
< bitcoin-git> [bitcoin] ajtowns opened pull request #20724: Cleanup of -debug=net log messages (master...202012-net-log-cleanup) https://github.com/bitcoin/bitcoin/pull/20724
< bitcoin-git> [bitcoin] hebasto closed pull request #20206: wallet, refactor: Include headers instead of function declarations (master...201020-headers) https://github.com/bitcoin/bitcoin/pull/20206
< bitcoin-git> [bitcoin] jonatack opened pull request #20723: p2p: improve logging in EvictExtraOutboundPeers() (master...improve-EvictExtraOutboundPeers-logging) https://github.com/bitcoin/bitcoin/pull/20723
< bitcoin-git> [bitcoin] laanwj closed pull request #20678: Add on autoconf as a dependency when building on macOS (master...autoconf-dependency) https://github.com/bitcoin/bitcoin/pull/20678
< bitcoin-git> [bitcoin] jnewbery opened pull request #20721: Net: Move ping data to net_processing (master...2020-12-ping-in-peer) https://github.com/bitcoin/bitcoin/pull/20721
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #20717: ci: Fix COMMIT_RANGE variable value for cloned repos (master...201218-clone) https://github.com/bitcoin/bitcoin/pull/20717
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #20717: ci: Fix COMMIT_RANGE variable value for cloned repos (master...201218-clone) https://github.com/bitcoin/bitcoin/pull/20717
< bitcoin-git> [bitcoin] hebasto reopened pull request #20717: ci: Fix COMMIT_RANGE variable value for cloned repos (master...201218-clone) https://github.com/bitcoin/bitcoin/pull/20717
< bitcoin-git> [bitcoin] hebasto closed pull request #20717: ci: Fix COMMIT_RANGE variable value for cloned repos (master...201218-clone) https://github.com/bitcoin/bitcoin/pull/20717
< bitcoin-git> [bitcoin] fanquake opened pull request #20720: build: more robustly check for fcf-protection support (master...more_robust_fcf_protection) https://github.com/bitcoin/bitcoin/pull/20720
< fanquake> I've just built bitcoin-cli and see the same linking issue.
< phantomcircuit> sipa, exactly what i did http://192.241.205.97/bitcoin-fuzz.txt
< bitcoin-git> [bitcoin] fanquake closed pull request #20719: (master) (master...(master)) https://github.com/bitcoin/bitcoin/pull/20719

2020-12-18

< sipa> though it seems something was changed w.r.t not doing that, as dongcarl noticed: https://github.com/bitcoin/bitcoin/pull/20560#issuecomment-748339644
< gribble> https://github.com/bitcoin/bitcoin/issues/20560 | fuzz: Link all targets once by MarcoFalke · Pull Request #20560 · bitcoin/bitcoin · GitHub
< andytoshi> /home/apoelstra/code/bitcoin/bitcoin/fuzz/src/./test/fuzz/fuzz.h:18: multiple definition of `FuzzFrameworkEmptyFun()'; test/fuzz/fuzz-addition_overflow.o:/home/apoelstra/code/bitcoin/bitcoin/fuzz/src/./test/fuzz/fuzz.h:18: first defined here
< core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
< achow101> #bitcoin-core-dev Wallet Meeting: achow101 aj amiti ariard bluematt cfields Chris_Stewart_5 digi_james dongcarl elichai2 emilengler fanquake fjahr gleb gmaxwell gwillen hebasto instagibbs jamesob jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik petertodd phantomcircuit promag provoostenator
< core-meetingbot> Meeting started Fri Dec 18 19:03:49 2020 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< bitcoin-git> [gui] luke-jr opened pull request #157: Refactor P2PKH filtering, via AddressBookSortFilterProxyModel (master...gui_filter_p2pkh) https://github.com/bitcoin-core/gui/pull/157
< bitcoin-git> [bitcoin] hebasto opened pull request #20717: ci: Fix COMMIT_RANGE variable value for cloned repos (master...201218-clone) https://github.com/bitcoin/bitcoin/pull/20717
< bitcoin-git> [bitcoin] hebasto closed pull request #20716: ci: Fix COMMIT_RANGE variable value for cloned repos (master...201218-cloned) https://github.com/bitcoin/bitcoin/pull/20716
< bitcoin-git> [bitcoin] hebasto reopened pull request #20716: ci: Fix COMMIT_RANGE variable value for cloned repos (master...201218-cloned) https://github.com/bitcoin/bitcoin/pull/20716
< bitcoin-git> [bitcoin] hebasto closed pull request #20716: ci: Fix COMMIT_RANGE variable value for cloned repos (master...201218-cloned) https://github.com/bitcoin/bitcoin/pull/20716
< bitcoin-git> [bitcoin] hebasto opened pull request #20716: ci: Fix COMMIT_RANGE variable value for cloned repos (master...201218-cloned) https://github.com/bitcoin/bitcoin/pull/20716
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20715: util: Add ArgsManager::GetCommands() and use it in bitcoin-wallet (master...2012-argsCmd) https://github.com/bitcoin/bitcoin/pull/20715
< bitcoin-git> [bitcoin] romanz opened pull request #20702: rpc: Add getblocklocations (master...locations) https://github.com/bitcoin/bitcoin/pull/20702
< bitcoin-git> [bitcoin] hebasto opened pull request #20697: ci: Fix COMMIT_RANGE variable value (master...201218-range) https://github.com/bitcoin/bitcoin/pull/20697
< bitcoin-git> [bitcoin] laanwj merged pull request #20434: contrib: Parse ELF directly for symbol and security checks (master...2020_11_pixie) https://github.com/bitcoin/bitcoin/pull/20434
< bitcoin-git> bitcoin/master a0a7718 Luke Dashjr: contrib: Changes to checks for PowerPC64
< bitcoin-git> bitcoin/master f1dbf92 Wladimir J. van der Laan: Merge #20434: contrib: Parse ELF directly for symbol and security checks
< bitcoin-git> bitcoin/master 634f6ec Wladimir J. van der Laan: contrib: Parse ELF directly for symbol and security checks
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/83e4670fd7cd...f1dbf92ff047
< vasild> Sure, if no downsides. What is that "random ports mapping" luke-jr mentioned (https://github.com/bitcoin/bitcoin/pull/18077#issuecomment-588484002)?
< wumpus> i think UPnP is a terrible protocol, but I'm biased because the only RCE for bitcoin core that I know of used a UPnP xml parsing vulnerability
< gleb> On the Bitcoin p2p protocol layer I mean.
< vasild> gleb: wrt https://github.com/bitcoin/bitcoin/pull/20685#issuecomment-747959538 -- by "non-popular overlay" do you mean I2P? What "privacy/security side-effects" side effects?
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20690: Clean up logging of outbound connection type (master...2020-12-clean-up-outbound-logging) https://github.com/bitcoin/bitcoin/pull/20690
< bitcoin-git> bitcoin/master 83e4670 MarcoFalke: Merge #20690: Clean up logging of outbound connection type
< bitcoin-git> bitcoin/master 6d1e85f Suhas Daftuar: Clean up logging of outbound connection type
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/20f4a9421ba6...83e4670fd7cd
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20682: ci: Install missing lint packages (master...2012-testDel) https://github.com/bitcoin/bitcoin/pull/20682
< bitcoin-git> bitcoin/master 20f4a94 MarcoFalke: Merge #20682: ci: Install missing lint packages
< bitcoin-git> bitcoin/master faeb40b MarcoFalke: ci: Install missing lint packages
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3dd3f7c0af7e...20f4a9421ba6
< bitcoin-git> bitcoin/master 3dd3f7c MarcoFalke: Merge bitcoin-core/gui#155: Fix checkbox layout in Create Wallet dialog
< bitcoin-git> bitcoin/master e71b656 Hennadii Stepanov: qt: Align layout of checkboxes
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b27104dc5276...3dd3f7c0af7e
< bitcoin-git> [gui] MarcoFalke merged pull request #155: Fix checkbox layout in Create Wallet dialog (master...201218-i3) https://github.com/bitcoin-core/gui/pull/155
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20687: wallet: Add missing check for -descriptors wallet tool option (master...2012-walletToolSqlite) https://github.com/bitcoin/bitcoin/pull/20687
< bitcoin-git> bitcoin/master fae32f2 MarcoFalke: wallet: Add missing check for -descriptors wallet tool option
< bitcoin-git> bitcoin/master faf8f61 MarcoFalke: test: Add missing check for is_sqlite_compiled
< bitcoin-git> bitcoin/master fa7dde1 MarcoFalke: wallet: Pass ArgsManager into ExecuteWalletToolFunc instead of using global
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9b28bd73a33b...b27104dc5276
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20691: ci, doc: Travis CI features and mentions cleanup (master...201217-travis) https://github.com/bitcoin/bitcoin/pull/20691
< bitcoin-git> bitcoin/master 9b28bd7 MarcoFalke: Merge #20691: ci, doc: Travis CI features and mentions cleanup
< bitcoin-git> bitcoin/master 95487b0 Hennadii Stepanov: doc: Drop mentions of Travis CI as it is no longer used
< bitcoin-git> bitcoin/master 09d105e Hennadii Stepanov: ci: Drop travis_fold feature as Travis CI is no longer used
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/816314ef0f7b...9b28bd73a33b

2020-12-17

< sipa> #bitcoin please
< bitcoin-git> [gui] hebasto opened pull request #155: Fix checkbox layout in Create Wallet dialog (master...201218-i3) https://github.com/bitcoin-core/gui/pull/155
< bitcoin-git> [bitcoin] glowang closed pull request #19297: [test] WIP: rewrite generate() in test_node to gain determinism in test data (master...2020/05/21/rewrite_generate_in_testnode) https://github.com/bitcoin/bitcoin/pull/19297
< bitcoin-git> [bitcoin] mjdietzx opened pull request #20692: test: run mempool_resurrect.py even with wallet disabled (master...mempool-resurrect-to-miniwallet) https://github.com/bitcoin/bitcoin/pull/20692