2022-04-10

<bitcoin-git> [bitcoin] theStack opened pull request #24817: test: use MiniWallet for feature_fee_estimation.py (master...202204-test-use_MiniWallet_for_feature_fee_estimation) https://github.com/bitcoin/bitcoin/pull/24817

2022-04-09

<bitcoin-git> [bitcoin] KevinMusgrave opened pull request #24815: Converted lint-tests.sh to python (master...lint-tests-python-port) https://github.com/bitcoin/bitcoin/pull/24815
<bitcoin-git> [bitcoin] fanquake merged pull request #24792: Update libsecp256k1 subtree to current master (master...update_libsecp256k1) https://github.com/bitcoin/bitcoin/pull/24792
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/87c7dcc60d62...747cdf1d652d
<bitcoin-git> bitcoin/master 2619657 fanquake: Update secp256k1 subtree to latest upstream master
<bitcoin-git> bitcoin/master d960d4f dhruv: build: fix MSVC build after subtree update
<bitcoin-git> bitcoin/master afb7a6f fanquake: Squashed 'src/secp256k1/' changes from 0559fc6e41..8746600eec
<bitcoin-git> [bitcoin] rag-hav opened pull request #24814: improve complexity of removing preselected coins (master...remove-preselect) https://github.com/bitcoin/bitcoin/pull/24814
<bitcoin-git> [bitcoin] hebasto opened pull request #24813: build: Getting ready to Qt 6 (4/n). Improve `build-aux/m4/bitcoin_qt.m4` (master...220409-appcheck) https://github.com/bitcoin/bitcoin/pull/24813
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24808: doc: update RPC argument and field naming guideline in developer notes (master...update-developer-notes-rpc-argument-and-field-naming-guideline) https://github.com/bitcoin/bitcoin/pull/24808
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e0680bbce8b8...87c7dcc60d62
<bitcoin-git> bitcoin/master 8b3f1e3 Jon Atack: Update RPC argument and field naming guideline in developer notes
<bitcoin-git> bitcoin/master 87c7dcc MarcoFalke: Merge bitcoin/bitcoin#24808: doc: update RPC argument and field naming gui...
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24734: Put lock contention logging behind `DEBUG_LOCKCONTENTION` preprocessor directive (master...change-lock-logging-to-DEBUG_LOCKCONTENTION) https://github.com/bitcoin/bitcoin/pull/24734
<bitcoin-git> [gui] hebasto opened pull request #580: Getting ready to Qt 6 (3/n). Do not use `QKeyEvent` copy constructor (master...220409-event) https://github.com/bitcoin-core/gui/pull/580

2022-04-08

<bitcoin-git> [gui] hebasto opened pull request #579: Getting ready to Qt 6 (2/n). Remove `QApplication::globalStrut()` (master...220409-strut) https://github.com/bitcoin-core/gui/pull/579
<bitcoin-git> [bitcoin] aureleoules opened pull request #24812: util/check: Add CheckNonFatal identity function and use it in src/rpc (master...check_non_fatal_identity) https://github.com/bitcoin/bitcoin/pull/24812
<bitcoin-git> [gui] hebasto opened pull request #577: Getting ready to Qt 6 (1/n) (master...220409-qt6) https://github.com/bitcoin-core/gui/pull/577
<bitcoin-git> [bitcoin] Empact opened pull request #24811: refactor: Prepare for moving ArgsManager out of util/system (master...2022-03-util-args-manager-prep) https://github.com/bitcoin/bitcoin/pull/24811
<bitcoin-git> [gui] laanwj closed pull request #575: qt: Remove dbus notification code (master...2022-04-qt-implicit-dbus) https://github.com/bitcoin-core/gui/pull/575
<bitcoin-git> [bitcoin] laanwj pushed tag v23.0rc4: https://github.com/bitcoin/bitcoin/compare/v23.0rc4
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/308a2022c0f4...b6253829c182
<bitcoin-git> bitcoin/23.x 5f86355 laanwj: build: Bump rc to 23.0rc4
<bitcoin-git> bitcoin/23.x d37081e laanwj: qt: 23.0rc4 translations update
<bitcoin-git> bitcoin/23.x b625382 laanwj: doc: Update manual pages for 23.0rc4
<bitcoin-git> [bitcoin] laanwj merged pull request #24807: [23.x] Final rc4 backports (23.x...final_rc4_backports) https://github.com/bitcoin/bitcoin/pull/24807
<bitcoin-git> bitcoin/23.x 69cc83d Jon Atack: Add DEBUG_LOCKCONTENTION documentation to the developer notes
<bitcoin-git> bitcoin/23.x 6374e24 Jon Atack: Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/1ea76767d081...308a2022c0f4
<bitcoin-git> bitcoin/23.x e3e4be9 Luke Dashjr: RPC: Switch getblockfrompeer back to standard param name blockhash
<bitcoin-git> [bitcoin] jonatack opened pull request #24808: doc: update RPC argument and field naming guideline in developer notes (master...update-developer-notes-rpc-argument-and-field-naming-guideline) https://github.com/bitcoin/bitcoin/pull/24808
<bitcoin-git> [bitcoin] fanquake merged pull request #24806: RPC: Switch getblockfrompeer back to standard param name blockhash (master...use_bloch_hash) https://github.com/bitcoin/bitcoin/pull/24806
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c1059c9fef18...e0680bbce8b8
<bitcoin-git> bitcoin/master e0680bb fanquake: Merge bitcoin/bitcoin#24806: RPC: Switch getblockfrompeer back to standard...
<bitcoin-git> bitcoin/master 88917f9 Luke Dashjr: RPC: Switch getblockfrompeer back to standard param name blockhash
<bitcoin-git> [bitcoin] fanquake merged pull request #24770: Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive (master...change-lock-logging-to-DEBUG_LOCKCONTENTION-one-commit) https://github.com/bitcoin/bitcoin/pull/24770
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/38d3d0bfc4ca...c1059c9fef18
<bitcoin-git> bitcoin/master 39a34b6 Jon Atack: Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
<bitcoin-git> bitcoin/master 4394733 Jon Atack: Add DEBUG_LOCKCONTENTION documentation to the developer notes
<bitcoin-git> bitcoin/master c1059c9 fanquake: Merge bitcoin/bitcoin#24770: Put lock logging behind DEBUG_LOCKCONTENTION ...
<bitcoin-git> [bitcoin] fanquake opened pull request #24807: [23.x] Final rc4 backports (23.x...final_rc4_backports) https://github.com/bitcoin/bitcoin/pull/24807
<bitcoin-git> [bitcoin] fanquake opened pull request #24806: RPC: Switch getblockfrompeer back to standard param name blockhash (master...use_bloch_hash) https://github.com/bitcoin/bitcoin/pull/24806
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24294: RPC: Switch getblockfrompeer back to standard param names blockhash and nodeid (master...getblockfrompeer_param_names) https://github.com/bitcoin/bitcoin/pull/24294
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #24697: refactor: Use type-safe time for address relay (master...2203-refactor-addr-relay-time-🌦) https://github.com/bitcoin/bitcoin/pull/24697
<bitcoin-git> [bitcoin] aureleoules opened pull request #24804: Sanity assert GetAncestor() != nullptr where appropriate (master...assert_get_ancestor_rebase) https://github.com/bitcoin/bitcoin/pull/24804

