2023-07-17

<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d8af44356fd...275b3e47ccb5
<bitcoin-git> [bitcoin] fanquake merged pull request #28086: fuzz: Bump FuzzedDataProvider.h (master...2307-fuzz-bump-fdp-) https://github.com/bitcoin/bitcoin/pull/28086
<bitcoin-git> bitcoin/master 7d8af44 fanquake: Merge bitcoin/bitcoin#28086: fuzz: Bump FuzzedDataProvider.h
<bitcoin-git> bitcoin/master fa36742 MarcoFalke: fuzz: Bump FuzzedDataProvider.h
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/57b8336dfed6...7d8af44356fd
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28088: test: Disable known broken USDT test (master...2307-test-not-broken-) https://github.com/bitcoin/bitcoin/pull/28088
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28087: ci: Use qemu-user through container engine (master...2307-ci-qemu-) https://github.com/bitcoin/bitcoin/pull/28087
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28086: fuzz: Bump FuzzedDataProvider.h (master...2307-fuzz-bump-fdp-) https://github.com/bitcoin/bitcoin/pull/28086
<bitcoin-git> [bitcoin] theStack opened pull request #28085: refactor: use Span for SipHash::Write (master...202307-refactor-use_span_for_siphash) https://github.com/bitcoin/bitcoin/pull/28085

2023-07-16

<bitcoin-git> [gui] hebasto merged pull request #740: Show own outputs on PSBT signing window (master...mark-change-outputs-on-psbt-sign) https://github.com/bitcoin-core/gui/pull/740
<bitcoin-git> bitcoin/master 57b8336 Hennadii Stepanov: Merge bitcoin-core/gui#740: Show own outputs on PSBT signing window
<bitcoin-git> bitcoin/master 4da243b Hernan Marino: qt: show own outputs on PSBT signing window
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/01e5d6b10586...57b8336dfed6
<bitcoin-git> [bitcoin] fanquake opened pull request #28084: doc: update windows `-fstack-clash-protection` doc (master...stack_clash_windows_doc_update) https://github.com/bitcoin/bitcoin/pull/28084
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28083: ci: Use DOCKER_BUILDKIT for lint image (master...2307-ci-lint-docker-build-) https://github.com/bitcoin/bitcoin/pull/28083

2023-07-14

<gribble> https://github.com/bitcoin/bitcoin/issues/18987 | RFC: Introducing Watchdog, a cross-layer anomaly detection module by ariard · Pull Request #18987 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] jonatack opened pull request #28078: net, refactor: remove unneeded exports, improve separation, use std::optional (master...2023-07-net-netaddr-refactoring) https://github.com/bitcoin/bitcoin/pull/28078
<bitcoin-git> [bitcoin] achow101 merged pull request #28048: kernel: Remove StartShutdown calls from validation code (master...pr/stopafter) https://github.com/bitcoin/bitcoin/pull/28048
<bitcoin-git> bitcoin/master 01e5d6b Andrew Chow: Merge bitcoin/bitcoin#28048: kernel: Remove StartShutdown calls from valid...
<bitcoin-git> bitcoin/master 31eca93 Ryan Ofsky: kernel: Remove StartShutdown calls from validation code
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4a1aae67498f...01e5d6b10586
<bitcoin-git> [bitcoin] vasild opened pull request #28077: I2P: also sleep after errors in Accept() & destroy the session if we get "Session was closed" (master...i2p_accept_issue22759) https://github.com/bitcoin/bitcoin/pull/28077
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28076: util: Replace filesystem include with util/fs.h include (master...2307-fs-lint-) https://github.com/bitcoin/bitcoin/pull/28076
<bitcoin-git> [bitcoin] hebasto reopened pull request #26504: Add `UNREACHABLE` macro and drop `-Wreturn-type`/`C4715` warnings suppressions (master...221115-enum) https://github.com/bitcoin/bitcoin/pull/26504
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28075: util: Remove DirIsWritable, GetUniquePath (master...2307-remove-fs-code-) https://github.com/bitcoin/bitcoin/pull/28075
<bitcoin-git> [bitcoin] fanquake merged pull request #28071: ci: Add missing -O2 to valgrind tasks (master...2307-ci-valgrind-o2-) https://github.com/bitcoin/bitcoin/pull/28071
<bitcoin-git> bitcoin/master 4a1aae6 fanquake: Merge bitcoin/bitcoin#28071: ci: Add missing -O2 to valgrind tasks
<bitcoin-git> bitcoin/master fa4ccf1 MarcoFalke: ci: Add missing -O2 to valgrind tasks
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ee467b82381d...4a1aae67498f
<bitcoin-git> [bitcoin] fanquake closed pull request #27992: ci: build Valgrind (3.21) from source (master...valgrind_build_from_source) https://github.com/bitcoin/bitcoin/pull/27992
<bitcoin-git> [bitcoin] JayBitron closed pull request #28020: exclude ipc scheme from port check (master...master) https://github.com/bitcoin/bitcoin/pull/28020

2023-07-13

