Commit Graph
93 Commits
Author SHA1 Message Date
CJentzsch 7aab71f656 added complete exp tests 2015-01-02 16:55:59 +01:00
CJentzsch 3340f4dbfc retuning gas prices of recursive bombs to test limits 2015-01-02 14:26:55 +01:00
CJentzsch 456b5791bb more init code, systemoperations and transaction tests 2015-01-02 14:08:55 +01:00
CJentzsch 2fdc7bfbd1 more random tests 2014-12-27 22:46:21 +01:00
CJentzsch 98fe404e6a Merge remote-tracking branch 'origin/develop' into develop 2014-12-23 16:36:13 +01:00
CJentzsch aafb5f768b first failing random tests 2014-12-23 16:35:35 +01:00
CJentzsch 8a285d258a Merge remote-tracking branch 'origin/develop' into develop 2014-12-20 13:08:18 +01:00
CJentzsch a4ccc6e72e CALLCODE <-> RETURN 2014-12-20 13:07:54 +01:00
CJentzsch 86c3b8cfad Merge branch 'develop' of https://github.com/ethereum/tests into develop 2014-12-18 21:43:06 +01:00
CJentzsch b227b10f5d more refund tests 2014-12-18 21:42:41 +01:00
CJentzsch aefcb9716e transaction tests and refund tests 2014-12-18 09:31:43 +01:00
CJentzsch ccbf120c36 added stInitCodeTest.json 2014-12-13 23:03:21 +01:00
CJentzsch cbf5afdef8 update recursive create 2014-12-12 22:03:54 +01:00
CJentzsch 779f25d36c first random test 2014-12-11 22:59:56 +01:00
CJentzsch 68175386c0 update gas prices 2014-12-11 21:34:50 +01:00
CJentzsch ad322fbb58 Log as array 2014-12-08 06:01:17 +01:00
CJentzsch f989f42618 state log tests 2014-12-05 15:12:12 +01:00
CJentzsch 4bc65d1129 add calldataload, codecopy, extcodecopy tests 2014-12-04 18:18:49 +01:00
CJentzsch 12cfae18e3 add calldataload test 2014-12-04 15:57:56 +01:00
CJentzsch 086caf3701 protocol update (CALLCODE <-> RETURN), topics in log are arrays not sets 2014-12-03 08:31:03 +01:00
CJentzsch e6c92673b9 update state tests with logs 2014-12-01 21:14:08 +01:00
CJentzsch 4089b809fb update gas costs 2014-12-01 18:19:40 +01:00
Christoph Jentzsch cfdca62277 Merge pull request #42 from negedzuregal/fix
vmTest fix
2014-12-01 18:04:51 +01:00
Christoph Jentzsch c5e5228e0d Removed log,post,out,gas,callcreates if exception occured 2014-11-20 17:04:06 +01:00
Christoph Jentzsch 9c0232a2b9 MakeMoney test 2014-11-19 18:19:05 +01:00
Christoph Jentzsch 3ba0007e86 Added log sections in all vmtests + log tests 2014-11-19 16:23:04 +01:00
Christoph Jentzsch d84be4fe07 Merge remote-tracking branch 'origin/develop' into develop 2014-11-19 10:00:24 +01:00
Christoph Jentzsch c8497ab257 new push32 test and renaming 2014-11-19 10:00:02 +01:00
Christoph Jentzsch 0be275e757 Merge remote-tracking branch 'origin/develop' into develop 2014-11-17 22:47:34 +01:00
Christoph Jentzsch 1d42d1d7c6 fix ecrecover2 2014-11-17 22:46:51 +01:00
Christoph Jentzsch d90868c307 Merge pull request #39 from wanderer/develop
added test for max call depth on creation
2014-11-17 20:26:59 +01:00
Christoph Jentzsch 89675a7153 Merge remote-tracking branch 'origin/develop' into develop 2014-11-13 23:17:49 +01:00
Christoph Jentzsch f1de1cc97a Fix CallRecursiveBomb2 2014-11-13 23:17:13 +01:00
Christoph Jentzsch ab50e76652 Merge pull request #35 from ethers/delOld
rename tests since they are valid opcodes that exist
2014-11-13 07:52:35 +01:00
Christoph Jentzsch d06b792cd0 minor change in CallSha256_1_nonzeroValue test 2014-11-12 07:00:17 +01:00
Christoph Jentzsch d434ecdcc3 Added CallSha256_1_nonzeroValue test 2014-11-12 06:56:31 +01:00
Christoph Jentzsch 2c06f34cc0 Store return value of call to precompiled contracts 2014-11-11 18:10:26 +01:00
Christoph Jentzsch 4b0c3b29ae Fix gas cost for OOG calls 2014-11-11 17:51:14 +01:00
Christoph Jentzsch 6e0310c1ea Merge remote-tracking branch 'origin/develop' into develop 2014-11-11 08:34:36 +01:00
Christoph Jentzsch 30c266caff jump to position outside code stops execution 2014-11-11 08:33:59 +01:00
Christoph Jentzsch a0fa91b2b8 Merge branch 'develop' of https://github.com/ethereum/tests into develop 2014-11-10 22:22:05 +01:00
Christoph Jentzsch 60924843f0 Unintended Exceptions work like OOG 2014-11-10 22:21:37 +01:00
Christoph Jentzsch a441074ba4 Updated precompiled contracts test 2014-11-06 17:54:36 +01:00
Christoph Jentzsch 0afa72c82b Added precompiledContracts tests 2014-11-06 15:27:45 +01:00
Christoph Jentzsch 6be83dd5a1 Update gas cost for PoC7 2014-11-06 13:31:34 +01:00
Christoph Jentzsch c18b8ab2d3 Merge remote-tracking branch 'origin/develop' into develop 2014-11-06 09:19:53 +01:00
Christoph Jentzsch 66c2e1f642 Updated SIGNEXTEND tests 2014-11-06 09:19:22 +01:00
Christoph Jentzsch e229374f46 Merge remote-tracking branch 'origin/develop' into develop 2014-11-05 20:59:49 +01:00
Christoph Jentzsch 189527e563 added dynamic jump out of code 2014-11-05 20:59:20 +01:00
Christoph Jentzsch 9b4e768995 Delete vmNamecoin.json 2014-11-05 20:41:54 +01:00
Christoph Jentzsch 4669b5694b Merge remote-tracking branch 'origin/develop' into develop 2014-11-05 15:00:12 +01:00
Christoph Jentzsch a567fedaa7 added state systemOperationsTest 2014-11-05 14:59:08 +01:00
Christoph Jentzsch 79d7cbfc4a Merge remote-tracking branch 'origin/develop' into develop 2014-11-04 13:32:11 +01:00
Christoph Jentzsch 9120274a46 Update tests to latest protocol changes (PoC7) 2014-11-04 13:31:27 +01:00
Christoph Jentzsch 1c1ba8d161 Merge pull request #31 from CJentzsch/develop
Restructered tests in folders in accordance to test suites
2014-11-04 13:30:52 +01:00
Christoph Jentzsch 3aebe532e5 Updated vmNamecoin.json to new sstore prices 2014-11-03 13:58:21 +01:00
Christoph Jentzsch 8a0be21839 Added example state test 2014-11-03 13:53:00 +01:00
Christoph Jentzsch 83643addbc removed systemoperationstests 2014-11-03 13:36:25 +01:00
Christoph Jentzsch 3930ca3a9a Restructered tests in folders in accordance to test suites 2014-11-03 13:22:15 +01:00
Christoph Jentzsch 014d370b5d New SIGNEXTEND tets 2014-10-29 21:23:56 +01:00
Christoph Jentzsch 155d449be2 New tests for BNOT and SIGNEXTEND 2014-10-29 20:59:05 +01:00
Christoph Jentzsch c9eae764b8 Update SSTORE gas cost and BNOT instead of NEG 2014-10-28 12:58:27 +01:00
Christoph Jentzsch ad2a75ac58 Added new recursive bombs 2014-10-23 16:05:49 +02:00
Christoph Jentzsch 834c52af64 Changing gas cost to zero at stackunderflow 2014-10-23 12:01:05 +02:00
Christoph Jentzsch b48ae74af4 Added failing random tests 2014-10-21 17:26:26 +02:00
Christoph Jentzsch bee0a4100c Merge remote-tracking branch 'origin/master' into develop 2014-10-21 17:15:05 +02:00
Christoph Jentzsch 5050d20b4d Merge pull request #26 from wanderer/develop
Add a package.json for node.js
2014-10-20 20:18:20 +02:00
Christoph Jentzsch 78a78e2e6c updated genesis_hash 2014-10-15 14:19:11 +02:00
Christoph Jentzsch b315da618b Merge pull request #23 from ethers/fix22
numbers should be strings #22
2014-10-14 10:33:26 +02:00
Christoph Jentzsch 1f67385f13 Added some MUL tests 2014-10-11 13:18:00 +02:00
Christoph Jentzsch 7a7e198395 Added some MUL tests 2014-10-11 13:11:59 +02:00
Christoph Jentzsch 46eb6283ae tested new opcodes (JUMPDEST,CALLCODE) and created test for CALL/CREATE depth 2014-10-11 12:18:13 +02:00
Christoph Jentzsch ed6eba7c8e Update + ABA recursive bomb which needs maximum recursion limit of 1024 2014-10-08 19:08:48 +02:00
Christoph Jentzsch 2d72050db1 Applied recent protocol changes (PoC7) to existin tests 2014-10-08 14:37:18 +02:00
Christoph Jentzsch dfe66cab3f Merge remote-tracking branch 'origin/develop'
Conflicts:
	genesishashestest.json