2022-04-07

<bitcoin-git> [bitcoin] Eunoia1729 opened pull request #24803: linnt: convert submodule linter test to Python (master...lint-submodule-py) https://github.com/bitcoin/bitcoin/pull/24803
<bitcoin-git> [bitcoin] hebasto closed pull request #24781: build, qt: Drop unneeded direct dependency on freetype (master...220406-freetype) https://github.com/bitcoin/bitcoin/pull/24781
<bitcoin-git> [bitcoin] Eunoia1729 opened pull request #24802: lint: convert format strings linter test to python (master...lint-format-strings-py) https://github.com/bitcoin/bitcoin/pull/24802
<bitcoin-git> [bitcoin] KevinMusgrave opened pull request #24800: lint: convert lint-python-mutable-default-parameters.sh to Python (master...port-lint-script-to-python) https://github.com/bitcoin/bitcoin/pull/24800
<bitcoin-git> [bitcoin] sipa opened pull request #24799: Add test case mimicking issue 24765 (master...202204_try24765) https://github.com/bitcoin/bitcoin/pull/24799
<bitcoin-git> [bitcoin] hebasto opened pull request #24798: [POC] build: Hello Qt 6 (master...220406-qt6) https://github.com/bitcoin/bitcoin/pull/24798
<bitcoin-git> [bitcoin] brunoerg opened pull request #24797: test: compare `/chaininfo` response with `getblockchaininfo` RPC (master...2022-04-compare-blockchaininfo-rest-chaininfo) https://github.com/bitcoin/bitcoin/pull/24797
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24796: lint: misc updates & fixes (master...spelling) https://github.com/bitcoin/bitcoin/pull/24796
<bitcoin-git> [bitcoin] fanquake opened pull request #24796: lint: misc updates & fixes (master...spelling) https://github.com/bitcoin/bitcoin/pull/24796
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24697: refactor: Address relay time refactors (master...2203-refactor-addr-relay-time-🌦) https://github.com/bitcoin/bitcoin/pull/24697
<bitcoin-git> [bitcoin] fanquake closed pull request #24159: tests: commit-script-check.sh - use gsed if exists (master...1643135199-test-lint-comit-script) https://github.com/bitcoin/bitcoin/pull/24159
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24784: refactor: deduplicate integer serialization in RollingBloom benchmark (master...rebased_fixedd_24088) https://github.com/bitcoin/bitcoin/pull/24784
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c80d9b72d6b...323d4c09c090
<bitcoin-git> bitcoin/master 323d4c0 MarcoFalke: Merge bitcoin/bitcoin#24784: refactor: deduplicate integer serialization i...
<bitcoin-git> bitcoin/master fff9141 phyBrackets: refactor: Remove deduplication of data in rollingbloom bench
<bitcoin-git> [bitcoin] fanquake merged pull request #24790: lint: remove qt SIGNAL/SLOT lint (master...remove_qt_lint) https://github.com/bitcoin/bitcoin/pull/24790
<bitcoin-git> bitcoin/master b72925e fanquake: lint: remove qt SIGNAL/SLOT lint
<bitcoin-git> bitcoin/master 5c80d9b fanquake: Merge bitcoin/bitcoin#24790: lint: remove qt SIGNAL/SLOT lint
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d844b5e79994...5c80d9b72d6b
<bitcoin-git> [bitcoin] fanquake merged pull request #24152: policy / validation: CPFP fee bumping within packages (master...package-cpfp) https://github.com/bitcoin/bitcoin/pull/24152
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/41720a1f540e...d844b5e79994
<bitcoin-git> bitcoin/master 17a8ffd glozow: [packages/policy] use package feerate in package validation
<bitcoin-git> bitcoin/master 09f32cf glozow: [docs] package feerate
<bitcoin-git> bitcoin/master 1b93748 glozow: [validation] try individual validation before package validation

2022-04-06

