CJentzsch
|
4ce6e3483a
|
fix stackoverflow in calldataload, codecopy, extcodecopy + some tests
|
10 years ago |
CJentzsch
|
38454cc08f
|
state log tests
|
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 |
Christoph Jentzsch
|
c74f5ae0e5
|
style
|
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 |
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 |
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 |