Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | core/types: make transactions immutable | Felix Lange | 2015-06-30 | 1 | -23/+22 |
| | |||||
* | Add --skip option to CLI | Taylor Gerring | 2015-06-19 | 1 | -10/+17 |
| | | | | | Disassociates hardcoded tests to skip when running via CLI. Tests still skipped when running `go test` | ||||
* | Add stdin option | Taylor Gerring | 2015-06-19 | 1 | -5/+34 |
| | |||||
* | Cleanup logging | Taylor Gerring | 2015-06-19 | 1 | -2/+3 |
| | |||||
* | DRY file loading | Taylor Gerring | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | More consistent test interfaces + test skipping | Taylor Gerring | 2015-06-19 | 1 | -9/+18 |
| | |||||
* | Separate and identify tests runners | Taylor Gerring | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Add bcTotalDifficultyTest and unskip now working tx tests | Gustav Simonsson | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | Explicitly skip TransactionTests/tt10mbDataField.json | Gustav Simonsson | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | Add block tests wrapper and fixes for tx tests | Gustav Simonsson | 2015-04-20 | 1 | -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 helpers | Felix Lange | 2015-04-19 | 1 | -5/+5 |
| | | | | (cherry picked from commit 035a30acbefb5eeadc1fc8dbd567775d5688f8a9) | ||||
* | 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 |