<bitcoin-git> [bitcoin] achow101 merged pull request #27549: fuzz: addrman, add coverage for `network` field in `Select()`, `Size()` and `GetAddr()` (master...2023-04-fuzz-addrman-select) https://github.com/bitcoin/bitcoin/pull/27549
<bitcoin-git> bitcoin/master ee467b8 Andrew Chow: Merge bitcoin/bitcoin#27549: fuzz: addrman, add coverage for `network` fie...
<bitcoin-git> bitcoin/master 35a2175 brunoerg: fuzz: addrman, add coverage for `network` field in `Select()`, `Size()` an...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/05ad4de158f2...ee467b82381d
<bitcoin-git> [bitcoin] achow101 merged pull request #27411: p2p: Restrict self-advertisements with privacy networks to avoid fingerprinting (master...202303_advertise_nets) https://github.com/bitcoin/bitcoin/pull/27411
<bitcoin-git> bitcoin/master f4754b9 Martin Zumsande: net: restrict self-advertisements with privacy networks
<bitcoin-git> bitcoin/master e4d541c Martin Zumsande: net, refactor: pass reference for peer address in GetReachabilityFrom
<bitcoin-git> bitcoin/master 62d73f5 Martin Zumsande: net, refactor: pass CNode instead of CNetAddr to GetLocalAddress
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b4794740f82e...05ad4de158f2
<gribble> https://github.com/bitcoin/bitcoin/issues/25725 | consensus: Remove mainnet checkpoints by sdaftuar · Pull Request #25725 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28043 | fuzz: Test headers pre-sync through p2p interface by dergoegge · Pull Request #28043 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28043 | fuzz: Test headers pre-sync through p2p interface by dergoegge · Pull Request #28043 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27499 | net processing, refactor: Decouple PeerManager from gArgs by dergoegge · Pull Request #27499 · bitcoin/bitcoin · GitHub
<achow101> anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/27746 | Rework validation logic for assumeutxo by sdaftuar · Pull Request #27746 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28048 | kernel: Remove StartShutdown calls from validation code by ryanofsky · Pull Request #28048 · bitcoin/bitcoin · GitHub
<TheCharlatan> https://github.com/bitcoin/bitcoin/pull/28048 is close to the finish line. Merging it would conclude the "prune the unnecessary .cpp files (and their respective headers)" (stage 1, step2) part of the project, which is nice :)
<TheCharlatan> https://github.com/bitcoin/bitcoin/pull/28053 got merged, moving a shutdown call out of the kernel.
<gribble> https://github.com/bitcoin/bitcoin/issues/27993 | Make poly1305 support incremental computation + modernize by sipa · Pull Request #27993 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27985 | Add support for RFC8439 variant of ChaCha20 by sipa · Pull Request #27985 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28031 | Package Relay 1/3: Introduce TxPackageTracker as Orphan Resolution Module by glozow · Pull Request #28031 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26711 | validate package transactions with their in-package ancestor sets by glozow · Pull Request #26711 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28031 | Package Relay 1/3: Introduce TxPackageTracker as Orphan Resolution Module by glozow · Pull Request #28031 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack TheCharlatan vasild
<bitcoin-git> [bitcoin] Ayush170-Future opened pull request #28074: fuzz: wallet, add target for `Crypter` (master...fuzz-coverage-crypter) https://github.com/bitcoin/bitcoin/pull/28074
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #28073: Small refactoring of iterator type declaration (master...master) https://github.com/bitcoin/bitcoin/pull/28073
<bitcoin-git> [bitcoin] Lehonti opened pull request #28073: Small refactoring of iterator type declaration (master...master) https://github.com/bitcoin/bitcoin/pull/28073

2023-07-12

<bitcoin-git> [bitcoin] achow101 merged pull request #27985: Add support for RFC8439 variant of ChaCha20 (master...202306_chacha20_rfc8439) https://github.com/bitcoin/bitcoin/pull/27985
<bitcoin-git> bitcoin/master 0bf8747 Sebastian Falbesoner: test: add ChaCha20 test triggering 32-bit block counter overflow
<bitcoin-git> bitcoin/master 7f2a985 Pieter Wuille: tests: improve ChaCha20 unit tests
<bitcoin-git> bitcoin/master 511a8d4 Pieter Wuille: crypto: Implement RFC8439-compatible variant of ChaCha20
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/357e3f6aa476...b4794740f82e
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28071: ci: Add missing -O2 to valgrind tasks (master...2307-ci-valgrind-o2-) https://github.com/bitcoin/bitcoin/pull/28071
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28070: test: Drop 22.x node from TxindexCompatibilityTest (master...2307-test-blocks-) https://github.com/bitcoin/bitcoin/pull/28070
<bitcoin-git> [bitcoin] fanquake opened pull request #28069: guix: Remove librt usage from release binaries (master...remove_redundant_librt_linking) https://github.com/bitcoin/bitcoin/pull/28069

2023-07-11

