aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_utxo_set_hash.py
AgeCommit message (Collapse)Author
2021-06-21scripted-diff: test: rename `FromHex` to `from_hex`Sebastian Falbesoner
-BEGIN VERIFY SCRIPT- sed -i 's/\<FromHex\>/from_hex/g' $(git grep -l FromHex) -END VERIFY SCRIPT- Co-authored-by: MarcoFalke <falke.marco@gmail.com>
2021-03-23test: Use deterministic chain in utxo set hash testFabian Jahr
Also melts the previously separated test cases into one.
2021-03-23test: Remove wallet dependency of utxo set hash testFabian Jahr
2021-01-30test: Add test for deterministic UTXO set hash resultsFabian Jahr
2021-01-30test: Add test for gettxoutsetinfo RPC with MuHashFabian Jahr