<bitcoin-git> [bitcoin] fjahr opened pull request #24794: lint: Convert Python linter to Python (master...202204-lint-py-py) https://github.com/bitcoin/bitcoin/pull/24794
<bitcoin-git> [gui] jonatack opened pull request #576: Add qt unit test runner summary (master...gui-test-runner-summary) https://github.com/bitcoin-core/gui/pull/576
<bitcoin-git> [bitcoin] jacobpfickes opened pull request #24793: test: changes color of skipped functional tests (master...change_skipped_test_color) https://github.com/bitcoin/bitcoin/pull/24793
<bitcoin-git> [bitcoin] fanquake closed pull request #24341: build: remove some no-longer-needed var unexporting from configure (master...remove_redundant_un_export) https://github.com/bitcoin/bitcoin/pull/24341
<bitcoin-git> [bitcoin] fanquake opened pull request #24792: Update libsecp256k1 subtree to current master (master...update_libsecp256k1) https://github.com/bitcoin/bitcoin/pull/24792
<bitcoin-git> [bitcoin] fanquake opened pull request #24790: lint: remove qt SIGNAL/SLOT lint (master...remove_qt_lint) https://github.com/bitcoin/bitcoin/pull/24790
<bitcoin-git> [gui] laanwj opened pull request #575: qt: Remove dbus notification code (master...2022-04-qt-implicit-dbus) https://github.com/bitcoin-core/gui/pull/575
<bitcoin-git> [gui] laanwj closed pull request #574: qt: Equalize notifySystray and notifyDBus interface (master...2022-04-notification-icon) https://github.com/bitcoin-core/gui/pull/574
<bitcoin-git> [bitcoin] mzumsande opened pull request #24789: init, index: disallow indexes when running reindex-chainstate (master...202204_reindex_corrupt) https://github.com/bitcoin/bitcoin/pull/24789
<bitcoin-git> [bitcoin] dscotese opened pull request #24788: doc: Add gpg key import instructions for Windows (master...dscotese-patch-1) https://github.com/bitcoin/bitcoin/pull/24788
<bitcoin-git> [bitcoin] dscotese closed pull request #23916: doc: Add gpg key import instructions for Windows (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23916
<bitcoin-git> [bitcoin] hebasto opened pull request #24787: refactor: Get rid of `boost/algorithm/string.hpp` (master...220204-boost) https://github.com/bitcoin/bitcoin/pull/24787
<bitcoin-git> [bitcoin] fanquake merged pull request #24786: doc: Convert remaining comments to clang-tidy format (master...2204-tidy-😋) https://github.com/bitcoin/bitcoin/pull/24786
<bitcoin-git> bitcoin/master 41720a1 fanquake: Merge bitcoin/bitcoin#24786: doc: Convert remaining comments to clang-tidy...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce33194ea0ca...41720a1f540e
<bitcoin-git> bitcoin/master ffffb7a MarcoFalke: doc: Convert remaining comments to clang-tidy format
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24786: doc: Convert remaining comments to clang-tidy format (master...2204-tidy-😋) https://github.com/bitcoin/bitcoin/pull/24786
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24785: lint: remove boost::bind lint (master...remove_boost_bind_lint) https://github.com/bitcoin/bitcoin/pull/24785
<bitcoin-git> bitcoin/master 4105a54 fanquake: lint: remove boost::bind linter
<bitcoin-git> bitcoin/master ce33194 MarcoFalke: Merge bitcoin/bitcoin#24785: lint: remove boost::bind lint
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c02a3dabe214...ce33194ea0ca
<bitcoin-git> [bitcoin] fanquake merged pull request #24779: ci: Build all optional dependencies in tidy task (master...2204-ci-tidy-🏀) https://github.com/bitcoin/bitcoin/pull/24779
<bitcoin-git> bitcoin/master c02a3da fanquake: Merge bitcoin/bitcoin#24779: ci: Build all optional dependencies in tidy t...
<bitcoin-git> bitcoin/master faa7ae8 MarcoFalke: ci: Build all optional tools in tidy task
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/10f629e64481...c02a3dabe214
<bitcoin-git> [bitcoin] fanquake opened pull request #24785: lint: remove boost::bind lint (master...remove_boost_bind_lint) https://github.com/bitcoin/bitcoin/pull/24785
<bitcoin-git> [bitcoin] fanquake closed pull request #24088: refactor: deduplicate integer serialization in RollingBloom benchmark (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24088
<bitcoin-git> [bitcoin] fanquake opened pull request #24784: refactor: Remove deduplication of data in rollingbloom bench (master...rebased_fixedd_24088) https://github.com/bitcoin/bitcoin/pull/24784
<bitcoin-git> [bitcoin] fanquake closed pull request #24598: Add *.xip to .gitignore (master...gitignore-xip) https://github.com/bitcoin/bitcoin/pull/24598
<bitcoin-git> [bitcoin] fanquake merged pull request #24576: contrib: testgen: remove redundant base58 implementation (master...202203-contrib-various_testgen_improvements) https://github.com/bitcoin/bitcoin/pull/24576
<bitcoin-git> bitcoin/master 7d755bb Sebastian Falbesoner: contrib: testgen: avoid need for manually setting PYTHONPATH
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/d906329c28c2...10f629e64481
<bitcoin-git> bitcoin/master 605fecf Sebastian Falbesoner: scripted-diff: rename `chars` to `b58chars` in test_framework.address
<bitcoin-git> bitcoin/master 11c63e3 Sebastian Falbesoner: contrib: testgen: import OP_* constants from test framework
<bitcoin-git> [bitcoin] fanquake merged pull request #24681: build: Bump libevent minimum version up to 2.1.8 (master...220323-libevent) https://github.com/bitcoin/bitcoin/pull/24681
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bbb83f0b2b26...d906329c28c2
<bitcoin-git> bitcoin/master aaf72d6 Hennadii Stepanov: build: Bump libevent minimum version up to 2.1.8
<bitcoin-git> bitcoin/master 0598f36 fanquake: refactor: account for requiring libevent 2.1.8+
<bitcoin-git> bitcoin/master e40779a Fabian Jahr: refactor: Remove outdated libevent logging code
<bitcoin-git> [bitcoin] laanwj merged pull request #24145: mempool: Clear vTxHashes when mapTx is cleared (master...patch-8) https://github.com/bitcoin/bitcoin/pull/24145
<bitcoin-git> bitcoin/master bbb83f0 laanwj: Merge bitcoin/bitcoin#24145: mempool: Clear vTxHashes when mapTx is cleare...
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6c9460edaeb6...bbb83f0b2b26
<bitcoin-git> bitcoin/master 9d65ad3 Peter Bushnell: Clear vTxHashes when mapTx is cleared
<bitcoin-git> [bitcoin] laanwj merged pull request #24358: test: USDT tracepoint interface tests (master...2022-02-tracepoint-tests-a) https://github.com/bitcoin/bitcoin/pull/24358
<bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b3072799248f...6c9460edaeb6
<bitcoin-git> bitcoin/master c934087 0xb10c: test: checks for tracepoint tests
<bitcoin-git> bitcoin/master 260e28e 0xb10c: test: utxocache:* tracepoint tests
<bitcoin-git> bitcoin/master 34b27ba 0xb10c: test: net:in/out_message tracepoint tests
<bitcoin-git> [bitcoin] laanwj merged pull request #24552: guix: make it possible to override gpg binary (master...guix-attest-override-gpg) https://github.com/bitcoin/bitcoin/pull/24552
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/696d39410fc3...b3072799248f
<bitcoin-git> bitcoin/master af74e06 Pavol Rusnak: guix: make it possible to override gpg binary
<bitcoin-git> bitcoin/master b307279 laanwj: Merge bitcoin/bitcoin#24552: guix: make it possible to override gpg binary...
<bitcoin-git> [bitcoin] hebasto opened pull request #24781: build, qt: Drop unneeded direct dependency on freetype (master...220406-freetype) https://github.com/bitcoin/bitcoin/pull/24781
<bitcoin-git> [bitcoin] laanwj merged pull request #24669: build: further consolidate macOS deployment (master...consolidate_macos_deployment) https://github.com/bitcoin/bitcoin/pull/24669
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c5c4fb318281...696d39410fc3
<bitcoin-git> bitcoin/master dac6936 fanquake: build: perform all .tiff copying in macdeployqtplus
<bitcoin-git> bitcoin/master 3d41521 fanquake: build: perform /Applications symlink generation in macdeployqtplus
<bitcoin-git> bitcoin/master 696d394 laanwj: Merge bitcoin/bitcoin#24669: build: further consolidate macOS deployment
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24780: doc: Merge release note snippets for 24.0 (master...2204-doc-rel-24-🍬) https://github.com/bitcoin/bitcoin/pull/24780
<bitcoin-git> [bitcoin] laanwj merged pull request #24758: Disable the syscall sandbox for bitcoin-qt and remove gui-related syscalls (master...2204-gui-box-🌊) https://github.com/bitcoin/bitcoin/pull/24758
<bitcoin-git> bitcoin/master fa0c2aa MarcoFalke: init: Disable syscall sandbox in the bitcoin-qt process
<bitcoin-git> bitcoin/master fabdf9f MarcoFalke: Remove gui-only syscalls
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f3e35633690c...c5c4fb318281
<bitcoin-git> bitcoin/master c5c4fb3 laanwj: Merge bitcoin/bitcoin#24758: Disable the syscall sandbox for bitcoin-qt an...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24780: doc: Merge release note snippets for 24.0 (master...2204-doc-rel-24-🍬) https://github.com/bitcoin/bitcoin/pull/24780
<bitcoin-git> [bitcoin] fanquake merged pull request #24652: doc: rewrite OpenBSD build docs for 7.0 (master...openbsd_wallet_doc_cleanupp) https://github.com/bitcoin/bitcoin/pull/24652
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/79bf1a0fa2c7...f3e35633690c
<bitcoin-git> bitcoin/master a2b56dc fanquake: doc: update OpenBSD build docs for 7.0
<bitcoin-git> bitcoin/master f3e3563 fanquake: Merge bitcoin/bitcoin#24652: doc: rewrite OpenBSD build docs for 7.0
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24779: ci: Build all optional dependencies in tidy task (master...2204-ci-tidy-🏀) https://github.com/bitcoin/bitcoin/pull/24779
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24732: Remove buggy and confusing IncrementExtraNonce (master...2204-remove-code-🌗) https://github.com/bitcoin/bitcoin/pull/24732
<bitcoin-git> bitcoin/master fa38b1c MarcoFalke: Remove buggy and confusing IncrementExtraNonce
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/372f1a3c2581...79bf1a0fa2c7
<bitcoin-git> bitcoin/master 79bf1a0 MarcoFalke: Merge bitcoin/bitcoin#24732: Remove buggy and confusing IncrementExtraNonc...
<bitcoin-git> bitcoin/master cccc4e8 MarcoFalke: Remove nHeightEnd and nHeight in generateBlocks helper
<bitcoin-git> [bitcoin] fanquake merged pull request #24753: ci: Add clang-tidy task (master...2204-ci-tidy-💻) https://github.com/bitcoin/bitcoin/pull/24753
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/27cfaeed1ea9...372f1a3c2581
<bitcoin-git> bitcoin/master fab24f8 MarcoFalke: ci: Add clang-tidy task
<bitcoin-git> bitcoin/master 372f1a3 fanquake: Merge bitcoin/bitcoin#24753: ci: Add clang-tidy task
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24098: rest: Use query parameters to control resource loading (master...rest/use-query-parameters) https://github.com/bitcoin/bitcoin/pull/24098
<bitcoin-git> bitcoin/master 9f1c547 stickies-v: Refactoring: move declarations to rest.h
<bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/70c522004fc0...27cfaeed1ea9
<bitcoin-git> bitcoin/master c1aad1b stickies-v: scripted-diff: rename RetFormat to RESTResponseFormat
<bitcoin-git> bitcoin/master fff771e stickies-v: Handle query string when parsing data format
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24766: lint: convert spellchecking lint test to python (master...pr24762-spelling) https://github.com/bitcoin/bitcoin/pull/24766
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d3ff02688a50...70c522004fc0
<bitcoin-git> bitcoin/master 4685463 Fabian Jahr: doc: Update lint test docs
<bitcoin-git> bitcoin/master 77f98df Fabian Jahr: lint: convert spell check lint test to python
<bitcoin-git> bitcoin/master 70c5220 MarcoFalke: Merge bitcoin/bitcoin#24766: lint: convert spellchecking lint test to pyth...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24778: lint: Convert Python dead code linter test to Python (master...202204-dead-py) https://github.com/bitcoin/bitcoin/pull/24778
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/15220ec9039a...d3ff02688a50
<bitcoin-git> bitcoin/master 076cd68 Fabian Jahr: lint: Convert Python dead code linter to Python
<bitcoin-git> bitcoin/master d3ff026 MarcoFalke: Merge bitcoin/bitcoin#24778: lint: Convert Python dead code linter test to...
<bitcoin-git> [bitcoin] fjahr closed pull request #24750: doc: Add bash dependency of lint tests (master...202203-mapfile-doc) https://github.com/bitcoin/bitcoin/pull/24750

