aboutsummaryrefslogtreecommitdiffstats
path: root/tests/transaction_test_util.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for TransactionTestsGustav Simonsson2015-04-161-6/+13
| | | | | | | | | * Include tests which now has consistent HEX encodings * Comment out two failing tests: " "TransactionWithHihghNonce" due to wrong nonce size "TransactionWithSvalueHigh" due to wrong ECDSA s range * Cleanup conversion functions and fix expected encodings for tests validation fields
* Enable more tx tests by expecting most common encoding of valuesGustav Simonsson2015-04-101-6/+6
|
* Add TransactionTests wrapped as Go testsGustav Simonsson2015-04-101-0/+134
* Add initial go wrapping for TransactionTests with some tests disabled in lieu of consistent HEX encodings and a few other pending bugfixes * TODO: Consider better way of perhaps modelling each test in the JSON files as a single Go test, instead of one Go test per JSON file