aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-08-24Merge bitcoin/bitcoin#30651: fuzz: remove repeated word in notemerge-script
2024-08-24Merge bitcoin/bitcoin#30687: test: replace deprecated secp256k1 context flags...merge-script
2024-08-20Merge bitcoin/bitcoin#30644: fuzz: Faster utxo_snapshot fuzz targetAva Chow
2024-08-21test: replace deprecated secp256k1 context flags usageSebastian Falbesoner
2024-08-20fuzz: Speed up utxo_snapshot fuzz targetMarcoFalke
2024-08-16fuzz: Speed up utxo_snapshot by lazy re-initMarcoFalke
2024-08-15fuzz: Remove unused DataStream objectMarcoFalke
2024-08-13remove repeated word in notesunerok
2024-08-13Merge bitcoin/bitcoin#30617: net: Clarify that m_addr_local is only set onceglozow
2024-08-13test: Disallow fee_estimator construction in ChainTestingSetupMarcoFalke
2024-08-12Merge bitcoin/bitcoin#28209: fuzz: a target for the block index databaseAva Chow
2024-08-12Merge bitcoin/bitcoin#30616: test: remove `ExtractDestination` false assertio...glozow
2024-08-09Merge bitcoin/bitcoin#30598: assumeutxo: Drop block height from metadataAva Chow
2024-08-09net: Clarify that m_addr_local is only set onceMarcoFalke
2024-08-09[test]: remove `ExtractDestination` false assertion for `ANCHOR` scriptismaelsadeeq
2024-08-09Merge bitcoin/bitcoin#28687: C++20 std::views::reversemerge-script
2024-08-08assumeutxo: Drop block height from metadataFabian Jahr
2024-08-07Merge bitcoin/bitcoin#28280: Don't empty dbcache on prune flushes: >30% faste...Ava Chow
2024-08-07Merge bitcoin/bitcoin#29775: Testnet4 including PoW difficulty adjustment fixAva Chow
2024-08-06Merge bitcoin/bitcoin#30051: crypto, refactor: add new KeyPair classRyan Ofsky
2024-08-06Merge bitcoin/bitcoin#30577: miniscript: Use `ToIntegral` instead of `ParseIn...Ava Chow
2024-08-06Merge bitcoin/bitcoin#30212: rename TransactionError:ALREADY_IN_CHAINRyan Ofsky
2024-08-06fuzz: replace hardcoded numbers for bech32 limitsjosibake
2024-08-05coins: pass linked list of flagged entries to BatchWriteAndrew Toth
2024-08-05test: add cache entry linked list testsAndrew Toth
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#30082: test: expand LimitOrphan and EraseForPeer coverageAva Chow
2024-08-05rpc: clarify ALREADY_IN_CHAIN rpc errorswillcl-ark
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-05miniscript: Use `ToIntegral` instead of `ParseInt64`brunoerg
2024-08-05Merge bitcoin/bitcoin#29656: chainparams: Change nChainTx type to uint64_tglozow
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-04scripted-diff: Modernize naming of nChainTx and nTxCountFabian Jahr
2024-08-04test: Add basic check for nChainTx typeFabian Jahr
2024-08-04tests: add tests for KeyPairjosibake
2024-08-03doc + test: Correct uint256 hex string endiannessHodlinator
2024-08-03tests: add key tweak smoke testjosibake
2024-08-02Merge bitcoin/bitcoin#30352: policy: Add PayToAnchor(P2A), `OP_1 <0x4e73>` as...glozow
2024-08-02refactor: require self and sentinel parameters for AddFlagsAndrew Toth
2024-08-01refactor: move flags to private uint8_t and rename to m_flagsAndrew Toth
2024-08-01refactor: encapsulate flags setting with AddFlags and ClearFlagsAndrew Toth
2024-08-01refactor: encapsulate flags get access for all other checksAndrew Toth
2024-08-01refactor: encapsulate flags access for dirty and fresh checksAndrew Toth
2024-08-01clusterlin: add MergeLinearizations function + fuzz test + benchmarkPieter Wuille
2024-08-01clusterlin: add PostLinearize + benchmarks + fuzz testsPieter Wuille