2022-04-05

<bitcoin-git> [bitcoin] fjahr opened pull request #24778: lint: Convert Python dead code linter test to Python (master...202204-dead-py) https://github.com/bitcoin/bitcoin/pull/24778
<bitcoin-git> [bitcoin] sipa closed pull request #23995: Simplify test_runner.py a bit (master...202201_partestrun_fix) https://github.com/bitcoin/bitcoin/pull/23995
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24775: build: Do not modify `common.init.vcxproj` directly (master...220405-toolset) https://github.com/bitcoin/bitcoin/pull/24775
<bitcoin-git> bitcoin/master 2391fb7 Hennadii Stepanov: build, refactor: Add set_properties() to msvc-autogen.py
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9ce1c506a3a5...15220ec9039a
<bitcoin-git> bitcoin/master 15220ec MarcoFalke: Merge bitcoin/bitcoin#24775: build: Do not modify `common.init.vcxproj` di...
<bitcoin-git> bitcoin/master ba0bf79 Hennadii Stepanov: build: Do not modify `common.init.vcxproj` directly
<bitcoin-git> [bitcoin] brunoerg opened pull request #24776: docs: update `/rest/chaininfo` doc according to `getblockchaininfo` (master...2022-04-rest-doc-improv) https://github.com/bitcoin/bitcoin/pull/24776
<bitcoin-git> [bitcoin] hebasto opened pull request #24775: build: Do not modify `common.init.vcxproj` directly (master...220405-toolset) https://github.com/bitcoin/bitcoin/pull/24775
<bitcoin-git> [bitcoin] hebasto opened pull request #24774: build, refactor: Rely on `AC_DEFINE` macro (master...220405-config) https://github.com/bitcoin/bitcoin/pull/24774
<bitcoin-git> [bitcoin] hebasto opened pull request #24773: [POC] Enable AVX2 implementation of SHA256 for MSVC builds (master...220405-avx2) https://github.com/bitcoin/bitcoin/pull/24773
<bitcoin-git> [bitcoin] laanwj merged pull request #24216: validation: improve connect bench logging (master...2022/01/bench_log) https://github.com/bitcoin/bitcoin/pull/24216
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fe66dad8a779...9ce1c506a3a5
<bitcoin-git> bitcoin/master 304ef73 Sjors Provoost: validation: improve connect bench logging
<bitcoin-git> bitcoin/master 9ce1c50 laanwj: Merge bitcoin/bitcoin#24216: validation: improve connect bench logging
<bitcoin-git> [bitcoin] laanwj merged pull request #24710: Add concrete steps in doc/cjdns.md to easily find a friend (master...doc-cjdns-how-to-find-a-friend) https://github.com/bitcoin/bitcoin/pull/24710
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f421de5be611...fe66dad8a779
<bitcoin-git> bitcoin/master 19538dd Jon Atack: Add concrete steps in doc/cjdns.md to easily find a friend
<bitcoin-git> bitcoin/master 6a02355 Jon Atack: Add and improve informational links in doc/cjdns.md
<bitcoin-git> bitcoin/master fe66dad laanwj: Merge bitcoin/bitcoin#24710: Add concrete steps in doc/cjdns.md to easily ...
<bitcoin-git> [bitcoin] laanwj merged pull request #24236: Remove utxo db upgrade code (master...2202-txdbNoUpgrade) https://github.com/bitcoin/bitcoin/pull/24236
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ee9af95f0954...f421de5be611
<bitcoin-git> bitcoin/master fa9112a MarcoFalke: Remove utxo db upgrade code
<bitcoin-git> bitcoin/master f421de5 laanwj: Merge bitcoin/bitcoin#24236: Remove utxo db upgrade code
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24749: test: use MiniWallet for mempool_unbroadcast.py (master...miniwallet-mempool_unbroadcast) https://github.com/bitcoin/bitcoin/pull/24749
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d492dc1cdaab...ee9af95f0954
<bitcoin-git> bitcoin/master d2ba43f Ayush Sharma: test: use MiniWallet for mempool_unbroadcast.py
<bitcoin-git> bitcoin/master ee9af95 MarcoFalke: Merge bitcoin/bitcoin#24749: test: use MiniWallet for mempool_unbroadcast....
<bitcoin-git> [bitcoin] ayush933 reopened pull request #24749: test: use MiniWallet for mempool_unbroadcast.py (master...miniwallet-mempool_unbroadcast) https://github.com/bitcoin/bitcoin/pull/24749
<bitcoin-git> [bitcoin] ayush933 closed pull request #24749: test: use MiniWallet for mempool_unbroadcast.py (master...miniwallet-mempool_unbroadcast) https://github.com/bitcoin/bitcoin/pull/24749
<bitcoin-git> [bitcoin] hebasto opened pull request #24772: refactor: Use [[maybe_unused]] attribute (master...220405-void) https://github.com/bitcoin/bitcoin/pull/24772
<bitcoin-git> [bitcoin] laanwj merged pull request #24147: Miniscript integration (master...updated_miniscript) https://github.com/bitcoin/bitcoin/pull/24147
<bitcoin-git> [bitcoin] laanwj pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/0baf6aded5fa...d492dc1cdaab
<bitcoin-git> bitcoin/master 31ec6ae Antoine Poinsot: script: make IsPushdataOp non-static
<bitcoin-git> bitcoin/master f4e289f Antoine Poinsot: script: move CheckMinimalPush from interpreter to script.h
<bitcoin-git> bitcoin/master 4fe2936 Antoine Poinsot: script: expose getter for CScriptNum, add a BuildScript helper
<bitcoin-git> [bitcoin] jonatack opened pull request #24770: Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive (master...change-lock-logging-to-DEBUG_LOCKCONTENTION-one-commit) https://github.com/bitcoin/bitcoin/pull/24770
<bitcoin-git> [bitcoin] fanquake closed pull request #24769: Bitcoin vn (master...bitcoin-vn) https://github.com/bitcoin/bitcoin/pull/24769
<bitcoin-git> [bitcoin] uvhw opened pull request #24769: Bitcoin vn (master...bitcoin-vn) https://github.com/bitcoin/bitcoin/pull/24769
<bitcoin-git> [bitcoin] fanquake merged pull request #24391: build: stop overriding user autoconf flags (master...stop_overriding_user_flags) https://github.com/bitcoin/bitcoin/pull/24391
<bitcoin-git> bitcoin/master 35c3fd4 fanquake: build: stop overriding user CPPFLAGS
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/44e7d6d6ddad...0baf6aded5fa
<bitcoin-git> bitcoin/master bc7cc57 fanquake: doc: explain why we clear CXXFLAGS with enable-debug
<bitcoin-git> bitcoin/master 3e2ef23 fanquake: build: stop overriding user LDFLAGS
<bitcoin-git> [bitcoin] fanquake merged pull request #24754: build: specify cmake build dir for multiprocess depends build (master...libmultiprocess_cmake_dir) https://github.com/bitcoin/bitcoin/pull/24754
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/24c6b20c1430...44e7d6d6ddad
<bitcoin-git> bitcoin/master 7c218da fanquake: build: specify cmake build dir for multiprocess depends build
<bitcoin-git> bitcoin/master 44e7d6d fanquake: Merge bitcoin/bitcoin#24754: build: specify cmake build dir for multiproce...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24583: doc: Add template for empty release notes (master...2203-docRel-🌟) https://github.com/bitcoin/bitcoin/pull/24583
<bitcoin-git> bitcoin/master fa4943e MarcoFalke: doc: Add template for empty release notes
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4262100b8cff...24c6b20c1430
<bitcoin-git> bitcoin/master 24c6b20 MarcoFalke: Merge bitcoin/bitcoin#24583: doc: Add template for empty release notes
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24755: [23.x] Further build backports (23.x...rc4_backports) https://github.com/bitcoin/bitcoin/pull/24755
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24751: refactor: Remove ParseHex(const char*) from public interface (master...2204-no-pointer-💴) https://github.com/bitcoin/bitcoin/pull/24751
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24762: lint: Start to use py lint scripts (master...2204-lint-with-py-🥂) https://github.com/bitcoin/bitcoin/pull/24762
<bitcoin-git> bitcoin/master fa82e89 MarcoFalke: Move lint script and data file to avoid lint- prefix
<bitcoin-git> bitcoin/master fae211c MarcoFalke: lint: Start to use py lint scripts
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/47bac475f044...4262100b8cff
<bitcoin-git> bitcoin/master 4262100 MarcoFalke: Merge bitcoin/bitcoin#24762: lint: Start to use py lint scripts
<bitcoin-git> [bitcoin] fanquake closed pull request #24767: 23.x (master...23.x) https://github.com/bitcoin/bitcoin/pull/24767
<bitcoin-git> [bitcoin] fanquake closed pull request #24768: thx's (master...master) https://github.com/bitcoin/bitcoin/pull/24768
<bitcoin-git> [bitcoin] wangalan0118 opened pull request #24768: thx's (master...master) https://github.com/bitcoin/bitcoin/pull/24768
<bitcoin-git> [bitcoin] uvhw opened pull request #24767: 23.x (master...23.x) https://github.com/bitcoin/bitcoin/pull/24767

