index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
feature_assumeutxo.py
Age
Commit message (
Expand
)
Author
2024-03-28
test: add coverage for -reindex and assumeutxo
Martin Zumsande
2024-03-21
node: Make translations of fatal errors consistent
TheCharlatan
2024-03-18
test: assumeutxo snapshot block CheckBlockIndex crash test
Ryan Ofsky
2024-03-18
test: assumeutxo stale block CheckBlockIndex crash test
Ryan Ofsky
2024-03-18
assumeutxo: Get rid of faked nTx and nChainTx values
Ryan Ofsky
2024-03-18
assumeutxo test: Add RPC test for fake nTx and nChainTx values
Ryan Ofsky
2024-02-26
test: Add test for loadtxoutset when headers are not synced
Fabian Jahr
2024-02-26
test: Remove unnecessary sync_blocks in assumeutxo tests
Fabian Jahr
2024-02-09
test, assumeutxo: Add test to ensure failure when mempool not empty
Hernan Marino
2024-01-31
test: Assumeutxo with more than just coinbase transactions
MarcoFalke
2024-01-10
test: assumeutxo: spend coin from snapshot chainstate after loading
Sebastian Falbesoner
2023-11-16
Merge bitcoin/bitcoin#28605: Fix typos
fanquake
2023-11-09
test, assumeutxo: Use assert_debug_log for error details
pablomartin4btc
2023-11-07
doc: fix typos
Sjors Provoost
2023-10-25
test: add coverage for snapshot chainstate not matching AssumeUTXO parameters
pablomartin4btc
2023-10-20
coinstats: Fix hash_serialized2 calculation
Fabian Jahr
2023-10-20
test: De-dublicate/optimize assumeutxo test for further extensions
Fabian Jahr
2023-10-20
test: check au file with changed outpoint index
Fabian Jahr
2023-10-18
Merge bitcoin/bitcoin#28666: test: assumeutxo file with unknown block hash
Ryan Ofsky
2023-10-17
test: assumeutxo file with unknown block hash
Fabian Jahr
2023-10-17
test: Add assumeutxo test for wrong hash
MarcoFalke
2023-10-16
assumeutxo: fail early if snapshot block hash doesn't match AssumeUTXO parame...
Sebastian Falbesoner
2023-10-12
test: Check snapshot file with wrong number of coins
MarcoFalke
2023-10-10
test: check that loading snapshot not matching AssumeUTXO parameters fails
Sebastian Falbesoner
2023-10-06
test: Improvements of feature_assumeutxo
Fabian Jahr
2023-10-05
assumeutxo: change getchainstates RPC to return a list of chainstates
Ryan Ofsky
2023-10-04
tests: assumeutxo: accept final height from either chainstate
James O'Beirne
2023-10-04
test: assumeutxo: avoid race in functional test
James O'Beirne
2023-09-30
test: add feature_assumeutxo functional test
James O'Beirne