<bitcoin-git> [bitcoin] achow101 merged pull request #28025: test: refactor: deduplicate legacy ECDSA signing for tx inputs (master...202307-test-deduplicate_legacy_input_signing) https://github.com/bitcoin/bitcoin/pull/28025
<bitcoin-git> bitcoin/master 357e3f6 Andrew Chow: Merge bitcoin/bitcoin#28025: test: refactor: deduplicate legacy ECDSA sign...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/99b3af78bd52...357e3f6aa476
<bitcoin-git> bitcoin/master 5cf4427 Sebastian Falbesoner: test: refactor: deduplicate legacy ECDSA signing for tx inputs
<bitcoin-git> [bitcoin] ryanofsky merged pull request #28044: test: indexes, fix on error infinite loop (master...2023_test_fix_infinite_loop) https://github.com/bitcoin/bitcoin/pull/28044
<bitcoin-git> bitcoin/master 89ba890 furszy: test: indexes, fix on error infinite loop
<bitcoin-git> bitcoin/master 99b3af7 Ryan Ofsky: Merge bitcoin/bitcoin#28044: test: indexes, fix on error infinite loop
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e253568da8dc...99b3af78bd52
<bitcoin-git> [bitcoin] furszy opened pull request #28067: [WIP] descriptors: do not return top-level only funcs as sub descriptors (master...2023_wallet_infer_watchonly_sh_script) https://github.com/bitcoin/bitcoin/pull/28067
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28066: fuzz: Generate process_message targets individually (master...2307-fuzz-p2p-msg-) https://github.com/bitcoin/bitcoin/pull/28066
<bitcoin-git> [bitcoin] ryanofsky merged pull request #28053: refactor: Move stopafterblockimport option out of blockstorage (master...blockImportReturn) https://github.com/bitcoin/bitcoin/pull/28053
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/21ed7846144f...e253568da8dc
<bitcoin-git> bitcoin/master 462390c TheCharlatan: refactor: Move stopafterblockimport handling out of blockstorage
<bitcoin-git> bitcoin/master e253568 Ryan Ofsky: Merge bitcoin/bitcoin#28053: refactor: Move stopafterblockimport option ou...
<bitcoin-git> [bitcoin] willcl-ark reopened pull request #28018: init: adding check for : for -torcontrol flag (master...issue/23589) https://github.com/bitcoin/bitcoin/pull/28018
<bitcoin-git> [bitcoin] willcl-ark closed pull request #28018: init: adding check for : for -torcontrol flag (master...issue/23589) https://github.com/bitcoin/bitcoin/pull/28018
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28065: fuzz: Flatten all FUZZ_TARGET macros into one (master...2307-fuzz-macro-) https://github.com/bitcoin/bitcoin/pull/28065
<bitcoin-git> [bitcoin] fanquake merged pull request #28028: test: Check expected_stderr after stop (master...2307-test-stderr-) https://github.com/bitcoin/bitcoin/pull/28028
<bitcoin-git> bitcoin/master 21ed784 fanquake: Merge bitcoin/bitcoin#28028: test: Check expected_stderr after stop
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ef29d5d7e239...21ed7846144f
<bitcoin-git> bitcoin/master faf9028 MarcoFalke: test: Check expected_stderr after stop
<bitcoin-git> [gui] fanquake closed pull request #746: Create generator-generic-ossf-slsa3-publish.yml (master...master) https://github.com/bitcoin-core/gui/pull/746

2023-07-10

<bitcoin-git> [gui] Mdashad071192 opened pull request #746: Create generator-generic-ossf-slsa3-publish.yml (master...master) https://github.com/bitcoin-core/gui/pull/746
<bitcoin-git> [bitcoin] ryanofsky merged pull request #27607: index: make startup more efficient (master...2023_index_decouple_has_data_checks) https://github.com/bitcoin/bitcoin/pull/27607
<bitcoin-git> bitcoin/master 2ebc7e6 Martin Zumsande: doc: describe 'init load' thread actions
<bitcoin-git> [bitcoin] ryanofsky pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/c464e67e0b71...ef29d5d7e239
<bitcoin-git> bitcoin/master ed4462c furszy: init: start indexes sync earlier
<bitcoin-git> bitcoin/master 0457510 furszy: scripted-diff: rename 'loadblk' thread name to 'initload'
<bitcoin-git> [bitcoin] fanquake merged pull request #28050: test: make assumeUTXO test capture the expected fatal error (master...2023_test_capture_assumeUTXO_fatal_error) https://github.com/bitcoin/bitcoin/pull/28050
<bitcoin-git> bitcoin/master c464e67 fanquake: Merge bitcoin/bitcoin#28050: test: make assumeUTXO test capture the expect...
<bitcoin-git> bitcoin/master 3e8bf2e furszy: test: make assumeUTXO test capture the expected fatal error
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/79e8247ddb16...c464e67e0b71
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28060: streams: Add XorFile (master...2307-xor-file-) https://github.com/bitcoin/bitcoin/pull/28060
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25778: fuzz: Modify tx_pool_standard target to test package processing (master...fuzz-pkg) https://github.com/bitcoin/bitcoin/pull/25778
<bitcoin-git> [bitcoin] hebasto opened pull request #28059: refactor: Make more transaction size variables `int32_t` (master...230710-size) https://github.com/bitcoin/bitcoin/pull/28059
<luke-jr> BitcoinAskWallet: no, try #bitcoin
<BitcoinAskWallet> Is this a good location to ask about bitcoin
<bitcoin-git> [bitcoin] Dindin1992 closed pull request #28058: Dindin (master...master) https://github.com/bitcoin/bitcoin/pull/28058
<bitcoin-git> [bitcoin] Dindin1992 opened pull request #28058: Dindin (master...master) https://github.com/bitcoin/bitcoin/pull/28058

2023-07-09

<bitcoin-git> [bitcoin] Brotcrunsher closed pull request #27830: Supporting parameter "h" and "?" in -netinfo. (master...hnetinfo) https://github.com/bitcoin/bitcoin/pull/27830
<bitcoin-git> [bitcoin] ItIsOHM opened pull request #28056: [WIP] rpc: doc: Added `longpollid` and `data` params to `template_request` #27998 (master...update-getblocktemplate-rhythm) https://github.com/bitcoin/bitcoin/pull/28056
<bitcoin-git> [bitcoin] luke-jr opened pull request #28055: Bugfix: net_processing: Restore "Already requested" error for FetchBlock (master...fix_getblockfrompeer_rereq_err) https://github.com/bitcoin/bitcoin/pull/28055

2023-07-08

