<bitcoin-git>
[bitcoin] brunoerg opened pull request #30826: fuzz: reduce number of iterations in `crypto_aeadchacha20poly1305` target (master...2024-09-fuzz-crypto-iterations) https://github.com/bitcoin/bitcoin/pull/30826
<bitcoin-git>
[bitcoin] achow101 merged pull request #30821: build: work around issue with Boost = 1.80 and Clang = 18 (master...boost_174_clang_18) https://github.com/bitcoin/bitcoin/pull/30821
<bitcoin-git>
bitcoin/master 7f472e9 Ava Chow: Merge bitcoin/bitcoin#30821: build: work around issue with Boost <= 1.80 a...
<bitcoin-git>
bitcoin/master cd062d6 fanquake: build: work around issue with Boost = 18
<bitcoin-git>
[bitcoin] fanquake opened pull request #30821: build: work around issue with Boost = 1.80 and Clang = 18 (master...boost_174_clang_18) https://github.com/bitcoin/bitcoin/pull/30821
<bitcoin-git>
[bitcoin] fanquake merged pull request #30796: test: Use std::span and std::string_view for raw data (master...2409-raw-data) https://github.com/bitcoin/bitcoin/pull/30796
<bitcoin-git>
bitcoin/master fac9736 MarcoFalke: test: Use string_view for json_tests
<bitcoin-git>
bitcoin/master faecca9 MarcoFalke: test: Use span for raw data
<bitcoin-git>
bitcoin/master 6852d1d merge-script: Merge bitcoin/bitcoin#30796: test: Use std::span and std::string_view for ...
<bitcoin-git>
[bitcoin] glozow merged pull request #30784: test: add check that too large txs aren't put into orphanage (master...202409-test-orphanage_large_tx_rejection) https://github.com/bitcoin/bitcoin/pull/30784
<bitcoin-git>
bitcoin/master f66011e glozow: Merge bitcoin/bitcoin#30784: test: add check that too large txs aren't put...
<bitcoin-git>
bitcoin/master ed7d224 Sebastian Falbesoner: test: add `BulkTransaction` helper to unit test transaction utils
<bitcoin-git>
bitcoin/master 66d13c8 Sebastian Falbesoner: test: add check that large txs aren't put into orphanage
<bitcoin-git>
[bitcoin] maflcko opened pull request #30812: lint: Check for release note snippets in the wrong folder (master...2409-lint-rel-notes) https://github.com/bitcoin/bitcoin/pull/30812
<bitcoin-git>
[bitcoin] maflcko opened pull request #30796: test: Use std::span and std::string_view for raw data (master...2409-raw-data) https://github.com/bitcoin/bitcoin/pull/30796
<bitcoin-git>
[bitcoin] fanquake merged pull request #30778: build: Fix linking for `fuzz` target when building with MSan (master...240831-ci-msan) https://github.com/bitcoin/bitcoin/pull/30778
<bitcoin-git>
bitcoin/master 26c460a Hennadii Stepanov: build: Fix linking for `fuzz` target when building with MSan
<bitcoin-git>
bitcoin/master 9cb9651 merge-script: Merge bitcoin/bitcoin#30778: build: Fix linking for `fuzz` target when bui...
<bitcoin-git>
bitcoin/master 787dfaf Hennadii Stepanov: ci: Do not override `-g -O1` set in `MSAN_FLAGS`
<bitcoin-git>
[bitcoin] theStack opened pull request #30784: test: add check that too large txs aren't put into orphanage (master...202409-test-orphanage_large_tx_rejection) https://github.com/bitcoin/bitcoin/pull/30784
<bitcoin-git>
[bitcoin] hebasto reopened pull request #30778: ci: Do not override `-g -O1` set in `MSAN_FLAGS` (master...240831-ci-msan) https://github.com/bitcoin/bitcoin/pull/30778
<bitcoin-git>
[bitcoin] hebasto closed pull request #30778: ci: Do not override `-g -O1` set in `MSAN_FLAGS` (master...240831-ci-msan) https://github.com/bitcoin/bitcoin/pull/30778
<bitcoin-git>
[bitcoin] hebasto opened pull request #30778: ci: Do not override `-g -O1` set in `MSAN_FLAGS` (master...240831-ci-msan) https://github.com/bitcoin/bitcoin/pull/30778
<laanwj>
getting ".../bitcoin/build/src/qt/bitcoinqt_autogen/EWIEGA46WW/moc_addressbookpage.cpp:10:10: fatal error: ../../../../../src/qt/addressbookpage.h: No such file or directory" while building master
<bitcoin-git>
[bitcoin] l0rinc opened pull request #30765: refactor: Extend CScript with `operator` for `std::array` (master...l0rinc/CScript-vector-and-array) https://github.com/bitcoin/bitcoin/pull/30765
<bitcoin-git>
[gui-qml] GBKS opened pull request #420: Wallet creation flow font weight and color tweaks (main...feature/wallet-creation-font-weight-tweaks) https://github.com/bitcoin-core/gui-qml/pull/420
<bitcoin-git>
[bitcoin] MarnixCroes opened pull request #30763: doc: update Fedora build instructions for cmake (master...update-fedora-instructions) https://github.com/bitcoin/bitcoin/pull/30763
<bitcoin-git>
[bitcoin] glozow merged pull request #30701: Use MiniWallet in functional test rpc_signrawtransactionwithkey. (master...test-miniwallet-on-rpc-signrawtransactionwithkey) https://github.com/bitcoin/bitcoin/pull/30701
<bitcoin-git>
bitcoin/master 1f4cdb3 Martin Saposnic: Replace custom funding tx creation with MiniWallet.
<bitcoin-git>
bitcoin/master a563f41 Martin Saposnic: Remove second node since only 1 is needed for the test
<bitcoin-git>
bitcoin/master 7349d57 glozow: Merge bitcoin/bitcoin#30701: Use MiniWallet in functional test rpc_signraw...