MarcoFalke
|
fa38b1c8bd
|
Remove buggy and confusing IncrementExtraNonce
|
3 years ago |
Sebastian Falbesoner
|
f30041c914
|
test: create txs with current `nVersion` (2) by default
This enables testing of BIP68 without the need of explicitly
setting nVersion to 2. This is e.g. useful for transactions
created with MiniWallet.
|
3 years ago |
Sebastian Falbesoner
|
041abfebe4
|
test: MiniWallet: add P2TR support and use it per default
|
3 years ago |
MarcoFalke
|
fa0b916971
|
scripted-diff: Use generate* from TestFramework
-BEGIN VERIFY SCRIPT-
sed --regexp-extended -i \
's/((self\.)?(nodes\[[^]]+\]|[a-z_]*(wallet|node)[0-9a-z_]*))\.(generate(|toaddress|block|todescriptor)(\(|, ))/self.\5\1, /g' \
$(git grep -l generate ./test | grep -v 'test_framework/' | grep -v 'feature_rbf')
-END VERIFY SCRIPT-
|
3 years ago |
Sebastian Falbesoner
|
1914054208
|
scripted-diff: test: rename `FromHex` to `from_hex`
-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>
|
3 years ago |
Fabian Jahr
|
4f2653a890
|
test: Use deterministic chain in utxo set hash test
Also melts the previously separated test cases into one.
|
4 years ago |
Fabian Jahr
|
4973c5175c
|
test: Remove wallet dependency of utxo set hash test
|
4 years ago |
Fabian Jahr
|
e987ae5a55
|
test: Add test for deterministic UTXO set hash results
|
4 years ago |
Fabian Jahr
|
6ccc8fc067
|
test: Add test for gettxoutsetinfo RPC with MuHash
|
4 years ago |