<bitcoin-git> [bitcoin] TheCharlatan closed pull request #27711: kernel: Remove shutdown globals from kernel library (master...rmKernelShutdown) https://github.com/bitcoin/bitcoin/pull/27711
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28053: refactor: Move stopafterblockimport option out of blockstorage (master...blockImportReturn) https://github.com/bitcoin/bitcoin/pull/28053
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28052: XOR blocksdir *.dat files (master...2306-fs_stuff-) https://github.com/bitcoin/bitcoin/pull/28052

2023-07-07

<bitcoin-git> [bitcoin] ryanofsky opened pull request #28051: Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directly (master...pr/noshut) https://github.com/bitcoin/bitcoin/pull/28051
<bitcoin-git> [bitcoin] furszy opened pull request #28050: test: make assumeUTXO test capture the expected fatal error (master...2023_test_capture_assumeUTXO_fatal_error) https://github.com/bitcoin/bitcoin/pull/28050
<bitcoin-git> [bitcoin] achow101 merged pull request #28039: wallet: don't include bdb files from our headers (master...bdb-no-include-from-headers) https://github.com/bitcoin/bitcoin/pull/28039
<bitcoin-git> bitcoin/master e5e5aa1 Cory Fields: wallet: bdb: move SpanFromDbt to below SafeDbt's implementation
<bitcoin-git> bitcoin/master 4216f69 Cory Fields: wallet: bdb: move TxnBegin to cpp file since it uses a bdb function
<bitcoin-git> bitcoin/master 43369f3 Cory Fields: wallet: bdb: drop default parameter
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/87e19b047cf3...79e8247ddb16
<bitcoin-git> [bitcoin] hebasto closed pull request #25797: build: Add CMake-based build system (master...220807-cmake) https://github.com/bitcoin/bitcoin/pull/25797
<vasild> jonatack: a preliminary patch is at https://github.com/vasild/bitcoin/tree/i2p_accept_issue22759 it would be nice if you can check if it fixes the issue in real life conditions.
<bitcoin-git> [bitcoin] ryanofsky opened pull request #28048: kernel: Remove StartShutdown calls from validation code (master...pr/stopafter) https://github.com/bitcoin/bitcoin/pull/28048
<bitcoin-git> [bitcoin] fanquake opened pull request #28047: [25.x] Further backports for 25.1 (25.x...further_25_x_backports) https://github.com/bitcoin/bitcoin/pull/28047
<bitcoin-git> [bitcoin] fanquake merged pull request #28038: wallet: address book migration bug fixes (master...2023_bugfix_addressbook_migration) https://github.com/bitcoin/bitcoin/pull/28038
<bitcoin-git> bitcoin/master 7ecc29a furszy: test: wallet, add coverage for addressbook migration
<bitcoin-git> bitcoin/master 1b64f64 furszy: wallet: migration bugfix, clone 'send' record label to all wallets
<bitcoin-git> bitcoin/master a277f83 furszy: wallet: migration bugfix, persist empty labels
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/cf4da5ec29f9...87e19b047cf3
<bitcoin-git> [bitcoin] hebasto closed pull request #28046: Rebased cmake-staging branch (post PR#15) (master...230707-linear) https://github.com/bitcoin/bitcoin/pull/28046
<bitcoin-git> [bitcoin] hebasto opened pull request #28046: Rebased cmake-staging branch (post PR#15) (master...230707-linear) https://github.com/bitcoin/bitcoin/pull/28046
<bitcoin-git> [bitcoin] dergoegge closed pull request #28045: rfc: Nuke getblocks message (master...2023-07-nuke-getblocks) https://github.com/bitcoin/bitcoin/pull/28045
<bitcoin-git> [bitcoin] dergoegge opened pull request #28045: rfc: Nuke getblocks message (master...2023-07-nuke-getblocks) https://github.com/bitcoin/bitcoin/pull/28045
<bitcoin-git> [bitcoin] furszy closed pull request #28026: test: bugfix, synchronize indexes synchronously (master...2023_fix_index_timeout) https://github.com/bitcoin/bitcoin/pull/28026
<bitcoin-git> [bitcoin] furszy opened pull request #28044: test: indexes, fix on error infinite loop (master...2023_test_fix_infinite_loop) https://github.com/bitcoin/bitcoin/pull/28044
<bitcoin-git> [bitcoin] dergoegge opened pull request #28043: fuzz: Test headers pre-sync through p2p interface (master...2023-07-fuzz-pow) https://github.com/bitcoin/bitcoin/pull/28043
<vasild> jonatack: wrt https://github.com/bitcoin/bitcoin/issues/22759#issuecomment-1609907115 does bitcoind recover by itself, unattended? That is - to create new i2p session and start accepting/making i2p connections again.
<bitcoin-git> [bitcoin] fanquake merged pull request #28015: fuzz: Generate rpc fuzz targets individually (master...2306-fuzz-rpc-individual-) https://github.com/bitcoin/bitcoin/pull/28015
<bitcoin-git> bitcoin/master cf4da5e fanquake: Merge bitcoin/bitcoin#28015: fuzz: Generate rpc fuzz targets individually
<bitcoin-git> bitcoin/master fa1e27f MarcoFalke: fuzz: Generate rpc fuzz targets individually
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a9dde841e159...cf4da5ec29f9
<bitcoin-git> [bitcoin] fanquake merged pull request #28012: util: Allow FastRandomContext::randbytes for std::byte, Allow std::byte serialization (master...2306-fs_stuff-) https://github.com/bitcoin/bitcoin/pull/28012
<bitcoin-git> bitcoin/master a9dde84 fanquake: Merge bitcoin/bitcoin#28012: util: Allow FastRandomContext::randbytes for ...
<bitcoin-git> bitcoin/master fac6af1 MarcoFalke: Allow std::byte serialization
<bitcoin-git> bitcoin/master fade43e MarcoFalke: Allow FastRandomContext::randbytes for all byte types
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/299f17a69e1b...a9dde841e159
<bitcoin-git> [bitcoin] fanquake merged pull request #28036: test: Restore unlimited timeout in IndexWaitSynced (master...2307-test-restore-timeout-) https://github.com/bitcoin/bitcoin/pull/28036
<bitcoin-git> bitcoin/master 299f17a fanquake: Merge bitcoin/bitcoin#28036: test: Restore unlimited timeout in IndexWaitS...
<bitcoin-git> bitcoin/master fabed7e MarcoFalke: test: Restore unlimited timeout in IndexWaitSynced
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/334f45fe62c7...299f17a69e1b
<bitcoin-git> [bitcoin] fanquake merged pull request #28040: wallet: sqlite: don't include sqlite files from our headers (master...sqlite-no-include-from-headers) https://github.com/bitcoin/bitcoin/pull/28040
<bitcoin-git> bitcoin/master 334f45f fanquake: Merge bitcoin/bitcoin#28040: wallet: sqlite: don't include sqlite files fr...
<bitcoin-git> bitcoin/master bea9fc2 Cory Fields: wallet: sqlite: force sqlite3.h to be included by the cpp files
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/75135c673ee6...334f45fe62c7

