Gavin Andresen
e5f163a041
-alertnotify=<cmd>
...
Runs a shell command when an AppliesToMe() alert is received.
%s in the <cmd> string is replaced with the alert.strStatusBar
message.
12 years ago
Gavin Andresen
1472308d67
Some unit tests for CAlert
12 years ago
Peter Todd
091f184190
Test canonical prunable txout format explicitly
12 years ago
Peter Todd
6131d1d9df
Add coverage for all invalid ops
...
0xba thru 0xff
12 years ago
Wladimir J. van der Laan
d6b13283d1
data-driven base58 CBitcoinAddress/CBitcoinSecret tests
...
Arbitrary numbers of test vectors can be generated using the script
`gen_base58_test_vectors.py`.
12 years ago
Pieter Wuille
58bc86e37f
Check for canonical public keys and signatures
...
Only enabled inside tests for now.
12 years ago
Matt Corallo
65786afb05
Add various tests for CTransaction::CheckTransaction()
12 years ago
Matt Corallo
fc4743faa8
Add data-driven transaction tests.
12 years ago
Matt Corallo
336a0abbbb
Add a few test cases to data-driven script tests.
12 years ago
Gavin Andresen
4e6e3293ff
Remove newlines from JSON strings
...
Newlines in JSON strings are against the JSON spec,
so remove them from the script*.json unit tests to
make python's jsonrpc happy (json::spirit didn't care).
13 years ago
Gavin Andresen
787f5e9949
Unit tests for transaction size limits
13 years ago
Gavin Andresen
6b8a17119e
Lots more Script unit test cases.
13 years ago
Gavin Andresen
f04017f702
More CScript unit tests.
13 years ago
Gavin Andresen
8449a8788a
Data-drive script evaluation unit tests.
13 years ago