aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-08-21test: replace deprecated secp256k1 context flags usageSebastian Falbesoner
2024-08-20fuzz: Speed up utxo_snapshot fuzz targetMarcoFalke
2024-08-16doc: Update for CMake-based build systemHennadii Stepanov
2024-08-16cmake: Implement `install` build targetHennadii Stepanov
2024-08-16cmake: Add `MULTIPROCESS` optionHennadii Stepanov
2024-08-16cmake: Add fuzzing optionsHennadii Stepanov
2024-08-16cmake: Add wallet functionalityHennadii Stepanov
2024-08-16cmake: Create test suite for `ctest`Hennadii Stepanov
2024-08-16cmake: Build `test_bitcoin` executableHennadii Stepanov
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-13refactor: Remove Span operator==, Use std::ranges::equalMarcoFalke
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-08tests: Add unit tests for multipath descriptorsAva Chow
2024-08-08descriptors: Change Parse to return vector of descriptorsAva Chow
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-06test: restrict multiple CLI argumentsnaiyoma
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