2023-07-06

<bitcoin-git> [bitcoin] ryanofsky merged pull request #27861: kernel: Rm ShutdownRequested and AbortNode from validation code. (master...kernelInterrupt) https://github.com/bitcoin/bitcoin/pull/27861
<bitcoin-git> bitcoin/master 3fa9094 TheCharlatan: scripted-diff: Rename FatalError to FatalErrorf
<bitcoin-git> bitcoin/master edb55e2 TheCharlatan: kernel: Pass interrupt reference to chainman
<bitcoin-git> bitcoin/master e2d680a TheCharlatan: util: Add SignalInterrupt class and use in shutdown.cpp
<bitcoin-git> [bitcoin] ryanofsky pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/c325f0fbae2d...75135c673ee6
<bitcoin-git> [bitcoin] hebasto closed pull request #28041: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/28041
<bitcoin-git> [bitcoin] 1proprogrammerchant opened pull request #28041: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/28041
<bitcoin-git> [bitcoin] theuni opened pull request #28040: wallet: sqlite: don't include sqlite files from our headers (master...sqlite-no-include-from-headers) https://github.com/bitcoin/bitcoin/pull/28040
<bitcoin-git> [bitcoin] theuni opened pull request #28039: wallet: don't include bdb files from our headers (master...bdb-no-include-from-headers) https://github.com/bitcoin/bitcoin/pull/28039
<gribble> https://github.com/bitcoin/bitcoin/issues/28036 | test: Restore unlimited timeout in IndexWaitSynced by MarcoFalke · Pull Request #28036 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28026 | test: bugfix, synchronize indexes synchronously by furszy · Pull Request #28026 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] furszy opened pull request #28038: wallet: address book migration bug fixes (master...2023_bugfix_addressbook_migration) https://github.com/bitcoin/bitcoin/pull/28038
<bitcoin-git> [bitcoin] achow101 opened pull request #28037: rpc: Drop migratewallet experimental warning (master...migrate-not-experimental) https://github.com/bitcoin/bitcoin/pull/28037
<gribble> https://github.com/bitcoin/bitcoin/issues/28036 | test: Restore unlimited timeout in IndexWaitSynced by MarcoFalke · Pull Request #28036 · bitcoin/bitcoin · GitHub
<achow101> <TheCharlatan> > I've been looking at cfields' tidy plugins for bitcoin: https://github.com/theuni/bitcoin-tidy-experiments and started writing my own plugins.
<gribble> https://github.com/bitcoin/bitcoin/issues/28026 | test: bugfix, synchronize indexes synchronously by furszy · Pull Request #28026 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27375 | net: support unix domain sockets for -proxy and -onion by pinheadmz · Pull Request #27375 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28012 | util: Allow FastRandomContext::randbytes for std::byte, Allow std::byte serialization by MarcoFalke · Pull Request #28012 · bitcoin/bitcoin · GitHub
<achow101> anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/28036 | test: Restore unlimited timeout in IndexWaitSynced by MarcoFalke · Pull Request #28036 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27746 | Rework validation logic for assumeutxo by sdaftuar · Pull Request #27746 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27861 | kernel: Rm ShutdownRequested and AbortNode from validation code. by TheCharlatan · Pull Request #27861 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27866 | blockstorage: Return on fatal flush errors by TheCharlatan · Pull Request #27866 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26222 | Introduce secp256k1 module with field and group classes to test framework by sipa · Pull Request #26222 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24005 | test: add python implementation of Elligator swift by stratospher · Pull Request #24005 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24748 | test/BIP324: functional tests for v2 P2P encryption by stratospher · Pull Request #24748 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27985 | Add support for RFC8439 variant of ChaCha20 by sipa · Pull Request #27985 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28008 | BIP324 ciphers: FSChaCha20 and FSChaCha20Poly1305 by sipa · Pull Request #28008 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28031 | Package Relay 1/3: Introduce TxPackageTracker as Orphan Resolution Module by glozow · Pull Request #28031 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27609 | rpc: allow submitpackage to be called outside of regtest by glozow · Pull Request #27609 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26711 | validate package transactions with their in-package ancestor sets by glozow · Pull Request #26711 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28031 | Package Relay 1/3: Introduce TxPackageTracker as Orphan Resolution Module by glozow · Pull Request #28031 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack TheCharlatan vasild
<bitcoin-git> [bitcoin] fanquake merged pull request #28034: ci: Print full lscpu output (master...2307-ci-lscpu-) https://github.com/bitcoin/bitcoin/pull/28034
<bitcoin-git> bitcoin/master c325f0f fanquake: Merge bitcoin/bitcoin#28034: ci: Print full lscpu output
<bitcoin-git> bitcoin/master fa956d2 MarcoFalke: ci: Print full lscpu output
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ecf3baffc0b6...c325f0fbae2d
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28036: test: Restore unlimited timeout in IndexWaitSynced (master...2307-test-restore-timeout-) https://github.com/bitcoin/bitcoin/pull/28036
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28035: test: Ignore UTF-8 errors in assert_debug_log (master...2307-test-utf8-) https://github.com/bitcoin/bitcoin/pull/28035
<bitcoin-git> [bitcoin] glozow merged pull request #27869: wallet: Give deprecation warning when loading a legacy wallet (master...deprecation-warning-legacy-wallet) https://github.com/bitcoin/bitcoin/pull/27869
<bitcoin-git> bitcoin/master ecf3baf glozow: Merge bitcoin/bitcoin#27869: wallet: Give deprecation warning when loading...
<bitcoin-git> bitcoin/master 8fbb6e9 Andrew Chow: wallet: Give deprecation warning when loading a legacy wallet
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bc4f6b13feb2...ecf3baffc0b6
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28034: ci: Print full lscpu output (master...2307-ci-lscpu-) https://github.com/bitcoin/bitcoin/pull/28034
<bitcoin-git> [bitcoin] fanquake closed pull request #28032: Gitignore auto-generated Secp256k1 files (master...master) https://github.com/bitcoin/bitcoin/pull/28032