2022-04-04

<bitcoin-git> [bitcoin] fjahr opened pull request #24766: lint: convert spellchecking lint test to python (master...pr24762-spelling) https://github.com/bitcoin/bitcoin/pull/24766
<bitcoin-git> [bitcoin] Crypt-iQ opened pull request #24763: configure.ac: disable FORTIFY_SOURCE for asan/msan/tsan (master...disable_fortify_san) https://github.com/bitcoin/bitcoin/pull/24763
<bitcoin-git> [gui] laanwj opened pull request #574: qt: Equalize notifySystray and notifyDBus interface (master...2022-04-notification-icon) https://github.com/bitcoin-core/gui/pull/574
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24762: lint: Start to use py lint scripts (master...2204-lint-with-py-🥂) https://github.com/bitcoin/bitcoin/pull/24762
<bitcoin-git> [bitcoin] mxaddict opened pull request #24761: Updated funcs.mk to work with Windows Subsystem for Linux (master...temp-master) https://github.com/bitcoin/bitcoin/pull/24761
<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4faf7a1d86db...47bac475f044
<bitcoin-git> bitcoin/master 3b82608 Vasil Dimov: options: add a comment for -listenonion and dedup a long expression
<bitcoin-git> bitcoin/master 4d4dca4 Vasil Dimov: test: add regression test for bitcoin-core/gui/issues/567
<bitcoin-git> bitcoin/master 47bac47 Hennadii Stepanov: Merge bitcoin-core/gui#569: test: add regression test for #567
<bitcoin-git> [gui] hebasto merged pull request #569: test: add regression test for #567 (master...options_test) https://github.com/bitcoin-core/gui/pull/569
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24758: Disable the syscall sandbox for bitcoin-qt and remove gui-related syscalls (master...2204-gui-box-🌊) https://github.com/bitcoin/bitcoin/pull/24758
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24729: util/check: avoid unused parameter warnings (master...202204-assume-gcc-fix) https://github.com/bitcoin/bitcoin/pull/24729
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6348bc61b533...4faf7a1d86db
<bitcoin-git> bitcoin/master 0add4db Anthony Towns: util/check: avoid unused parameter warnings
<bitcoin-git> bitcoin/master 4faf7a1 MarcoFalke: Merge bitcoin/bitcoin#24729: util/check: avoid unused parameter warnings
<bitcoin-git> [bitcoin] jonatack opened pull request #24757: build, ci: add `DEBUG_LOCKCONTENTION` to --enable-debug and CI (master...add-DEBUG_LOCKCONTENTION-to-enable-debug) https://github.com/bitcoin/bitcoin/pull/24757
<bitcoin-git> [bitcoin] laanwj merged pull request #24746: refactor: remove macOS MAP_ANONYMOUS work around (master...macOS_has_MAP_ANONYMOUS) https://github.com/bitcoin/bitcoin/pull/24746
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67dc002aaeaa...6348bc61b533
<bitcoin-git> bitcoin/master 112a7ab fanquake: refactor: remove macOS MAP_ANONYMOUS work around
<bitcoin-git> bitcoin/master 6348bc6 laanwj: Merge bitcoin/bitcoin#24746: refactor: remove macOS MAP_ANONYMOUS work aro...
<bitcoin-git> [bitcoin] hebasto opened pull request #24756: build: Bump expat to the latest version (master...220404-expat) https://github.com/bitcoin/bitcoin/pull/24756
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24735: ci: use DWARF-4 for Valgrind jobs (master...remove_boost_valgrind) https://github.com/bitcoin/bitcoin/pull/24735
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/83b26cb97cb4...67dc002aaeaa
<bitcoin-git> bitcoin/master 15893a0 fanquake: supp: remove Boost Valgrind suppression
<bitcoin-git> bitcoin/master b0740fd fanquake: ci: use DWARF-4 for Valgrind CI job
<bitcoin-git> bitcoin/master 67dc002 MarcoFalke: Merge bitcoin/bitcoin#24735: ci: use DWARF-4 for Valgrind jobs
<bitcoin-git> [bitcoin] fanquake opened pull request #24755: [23.x] Further build backports (23.x...rc4_backports) https://github.com/bitcoin/bitcoin/pull/24755
<bitcoin-git> [bitcoin] laanwj merged pull request #24736: guix: fix vmov alignment issues with gcc 10.3.0 & mingw-w64 (master...guix_mingw_w64_vmov_alignment) https://github.com/bitcoin/bitcoin/pull/24736
<bitcoin-git> bitcoin/master 83b26cb laanwj: Merge bitcoin/bitcoin#24736: guix: fix vmov alignment issues with gcc 10.3...
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/52f0f7a1bb5d...83b26cb97cb4
<bitcoin-git> bitcoin/master d6fae98 fanquake: guix: fix vmov alignment issues with gcc 10.3.0 & mingw-w64
<bitcoin-git> [bitcoin] fanquake opened pull request #24754: build: specify cmake build dir for multiprocess depends build (master...libmultiprocess_cmake_dir) https://github.com/bitcoin/bitcoin/pull/24754
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24753: ci: Add clang-tidy task (master...2204-ci-tidy-💻) https://github.com/bitcoin/bitcoin/pull/24753
<bitcoin-git> [bitcoin] fanquake merged pull request #24668: build, qt: bump Qt5 version to 5.15.3 (master...qt5-5.15.3) https://github.com/bitcoin/bitcoin/pull/24668
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0da559e02e44...52f0f7a1bb5d
<bitcoin-git> bitcoin/master 826cbc4 Hennadii Stepanov: build, qt: drop fix_no_printer.patch
<bitcoin-git> bitcoin/master ef20add Pavol Rusnak: build, qt: bump Qt5 version to 5.15.3
<bitcoin-git> bitcoin/master 7f60428 Pavol Rusnak: build, qt: use one patch per line in depends/packages/qt.mk
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24661: refactor: Use clang-tidy syntax for C++ named arguments (master...rebase_23545) https://github.com/bitcoin/bitcoin/pull/24661
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62efdfb3be7b...0da559e02e44
<bitcoin-git> bitcoin/master 37a16ff fanquake: refactor: fix clang-tidy named args usage
<bitcoin-git> bitcoin/master 0da559e MarcoFalke: Merge bitcoin/bitcoin#24661: refactor: Use clang-tidy syntax for C++ named...
<bitcoin-git> [bitcoin] S3RK opened pull request #24752: wallet: increase BnB upper limit (master...bnb_increase_upper_limit) https://github.com/bitcoin/bitcoin/pull/24752
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24558: build: explicitly disable Boost multi_index serialization (master...no_boost_multi_index_serialization) https://github.com/bitcoin/bitcoin/pull/24558
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/31b1c67cf6d7...62efdfb3be7b
<bitcoin-git> bitcoin/master 0d01272 fanquake: build: don't use Boost multi_index serialization
<bitcoin-git> bitcoin/master 62efdfb MarcoFalke: Merge bitcoin/bitcoin#24558: build: explicitly disable Boost multi_index s...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24751: refactor: Remove ParseHex(const char*) from public interface (master...2204-no-pointer-💴) https://github.com/bitcoin/bitcoin/pull/24751

