Commit Graph

43 Commits (71797beec54d36a055d5e172ecbf2141fa984428)

Author SHA1 Message Date
Sebastian Falbesoner ca6c154ef1 test: refactor: remove `hex_str_to_bytes` helper
3 years ago
MarcoFalke f2e41d1109
Merge bitcoin/bitcoin#22429: test: refactor: fix segwit terminology (s/witness_program/witness_script/)
3 years ago
Sebastian Falbesoner 12f094ec21 test: use constants for CSV/CLTV activation heights in rpc_signrawtransaction
3 years ago
Sebastian Falbesoner 8a2b58db9e test: fix segwit terminology (s/witness_program/witness_script/)
3 years ago
Sebastian Falbesoner 905d672b74 test: use script_util helpers for creating P2W{PKH,SH} scripts
3 years ago
MarcoFalke d6a59166a1
Merge bitcoin/bitcoin#22257: test: refactor: various (de)serialization helpers cleanups/improvements
3 years ago
MarcoFalke fa27baa9c8
Revert "test: Add temporary logging to debug #20975"
3 years ago
Sebastian Falbesoner a79396fe5f test: remove `ToHex` helper, use .serialize().hex() instead
3 years ago
Sebastian Falbesoner 2ce7b47958 test: introduce `tx_from_hex` helper for tx deserialization
3 years ago
MarcoFalke faa94961d6
test: Add temporary logging to debug #20975
3 years ago
Kiminuo 525448df9d Move COINBASE_MATURITY from `feature_nulldummy` test to `blocktools`.
4 years ago
Fabian Jahr e0938c2909
test: Add tests for block_info in gettxoutsetinfo
4 years ago
MarcoFalke fa0074e2d8
scripted-diff: Bump copyright headers
4 years ago
MarcoFalke fa1dea19fc
test: Fix deser issue in create_block
4 years ago
Andrew Chow 3457679870 Use separate watchonly wallet for multisig in feature_nulldummy.py
4 years ago
MarcoFalke cb21d864c5
Merge #19401: QA: Use GBT to get block versions correct
4 years ago
Pieter Wuille f06e6d0345 tests: functional tests for Schnorr/Taproot/Tapscript
4 years ago
Luke Dashjr 1df2cd1c8f QA: blocktools: Accept block template to create_block
4 years ago
Gillian Chu 7daffc6a90 [test] CScriptNum Decode Check as Unit Tests
5 years ago
MarcoFalke 77770d95e2
test: Properly serialize BIP34 coinbase height
5 years ago
MarcoFalke fa0e65b772
scripted-diff: test: Remove brackets after assert
6 years ago
MarcoFalke fa6bf21f5e
scripted-diff: test: Use py3.5 bytes::hex() method
6 years ago
MarcoFalke fa178a6385
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
6 years ago
Wladimir J. van der Laan c6806ee869
Merge #15059: test: Add basic test for BIP34
6 years ago
MarcoFalke fab17e8272
test: Add basic test for BIP34
6 years ago
James O'Beirne 59e387705c test: add invalid tx templates for use in functional tests
6 years ago
MeshCollider 353c064596 Fix typo in test_framework/blocktools
6 years ago
practicalswift ada356208e Fix typos reported by codespell
6 years ago
MarcoFalke cf9ed307e6
qa: blocktools enforce named args for amount
6 years ago
Conor Scott 736f941424 [Tests] Cleanup extra instances of create_transaction
6 years ago
Conor Scott 157651855f [Tests] Rename create_tx and move to blocktools.py
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
John Newbery 4d355bfb2b [tests] tidy up blocktools.py
7 years ago
John Newbery cab8be5adf [tests] Fix flake8 warnings in blocktools.py
7 years ago
Jesse Cohen b184127db2 [doc][trivial] no retargeting in regtest mode
7 years ago
Andrew Chow eefff65a4b scripted-diff: change signrawtransaction to signrawtransactionwithwallet in tests
7 years ago
Andrew Chow b22cce0148 scripted-diff: validateaddress to getaddressinfo in tests
7 years ago
Wladimir J. van der Laan 4db16ec827
Merge #11796: [tests] Functional test naming convention
7 years ago
Anthony Towns 5fecd842a6 [tests] Remove redundant import in blocktools.py test
7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017
7 years ago
John Newbery 82b2712a66 [tests] move witness util functions to blocktools.py
7 years ago
Jimmy Song c39a6b9ec8 Tests: Refactor to create witness script creation function
8 years ago
John Newbery c28ee91db0 Rename rpc-tests directory to functional
8 years ago