2023-07-05

<bitcoin-git> [bitcoin] achow101 reopened pull request #22693: RPC/Wallet: Add "use_txids" to output of getaddressinfo (master...getaddressinfo_txids) https://github.com/bitcoin/bitcoin/pull/22693
<bitcoin-git> [bitcoin] kibnakamoto opened pull request #28032: Gitignore auto-generated Secp256k1 files (master...master) https://github.com/bitcoin/bitcoin/pull/28032
<bitcoin-git> [bitcoin] Brotcrunsher closed pull request #27994: DRAFT: Checking for multi/single-value types in UniValue. (master...UniValueCheckType) https://github.com/bitcoin/bitcoin/pull/27994
<bitcoin-git> [bitcoin] achow101 reopened pull request #22417: util/system: Close non-std fds when execing slave processes (master...bpchild_closefds) https://github.com/bitcoin/bitcoin/pull/22417
<gribble> https://github.com/bitcoin/bitcoin/issues/28024 | ci: Remove deprecated container.greedy by MarcoFalke · Pull Request #28024 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] glozow opened pull request #28031: Package Relay 1/3: Introduce TxPackageTracker as Orphan Resolution Module (master...orphan-resolution-module) https://github.com/bitcoin/bitcoin/pull/28031
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #27941: test: Fix intermittent issue in mining_getblocktemplate_longpoll.py (master...2306-test-race-mining-) https://github.com/bitcoin/bitcoin/pull/27941

2023-07-04

<bitcoin-git> [bitcoin] luke-jr opened pull request #28029: Fix issues in ZMQ error handling (master...fix_zmq_errhandling_202307) https://github.com/bitcoin/bitcoin/pull/28029
<bitcoin-git> [bitcoin] fanquake merged pull request #28024: ci: Remove deprecated container.greedy (master...2307-ci-container-update-) https://github.com/bitcoin/bitcoin/pull/28024
<bitcoin-git> bitcoin/master bc4f6b1 fanquake: Merge bitcoin/bitcoin#28024: ci: Remove deprecated container.greedy
<bitcoin-git> bitcoin/master fac14c4 MarcoFalke: ci: Remove deprecated container.greedy
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c71a96c431d0...bc4f6b13feb2
<bitcoin-git> [gui] hebasto merged pull request #696: Switch RPCConsole wallet selection to the one most recently opened/restored/created (master...2023_01_SwitchRPCConsoleToOpenedWallet) https://github.com/bitcoin-core/gui/pull/696
<bitcoin-git> bitcoin/master c71a96c Hennadii Stepanov: Merge bitcoin-core/gui#696: Switch RPCConsole wallet selection to the one ...
<bitcoin-git> bitcoin/master 99c0eb9 John Moffett: Fix RPCConsole wallet selection
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7446cb186c4f...c71a96c431d0
<bitcoin-git> [gui] hebasto merged pull request #719: Remove confusing "Dust" label from coincontrol / sendcoins dialog (master...gui-nuke_cc_dust_label) https://github.com/bitcoin-core/gui/pull/719
<bitcoin-git> bitcoin/master 210ef1e Sebastian Falbesoner: qt: remove confusing "Dust" label from coincontrol / sendcoins dialog
<bitcoin-git> bitcoin/master a582b41 furszy: gui: send, left alignment for "bytes" and "change" label
<bitcoin-git> bitcoin/master 7446cb1 Hennadii Stepanov: Merge bitcoin-core/gui#719: Remove confusing "Dust" label from coincontrol...
<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f08d914a678f...7446cb186c4f
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28028: test: Check expected_stderr after stop (master...2307-test-stderr-) https://github.com/bitcoin/bitcoin/pull/28028
<bitcoin-git> [bitcoin] fanquake merged pull request #27752: [25.x] Parallel compact block downloads (25.x...25_x_backport_cmpt_blk) https://github.com/bitcoin/bitcoin/pull/27752
<bitcoin-git> bitcoin/25.x 38e3af9 Greg Sanders: Convert mapBlocksInFlight to a multimap
<bitcoin-git> bitcoin/25.x a45159b Greg Sanders: Remove nBlocksInFlight
<bitcoin-git> bitcoin/25.x 722361e Greg Sanders: alias BlockDownloadMap for mapBlocksInFlight
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to 25.x: https://github.com/bitcoin/bitcoin/compare/642b5dd1b4fc...8825983716ab
<bitcoin-git> [bitcoin] achow101 opened pull request #28027: test: Fixes and updates to wallet_backwards_compatibility.py for 25.0 and descriptor wallets (master...2023-07-test-wallet-back-compat-updates) https://github.com/bitcoin/bitcoin/pull/28027
<bitcoin-git> [bitcoin] achow101 merged pull request #27920: wallet: bugfix, always use apostrophe for spkm descriptor ID (master...2023_wallet_fix_spkm_id_corruption) https://github.com/bitcoin/bitcoin/pull/27920
<bitcoin-git> bitcoin/master 6a9510d furszy: wallet: bugfix, always use apostrophe for spkm descriptor ID
<bitcoin-git> bitcoin/master 97a965d furszy: refactor: extract descriptor ID calculation from spkm GetID()
<bitcoin-git> bitcoin/master 1d207e3 furszy: wallet: do not allow loading descriptor with an invalid ID
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/600c595b8d2f...f08d914a678f