2022-04-03

<bitcoin-git> [gui] jarolrod closed pull request #129: Fix Shortcut Ambiguities, Clean up text (master...optionsMenuCleanup) https://github.com/bitcoin-core/gui/pull/129
<bitcoin-git> [bitcoin] fjahr opened pull request #24750: doc: Add bash dependency of lint tests (master...202203-mapfile-doc) https://github.com/bitcoin/bitcoin/pull/24750
<bitcoin-git> [bitcoin] ayush933 opened pull request #24749: test: use MiniWallet for mempool_unbroadcast.py (master...miniwallet-mempool_unbroadcast) https://github.com/bitcoin/bitcoin/pull/24749
<bitcoin-git> [bitcoin] stratospher opened pull request #24748: test/BIP324: functional tests for v2 P2P encryption (master...p2p-encryption-test) https://github.com/bitcoin/bitcoin/pull/24748
<bitcoin-git> [bitcoin] fanquake opened pull request #24746: refactor: remove macOS MAP_ANONYMOUS work around (master...macOS_has_MAP_ANONYMOUS) https://github.com/bitcoin/bitcoin/pull/24746
<bitcoin-git> [gui] hebasto closed pull request #410: Uppercase 'bitcoin:' in QR code URI (master...uppercase-uri) https://github.com/bitcoin-core/gui/pull/410
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/55ea6fd2506b...31b1c67cf6d7
<bitcoin-git> bitcoin/master 31b1c67 Hennadii Stepanov: Merge bitcoin-core/gui#557: Revert "qt: Do not use QObject::tr plural synt...
<bitcoin-git> bitcoin/master 0c64401 Luke Dashjr: Revert "qt: Do not use QObject::tr plural syntax for numbers with a unit s...
<bitcoin-git> [gui] hebasto merged pull request #557: Revert "qt: Do not use QObject::tr plural syntax for numbers with a unit symbol" (master...gui_numeric_GBs) https://github.com/bitcoin-core/gui/pull/557
<bitcoin-git> [bitcoin] fanquake reopened pull request #23507: Refactor: Improve API design of `ScriptToUniv`, `TxToUniv` etc to return the `UniValue` instead of mutating a parameter/reference (master...ret_UniValue_instead_of_pass_by_ref) https://github.com/bitcoin/bitcoin/pull/23507

