2021-02-25

< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1b1d8bde1c94...cac10e66d230
< bitcoin-git> bitcoin/master 1b1d8bd MarcoFalke: Merge #21252: test: Add missing wait for sync to feature_blockfilterindex_...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21252: test: Add missing wait for sync to feature_blockfilterindex_prune (master...2102-testFix) https://github.com/bitcoin/bitcoin/pull/21252
< bitcoin-git> bitcoin/master fa560cc MarcoFalke: test: Intermittent issue in feature_blockfilterindex_prune
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2059d32edbd0...1b1d8bde1c94
< bitcoin-git> [bitcoin] jonatack closed pull request #21297: test: `feature_blockfilterindex_prune.py` improvements (master...feature_blockfilterindex_prune-improvements) https://github.com/bitcoin/bitcoin/pull/21297
< bitcoin-git> [bitcoin] laanwj merged pull request #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate() (master...2102-testSpeedUp) https://github.com/bitcoin/bitcoin/pull/21200
< bitcoin-git> bitcoin/master fa4d8f3 MarcoFalke: test: Cache 25 mature coins for ADDRESS_BCRT1_P2WSH_OP_TRUE
< bitcoin-git> bitcoin/master fad2515 MarcoFalke: test: Remove unused bug workaround
< bitcoin-git> bitcoin/master faabce7 MarcoFalke: test: Start only the number of nodes that are needed
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/8ca6bd0dac8f...2059d32edbd0
< bitcoin-git> bitcoin/master 8ca6bd0 MarcoFalke: Merge bitcoin-core/gui#223: qt: Re-add and rename transaction "Edit Label"...
< bitcoin-git> bitcoin/master 22664d6 Wladimir J. van der Laan: Revert "qt: Remove Transactionview Edit Label Action"
< bitcoin-git> bitcoin/master 5440c07 Wladimir J. van der Laan: qt: Rename "Edit label" to "Edit address label"
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/09bc7bfed1e6...8ca6bd0dac8f
< bitcoin-git> [gui] MarcoFalke merged pull request #223: qt: Re-add and rename transaction "Edit Label" action (master...2021-02-readd-edit-label) https://github.com/bitcoin-core/gui/pull/223
< bitcoin-git> bitcoin/master 09bc7bf MarcoFalke: Merge bitcoin-core/gui#214: qt: Disable requests context menu actions when...
< bitcoin-git> bitcoin/master bb3da8f Jarol Rodriguez: qt: Disable requests context menu actions when appropriate
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/434065a48344...09bc7bfed1e6
< bitcoin-git> [gui] MarcoFalke merged pull request #214: qt: Disable requests context menu actions when appropriate (master...disable-contextactions-novalue) https://github.com/bitcoin-core/gui/pull/214
< bitcoin-git> bitcoin/master 434065a MarcoFalke: Merge bitcoin-core/gui#219: qt: Prevent the main window popup menu
< bitcoin-git> bitcoin/master ca5bd1c Hennadii Stepanov: qt: Prevent the main window popup menu
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56f06a986385...434065a48344
< bitcoin-git> [gui] MarcoFalke merged pull request #219: qt: Prevent the main window popup menu (master...210223-toolbar) https://github.com/bitcoin-core/gui/pull/219
< bitcoin-git> [bitcoin] dongcarl opened pull request #21298: guix: Bump time-machine, glibc, and linux-headers (master...2021-02-bump-guix-and-glibc) https://github.com/bitcoin/bitcoin/pull/21298
< bitcoin-git> [bitcoin] fanquake merged pull request #21271: guix: Explicitly set umask in build container (master...2021-02-guix-umask) https://github.com/bitcoin/bitcoin/pull/21271
< bitcoin-git> bitcoin/master 56f06a9 fanquake: Merge #21271: guix: Explicitly set umask in build container
< bitcoin-git> bitcoin/master d98f459 Carl Dong: guix: Explicitly set umask in build container
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b54a10e777f9...56f06a986385

2021-02-24

