aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_dumptxoutset.py
AgeCommit message (Collapse)Author
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-04-26validation: remove nchaintx from assumeutxo metadataJames O'Beirne
This value is no longer used and is instead specified statically in chainparams. This change means that previously generated snapshots will no longer be usable.
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
2020-02-05test: replace 'regtest' leftovers by self.chainSebastian Falbesoner
Commit 1abcecc40c518a98b7d17880657ec0247abdf125 replaced 'regtest' by self.chain 'regtest' "in almost all current tests", this commit takes care of the remaining ones.
2019-11-05test: add dumptxoutset RPC testJames O'Beirne