2022-04-02

<bitcoin-git> [bitcoin] fanquake opened pull request #24742: [POC] build: prune Boost headers in depends (master...prune_boost) https://github.com/bitcoin/bitcoin/pull/24742
<bitcoin-git> [bitcoin] fanquake opened pull request #24741: refactor: use ternary when creating RPC param variables (master...use_ternary) https://github.com/bitcoin/bitcoin/pull/24741
<bitcoin-git> [bitcoin] fanquake merged pull request #24738: build: remove faketime unsetting and comments from configure (master...remove_faketime) https://github.com/bitcoin/bitcoin/pull/24738
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d018db966ab8...55ea6fd2506b
<bitcoin-git> bitcoin/master 3d70c05 fanquake: build: remove faketime unsetting and comments from configure.ac
<bitcoin-git> bitcoin/master 55ea6fd fanquake: Merge bitcoin/bitcoin#24738: build: remove faketime unsetting and comments...
<bitcoin-git> [bitcoin] fanquake merged pull request #24740: doc: remove incorrect mention of PR_GET_NAME (master...remove_threadnames_comment) https://github.com/bitcoin/bitcoin/pull/24740
<bitcoin-git> bitcoin/master 87f3c04 fanquake: doc: remove incorrect mention of PR_GET_NAME
<bitcoin-git> bitcoin/master e8fc236 fanquake: refactor: add missing std:: includes to threadnames.cpp
<bitcoin-git> bitcoin/master d018db9 fanquake: Merge bitcoin/bitcoin#24740: doc: remove incorrect mention of PR_GET_NAME
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/03251b6b93fd...d018db966ab8
<bitcoin-git> [bitcoin] fanquake merged pull request #24594: doc: update release-process.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24594
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a7f0c37c2bae...03251b6b93fd
<bitcoin-git> bitcoin/master ac45a43 gruve-p: doc: update release-process.md
<bitcoin-git> bitcoin/master 03251b6 fanquake: Merge bitcoin/bitcoin#24594: doc: update release-process.md