< bitcoin-git> [bitcoin] jonatack opened pull request #21297: test: `feature_blockfilterindex_prune.py` improvements (master...feature_blockfilterindex_prune-improvements) https://github.com/bitcoin/bitcoin/pull/21297
< bitcoin-git> [gui] hebasto opened pull request #228: Drop unused parameter in GUIUtil::get{Save|Open}FileName (master...210224-file) https://github.com/bitcoin-core/gui/pull/228
< bitcoin-git> [gui] hebasto opened pull request #227: Add URI info into -help output (master...210224-help) https://github.com/bitcoin-core/gui/pull/227
< bitcoin-git> [gui] jonatack opened pull request #226: Add "Last Block" and "Last Tx" rows to peer details area (master...add-last-block-and-last-transaction-to-peer-details) https://github.com/bitcoin-core/gui/pull/226
< bitcoin-git> [bitcoin] Sjors closed pull request #20614: util: RunCommandParseJSON followups (master...2020/12/build-aux) https://github.com/bitcoin/bitcoin/pull/20614
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21292: build, doc: Fix configure script output indentation and typos (master...210224-layout) https://github.com/bitcoin/bitcoin/pull/21292
< bitcoin-git> bitcoin/master b54a10e MarcoFalke: Merge #21292: build, doc: Fix configure script output indentation and typo...
< bitcoin-git> bitcoin/master 8b08d0f Hennadii Stepanov: build, doc: Fix configure script output indentation and typos
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9307c588d0be...b54a10e777f9
< bitcoin-git> [gui] hebasto opened pull request #225: qt: Fix PaymentServer::handleURIOrFile warning message (master...210224-server) https://github.com/bitcoin-core/gui/pull/225
< bitcoin-git> [bitcoin] laanwj merged pull request #21293: test: Replace accidentally placed bit-OR with logical-OR (master...210224-or) https://github.com/bitcoin/bitcoin/pull/21293
< bitcoin-git> bitcoin/master df8f2a1 Hennadii Stepanov: test: Replace accidentally placed bit-OR with logical-OR
< bitcoin-git> bitcoin/master 9307c58 Wladimir J. van der Laan: Merge #21293: test: Replace accidentally placed bit-OR with logical-OR
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b59f2787e533...9307c588d0be
< bitcoin-git> [bitcoin] hebasto opened pull request #21293: test: Replace accidentally placed bit-OR with logical-OR (master...210224-or) https://github.com/bitcoin/bitcoin/pull/21293
< bitcoin-git> [bitcoin] hebasto opened pull request #21292: build, doc: Fix configure script output indentation and typos (master...210224-layout) https://github.com/bitcoin/bitcoin/pull/21292
< bitcoin-git> [bitcoin] laanwj merged pull request #18017: txmempool: split epoch logic into class (master...202001-epoch) https://github.com/bitcoin/bitcoin/pull/18017
< bitcoin-git> bitcoin/master fd6580e Anthony Towns: [refactor] txmempool: split epoch logic into class
< bitcoin-git> bitcoin/master b59f278 Wladimir J. van der Laan: Merge #18017: txmempool: split epoch logic into class
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/587c986ccf88...b59f2787e533
< bitcoin-git> [gui] laanwj opened pull request #223: qt: Re-add transaction "Edit Label" Action (master...2021-02-readd-edit-label) https://github.com/bitcoin-core/gui/pull/223
< bitcoin-git> [bitcoin] dscotese opened pull request #21289: Update tc.sh (With only an explanatory comment) (master...patch-2) https://github.com/bitcoin/bitcoin/pull/21289

2021-02-23

