Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: updated homestead tests | Jeffrey Wilcke | 2016-02-18 | 1 | -1/+23 |
| | |||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | Add --skip option to CLI | Taylor Gerring | 2015-06-19 | 1 | -3/+3 |
| | | | | | Disassociates hardcoded tests to skip when running via CLI. Tests still skipped when running `go test` | ||||
* | More consistent test interfaces + test skipping | Taylor Gerring | 2015-06-19 | 1 | -22/+3 |
| | |||||
* | Cleanup/reorg | Taylor Gerring | 2015-06-19 | 1 | -2/+0 |
| | |||||
* | Fix paths | Taylor Gerring | 2015-06-19 | 1 | -3/+6 |
| | |||||
* | Add bcTotalDifficultyTest and unskip now working tx tests | Gustav Simonsson | 2015-05-07 | 1 | -5/+1 |
| | |||||
* | Exclude TransactionWithSvalue0 as it expects invalid s value to be valid | Gustav Simonsson | 2015-04-23 | 1 | -0/+1 |
| | |||||
* | Explicitly skip TransactionTests/tt10mbDataField.json | Gustav Simonsson | 2015-04-23 | 1 | -5/+2 |
| | |||||
* | Fixes for TransactionTests | Gustav Simonsson | 2015-04-16 | 1 | -11/+18 |
| | | | | | | | | | * 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 | -9/+2 |
| | |||||
* | Remove unneeded map assignments for working tx RLP tests | Gustav Simonsson | 2015-04-10 | 1 | -7/+0 |
| | |||||
* | Add TransactionTests wrapped as Go tests | Gustav Simonsson | 2015-04-10 | 1 | -0/+58 |
* 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 |