176 Commits (7dcf5648426fb83e0de58e5ce139b97d756d2508)

Author SHA1 Message Date
Paweł Bylica 19fb5d9865 Prettify VM and State test outputs 10 years ago
Paweł Bylica 9b851e9359 Stats for testeth 10 years ago
Paweł Bylica 25fc91a9ca testeth: optional VM tracing (--vmtrace), command line options refactoring. 10 years ago
CJentzsch d44f09c9ec add input limit tests 10 years ago
CJentzsch 79c336403a blockchain tests 10 years ago
CJentzsch 3bcd6dfda0 blockchain tests 10 years ago
jhuntley 6d62e3ab26 Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away. 10 years ago
jhuntley 0bf7d15a57 asio.h and windows.h build comments as per request. 10 years ago
jhuntley f7508dfc8a Avoid boost include order issue on windows: 10 years ago
CJentzsch 7877356510 blockchain tests 10 years ago
winsvega 3e7e391b57 Test Cases Changes 10 years ago
CJentzsch a5a4d36fd1 add --all flag for time consuming tests 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
CJentzsch 6107f678d8 style - auto 10 years ago
CJentzsch f5022ee58f use auto for steady clock and chrono::milliseconds 10 years ago
CJentzsch 483ce3a2ea performance test 10 years ago
CJentzsch 1b1be69317 included vmInpulLimit Tests, updated vmSystemOperationTests 10 years ago
CJentzsch 3d01e66c1d replace BOOST_REQUIRE with assert, because it is used outside the boost test framework 10 years ago
CJentzsch 165c33395e fix callcreates imoport 10 years ago
CJentzsch 51a4ae1807 check test with JIT for random test simulations 10 years ago
arkpar 72628e8f32 fixed warnings for msvc build 10 years ago
CJentzsch a0de919f65 read in vm test over standard in 10 years ago
CJentzsch a466fdcf5b add blockhash test fo vm tests 10 years ago
Gav Wood ac583f503f Implemented 256-long history for PREVHASH, though still optional. 10 years ago
Paweł Bylica acec80d8f1 Remove unnecessary changes 10 years ago
wanderer 4dd5240111 append JSON objects to log 10 years ago
wanderer 7460d88bae using json_spirit 10 years ago
wanderer 381c30ecd0 changed output stacktrace format to json 10 years ago
CJentzsch 4b1fb339bf Added recursive create test + lesser output for safe VM exceptions 10 years ago
Gav Wood 9e2eb149af Beginnings of cleaning up the Executive/State code. 10 years ago
Paweł Bylica de2c793eff Add "--jit" option to State tests 10 years ago
Gav Wood 946fd2126a Remove extraneous old stuff for PoC-7. 10 years ago
Paweł Bylica b1dc0d5e6a VMFactory - a new way of creating VMs 10 years ago
CJentzsch 4ce6e3483a fix stackoverflow in calldataload, codecopy, extcodecopy + some tests 10 years ago
CJentzsch f97826d071 fix stackoverflow in calldataload, codecopy, extcodecopy + some tests 10 years ago
CJentzsch 38454cc08f state log tests 10 years ago
Paweł Bylica 160aa47288 Use safe pointers in Executive 10 years ago
CJentzsch 4f53689086 fix stackoverflow in calldataload, codecopy, extcodecopy + some tests 10 years ago
Gav Wood 8cbea38df9 PV46. Minor protocol alterations. 10 years ago
CJentzsch 8245dd6978 style 10 years ago
CJentzsch c4138a5ad4 added logs to state tests 10 years ago
Artur Zawłocki 312e05ab49 resolved circular dependency between libevm and libevmjit 10 years ago
Christoph Jentzsch c74f5ae0e5 style 10 years ago
Paweł Bylica 7a121c38b8 Do not catch OutOfGas exception in tests separately 10 years ago
Christoph Jentzsch 946f7d3d85 Add Log tests 10 years ago
Paweł Bylica 732e5c2b0f In VM tests, check only if an exception occurred if an exception expected (no post state and output checking) 10 years ago
Paweł Bylica ec4301014b Fix VM tester 10 years ago
Marek Kotewicz 6cc9e6952e merge 10 years ago
Christoph Jentzsch a554874542 All unintended VM exceptions work like OOG in tests 10 years ago
Christoph Jentzsch f495a58848 build fix 10 years ago