aboutsummaryrefslogtreecommitdiffstats
path: root/StateTests/stSolidityTest.json
Commit message (Collapse)AuthorAgeFilesLines
* Squashed 'tests/files/' changes from 9e3fe72..15ce2abobscuren2015-03-061-96/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15ce2ab Merge remote-tracking branch 'origin/PoC9' into PoC9 5970b09 add quadratic complexity and performance test 163fa03 more info 560b844 more info a885549 more change 5fed708 one more tiny change 213a2b8 changed test format c20e88b Merge branch 'PoC9' of github.com:ethereum/tests into PoC9 715ed17 Added first ethash test e26a39f update blockchain tests to latest protocol changes 34baee5 poc9 vm tests 20550d9 update block chain test due to difficulty change 597b2b3 increase gasLimit on stateTests 8f573d3 update blockchain tests - 2048 bit logs bloom 06c90e6 typo ef935fc extra data is hex now, for real 81ab5ad extra data is hex now b0aeba8 update blockchain tests f862faf add tx tests 618d724 update state tests 4a989f0 update blockchainII tests ed56e82 add more vm tests 0417655 Merge remote-tracking branch 'origin/PoC9' into PoC9 1f1cf5d update block tests 76b5a8b Fix trie formats. 325dd6d Merge branch 'PoC9' of git://github.com/ethereum/tests into PoC9 a261c5b test3 1d3ab36 again git-subtree-dir: tests/files git-subtree-split: 15ce2ab8e22275e7aa93742cb5f8bc63e4e50db5
* Squashed 'tests/files/' changes from 13be3e3..9e3fe72obscuren2015-03-031-5/+12
| | | | | | | 9e3fe72 update state root hash git-subtree-dir: tests/files git-subtree-split: 9e3fe720e3d46f046e06a91e45c881e79557f721
* Squashed 'tests/files/' changes from 402e748..13be3e3obscuren2015-03-031-7/+7
| | | | | | | 13be3e3 update git-subtree-dir: tests/files git-subtree-split: 13be3e33afa8d708786f82b63bf874138f05bb02
* Squashed 'tests/files/' changes from 2bfb7db..402e748obscuren2015-03-031-7/+7
| | | | | | | | 402e748 Merge branch 'PoC9' of github.com:/ethereum/tests into PoC9 13b6a99 State test refill. git-subtree-dir: tests/files git-subtree-split: 402e7482f9283e08869b3412329e24ef6287d8c7
* Squashed 'tests/files/' changes from 6f75ca3..2bfb7dbobscuren2015-03-031-7/+7
| | | | | | | | | | | | | 2bfb7db update memory test 88f32fa Merge remote-tracking branch 'origin/PoC9' into PoC9 a1f73f9 update gas costs e16b5d3 Move over to key value rather than array of arrays since they're unordered and no duplicates. ac11bbc Merge branch 'PoC9' of github.com:/ethereum/tests into PoC9 93ae304 Move to non-repeated. fd9e406 Added test 2 git-subtree-dir: tests/files git-subtree-split: 2bfb7dbe09c62319b28a2c2873caf7e7e99bf32a
* Squashed 'tests/files/' changes from 998e275..6f75ca3obscuren2015-03-031-5/+5
| | | | | | | | 6f75ca3 Merge remote-tracking branch 'origin/PoC9' into PoC9 8d22687 update state root - DEBUG git-subtree-dir: tests/files git-subtree-split: 6f75ca354f239fa30f4e07754ede575aed24bbc2
* Squashed 'tests/files/' changes from c6111e6..a3d44caobscuren2015-03-031-0/+84
| | | | | | | | | | | | | | | | a3d44ca update state tests to PoC9 709d6a7 update stSystemOperationsTest.json 3188f77 fix jumpdest requirements 202b69a remove memory test 41b4e1d add memory tests 2597bdf Merge remote-tracking branch 'origin/PoC9' into PoC9 0de34b2 add stateRoot to state tests 10b4ced Remove unneeded tests. 88eb6bf Fix for tests. 9010f17 Test updates. git-subtree-dir: tests/files git-subtree-split: a3d44caae83dd48db7df176dc784c529945e90a1
* vmGasCostchangesCJentzsch2015-03-021-128/+42
|
* add quadratic complexity testsCJentzsch2015-02-251-4/+4
|
* remove impossible tests, add create hash collision testCJentzsch2015-02-241-35/+99
|
* undo gasMemCostChange, add some state testsCJentzsch2015-02-211-6/+269
|
* new testswinsvega2015-02-131-0/+83
solidity test wrong transaction rlp (manual)