< bitcoin-git> [bitcoin] fanquake closed pull request #21288: Create arabmarketcap (master...abdullahnazar-patch-1) https://github.com/bitcoin/bitcoin/pull/21288
< bitcoin-git> [bitcoin] abdullahnazar opened pull request #21288: Create arabmarketcap (master...abdullahnazar-patch-1) https://github.com/bitcoin/bitcoin/pull/21288
< bitcoin-git> [bitcoin] fanquake merged pull request #21285: wallet: fix doc typo in signer option (master...signer-typo) https://github.com/bitcoin/bitcoin/pull/21285
< bitcoin-git> bitcoin/master 587c986 fanquake: Merge #21285: wallet: fix doc typo in signer option
< bitcoin-git> bitcoin/master da30c1b William Casarin: wallet: fix doc typo in signer option
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2e8116149ca4...587c986ccf88
< bitcoin-git> [bitcoin] abdullahnazar opened pull request #21287: Create arabmarketcap (master...abdullahnazar-patch-1-1) https://github.com/bitcoin/bitcoin/pull/21287
< bitcoin-git> [bitcoin] fanquake closed pull request #21287: Create arabmarketcap (master...abdullahnazar-patch-1-1) https://github.com/bitcoin/bitcoin/pull/21287
< bitcoin-git> [bitcoin] hebasto opened pull request #21286: build: Bump minimum Qt version to 5.9.5 (master...210223-qtmin) https://github.com/bitcoin/bitcoin/pull/21286
< bitcoin-git> [bitcoin] jb55 opened pull request #21285: wallet: fix doc typo in signer option (master...signer-typo) https://github.com/bitcoin/bitcoin/pull/21285
< bitcoin-git> [bitcoin] danben opened pull request #21284: rpc: add the add_inputs option to bumpfee/psbtbumpfee (master...add-add-inputs-option-to-bumpfee) https://github.com/bitcoin/bitcoin/pull/21284
< bitcoin-git> [bitcoin] achow101 opened pull request #21283: Implement BIP 370 PSBTv2 (master...psbt2) https://github.com/bitcoin/bitcoin/pull/21283
< bitcoin-git> [bitcoin] laanwj merged pull request #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix) (master...2021-02-build-pass-have_o_cloexec) https://github.com/bitcoin/bitcoin/pull/21250
< bitcoin-git> bitcoin/master 2e81161 Wladimir J. van der Laan: Merge #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix...
< bitcoin-git> bitcoin/master 9bac713 Sebastian Falbesoner: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix)
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1b045b5eef9a...2e8116149ca4
< bitcoin-git> bitcoin/master 584fd91 Sebastian Falbesoner: init: only use pipe2 if availabile, check in configure
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21053: rpc, test: document {previous,next}blockhash as optional (master...2021-rpc-test-document-previousnextblockhash-as-optional) https://github.com/bitcoin/bitcoin/pull/21053
< bitcoin-git> bitcoin/master 1b045b5 MarcoFalke: Merge #21053: rpc, test: document {previous,next}blockhash as optional
< bitcoin-git> bitcoin/master ba7e17e Sebastian Falbesoner: rpc, test: document {previous,next}blockhash as optional
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a9335e4f129c...1b045b5eef9a
< bitcoin-git> [gui] jonatack opened pull request #221: qt, refactor: rpcconsole translatable string fixes and improvements (master...qt-rpcconsole-translation-improvements) https://github.com/bitcoin-core/gui/pull/221
< bitcoin-git> [bitcoin] laanwj merged pull request #16546: External signer support - Wallet Box edition (master...2019/08/hww-box2) https://github.com/bitcoin/bitcoin/pull/16546
< bitcoin-git> bitcoin/master 8cf543f Sjors Provoost: wallet: add -signer argument for external signer command
< bitcoin-git> bitcoin/master 87a9794 Sjors Provoost: configure: add --enable-external-signer
< bitcoin-git> bitcoin/master f7eb7ec Sjors Provoost: test: framework: add skip_if_no_external_signer
< bitcoin-git> [bitcoin] laanwj pushed 16 commits to master: https://github.com/bitcoin/bitcoin/compare/78effb37f35f...a9335e4f129c
< bitcoin-git> [bitcoin] glozow opened pull request #21280: test / bug fix in transaction_tests (master...2021-02-test-bug) https://github.com/bitcoin/bitcoin/pull/21280
< bitcoin-git> [gui] hebasto opened pull request #220: qt: Do not translate file extensions (master...210223-fileext) https://github.com/bitcoin-core/gui/pull/220
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21222: log: Clarify log message when file does not exist (master...2102-logFile) https://github.com/bitcoin/bitcoin/pull/21222
< bitcoin-git> bitcoin/master 78effb3 MarcoFalke: Merge #21222: log: Clarify log message when file does not exist
< bitcoin-git> bitcoin/master faf48f2 MarcoFalke: log: Clarify log message when file does not exist
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/84f6c695c6a2...78effb37f35f
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21279: scripted-diff: Regenerate key_io data deterministically (master...2102-testDetGen) https://github.com/bitcoin/bitcoin/pull/21279
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21274: assumptions: Assume C++17 (master...assuming_c++17) https://github.com/bitcoin/bitcoin/pull/21274
< bitcoin-git> bitcoin/master 84f6c69 MarcoFalke: Merge #21274: assumptions: Assume C++17
< bitcoin-git> bitcoin/master 5e531e6 fanquake: assumptions: check C++17 assumption with MSVC
< bitcoin-git> bitcoin/master c7b4648 fanquake: assumptions: assume a C++17 compiler
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c263c3d7d2a4...84f6c695c6a2
< bitcoin-git> [gui] hebasto opened pull request #219: qt: Prevent the main window popup menu (master...210223-toolbar) https://github.com/bitcoin-core/gui/pull/219
< bitcoin-git> [bitcoin] laanwj merged pull request #19698: test: apply strict verification flags for transaction tests and assert backwards compatibility (master...test-verify-flags) https://github.com/bitcoin/bitcoin/pull/19698
< bitcoin-git> bitcoin/master 158a0b2 gzhao408: Apply maximal validation flags to tx_valid tests
< bitcoin-git> bitcoin/master 19db590 gzhao408: [test] remove unnecessary OP_1s from CSV and CLTV tests
< bitcoin-git> bitcoin/master 0a76a39 gzhao408: [test] fix CSV test missing OP_ADD
< bitcoin-git> [bitcoin] laanwj pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/d386b5423987...c263c3d7d2a4
< bitcoin-git> [gui] MarcoFalke merged pull request #213: qt: Add Copy Address Action to Payment Requests (master...add-copyaddress-requestedpayments) https://github.com/bitcoin-core/gui/pull/213
< bitcoin-git> bitcoin/master d386b54 MarcoFalke: Merge bitcoin-core/gui#213: qt: Add Copy Address Action to Payment Request...
< bitcoin-git> bitcoin/master e348d7e Jarol Rodriguez: qt: Add Copy Address Action to Payment Requests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1e7dd584a5f9...d386b5423987
< bitcoin-git> [bitcoin] S3RK opened pull request #21277: wallet: listdescriptors uses normalized descriptor form (master...listdescriptors_normalized) https://github.com/bitcoin/bitcoin/pull/21277
< bitcoin-git> [bitcoin] fanquake closed pull request #21276: Update bitcoin.conf (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21276
< bitcoin-git> [bitcoin] 4po reopened pull request #21276: Update bitcoin.conf (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21276
< bitcoin-git> [bitcoin] 4po closed pull request #21276: Update bitcoin.conf (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21276
< bitcoin-git> [bitcoin] 4po opened pull request #21276: Update bitcoin.conf (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21276
< bitcoin-git> [bitcoin] fanquake opened pull request #21274: assumptions: Assume C++17 (master...assuming_c++17) https://github.com/bitcoin/bitcoin/pull/21274
< bitcoin-git> [bitcoin] fanquake merged pull request #21263: doc: Clarify that squashing should happen before review (master...2102-docSquash) https://github.com/bitcoin/bitcoin/pull/21263
< bitcoin-git> bitcoin/master 1e7dd58 fanquake: Merge #21263: doc: Clarify that squashing should happen before review
< bitcoin-git> bitcoin/master fa1f3a2 MarcoFalke: doc: Clarify that squashing should happen before review
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3371758af49c...1e7dd584a5f9
< bitcoin-git> [bitcoin] fanquake merged pull request #21078: guix: only download sources for hosts being built (master...guix_selective_download) https://github.com/bitcoin/bitcoin/pull/21078
< bitcoin-git> bitcoin/master 3371758 fanquake: Merge #21078: guix: only download sources for hosts being built
< bitcoin-git> bitcoin/master a6a1b10 fanquake: guix: only download sources for hosts being built
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/64343a61105e...3371758af49c
< bitcoin-git> [bitcoin] fanquake merged pull request #21089: guix: Add support for powerpc64{,le} (master...2021-02-guix-ppc64-support) https://github.com/bitcoin/bitcoin/pull/21089
< bitcoin-git> bitcoin/master 64343a6 fanquake: Merge #21089: guix: Add support for powerpc64{,le}
< bitcoin-git> bitcoin/master 95990b9 Carl Dong: guix: Update conservative space requirements
< bitcoin-git> bitcoin/master 5e6df11 Carl Dong: guix: Add support for powerpc64{,le}
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7fca189a2a9a...64343a61105e