2023-07-03

<bitcoin-git> [bitcoin] furszy opened pull request #28026: test: bugfix, synchronize indexes synchronously (master...2023_fix_index_timeout) https://github.com/bitcoin/bitcoin/pull/28026
<bitcoin-git> [bitcoin] theStack opened pull request #28025: test: refactor: deduplicate legacy ECDSA signing for tx inputs (master...202307-test-deduplicate_legacy_input_signing) https://github.com/bitcoin/bitcoin/pull/28025
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28024: ci: Remove deprecated container.greedy (master...2307-ci-container-update-) https://github.com/bitcoin/bitcoin/pull/28024
<bitcoin-git> [bitcoin] fanquake closed pull request #28023: Create bitcoinv (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28023
<bitcoin-git> [bitcoin] chandrasekarachan opened pull request #28023: Create bitcoinv (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28023
<bitcoin-git> [bitcoin] fanquake closed pull request #28022: typos on src files (master...fix-criadoperez) https://github.com/bitcoin/bitcoin/pull/28022
<bitcoin-git> [bitcoin] criadoperez opened pull request #28022: typos on src files (master...fix-criadoperez) https://github.com/bitcoin/bitcoin/pull/28022
<bitcoin-git> [bitcoin] fanquake merged pull request #28021: docs: fixup honggfuzz fuzz patch (master...honggfuzz_patch) https://github.com/bitcoin/bitcoin/pull/28021
<bitcoin-git> bitcoin/master 600c595 fanquake: Merge bitcoin/bitcoin#28021: docs: fixup honggfuzz fuzz patch
<bitcoin-git> bitcoin/master c1247c3 fanquake: docs: fixup honggfuzz patch
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/61d59fed7410...600c595b8d2f
<bitcoin-git> [bitcoin] fanquake opened pull request #28021: docs: fixup honggfuzz fuzz patch (master...honggfuzz_patch) https://github.com/bitcoin/bitcoin/pull/28021

2023-07-02

<bitcoin-git> [bitcoin] JayBitron opened pull request #28020: exclude ipc scheme from port check (master...master) https://github.com/bitcoin/bitcoin/pull/28020

2023-06-30

