aboutsummaryrefslogtreecommitdiffstats
path: root/tests/transaction_test_util.go
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly skip TransactionTests/tt10mbDataField.jsonGustav Simonsson2015-04-231-1/+1
|
* Add block tests wrapper and fixes for tx testsGustav Simonsson2015-04-201-62/+81
| | | | | | | | | * Add fixes to parsing and converting of fields in tx tests * Correct logic in tx tests; validation of fields and correct logic for when RLP decoding works/fails and when this is expected or not * Rename files for consistency * Add block tests wrapper to run block tests with go test
* tests: hopefully improve test conversion helpersFelix Lange2015-04-191-5/+5
| | | | (cherry picked from commit 035a30acbefb5eeadc1fc8dbd567775d5688f8a9)
* 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