2021-02-22

< bitcoin-git> [gui] jarolrod opened pull request #217: qt: Make warning label look clickable (master...warning-look-like-button) https://github.com/bitcoin-core/gui/pull/217
< bitcoin-git> [bitcoin] dongcarl opened pull request #21272: guix: Passthrough SDK_PATH into container (master...2021-02-guix-SDK-specify) https://github.com/bitcoin/bitcoin/pull/21272
< bitcoin-git> [bitcoin] dongcarl opened pull request #21271: guix: Explicitly set umask in build container (master...2021-02-guix-umask) https://github.com/bitcoin/bitcoin/pull/21271
< bitcoin-git> [gui] luke-jr opened pull request #216: Support building without embedded monospace font (master...optional_font) https://github.com/bitcoin-core/gui/pull/216
< bitcoin-git> [bitcoin] dongcarl opened pull request #21270: [Bundle 4/n] Prune g_chainman usage in validation-adjacent modules (master...2020-09-libbitcoinruntime-v6) https://github.com/bitcoin/bitcoin/pull/21270
< bitcoin-git> [bitcoin] itzblaze111 opened pull request #21269: add method comments (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21269
< bitcoin-git> bitcoin/master 22e0114 Hennadii Stepanov: qt: Choose monospaced font in C++ code rather in `*.ui` file
< bitcoin-git> bitcoin/master 623de12 Hennadii Stepanov: qt: Make GUIUtil::fixedPitchFont aware of embedded font
< bitcoin-git> bitcoin/master 89e4219 Hennadii Stepanov: gui: Add Roboto Mono font
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/84af29337c37...7fca189a2a9a
< bitcoin-git> [gui] laanwj merged pull request #79: Embed monospaced font (master...200828-mono) https://github.com/bitcoin-core/gui/pull/79
< bitcoin-git> [bitcoin] laanwj merged pull request #21255: contrib: run test-symbol-check for RISC-V (master...riscv_test_symbol_check) https://github.com/bitcoin/bitcoin/pull/21255
< bitcoin-git> bitcoin/master 84af293 Wladimir J. van der Laan: Merge #21255: contrib: run test-symbol-check for RISC-V
< bitcoin-git> bitcoin/master ccb7b6a fanquake: contrib: run test-symbol check for RISCV
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/34d70300631e...84af29337c37
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21264: fuzz: Two scripted diff renames (master...2102-fuzzingRenames) https://github.com/bitcoin/bitcoin/pull/21264
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21263: doc: Clarify that squashing should happen before review (master...2102-docSquash) https://github.com/bitcoin/bitcoin/pull/21263
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21202: [validation] Two small clang lock annotation improvements (master...2021-02-locks) https://github.com/bitcoin/bitcoin/pull/21202
< bitcoin-git> bitcoin/master 34d7030 MarcoFalke: Merge #21202: [validation] Two small clang lock annotation improvements
< bitcoin-git> bitcoin/master 25c57d6 Amiti Uttarwar: [doc] Add a note about where lock annotations should go.
< bitcoin-git> bitcoin/master ad5f01b Amiti Uttarwar: [validation] Move the lock annotation from function definition to declarat...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4b6ca4a35a12...34d70300631e
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20845: net: Log to net debug in MaybeDiscourageAndDisconnect except for noban and manual peers (master...2101-netLogDisconnect) https://github.com/bitcoin/bitcoin/pull/20845
< bitcoin-git> bitcoin/master 4b6ca4a MarcoFalke: Merge #20845: net: Log to net debug in MaybeDiscourageAndDisconnect except...
< bitcoin-git> bitcoin/master fa55159 MarcoFalke: net: Log to net debug in MaybeDiscourageAndDisconnect except for noban and...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e4a3ca2f483...4b6ca4a35a12
< bitcoin-git> bitcoin/master 5e4a3ca MarcoFalke: Merge bitcoin-core/gui#211: qt: Remove Transactionview Edit Label Action
< bitcoin-git> bitcoin/master 8f96448 Jarol Rodriguez: qt: Remove Transactionview Edit Label Action
< bitcoin-git> [gui] MarcoFalke merged pull request #211: qt: Remove Transactionview Edit Label Action (master...remove-transactionview-editlabel) https://github.com/bitcoin-core/gui/pull/211
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/08eec6907a0f...5e4a3ca2f483
< bitcoin-git> [gui] MarcoFalke merged pull request #206: Display fRelayTxes and bip152_highbandwidth_{to, from} in peer details (master...add-fields-to-peer-details) https://github.com/bitcoin-core/gui/pull/206

2021-02-21

