aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-28Merge bitcoin/bitcoin#29489: test: Remove Windows-specific code from `system_...fanquake
2024-02-28Merge bitcoin/bitcoin#29493: subtree: update crc32c subtreefanquake
2024-02-28Merge bitcoin/bitcoin#29484: serialization: replace char-is-int8_t autoconf d...fanquake
2024-02-28Merge bitcoin/bitcoin#29486: build: remove -Wdocumentation conditionalfanquake
2024-02-28gui: guard accessing a nullptr 'clientModel'furszy
2024-02-28ci: print python version on win64 native jobMax Edwards
2024-02-28serialization: use internal endian conversion functionsCory Fields
2024-02-28serialization: detect byteswap builtins without autoconf testsCory Fields
2024-02-28test: make sure keypool sizes do not change on `getrawchangeaddress`/`getnewa...UdjinM6
2024-02-28wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestinat...UdjinM6
2024-02-27Merge bitcoin/bitcoin#29475: doc: Fix Broken Linksfanquake
2024-02-27doc: Fix Broken LinksJustin Dhillon
2024-02-27serialization: replace char-is-int8_t autoconf detection with c++20 conceptCory Fields
2024-02-27Update crc32c subtree to latest upstream masterfanquake
2024-02-27Squashed 'src/crc32c/' changes from 0bac72c455..b60d2b7334fanquake
2024-02-27test: Remove Windows-specific code from `system_tests/run_command`Hennadii Stepanov
2024-02-27[test] IsBlockMutated unit testsdergoegge
2024-02-27Add transaction_identifier::size to allow Span conversiondergoegge
2024-02-27[validation] Cache merkle root and witness commitment checksdergoegge
2024-02-27[test] Add regression test for #27608dergoegge
2024-02-27[net processing] Don't process mutated blocksdergoegge
2024-02-27[validation] Merkle root malleation should be caught by IsBlockMutateddergoegge
2024-02-27[validation] Introduce IsBlockMutateddergoegge
2024-02-27[refactor] Cleanup merkle root checksdergoegge
2024-02-27[validation] Isolate merkle root checksdergoegge
2024-02-27Merge bitcoin/bitcoin#29481: doc: Update OpenBSD build docs for 7.4fanquake
2024-02-27build: remove -Wdocumentation conditionalfanquake
2024-02-27Merge bitcoin/bitcoin#29358: test: use v2 everywhere for P2PConnection if --v...fanquake
2024-02-27Merge bitcoin/bitcoin#28178: fuzz: Generate with random libFuzzer settingsfanquake
2024-02-26Merge bitcoin/bitcoin#29357: test: Drop `x` modifier in `fsbridge::fopen` cal...fanquake
2024-02-26crypto: replace CountBits with std::bit_widthCory Fields
2024-02-26crypto: replace non-standard CLZ builtins with c++20's bit_widthCory Fields
2024-02-26doc: Update OpenBSD build docs to 7.4Jesse Barton
2024-02-26test: Drop `x` modifier in `fsbridge::fopen` call for mingw buildsHennadii Stepanov
2024-02-26Merge bitcoin/bitcoin#29467: test: Fix intermittent issue in interface_rest.pyfanquake
2024-02-26Merge bitcoin/bitcoin#29443: depends: fix BDB compilation on OpenBSDfanquake
2024-02-26Merge bitcoin/bitcoin#29471: doc: Fix CI-detected codespell warningsfanquake
2024-02-26Merge bitcoin/bitcoin#29345: rpc: Do not wait for headers inside loadtxoutsetfanquake
2024-02-26Merge bitcoin/bitcoin#29469: doc: document preference for list-initializationfanquake
2024-02-26Merge bitcoin/bitcoin#29470: test: Add option to skip python unit testsfanquake
2024-02-26Merge bitcoin/bitcoin#29408: lint: Check for missing bitcoin-config.h includesfanquake
2024-02-26Merge bitcoin/bitcoin#29461: ci: avoid running git diff after patchingfanquake
2024-02-23test: Add option to skip unit tests for the test runnerMartin Zumsande
2024-02-23Fix CI-detected codespell warningsLÅ‘rinc
2024-02-23doc: document preference for list-initializationAndrew Toth
2024-02-22test: Fix intermittent issue in interface_rest.pyMarcoFalke
2024-02-22Merge bitcoin/bitcoin#29462: [fuzz] Avoid partial negative resultAva Chow
2024-02-21[fuzz] Avoid partial negative resultMurch
2024-02-21Merge bitcoin/bitcoin#29400: test: Fix SegwitV0SignatureMsg nLockTime signednessAva Chow
2024-02-21ci: avoid running git diff after patchingRyan Ofsky