Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for TransactionTests | Gustav Simonsson | 2015-04-16 | 1 | -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 values | Gustav Simonsson | 2015-04-10 | 1 | -6/+6 |
| | |||||
* | Add TransactionTests wrapped as Go tests | Gustav Simonsson | 2015-04-10 | 1 | -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 |