< bitcoin-git> [bitcoin] laanwj closed pull request #21256: Add wp link in README (master...whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21256
< bitcoin-git> [bitcoin] percy-g2 opened pull request #21256: Add wp link in README (master...whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21256
< bitcoin-git> [bitcoin] theStack reopened pull request #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix) (master...2021-02-build-pass-have_o_cloexec) https://github.com/bitcoin/bitcoin/pull/21250
< bitcoin-git> [bitcoin] theStack closed pull request #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix) (master...2021-02-build-pass-have_o_cloexec) https://github.com/bitcoin/bitcoin/pull/21250
< bitcoin-git> [bitcoin] fanquake opened pull request #21255: contrib: run test-symbol-check for RISC-V (master...riscv_test_symbol_check) https://github.com/bitcoin/bitcoin/pull/21255
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21254: test: Avoid connecting to real network when running tests (master...2102-testNoTelemetry) https://github.com/bitcoin/bitcoin/pull/21254
< bitcoin-git> [bitcoin] fanquake closed pull request #21253: Add whitepaper link in README.md (master...whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21253
< bitcoin-git> [bitcoin] prayank23 opened pull request #21253: Add whitepaper link in README.md (master...whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21253
< bitcoin-git> [bitcoin] fanquake closed pull request #21251: doc: Add whitepaper with images in Docs (master...whitepaper) https://github.com/bitcoin/bitcoin/pull/21251
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21252: test: Add missing wait for sync to feature_blockfilterindex_prune (master...2102-testFix) https://github.com/bitcoin/bitcoin/pull/21252
< bitcoin-git> [bitcoin] x00x00 opened pull request #21251: doc: Add whitepaper with images in Docs (master...whitepaper) https://github.com/bitcoin/bitcoin/pull/21251
< bitcoin-git> [bitcoin] theStack opened pull request #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix) (master...2021-02-build-pass-have_o_cloexec) https://github.com/bitcoin/bitcoin/pull/21250
< bitcoin-git> [bitcoin] fanquake merged pull request #21243: ci: Avoid invoking curl on the host (master...2102-ciCurl) https://github.com/bitcoin/bitcoin/pull/21243
< bitcoin-git> bitcoin/master fa330d8 MarcoFalke: ci: Avoid invoking curl on the host
< bitcoin-git> bitcoin/master 5bb64ac fanquake: Merge #21243: ci: Avoid invoking curl on the host
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/828bb776d29c...5bb64acd9d3c
< bitcoin-git> [bitcoin] fanquake closed pull request #21249: doc: Add Whitepaper in Docs (master...whitepaper) https://github.com/bitcoin/bitcoin/pull/21249

2021-02-20

< bitcoin-git> [bitcoin] prayank23 opened pull request #21249: doc: Add Whitepaper in Docs (master...whitepaper) https://github.com/bitcoin/bitcoin/pull/21249
< bitcoin-git> [bitcoin] roconnor-blockstream opened pull request #21246: Correction for VerifyTaprootCommitment comments (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21246
< bitcoin-git> [bitcoin] fyquah opened pull request #21245: rpc: Add level 3 verbosity to getblock RPC call. (master...verbosity-level-3-getblock) https://github.com/bitcoin/bitcoin/pull/21245
< bitcoin-git> [bitcoin] kiminuo opened pull request #21244: GetDataDir: Accept ArgsManager as a parameter. (master...feature/2021-02-get-data-dir-args) https://github.com/bitcoin/bitcoin/pull/21244
< bitcoin-git> [bitcoin] jnewbery closed pull request #20411: test: Fix Version Message Deserialization Discrepancy (master...2020-11-test-framework-version-msg-fix) https://github.com/bitcoin/bitcoin/pull/20411
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21243: ci: Avoid invoking curl on the host (master...2102-ciCurl) https://github.com/bitcoin/bitcoin/pull/21243
< bitcoin-git> [bitcoin] MarcoFalke merged 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/master 252b489 Carl Dong: validation: Pass in coins tip to CheckInputsFromMempoolAndCache
< bitcoin-git> bitcoin/master 73a6d2b Carl Dong: validation: Pass in chainstate to IsCurrentForFeeEstimation
< bitcoin-git> bitcoin/master d1f932b Carl Dong: validation: Pass in coins cache to ::LimitMempoolSize
< bitcoin-git> [bitcoin] MarcoFalke pushed 21 commits to master: https://github.com/bitcoin/bitcoin/compare/c46fe4d1073c...828bb776d29c
< bitcoin-git> [bitcoin] dongcarl opened pull request #21239: guix: Add codesigning support for osx+win (master...2021-01-guix-win-sign) https://github.com/bitcoin/bitcoin/pull/21239

2021-02-19