2014-10-08 11:05:51 +02:00
Christoph Jentzsch ffd6bc97ad Merge remote-tracking branch 'origin/develop' into develop 2014-10-07 15:47:34 +02:00
Christoph Jentzsch 9779d67b8c CallToNameRegistratorOutOfGas balance correction
Even if execution fails, the value gets transferred.
2014-10-07 15:45:53 +02:00
Christoph Jentzsch b6d7cba499 Merge remote-tracking branch 'upstream/develop' into develop 2014-10-07 15:02:51 +02:00
Christoph Jentzsch 865cb4083d Added A calls B calls A contracts 2014-10-07 15:02:36 +02:00
Christoph Jentzsch 94a493b0d9 Merge remote-tracking branch 'upstream/develop' into develop 2014-10-07 10:51:32 +02:00
Christoph Jentzsch 72853c4382 corrected amount of used gas for CallToNameRegistratorOutOfGas 2014-10-07 10:51:07 +02:00
Christoph Jentzsch 222068b9ba Merge remote-tracking branch 'upstream/develop' into develop 2014-10-06 21:17:28 +02:00
Christoph Jentzsch c1696531a6 corrected tests and different style for storage 2014-10-06 21:17:09 +02:00
Christoph Jentzsch e17a909f70 Merge remote-tracking branch 'upstream/develop' into develop 2014-10-06 10:31:51 +02:00
Christoph Jentzsch 33fcab5727 Bug fix, corrected gasLimit in vmSystemOperationsTest 2014-10-06 10:30:04 +02:00
Christoph Jentzsch 6cae166f6f Delete tmp.json 2014-10-01 15:34:23 +02:00
Christoph Jentzsch 4ff906fbc2 corrected CALLSTATELESS tests 2014-10-01 14:06:32 +02:00
Christoph Jentzsch 5b3fee6806 Completed vm tests. Added ADDMOD, MULMOD, POST, CALLSTATELESS 2014-09-29 13:08:44 +02:00
Christoph Jentzsch 9cdd218083 Added IOandFlowOperation-, PushDupSwap- and SystemOperations- tests. Removed empty storage from adresses. 2014-09-27 21:48:09 +02:00
Christoph Jentzsch 28ed968b46 Added blockInfoTest 2014-09-23 15:49:22 +02:00
Christoph Jentzsch ffbd5a35b5 Added environmentalInfo- and sha3- test 2014-09-23 15:37:52 +02:00
Christoph Jentzsch 54c14f1ff3 Added bitwise logic operation test 2014-09-22 13:06:57 +02:00
Christoph Jentzsch d0af113aab Added vm arithmetic test 2014-09-20 01:42:51 +02:00