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.
Fix gas remaining issue.
|
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
Conflicts:
libevm/VM.h
|
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 |
Christoph Jentzsch
|
54a73cbb0c
|
added generic userDefinedTest function
|
10 years ago |
Christoph Jentzsch
|
f69831be80
|
specified user defined test
|
10 years ago |
Christoph Jentzsch
|
28e7b6c610
|
style
|
10 years ago |
Christoph Jentzsch
|
453f63c164
|
Added random test execution
|
10 years ago |
Christoph Jentzsch
|
9d035eb317
|
style
|
10 years ago |
Christoph Jentzsch
|
33bc5cb431
|
Added dynamic jump out of code test
|
10 years ago |
Christoph Jentzsch
|
49fcfb78e1
|
Update transactions, style fix
|
10 years ago |
Christoph Jentzsch
|
4256aa9cd3
|
remove vmSystemOperationsTest completely
|
10 years ago |
Gav Wood
|
ef1c4d7967
|
Documentation for Transaction.
|
10 years ago |
Gav Wood
|
2e551b5870
|
Classify Transaction.
|
10 years ago |
Christoph Jentzsch
|
5f76817391
|
uncomment vmIOandFlowOPerations test
|
10 years ago |
Christoph Jentzsch
|
104adbabcb
|
Update tests to latest protocol changes (PoC7)
|
10 years ago |
Christoph Jentzsch
|
9cd76d43fd
|
Fix ABAcalls OOG bug
|
10 years ago |
Christoph Jentzsch
|
be3ccd3444
|
Clean up and organize tests + state class tests
|
10 years ago |
artur-zawlocki
|
bb4c21e5f3
|
allow --jit as non first argument
|
10 years ago |
Christoph Jentzsch
|
55e77a1bed
|
Clean up FakeExtVM - move to state tests
|
10 years ago |