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-
|
2021-09-02 10:34:35 +02:00 |
|
Sebastian Falbesoner
|
2ce7b47958
|
test: introduce tx_from_hex helper for tx deserialization
`FromHex` is mostly used for transactions, so we introduce a
shortcut `tx_from_hex` for `FromHex(CTransaction, hex_str)`.
|
2021-06-21 14:28:05 +02:00 |
|
Kiminuo
|
bfa9309ad6
|
Use COINBASE_MATURITY constant in functional tests.
|
2021-05-31 07:32:28 +02:00 |
|
MarcoFalke
|
fa0074e2d8
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
2020-12-31 09:45:41 +01:00 |
|
Seleme Topuz
|
1343c86c7c
|
test: Update wait_until usage in tests not to use the one from utils
Replace "wait_until()" usage from utils, with the ones from BitcoinTestFramework and P2PInterface.
closes #19080
|
2020-08-26 18:01:59 +02:00 |
|
John Newbery
|
5e8df3312e
|
test: resort imports
|
2020-08-21 15:53:59 +01:00 |
|
John Newbery
|
85165d4332
|
scripted-diff: Rename mininode to p2p
-BEGIN VERIFY SCRIPT-
sed -i 's/\.mininode/\.p2p/g' $(git grep -l "mininode")
git mv test/functional/test_framework/mininode.py test/functional/test_framework/p2p.py
-END VERIFY SCRIPT-
|
2020-08-21 15:52:20 +01:00 |
|
Martin Zumsande
|
45eff751c6
|
Add functional test for P2P eviction logic of inbound peers
|
2020-06-06 22:30:29 +02:00 |
|