Jonas Schnelli
84d919974b
[QA] fix zapwallettxes test
...
- remove shell test script and add a python equivalent
10 years ago
Jonas Schnelli
1340f00200
[RPC-TESTS] ability to run single test manually
...
adds possibility to run ./qa/pull-tester/rpc-tests.sh <TESTNAME>
10 years ago
Gavin Andresen
34318d7fad
RPC-test based on invalidateblock for mempool coinbase spends
10 years ago
Jonas Schnelli
11d7a7d505
[RPC] add rpc-test for http keep-alive (persistent connections)
10 years ago
Wladimir J. van der Laan
c2d7c6134e
Merge pull request #5407
...
9e56532
Coinbases-in-mempool regression test (Gavin Andresen)
10 years ago
Gavin Andresen
9e56532959
Coinbases-in-mempool regression test
...
Immature coinbase spends are allowed in the memory pool if they can be mined in the next block.
They are not allowed in the memory pool if they cannot be mined in the next block.
This regression test tests those edge cases.
10 years ago
Gavin Andresen
1c7e09f0b9
Merge pull request #5369
...
b2d0162
Test resurrecting memory pool transactions during chain re-org (Gavin Andresen)
3dd8ed7
Delay writing block indexes in invalidate/reconsider (Pieter Wuille)
798faec
Add 'invalidateblock' and 'reconsiderblock' RPC commands. (Pieter Wuille)
10 years ago
Gavin Andresen
b2d0162ba4
Test resurrecting memory pool transactions during chain re-org
...
Builds on #5316 .
10 years ago
Jonas Schnelli
01dc2d83f8
[REST] add REST interface tests in rpc-test section
10 years ago
Pieter Wuille
1b91be49f5
Report status of chain tips
10 years ago
Wladimir J. van der Laan
37c47e1809
Merge pull request #5333
...
e4ef724
Edited rpc-tests to run python script not shell script. (mrbandrews)
189fb52
Port of wallet.sh to python (wallet.py). (mrbandrews)
10 years ago
mrbandrews
e4ef724493
Edited rpc-tests to run python script not shell script.
10 years ago
Gavin Andresen
8656dbb095
Port/fix txnmall.sh regression test
...
Ported txnmall.sh to Python, and updated to match
recent transaction malleability changes.
I also modified it so it tests both double-spending
confirmed and unconfirmed (only-in-mempool) transactions.
Renamed to txn_doublespend, since that is really what is
being tested. And told the pull-tester to run both
variations on this test.
10 years ago
Cory Fields
3c30f27f34
travis: disable rpc tests for windows until they're not so flaky
10 years ago
Cory Fields
c8b115e20b
travis: temporarily disable the forknotify test
...
It appears to be breaking randomly on Windows
10 years ago
Cory Fields
7667850dbf
tests: replace the old (unused since Travis) tests with new rpc test scripts
10 years ago