<bitcoin-git>
[bitcoin] achow101 merged pull request #26222: Introduce secp256k1 module with field and group classes to test framework (master...202209_fe_ge_classes) https://github.com/bitcoin/bitcoin/pull/26222
<bitcoin-git>
bitcoin/master d4fb58a Sebastian Falbesoner: test: EC: optimize scalar multiplication of G by using lookup table
<bitcoin-git>
bitcoin/master 626d346 Andrew Chow: Merge bitcoin/bitcoin#26222: Introduce secp256k1 module with field and gro...
<bitcoin-git>
bitcoin/master 1830dd8 Pieter Wuille: test: add secp256k1 module with FE (field element) and GE (group element) ...
<bitcoin-git>
[bitcoin] MarcoFalke opened 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] fanquake opened pull request #27987: ci: remove duplicate bsdmainutils from CI configs (master...remove_dupe_bsdmainutils) https://github.com/bitcoin/bitcoin/pull/27987
<bitcoin-git>
[bitcoin] vasild opened pull request #27986: test: remove race in the user-agent reception check (master...test_more_robust_ua_recv_check) https://github.com/bitcoin/bitcoin/pull/27986
2023-06-27
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #24914: wallet: Load database records in a particular order (master...wallet-load-order) https://github.com/bitcoin/bitcoin/pull/24914
<bitcoin-git>
bitcoin/master 7be10ad Andrew Chow: walletdb: Refactor key reading and loading to its own function
<bitcoin-git>
bitcoin/master 52932c5 Andrew Chow: walletdb: Refactor wallet flags loading
<bitcoin-git>
bitcoin/master 01b35b5 Andrew Chow: walletdb: Refactor minversion loading
<bitcoin-git>
[bitcoin] achow101 merged pull request #27577: p2p: give seednodes time before falling back to fixed seeds (master...202304_seednode_fixedseed_interaction) https://github.com/bitcoin/bitcoin/pull/27577
<bitcoin-git>
bitcoin/master 3077812 Martin Zumsande: net: Give seednodes time before falling back to fixed seeds
<bitcoin-git>
bitcoin/master 035ae61 Andrew Chow: Merge bitcoin/bitcoin#27577: p2p: give seednodes time before falling back ...
<bitcoin-git>
[bitcoin] brunoerg closed pull request #27295: test: add support for all networks in `deserialize_v2` (master...2023-03-improv-deserialize-v2) https://github.com/bitcoin/bitcoin/pull/27295
<bitcoin-git>
[bitcoin] Brotcrunsher opened pull request #27929: Added static_assert to check that base_blob is using whole bytes. (master...base_blob_whole_byte) https://github.com/bitcoin/bitcoin/pull/27929
<bitcoin-git>
[bitcoin] kiminuo opened pull request #27928: Add more tests for the BIP21 implementation (master...feature/2023-BIP21-URI-tests) https://github.com/bitcoin/bitcoin/pull/27928
<bitcoin-git>
bitcoin/master e639364 Martin Zumsande: validation: add missing insert to m_dirty_blockindex
<bitcoin-git>
[bitcoin] joostjager opened pull request #27926: policy: make unstructured annex standard (master...std-unstructured-annex) https://github.com/bitcoin/bitcoin/pull/27926
<bitcoin-git>
[bitcoin] fanquake merged pull request #27919: ci: Run fuzz target even if input folder is empty (master...2306-ci-fuzz-) https://github.com/bitcoin/bitcoin/pull/27919
<bitcoin-git>
bitcoin/master a596bdf fanquake: Merge bitcoin/bitcoin#27919: ci: Run fuzz target even if input folder is e...
<bitcoin-git>
bitcoin/master 0000f55 MarcoFalke: ci: Run fuzz target even if input folder is empty
<bitcoin-git>
[gui] hernanmarino opened 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
2023-06-20
<bitcoin-git>
[bitcoin] glozow merged pull request #27890: refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp (master...2306-ubsan-txmempool-) https://github.com/bitcoin/bitcoin/pull/27890
<bitcoin-git>
bitcoin/master d1ae967 glozow: Merge bitcoin/bitcoin#27890: refactor: Make m_count_with_* in CTxMemPoolEn...
<bitcoin-git>
bitcoin/master fa76f0d MarcoFalke: refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #26740: wallet: Migrate wallets that are not in a wallet dir (master...migrate-plain-wallet-file) https://github.com/bitcoin/bitcoin/pull/26740
<bitcoin-git>
bitcoin/master ee22ca5 Ryan Ofsky: Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wal...
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27921: fuzz: Avoid timeout in transaction fuzz target (master...2306-fuzz-tx-) https://github.com/bitcoin/bitcoin/pull/27921
<bitcoin-git>
[bitcoin] furszy opened 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] MarcoFalke opened pull request #27919: ci: Run fuzz target even if input folder is empty (master...2306-ci-fuzz-) https://github.com/bitcoin/bitcoin/pull/27919
<bitcoin-git>
[bitcoin] brunoerg opened pull request #27918: fuzz: addrman, avoid `ConsumeDeserializable` when possible (master...2023-06-fuzz-addrman-deserializable) https://github.com/bitcoin/bitcoin/pull/27918
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27917: fuzz: Fix implicit-integer-sign-change in wallet/fees fuzz target (master...2306-fuzz-fix-) https://github.com/bitcoin/bitcoin/pull/27917
<bitcoin-git>
[bitcoin] achow101 opened pull request #27914: feerate: For GetFeePerK() return nSatoshisPerK instead of round trip through GetFee (master...feeperk-wo-round-trip) https://github.com/bitcoin/bitcoin/pull/27914
<bitcoin-git>
[bitcoin] fanquake merged pull request #27875: build: make sure we can overwrite config.{guess,sub} before doing so (master...2023-06-fix-config.guess-permissions) https://github.com/bitcoin/bitcoin/pull/27875
<bitcoin-git>
bitcoin/master fc6c17b 0xb10c: build: make sure we can overwrite config.{guess,sub}
<bitcoin-git>
[bitcoin] dimitaracev opened pull request #27895: test: clean up is node stopped (master...test-cleanup-is-node-stopped) https://github.com/bitcoin/bitcoin/pull/27895
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27890: refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN supp (master...2306-ubsan-txmempool-) https://github.com/bitcoin/bitcoin/pull/27890