Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug fix, corrected gasLimit in vmSystemOperationsTest | Christoph Jentzsch | 2014-10-06 | 1 | -9/+9 |
| | |||||
* | corrected CALLSTATELESS tests | Christoph Jentzsch | 2014-10-01 | 1 | -88/+76 |
| | |||||
* | Completed vm tests. Added ADDMOD, MULMOD, POST, CALLSTATELESS | Christoph Jentzsch | 2014-09-29 | 3 | -10/+1090 |
| | |||||
* | Added IOandFlowOperation-, PushDupSwap- and SystemOperations- tests. Removed ↵ | Christoph Jentzsch | 2014-09-28 | 7 | -111/+5315 |
| | | | | empty storage from adresses. | ||||
* | Added blockInfoTest | Christoph Jentzsch | 2014-09-23 | 1 | -0/+272 |
| | |||||
* | Added environmentalInfo- and sha3- test | Christoph Jentzsch | 2014-09-23 | 2 | -0/+1362 |
| | |||||
* | Added bitwise logic operation test | Christoph Jentzsch | 2014-09-22 | 2 | -100/+1452 |
| | |||||
* | Added vm arithmetic test | Christoph Jentzsch | 2014-09-20 | 1 | -0/+3281 |
| | |||||
* | Update genesishashestest.json | Jeffrey Wilcke | 2014-09-19 | 1 | -3/+3 |
| | |||||
* | Added next/prev trie test | Vitalik Buterin | 2014-07-22 | 1 | -0/+19 |
| | |||||
* | Replaced with deterministic test | Vitalik Buterin | 2014-07-14 | 1 | -8/+14 |
| | |||||
* | Added my own random and namecoin tests (pyethereum) | Vitalik Buterin | 2014-07-14 | 2 | -0/+108 |
| | |||||
* | Output hex strings. | Gav Wood | 2014-07-13 | 1 | -8/+4 |
| | |||||
* | Everything a string. | Gav Wood | 2014-07-10 | 1 | -48/+48 |
| | |||||
* | Code fixes. | Gav Wood | 2014-07-10 | 1 | -1/+1 |
| | |||||
* | Prettier VM tests. | Gav Wood | 2014-07-06 | 1 | -888/+22 |
| | |||||
* | Fix VM tests. | Gav Wood | 2014-07-06 | 1 | -27/+203 |
| | |||||
* | Merge pull request #10 from romanman/patch-1 | Jeffrey Wilcke | 2014-07-04 | 1 | -102/+25 |
|\ | | | | | Update vmtests.json | ||||
| * | Update vmtests.json | romanman | 2014-07-04 | 1 | -1/+25 |
| | | |||||
| * | Update vmtests.json | romanman | 2014-07-04 | 1 | -103/+2 |
|/ | | | arith testcase updated | ||||
* | Merge branch 'develop' of github.com:/ethereum/tests into develop | Gav Wood | 2014-07-03 | 1 | -1/+1 |
|\ | |||||
| * | Testing submodules | Vitalik Buterin | 2014-07-02 | 1 | -1/+1 |
| | | |||||
| * | Testing submodules | Vitalik Buterin | 2014-07-02 | 1 | -1/+1 |
| | | |||||
| * | Testing submodules | Vitalik Buterin | 2014-07-02 | 1 | -1/+1 |
| | | |||||
* | | New tests. | Gav Wood | 2014-07-03 | 1 | -29/+5 |
|/ | |||||
* | Latest genesis block. | Gav Wood | 2014-07-01 | 1 | -5/+5 |
| | |||||
* | Reset | Jeffrey Wilcke | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Updated wrong test | Jeffrey Wilcke | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Fixed roots | Jeffrey Wilcke | 2014-06-29 | 1 | -2/+2 |
| | |||||
* | Simple hex test. | Gav Wood | 2014-06-29 | 1 | -0/+7 |
| | |||||
* | Additional test for jeff. Now use the 0x... notation. | Gav Wood | 2014-06-29 | 2 | -2/+18 |
| | |||||
* | VM test framework updated. | Gav Wood | 2014-06-28 | 1 | -44/+297 |
| | |||||
* | Removed arrays from Trie tests JSON as per conformance guide and changed | Gav Wood | 2014-06-28 | 2 | -49/+45 |
| | | | | | vocabulary to match other tests. VM test updates. | ||||
* | Merge branch 'master' of github.com:ethereum/tests into develop | Gav Wood | 2014-05-30 | 6 | -77/+272 |
|\ | |||||
| * | changes based on new account structure nonce, balance, storage, code | Heiko Heiko | 2014-05-30 | 1 | -14/+13 |
| | | |||||
| * | Merge pull request #5 from bkirwi/master | Jeffrey Wilcke | 2014-05-22 | 1 | -10/+10 |
| |\ | | | | | | | Fix invalid JSON (removed trailing comma) and add test names | ||||
| | * | Add some arbitrary test names | Ben Kirwin | 2014-05-22 | 1 | -9/+9 |
| | | | | | | | | | This should now conform to the format specified in the README. | ||||
| | * | Delete a comma | Ben Kirwin | 2014-05-19 | 1 | -1/+1 |
| | | | | | | | | | This should now be parseable as JSON. | ||||
| * | | revert to correct data | Chen Houwu | 2014-05-21 | 1 | -2/+2 |
| | | | |||||
| * | | fix: wrong sha3 hash because of the wrong rlp hex | Chen Houwu | 2014-05-21 | 1 | -1/+1 |
| | | | |||||
| * | | fix: wrong rlp hex | Chen Houwu | 2014-05-21 | 1 | -10/+10 |
| | | | |||||
| * | | Merge pull request #4 from ethers/master | Jeffrey Wilcke | 2014-05-21 | 1 | -0/+0 |
| |\ \ | | | | | | | | | fix file name that seems to have been a typo | ||||
| | * | | fix file name that seems to have been a typo | ethers | 2014-05-21 | 1 | -0/+0 |
| |/ / | |||||
| * | | fix: represent integers as strings | Heiko Heiko | 2014-05-20 | 1 | -8/+8 |
| | | | |||||
| * | | add: current initial alloc and genesis hashes | Heiko Heiko | 2014-05-20 | 1 | -0/+16 |
| |/ | |||||
| * | add: case when value is long, ensure it's not get rlp encoded as node | Chen Houwu | 2014-05-18 | 1 | -22/+28 |
| | | |||||
| * | Moved txt to json | Vitalik Buterin | 2014-05-12 | 3 | -0/+0 |
| | | |||||
| * | New commit | Vitalik Buterin | 2014-05-09 | 7 | -26/+1052 |
| |\ | |||||
| | * | Merge pull request #3 from autolycus/develop | Gav Wood | 2014-04-27 | 1 | -32/+132 |
| | |\ | | | | | | | | | Fixed formatting and added test cases | ||||
| | | * | Added some new test cases for the rlp encoding. | Carl Allendorph | 2014-04-20 | 1 | -5/+105 |
| | | | | |||||
| | | * | Converted spaces to tabs to be compliant with the coding standards defined ↵ | Carl Allendorph | 2014-04-20 | 1 | -32/+32 |
| | |/ | | | | | | | | | | in cpp-ethereum | ||||
| * | | Removed unneeded test, added new tests | Vitalik Buterin | 2014-05-07 | 6 | -83/+123 |
| | | | |||||
* | | | VM tests. | Gav Wood | 2014-05-30 | 1 | -337/+531 |
| | | | |||||
* | | | PoC-5 VM tests. | Gav Wood | 2014-05-12 | 1 | -798/+557 |
| |/ |/| | |||||
* | | RLP tests and Trie updates. | Gav Wood | 2014-02-28 | 2 | -20/+48 |
| | | |||||
* | | Hex encode tests done. | Gav Wood | 2014-02-28 | 1 | -32/+60 |
| | | |||||
* | | Fix RLP tests. | Gav Wood | 2014-02-28 | 2 | -284/+808 |
| | | |||||
* | | Fix empty string. | Gav Wood | 2014-02-27 | 1 | -1/+1 |
| | | |||||
* | | Tests fix. | Gav Wood | 2014-02-24 | 1 | -4/+176 |
| | | |||||
* | | Updated the tests. | Gav Wood | 2014-02-22 | 1 | -54/+101 |
| | | |||||
* | | Moved over to new format, but RLP tests still need updating. | Gav Wood | 2014-02-22 | 3 | -92/+84 |
| | | |||||
* | | More docs. | Gav Wood | 2014-02-22 | 1 | -0/+24 |
| | | |||||
* | | Added VM test suite. | Gav Wood | 2014-02-22 | 5 | -0/+77 |
|/ | | | | | Added TODO. Renamed old files. | ||||
* | update trie algorithm | Vitalik Buterin | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | merge | Vitalik Buterin | 2014-01-08 | 1 | -8/+8 |
|\ | |||||
| * | Merge pull request #1 from obscuren/master | vbuterin | 2014-01-01 | 1 | -8/+8 |
| |\ | | | | | | | Update trietest.txt | ||||
| | * | Update trietest.txt | obscuren | 2014-01-01 | 1 | -8/+8 |
| |/ | | | | | New proposed explanatory format | ||||
* / | Updated trie test | Vitalik Buterin | 2014-01-08 | 1 | -2/+2 |
|/ | |||||
* | Added obscure's tests | Vitalik Buterin | 2014-01-01 | 3 | -0/+20 |
| | |||||
* | Fixed tests a bit | Vitalik Buterin | 2014-01-01 | 2 | -8/+10 |
| | |||||
* | Merge branch 'master' of github.com:ethereum/tests | Vitalik Buterin | 2014-01-01 | 1 | -0/+2 |
|\ | |||||
| * | Initial commit | vbuterin | 2013-12-31 | 1 | -0/+2 |
| | |||||
* | Added first three tests | Vitalik Buterin | 2013-12-31 | 3 | -0/+85 |