< bitcoin-git> [bitcoin] RonSherfey opened pull request #21237: edit 1 (master...master) https://github.com/bitcoin/bitcoin/pull/21237
< bitcoin-git> [bitcoin] laanwj merged pull request #21088: guix: Jump forwards in time-machine and adapt (master...2021-02-bump-time-machine) https://github.com/bitcoin/bitcoin/pull/21088
< bitcoin-git> bitcoin/master c46fe4d Wladimir J. van der Laan: Merge #21088: guix: Jump forwards in time-machine and adapt
< bitcoin-git> bitcoin/master d02076b Carl Dong: guix: Jump forwards in time-machine and adapt
< bitcoin-git> bitcoin/master f8ca8c5 Carl Dong: guix: Supply --keep-failed for debugging
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f1c339d452f8...c46fe4d1073c
< bitcoin-git> [bitcoin] jnewbery opened pull request #21236: Net processing: Extract `addr` send functionality into MaybeSendAddr() (master...2021-02-maybe-send-addr) https://github.com/bitcoin/bitcoin/pull/21236
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21211: test: Move P2WSH_OP_TRUE to shared test library (master...2102-testMoveScript) https://github.com/bitcoin/bitcoin/pull/21211
< bitcoin-git> bitcoin/master f1c339d MarcoFalke: Merge #21211: test: Move P2WSH_OP_TRUE to shared test library
< bitcoin-git> bitcoin/master 22220ef MarcoFalke: test: Move P2WSH_OP_TRUE to shared test library
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/09eb46c9430b...f1c339d452f8
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21187: Net processing: Only call PushAddress() from net_processing (master...2021-02-getpeerlocaladdr) https://github.com/bitcoin/bitcoin/pull/21187
< bitcoin-git> bitcoin/master 09eb46c MarcoFalke: Merge #21187: Net processing: Only call PushAddress() from net_processing
< bitcoin-git> bitcoin/master 3e68efa John Newbery: [net] Move checks from GetLocalAddrForPeer to caller
< bitcoin-git> bitcoin/master d21d2b2 John Newbery: [net] Change AdvertiseLocal to GetLocalAddrForPeer
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6a680a6236e0...09eb46c9430b
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21226: build: Fix fuzz binary compilation under windows (master...compile-fuzz-binary-windows) https://github.com/bitcoin/bitcoin/pull/21226
< bitcoin-git> bitcoin/master 6a680a6 MarcoFalke: Merge #21226: build: Fix fuzz binary compilation under windows
< bitcoin-git> bitcoin/master 56ace90 Dan Benjamin: Fix fuzz binary compilation under windows
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f1c2f619a687...6a680a6236e0
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21221: [tools] Allow argument/parameter bin packing in clang-format (master...2021-02-bin-pack-args) https://github.com/bitcoin/bitcoin/pull/21221
< bitcoin-git> bitcoin/master f1c2f61 MarcoFalke: Merge #21221: [tools] Allow argument/parameter bin packing in clang-format...
< bitcoin-git> bitcoin/master 876ac3f John Newbery: [tools] Allow argument/parameter bin packing in clang-format
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f093310b2e18...f1c2f619a687
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21235: p2p: Clarify disconnect log message in ProcessGetBlockData, remove send bool (master...2102-logDisconnect) https://github.com/bitcoin/bitcoin/pull/21235
< bitcoin-git> [bitcoin] fanquake merged pull request #21228: test: Avoid comparision of integers with different signs (master...2021/02/minertest_U_fix) https://github.com/bitcoin/bitcoin/pull/21228
< bitcoin-git> bitcoin/master f093310 fanquake: Merge #21228: test: Avoid comparision of integers with different signs
< bitcoin-git> bitcoin/master bedb8d8 Jonas Schnelli: Avoid comparision of integers with different signs
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56fe4bb3c52e...f093310b2e18
< bitcoin-git> [bitcoin] fanquake closed pull request #20976: doc: fix broken link to whitepaper in README (master...fix-wp-link) https://github.com/bitcoin/bitcoin/pull/20976
< bitcoin-git> [bitcoin] laanwj merged pull request #21210: doc: Rework internal and external links (master...2102-docLinks) https://github.com/bitcoin/bitcoin/pull/21210
< bitcoin-git> bitcoin/master 56fe4bb Wladimir J. van der Laan: Merge #21210: doc: Rework internal and external links
< bitcoin-git> bitcoin/master 77772a1 MarcoFalke: doc: Rework internal and external links
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/04e01606e31b...56fe4bb3c52e
< bitcoin-git> [bitcoin] fanquake merged pull request #21205: build: actually fail when Boost is missing (master...actually_fail_when_boost_missing) https://github.com/bitcoin/bitcoin/pull/21205
< bitcoin-git> bitcoin/master 04e0160 fanquake: Merge #21205: build: actually fail when Boost is missing
< bitcoin-git> bitcoin/master c5da274 fanquake: build: actually stop configure if Boost isn't available
< bitcoin-git> bitcoin/master cad8b52 fanquake: build: explicitly install libboost-dev package
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9f3ffa29389a...04e01606e31b
< bitcoin-git> [bitcoin] fanquake closed pull request #21233: Add msbuild to path (master...master) https://github.com/bitcoin/bitcoin/pull/21233
< bitcoin-git> [bitcoin] RonSherfey opened pull request #21233: Add msbuild to path (master...master) https://github.com/bitcoin/bitcoin/pull/21233
< bitcoin-git> [bitcoin] vasild closed pull request #21223: style: make clang-format break long lines (master...clang-format-ColumnLimit) https://github.com/bitcoin/bitcoin/pull/21223
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #21230: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnection (master...2102-testFix) https://github.com/bitcoin/bitcoin/pull/21230
< bitcoin-git> bitcoin/master fa24247 MarcoFalke: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnection
< bitcoin-git> bitcoin/master fab6995 MarcoFalke: test: Make test actually test something
< bitcoin-git> bitcoin/master fae8f35 MarcoFalke: test: pep8 touched test
< bitcoin-git> [bitcoin] jonasschnelli pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3a2d5bfeb38e...9f3ffa29389a
< bitcoin-git> [gui] jarolrod opened pull request #214: qt: Disable requests context menu actions when appropriate (master...disable-contextactions-novalue) https://github.com/bitcoin-core/gui/pull/214
< bitcoin-git> [bitcoin] ali-ahari-hashemi opened pull request #21232: index: display specific error message when fatal index error occurs (master...2021/specific_indexerror_message) https://github.com/bitcoin/bitcoin/pull/21232
< bitcoin-git> [bitcoin] fyquah opened pull request #21231: Add /opt/homebrew to path to look for boost libraries (master...modify-boost-path-for-m1-macs) https://github.com/bitcoin/bitcoin/pull/21231
< bitcoin-git> [gui] jarolrod opened pull request #213: qt: Add Copy Address Action to Payment Requests (master...add-copyaddress-requestedpayments) https://github.com/bitcoin-core/gui/pull/213
< bitcoin-git> [bitcoin] meshcollider merged pull request #21201: rpc: Disallow sendtoaddress and sendmany when private keys disabled (master...fix-sendmoney) https://github.com/bitcoin/bitcoin/pull/21201
< bitcoin-git> bitcoin/master 3a2d5bf Samuel Dobson: Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys d...
< bitcoin-git> bitcoin/master 6bfbc97 Jon Atack: test: disallow sendtoaddress/sendmany when private keys disabled
< bitcoin-git> bitcoin/master 0997019 Andrew Chow: Disallow sendtoaddress and sendmany when private keys disabled
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b805dbb0b9c9...3a2d5bfeb38e

