| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: SetGasLimit | obscuren | 2015-06-21 | 1 | -1/+1 |
* | Add --skip option to CLI | Taylor Gerring | 2015-06-19 | 8 | -75/+82 |
* | recover test logic | Taylor Gerring | 2015-06-19 | 1 | -1/+1 |
* | Build error fixes | Taylor Gerring | 2015-06-19 | 2 | -6/+5 |
* | Rebase cleanup | Taylor Gerring | 2015-06-19 | 2 | -30/+1 |
* | Add stdin option | Taylor Gerring | 2015-06-19 | 5 | -182/+345 |
* | Add lost rebase changes | Taylor Gerring | 2015-06-19 | 1 | -1/+9 |
* | Cleanup logging | Taylor Gerring | 2015-06-19 | 5 | -11/+13 |
* | Fix geth blocktest command | Taylor Gerring | 2015-06-19 | 1 | -2/+2 |
* | DRY file loading | Taylor Gerring | 2015-06-19 | 5 | -58/+42 |
* | More consistent test interfaces + test skipping | Taylor Gerring | 2015-06-19 | 7 | -78/+108 |
* | Cleanup/reorg | Taylor Gerring | 2015-06-19 | 8 | -273/+265 |
* | Return error up stack instead of passing testing var down | Taylor Gerring | 2015-06-19 | 7 | -84/+159 |
* | DRY log check | Taylor Gerring | 2015-06-19 | 2 | -61/+46 |
* | Separate and identify tests runners | Taylor Gerring | 2015-06-19 | 6 | -283/+387 |
* | Flatten helper directory | Taylor Gerring | 2015-06-19 | 6 | -70/+22 |
* | Fix paths | Taylor Gerring | 2015-06-19 | 4 | -45/+61 |
* | Split tests from helper code | Taylor Gerring | 2015-06-19 | 5 | -555/+170 |
* | Flatten vm directory | Taylor Gerring | 2015-06-19 | 4 | -3/+387 |
* | Merge pull request #1282 from obscuren/state-cleanup | Jeffrey Wilcke | 2015-06-18 | 2 | -6/+6 |
|\ |
|
| * | xeth, tests: fixed api | obscuren | 2015-06-17 | 1 | -1/+1 |
| * | core/state, core/vm: reworked storage get / set to use common.Hash | obscuren | 2015-06-17 | 1 | -5/+5 |
* | | Update Ethereum JSON test files | Gustav Simonsson | 2015-06-16 | 16 | -802/+2539 |
|/ |
|
* | Merge pull request #1228 from obscuren/vm-optimisations | Jeffrey Wilcke | 2015-06-11 | 1 | -2/+9 |
|\ |
|
| * | core, core/vm: added structure logging | obscuren | 2015-06-10 | 1 | -2/+9 |
* | | tests: check gas limit error | obscuren | 2015-06-10 | 1 | -1/+1 |
|/ |
|
* | Skip BlockTests/bcValidBlockTests SimpleTx3 | Gustav Simonsson | 2015-06-09 | 1 | -1/+3 |
* | Skip VMTests RandomTests temporarily until they are fixed | Gustav Simonsson | 2015-06-09 | 1 | -0/+1 |
* | Update Ethereum JSON test files | Gustav Simonsson | 2015-06-09 | 35 | -348/+20667 |
* | tests: use state logs instead own kept logs | obscuren | 2015-06-05 | 1 | -3/+3 |
* | Merge pull request #1150 from fjl/fix-jumpdest | Jeffrey Wilcke | 2015-06-04 | 1 | -0/+124 |
|\ |
|
| * | tests/files: update tests to d309b4679a58d2 | Felix Lange | 2015-06-03 | 3 | -912/+1386 |
| * | Update Ethereum JSON test files | Gustav Simonsson | 2015-05-29 | 7 | -3664/+4028 |
* | | Add new 0th gen uncle test | Gustav Simonsson | 2015-06-02 | 1 | -0/+1 |
* | | Use older version of stSpecialTest until JUMPDEST fix is merged | Gustav Simonsson | 2015-06-02 | 1 | -124/+0 |
* | | Update Ethereum JSON test files | Gustav Simonsson | 2015-06-02 | 2 | -985/+1250 |
* | | Update Ethereum JSON test files | Gustav Simonsson | 2015-06-02 | 9 | -4574/+5412 |
|/ |
|
* | tests: removed missing block test | obscuren | 2015-05-26 | 1 | -4/+0 |
* | tests: updated | obscuren | 2015-05-26 | 6 | -4471/+6475 |
* | Add StateTests/RandomTests and VMTests/RandomTests | Gustav Simonsson | 2015-05-22 | 1 | -16/+10 |
* | Add wrapper for BlockTests/bcWalletTest.json | Gustav Simonsson | 2015-05-18 | 1 | -0/+4 |
* | Update Ethereum JSON test files | Gustav Simonsson | 2015-05-18 | 5 | -31/+9199 |
* | tests: added conditional skip on long running VM tests | obscuren | 2015-05-20 | 1 | -0/+7 |
* | core/vm: RETURN op code returns pointer to memory rather than copy | obscuren | 2015-05-20 | 1 | -4/+4 |
* | tests/vm: updated tests and skipped output for specific tests | obscuren | 2015-05-20 | 1 | -8/+11 |
* | Add StateTests/RandomTests but skip for now | Gustav Simonsson | 2015-05-16 | 1 | -0/+21 |
* | Update StateTests and nil create return on failed code deposit | Gustav Simonsson | 2015-05-16 | 1 | -2/+12 |
* | Update Ethereum JSON tests | Gustav Simonsson | 2015-05-15 | 17 | -2734/+420801 |
* | unskip StateTests/stTransactionTest and use test tx nonce | Gustav Simonsson | 2015-05-15 | 2 | -5/+6 |
* | Change default keystore dir | Gustav Simonsson | 2015-05-13 | 1 | -1/+1 |
* | Update key store to new spec but keep address field for now | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
* | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -2/+2 |
* | miner, tests: fixed block test | obscuren | 2015-05-09 | 1 | -1/+1 |
* | Add bcTotalDifficultyTest and unskip now working tx tests | Gustav Simonsson | 2015-05-07 | 3 | -6/+6 |
* | Update JSON test files | Gustav Simonsson | 2015-05-07 | 49 | -4914/+9977 |
* | Unskip now working tests, remove debug print | Gustav Simonsson | 2015-05-07 | 1 | -3/+0 |
* | Unskip working blocktests following ethash cache reusage | Gustav Simonsson | 2015-05-05 | 1 | -10/+4 |
* | core: return the index of the block that failed when inserting a chain | obscuren | 2015-04-29 |