aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_assumeutxo.py
AgeCommit message (Expand)Author
2024-09-13rpc: Improve getblock / getblockstats error when only header is available.Martin Zumsande
2024-09-12test: Wait for local services to update in feature_assumeutxoFabian Jahr
2024-09-10test: add coverage for assumeUTXO honest peers disconnectionfurszy
2024-09-10assumeUTXO: fix peers disconnection during syncfurszy
2024-09-01test: Test for dumptxoutset at specific heightFabian Jahr
2024-09-01RPC: Add type parameter to dumptxoutsetFabian Jahr
2024-08-20test: assumeutxo: check that UTXO-querying RPCs operate on snapshot chainstateSebastian Falbesoner
2024-08-10doc: Remove outdated nTx faking commentMarcoFalke
2024-08-08assumeutxo: Drop block height from metadataFabian Jahr
2024-07-26rpc: Return precise loadtxoutset error messagesMarcoFalke
2024-07-23Merge bitcoin/bitcoin#30403: test, assumeutxo: Remove resolved todo comments ...Ava Chow
2024-07-22Merge bitcoin/bitcoin#30463: qa: Functional test improvementsglozow
2024-07-19test: Add loadtxoutset test with tip on snapshot blockFabian Jahr
2024-07-19test: Remove already resolved assumeutxo todo commentsFabian Jahr
2024-07-16scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`Hennadii Stepanov
2024-07-11validation: Don't load a snapshot if it's not in the best header chain.Martin Zumsande
2024-07-10Merge bitcoin/bitcoin#29996: Assumeutxo: bugfix on loadtxoutset with a diverg...Ava Chow
2024-07-05test: loadtxoutset in divergent chain with less workAlfonso Roman Zubeldia
2024-07-04fuzz: improve utxo_snapshot targetMartin Zumsande
2024-07-02Merge bitcoin/bitcoin#29720: rpc: Avoid getchaintxstats invalid resultsAva Chow
2024-07-02test: Add coverage for getchaintxstats in assumeutxo contextFabian Jahr
2024-07-02rpc: Avoid getchaintxstats invalid resultsMarcoFalke
2024-06-21test: Remove unnecessary restart in assumeutxo testFabian Jahr
2024-06-21assumeutxo: Check snapshot base block is not marked invalidFabian Jahr
2024-06-19refactor: Move early loadtxoutset checks into ActiveSnapshotFabian Jahr
2024-06-04Merge bitcoin/bitcoin#29428: test: Assumeutxo: snapshots with less work shoul...Ava Chow
2024-05-24test: Add coverage for txid coins count check when loading snapshotFabian Jahr
2024-05-23Merge bitcoin/bitcoin#29612: rpc: Optimize serialization and enhance metadata...Ava Chow
2024-05-22test: Assumeutxo: snapshots with less work should not be loadedHernan Marino
2024-05-21rpc: Enhance metadata of the dumptxoutset outputFabian Jahr
2024-05-21assumeutxo: Add test for changed coin size valueFabian Jahr
2024-05-21rpc: Optimize serialization disk space of dumptxoutsetFabian Jahr
2024-05-09Merge bitcoin/bitcoin#29973: test: Assumeutxo: ensure failure when importing ...Ava Chow
2024-05-08Merge bitcoin/bitcoin#30053: test: added test coverage to loadtxoutset could ...merge-script
2024-05-06test: added test coverage to loadtxoutsetkevkevin
2024-04-26[Test] Assumeutxo: ensure failure when importing a snapshot twiceAlfonso Roman Zubeldia
2024-04-22test:Validate UTXO snapshot with coin_height > base_height & amount > money_s...jrakibi
2024-03-28test: add coverage for -reindex and assumeutxoMartin Zumsande
2024-03-21node: Make translations of fatal errors consistentTheCharlatan
2024-03-18test: assumeutxo snapshot block CheckBlockIndex crash testRyan Ofsky
2024-03-18test: assumeutxo stale block CheckBlockIndex crash testRyan Ofsky
2024-03-18assumeutxo: Get rid of faked nTx and nChainTx valuesRyan Ofsky
2024-03-18assumeutxo test: Add RPC test for fake nTx and nChainTx valuesRyan Ofsky
2024-02-26test: Add test for loadtxoutset when headers are not syncedFabian Jahr
2024-02-26test: Remove unnecessary sync_blocks in assumeutxo testsFabian Jahr
2024-02-09test, assumeutxo: Add test to ensure failure when mempool not emptyHernan Marino
2024-01-31test: Assumeutxo with more than just coinbase transactionsMarcoFalke
2024-01-10test: assumeutxo: spend coin from snapshot chainstate after loadingSebastian Falbesoner
2023-11-16Merge bitcoin/bitcoin#28605: Fix typosfanquake
2023-11-09test, assumeutxo: Use assert_debug_log for error detailspablomartin4btc