2021-02-18

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21230: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnection (master...2102-testFix) https://github.com/bitcoin/bitcoin/pull/21230
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #21228: Avoid comparision of integers with different signs (master...2021/02/minertest_U_fix) https://github.com/bitcoin/bitcoin/pull/21228
< bitcoin-git> [bitcoin] fanquake closed pull request #21225: doc: Remove dead whitepaper link from README (master...doc_remove_whitepaper_link) https://github.com/bitcoin/bitcoin/pull/21225
< bitcoin-git> [bitcoin] danben opened pull request #21226: build: Fix fuzz binary compilation under windows (master...compile-fuzz-binary-windows) https://github.com/bitcoin/bitcoin/pull/21226
< bitcoin-git> [bitcoin] wodry closed pull request #21102: Log: Add debug log category tag (master...log-debug-category) https://github.com/bitcoin/bitcoin/pull/21102
< bitcoin-git> [bitcoin] antanst opened pull request #21225: doc: Remove dead whitepaper link from README (master...doc_remove_whitepaper_link) https://github.com/bitcoin/bitcoin/pull/21225
< bitcoin-git> [bitcoin] jonatack closed pull request #21181: p2p: if no anchors.dat file, log a message instead of an error (master...log-message-instead-of-error-if-missing-anchors) https://github.com/bitcoin/bitcoin/pull/21181
< bitcoin-git> [bitcoin] ariard opened pull request #21224: [p2p] Halt processing of unrequested transactions (master...2021-02-halt-processing-unrequested) https://github.com/bitcoin/bitcoin/pull/21224
< bitcoin-git> [bitcoin] laanwj merged pull request #19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set (master...logfunctionnames) https://github.com/bitcoin/bitcoin/pull/19809
< bitcoin-git> bitcoin/master b805dbb Wladimir J. van der Laan: Merge #19809: log: Prefix log messages with function name and source code ...
< bitcoin-git> bitcoin/master b4511e2 practicalswift: log: Prefix log messages with function name if -logsourcelocations is set
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/860f9168034f...b805dbb0b9c9
< bitcoin-git> [bitcoin] vasild opened pull request #21223: style: make clang-format break long lines (master...clang-format-ColumnLimit) https://github.com/bitcoin/bitcoin/pull/21223
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21222: log: Clarify log message when file does not exist (master...2102-logFile) https://github.com/bitcoin/bitcoin/pull/21222
< bitcoin-git> [bitcoin] laanwj merged pull request #20524: test: Move MIN_VERSION_SUPPORTED to p2p.py (master...2020-11-subversion-string) https://github.com/bitcoin/bitcoin/pull/20524
< bitcoin-git> bitcoin/master 9b4054c John Newbery: [test] Move MY_SUBVERSION to p2p.py
< bitcoin-git> bitcoin/master 7e158a6 John Newbery: [test] Move MY_VERSION to p2p.py
< bitcoin-git> bitcoin/master 6523111 John Newbery: [test] Move MIN_VERSION_SUPPORTED to p2p.py
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/db656db2ed5a...860f9168034f
< bitcoin-git> [bitcoin] jnewbery opened pull request #21221: [tools] Allow argument/parameter bin packing in clang-format (master...2021-02-bin-pack-args) https://github.com/bitcoin/bitcoin/pull/21221
< bitcoin-git> [bitcoin] meshcollider merged pull request #19136: wallet: add parent_desc to getaddressinfo (master...export-descriptor) https://github.com/bitcoin/bitcoin/pull/19136
< bitcoin-git> bitcoin/master e4ac869 Andrew Chow: rpc: Add parent descriptor to getaddressinfo output
< bitcoin-git> bitcoin/master bbe4a36 Andrew Chow: wallet: Add GetDescriptorString to DescriptorScriptPubKeyMan
< bitcoin-git> bitcoin/master 9be1437 Andrew Chow: descriptors: Add ToNormalizedString and tests
< bitcoin-git> [bitcoin] meshcollider pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/9017d55e7c32...db656db2ed5a
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #15946: Allow maintaining the blockfilterindex when using prune (master...2019/05/prune_blockfilter) https://github.com/bitcoin/bitcoin/pull/15946
< bitcoin-git> bitcoin/master 5e11226 Jonas Schnelli: Avoid pruning below the blockfilterindex sync height
< bitcoin-git> bitcoin/master 6abe9f5 Jonas Schnelli: Allow blockfilter in conjunction with prune
< bitcoin-git> bitcoin/master 00d57ff Jonas Schnelli: Avoid accessing nullpointer in BaseIndex::GetSummary()
< bitcoin-git> [bitcoin] jonasschnelli pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/cd66d8b1d8b5...9017d55e7c32
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size (master...20201119-refactor-replace-sizeof-by-std_size) https://github.com/bitcoin/bitcoin/pull/20429
< bitcoin-git> bitcoin/master e829c9a Sebastian Falbesoner: refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17)
< bitcoin-git> bitcoin/master 365539c Sebastian Falbesoner: refactor: init vectors via std::{begin,end} to avoid pointer arithmetic
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/372dd8da2475...cd66d8b1d8b5
< bitcoin-git> bitcoin/master 63d4ee1 Sebastian Falbesoner: refactor: iterate arrays via C++11 range-based for loops if idx is not nee...
< bitcoin-git> [gui] jarolrod opened pull request #211: qt: Remove Transactionview Edit Label Action (master...remove-transactionview-editlabel) https://github.com/bitcoin-core/gui/pull/211

