aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-06Merge bitcoin/bitcoin#30577: miniscript: Use `ToIntegral` instead of `ParseIn...Ava Chow
2024-08-06p2p: For assumeutxo, download snapshot chain before background chainMartin Zumsande
2024-08-06p2p: Restrict downloading of blocks for snapshot chainMartin Zumsande
2024-08-06Merge bitcoin/bitcoin#30485: log: Remove NOLINT(bitcoin-unterminated-logprintf)Ryan Ofsky
2024-08-06Merge bitcoin/bitcoin#30590: build: Remove unused visibility checksmerge-script
2024-08-06Merge bitcoin/bitcoin#30212: rename TransactionError:ALREADY_IN_CHAINRyan Ofsky
2024-08-06doc: Drop no longer needed workaround for WSLHennadii Stepanov
2024-08-06Merge bitcoin/bitcoin#30596: fuzz: replace hardcoded numbers for bech32 limitsglozow
2024-08-06Merge bitcoin/bitcoin#30588: depends: fix ZMQ CMake getcachesize checkmerge-script
2024-08-06Merge bitcoin/bitcoin#30573: Update libsecp256k1 subtree to latest mastermerge-script
2024-08-06fuzz: replace hardcoded numbers for bech32 limitsjosibake
2024-08-05validation: don't erase coins cache on prune flushesAndrew Toth
2024-08-05Add linked-list test to CCoinsViewCache::SanityCheckPieter Wuille
2024-08-05coins: move Sync logic to CoinsViewCacheCursorAndrew Toth
2024-08-05coins: pass linked list of flagged entries to BatchWriteAndrew Toth
2024-08-05test: add cache entry linked list testsAndrew Toth
2024-08-05coins: track flagged cache entries in linked listAndrew Toth
2024-08-06testnet: Add timewarp attack prevention for Testnet4Fabian Jahr
2024-08-06testnet: Add Testnet4 difficulty adjustment rules fixFabian Jahr
2024-08-06testnet: Introduce Testnet4Fabian Jahr
2024-08-06refactor: use c++20 std::views::reverse instead of reverse_iterator.hstickies-v
2024-08-05Merge bitcoin/bitcoin#28052: blockstorage: XOR blocksdir *.dat filesAva Chow
2024-08-05Merge bitcoin/bitcoin#30064: net: log connections failures via SOCKS5 with le...Ava Chow
2024-08-05Merge bitcoin/bitcoin#30582: doc: Add missed cmake package to build dependsAva Chow
2024-08-05Merge bitcoin/bitcoin#30082: test: expand LimitOrphan and EraseForPeer coverageAva Chow
2024-08-05Merge bitcoin/bitcoin#30493: policy: enable full-rbf by defaultAva Chow
2024-08-05Merge bitcoin/bitcoin#30497: rpc: Return errors in loadtxoutset that currentl...Ryan Ofsky
2024-08-05Merge bitcoin/bitcoin#30560: refactor: Add consteval uint256 constructorRyan Ofsky
2024-08-05ci: Silent Homebrew's reinstall warningsHennadii Stepanov
2024-08-05doc: release note for 30212willcl-ark
2024-08-05rpc: clarify ALREADY_IN_CHAIN rpc errorswillcl-ark
2024-08-05build: remove check for __declspec(dllexport)fanquake
2024-08-05build: remove check for __attribute__((visibility..fanquake
2024-08-05Merge bitcoin/bitcoin#30512: net: Log accepted connection after m_nodes.push_...merge-script
2024-08-05Merge bitcoin/bitcoin#30575: fuzz: fix timeout in crypter targetmerge-script
2024-08-05depends: fix ZMQ CMake getcachesize checkfanquake
2024-08-05scripted-diff: Replace uint256S("str") -> uint256{"str"}Hodlinator
2024-08-05refactor: Hand-replace some uint256S -> uint256Hodlinator
2024-08-05refactor: Add consteval uint256(hex_str)Hodlinator
2024-08-05Merge bitcoin/bitcoin#30562: PayToAnchor(P2A) followupsmerge-script
2024-08-05miniscript: Use `ToIntegral` instead of `ParseInt64`brunoerg
2024-08-05Merge bitcoin/bitcoin#30502: doc: add release notes for #22729glozow
2024-08-05Merge bitcoin/bitcoin#29656: chainparams: Change nChainTx type to uint64_tglozow
2024-08-05Merge bitcoin/bitcoin#30576: test: check that keyless P2A 'signing' via `sign...glozow
2024-08-05Merge bitcoin/bitcoin#30285: cluster mempool: merging & postprocessing of lin...glozow
2024-08-04Merge bitcoin/bitcoin#30526: doc: Correct uint256 hex string endiannessRyan Ofsky
2024-08-04Merge bitcoin/bitcoin#29798: Logging cleanupRyan Ofsky
2024-08-04Merge bitcoin-core/gui#826: OptionsDialog: Allow Maximize of windowHennadii Stepanov
2024-08-04scripted-diff: Modernize naming of nChainTx and nTxCountFabian Jahr
2024-08-04test: Add basic check for nChainTx typeFabian Jahr