<bitcoin-git> [bitcoin] kevkevinpal opened pull request #28018: init: adding check for : for -torcontrol flag (master...issue/23589) https://github.com/bitcoin/bitcoin/pull/28018
<bitcoin-git> [bitcoin] fanquake merged pull request #24005: test: add python implementation of Elligator swift (master...py-ellsq) https://github.com/bitcoin/bitcoin/pull/24005
<bitcoin-git> bitcoin/master a312877 stratospher: test: Add ellswift unit tests
<bitcoin-git> bitcoin/master 4f4d039 stratospher: test: add ellswift test vectors from BIP324
<bitcoin-git> bitcoin/master 714fb2c stratospher: test: Add python ellswift implementation to test framework
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/6744d840dfa3...61d59fed7410
<bitcoin-git> [gui] fanquake opened pull request #744: gui: drop macOS ForceActivation workaround (master...drop_macos_force_workaround) https://github.com/bitcoin-core/gui/pull/744
<bitcoin-git> [bitcoin] achow101 merged pull request #27745: addrman: select addresses by network follow-up (master...2023-04-sbn-followups) https://github.com/bitcoin/bitcoin/pull/27745
<bitcoin-git> bitcoin/master b9f1e86 Amiti Uttarwar: addrman: change asserts to Assumes
<bitcoin-git> bitcoin/master 7687707 Amiti Uttarwar: doc: update `Select` function description
<bitcoin-git> bitcoin/master 2b6bd12 Amiti Uttarwar: refactor: de-duplicate lookups
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a8bd0fef2522...6744d840dfa3
<bitcoin-git> [bitcoin] fanquake merged pull request #27999: contrib: add macOS test for fixup_chains usage (master...test_chained_fixups) https://github.com/bitcoin/bitcoin/pull/27999
<bitcoin-git> bitcoin/master a8bd0fe fanquake: Merge bitcoin/bitcoin#27999: contrib: add macOS test for fixup_chains usage
<bitcoin-git> bitcoin/master 7f96638 fanquake: contrib: add macOS fixup_chains check to security-check
<bitcoin-git> bitcoin/master 3dca683 fanquake: build: support -no_fixup_chains in ld64
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3367e1c8509b...a8bd0fef2522
<bitcoin-git> [bitcoin] fanquake merged pull request #28009: script, test: python typing and linter updates (master...2023-06-python-script-test-linter-updates) https://github.com/bitcoin/bitcoin/pull/28009
<bitcoin-git> bitcoin/master 146c861 Jon Atack: script: update linter dependencies
<bitcoin-git> bitcoin/master 9240822 Jon Atack: test: fix PEP484 no implicit optional argument types errors
<bitcoin-git> bitcoin/master f86a301 Jon Atack: script, test: add missing python type annotations
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/f8a71f3fc0a6...3367e1c8509b
<bitcoin-git> [bitcoin] sr-gi opened pull request #28016: p2p: gives seednode priority over dnsseed if both are provided (master...dnsseed-priority) https://github.com/bitcoin/bitcoin/pull/28016
<bitcoin-git> [bitcoin] fanquake merged pull request #28014: ci: re-enable gui tests for s390x (master...s390x_re_enable_gui_tests) https://github.com/bitcoin/bitcoin/pull/28014
<bitcoin-git> bitcoin/master f8a71f3 fanquake: Merge bitcoin/bitcoin#28014: ci: re-enable gui tests for s390x
<bitcoin-git> bitcoin/master 9be4565 fanquake: ci: re-enable gui tests for s390x
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/76240ce55dc1...f8a71f3fc0a6
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28015: fuzz: Generate rpc fuzz targets individually (master...2306-fuzz-rpc-individual-) https://github.com/bitcoin/bitcoin/pull/28015
<bitcoin-git> [bitcoin] fanquake merged pull request #28011: test: Rename EncodeDecimal to serialization_fallback (master...2306-test-rename-) https://github.com/bitcoin/bitcoin/pull/28011
<bitcoin-git> bitcoin/master fabd348 MarcoFalke: test: Rename EncodeDecimal to serialization_fallback
<bitcoin-git> bitcoin/master 76240ce fanquake: Merge bitcoin/bitcoin#28011: test: Rename EncodeDecimal to serialization_f...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ca8bfbd98096...76240ce55dc1
<bitcoin-git> [bitcoin] fanquake merged pull request #28013: doc: Fix verify-binaries link in contrib README (master...verifyBinariesDocLinkFix) https://github.com/bitcoin/bitcoin/pull/28013
<bitcoin-git> bitcoin/master ab8f673 TheCharlatan: doc: Fix verify-binaries link in contrib README
<bitcoin-git> bitcoin/master ca8bfbd fanquake: Merge bitcoin/bitcoin#28013: doc: Fix verify-binaries link in contrib READ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2cd71d3a13a3...ca8bfbd98096
<bitcoin-git> [bitcoin] fanquake opened pull request #28014: ci: re-enable gui tests for s390x (master...s390x_re_enable_gui_tests) https://github.com/bitcoin/bitcoin/pull/28014
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28013: doc: Fix verify-binaries link in contrib README (master...verifyBinariesDocLinkFix) https://github.com/bitcoin/bitcoin/pull/28013
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28012: util: Allow FastRandomContext::randbytes for std::byte, Allow std::byte serialization (master...2306-fs_stuff-) https://github.com/bitcoin/bitcoin/pull/28012
<bitcoin-git> [bitcoin] hebasto closed pull request #27989: refactor: Move sock from util to common (master...230628-sock) https://github.com/bitcoin/bitcoin/pull/27989
<bitcoin-git> [bitcoin] fanquake merged pull request #27937: doc: i2p documentation updates (master...2023-06-clarify-SAM-bridge-instructions-in-i2p-doc) https://github.com/bitcoin/bitcoin/pull/27937
<bitcoin-git> bitcoin/master 2cd71d3 fanquake: Merge bitcoin/bitcoin#27937: doc: i2p documentation updates
<bitcoin-git> bitcoin/master 11900e5 Jon Atack: doc: simplify the router options in doc/i2p.md
<bitcoin-git> bitcoin/master b505d59 Jon Atack: doc: clarify when and how to launch the SAM bridge in doc/i2p.md
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/47ab00666e25...2cd71d3a13a3
<bitcoin-git> [bitcoin] fanquake merged pull request #27988: test: Use same timeout for all index sync (master...2306-test-index-sync-) https://github.com/bitcoin/bitcoin/pull/27988
<bitcoin-git> bitcoin/master 47ab006 fanquake: Merge bitcoin/bitcoin#27988: test: Use same timeout for all index sync
<bitcoin-git> bitcoin/master fa08624 MarcoFalke: test: Use same timeout for all index sync
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b5ebeb376dd3...47ab00666e25
<bitcoin-git> [bitcoin] fanquake merged pull request #28002: refactor: remove in-code warning suppression (master...in_code_warn_suppress) https://github.com/bitcoin/bitcoin/pull/28002
<bitcoin-git> bitcoin/master b5ebeb3 fanquake: Merge bitcoin/bitcoin#28002: refactor: remove in-code warning suppression
<bitcoin-git> bitcoin/master 3210f22 fanquake: refactor: remove in-code warning suppression
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54ba330f7984...b5ebeb376dd3
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #28011: test: Rename EncodeDecimal to serialization_fallback (master...2306-test-rename-) https://github.com/bitcoin/bitcoin/pull/28011