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
Christoph Jentzsch
55e77a1bed
Clean up FakeExtVM - move to state tests
10 years ago
Gav Wood
9987248907
Fix for Trie roots.
AddressState -> Account.
10 years ago
Christoph Jentzsch
602c4115ff
Clean up
10 years ago
Christoph Jentzsch
00b64587fd
clean up PR
10 years ago
Christoph Jentzsch
0449b647c0
Restructure state tests. Remove FakeStateClass
10 years ago
Paweł Bylica
e17e240b5d
Fix VM test code loading conditions
10 years ago
Christoph Jentzsch
a03e7ab8a8
Fixed storage output in VMTRACE for vm tests
10 years ago
Christoph Jentzsch
3332043ec2
Update vm.cpp
10 years ago
Christoph Jentzsch
875d526590
log VMTRACE in file for user defined test
10 years ago
Christoph Jentzsch
8cf0e2bd9c
VMTRACE for internal calls
Conflicts:
test/vm.cpp
10 years ago
Christoph Jentzsch
bc1e4ceee2
Add VMTRACE to user defined vm test
Conflicts:
test/vm.cpp
10 years ago
Christoph Jentzsch
68328e90d1
bugfix
10 years ago
Gav Wood
52e385905e
Move suicides into SubState and include logs and refunds.
Refund gas from zero-resetting SSTOREs.
10 years ago
Gav Wood
15013a3e88
PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''
10 years ago
Christoph Jentzsch
d045b281ce
VMTRACE for internal calls
10 years ago
Christoph Jentzsch
2f6a20cbb1
Add VMTRACE to user defined vm test
10 years ago
Christoph Jentzsch
405e3133fb
merge
10 years ago
Christoph Jentzsch
d07901d32c
Changing gas cost to zero at stackunderflow
10 years ago
Christoph Jentzsch
e1e2fd79ad
bug fix
10 years ago
Christoph Jentzsch
53a4e570df
Added call depth tests
10 years ago
Christoph Jentzsch
b17207f972
Bugfix, get correct gas after exception
10 years ago
Paweł Bylica
2de947ecc3
Drop universal initializer in some places
10 years ago
Paweł Bylica
cd736d4d9f
Remove dead code
10 years ago
Paweł Bylica
214ab5d519
Another round of fixing ExtVM interface
10 years ago
Paweł Bylica
df48d546ee
Enhance VM tests reports, resolves ethereum/cpp-ethereum#399
10 years ago
Paweł Bylica
efaa297759
Prepare VM test engine for running JIT-ed tests
10 years ago
Christoph Jentzsch
3f73ff5578
bug fix
10 years ago
Christoph Jentzsch
10d00f4e54
Added random test creater
10 years ago
Gav Wood
cd5203fa9e
PoC-7: Maximum recursion limit 1024.
10 years ago
Christoph Jentzsch
cf6bbcf097
Corrected call function in FakeExtVM
Added ABA calls to tests, corrections in FakeExtVm::call
Use FakeStateClass instead of altering real state class for testing purposes
remove posts, add broken test
10 years ago
Gav Wood
81c16c7290
PoC-7 crypto-contracts.
10 years ago
Gav Wood
d93cccc463
More attempts to fix for the ultra-pedantic clang compiler.
10 years ago
Christoph Jentzsch
c494a3f886
Bug fix, push callcreate before changing gas value in FakeExtVM
10 years ago
Christoph Jentzsch
fb876453ca
Restructured exceptions. Boost::exception is now used primarily.
10 years ago