2021-02-17

< bitcoin-git> [bitcoin] fanquake closed pull request #21219: Update README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21219
< bitcoin-git> [bitcoin] andrewkojo opened pull request #21219: Update README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21219
< bitcoin-git> [bitcoin] laanwj merged pull request #21110: util: remove Boost posix_time usage from GetTime* (master...no_boost_gettime) https://github.com/bitcoin/bitcoin/pull/21110
< bitcoin-git> bitcoin/master 9266f74 MarcoFalke: util: Use std::chrono for time getters
< bitcoin-git> bitcoin/master 372dd8d Wladimir J. van der Laan: Merge #21110: util: remove Boost posix_time usage from GetTime*
< bitcoin-git> bitcoin/master 3c2e16b Cory Fields: time: add runtime sanity check
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/04336086d3cb...372dd8da2475
< bitcoin-git> [bitcoin] laanwj merged pull request #21182: build: remove mostly pointless BOOST_PROCESS macro (master...boost_process_nonsense) https://github.com/bitcoin/bitcoin/pull/21182
< bitcoin-git> bitcoin/master 7bf04e3 fanquake: build: remove mostly pointless BOOST_PROCESS macro
< bitcoin-git> bitcoin/master 0433608 Wladimir J. van der Laan: Merge #21182: build: remove mostly pointless BOOST_PROCESS macro
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4dc1ff809a5d...04336086d3cb
< bitcoin-git> [bitcoin] fanquake closed pull request #21214: You put back the name of Satoshi Nakamoto to the copyright notice of I fucking kill all of you! (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21214
< bitcoin-git> [bitcoin] ultramassiveblackhole opened pull request #21214: You put back the name of Satoshi Nakamoto to the copyright notice of I fucking kill all of you! (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21214
< bitcoin-git> [bitcoin] meshcollider closed pull request #21213: Legal requirement (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21213
< bitcoin-git> [bitcoin] ultramassiveblackhole opened pull request #21213: Legal requirement (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21213
< bitcoin-git> [bitcoin] fanquake closed pull request #18605: build: Link time garbage collection (master...link_time_garbage_collection) https://github.com/bitcoin/bitcoin/pull/18605
< bitcoin-git> [bitcoin] laanwj merged pull request #21192: cli: Treat high detail levels as maximum in -netinfo (master...2021-02-netinfo-verbosity) https://github.com/bitcoin/bitcoin/pull/21192
< bitcoin-git> bitcoin/master 882ce25 Wladimir J. van der Laan: cli: Treat high detail levels as the maximum in -netinfo
< bitcoin-git> bitcoin/master 4dc1ff8 Wladimir J. van der Laan: Merge #21192: cli: Treat high detail levels as maximum in -netinfo
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/569b5ba1dc56...4dc1ff809a5d
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21211: test: Move P2WSH_OP_TRUE to shared test library (master...2102-testMoveScript) https://github.com/bitcoin/bitcoin/pull/21211
< bitcoin-git> [bitcoin] martinus closed pull request #21176: Improve speed of Base58 Encoding (master...2021-02-optimize-base58) https://github.com/bitcoin/bitcoin/pull/21176
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21121: [test] Small unit test improvements, including helper to make mempool transaction (master...2021-01-unit-test-valid-tx) https://github.com/bitcoin/bitcoin/pull/21121
< bitcoin-git> bitcoin/master df6a5fc Amiti Uttarwar: [util] Change GetMockTime to return chrono type instead of int
< bitcoin-git> bitcoin/master a2d908e Amiti Uttarwar: [test] Throw error instead of segfaulting in failure scenario
< bitcoin-git> bitcoin/master 9a3bbe8 Amiti Uttarwar: [test] Introduce a unit test helper to create a valid mempool transaction.
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/8639c446d88b...569b5ba1dc56
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21188: scripted-diff: Remove redundant lock annotations in net processing (master...2102-netProcNoShadow) https://github.com/bitcoin/bitcoin/pull/21188
< bitcoin-git> bitcoin/master fafddfa MarcoFalke: scripted-diff: Remove shadowing lock annotations