CJentzsch
3eb2ad3593
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
CJentzsch
472f15effe
add memory tests
10 years ago
CJentzsch
182cc1fc41
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
CJentzsch
9a2d9684e3
add memory 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
e1e7b227df
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
10 years ago
winsvega
6e60c118b7
Transaction Tests
A few changes
10 years ago
CJentzsch
b0efa82daa
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
CJentzsch
91d31a94dc
add memory tests
10 years ago
CJentzsch
845b4e7d98
add memory tests
10 years ago
winsvega
c7c092630e
Test Helper
style changes
10 years ago
winsvega
7661be8976
More Transaction Tests
Some tests to check YP statements
10 years ago
CJentzsch
4a269eb473
fix too-small-address-length bug in transaction
10 years ago
CJentzsch
d35da25b19
extra data fix
10 years ago
CJentzsch
d8377e8842
switch to secretKey in fillers
10 years ago
winsvega
29abb4fb55
New Tests
Transaction with RLP object and catching exceptions from importByteArray
10 years ago
CJentzsch
3ab33165f4
check transactions
10 years ago
Gav Wood
ea043668b4
Test stuff into cpp from header.
Additional debug stuff in cmake.
10 years ago
winsvega
ce3638f75d
Test related
Constant in TestHelper.h
Exception in TestHelper.h
10 years ago
winsvega
d5b3f224c6
Bigint
bigint(1) << 256
10 years ago
winsvega
d6ebb4454b
Style Changes
New exception for values larger than 2**256
Auto format .json files
10 years ago
CJentzsch
7d03f7be2e
create block from transaction with genesis block as parent
10 years ago
winsvega
2adee26fc0
nonce value from 0 to "0" in fillers
10 years ago
winsvega
a51e889f4a
state test conditions to filler files
10 years ago
winsvega
457e205d7e
style changes
10 years ago
winsvega
796c7468ee
Transaction Tests
transaction tests
Transaction Test Work In Progress
transaction test work in progress
work in progress. check for transaction is valid
Transaction Tests Work In Progress
compiler error fix
10 years ago
Gav Wood
490b43a395
Cleanups and addition AZ info.
10 years ago
CJentzsch
165c33395e
fix callcreates imoport
10 years ago
CJentzsch
a466fdcf5b
add blockhash test fo vm tests
10 years ago
Paweł Bylica
a6e8c122ea
Windows fix
10 years ago
Gav Wood
37c93e0458
Fixes for windows?
10 years ago
Gav Wood
24a2c6f2ed
Another Windows fix?
10 years ago
CJentzsch
d36a2fa509
Fix import state for state tests
Conflicts:
test/TestHelper.cpp
10 years ago
Gav Wood
ede878cefd
Style fix.
10 years ago
Paweł Bylica
de2c793eff
Add "--jit" option to State tests
10 years ago
Paweł Bylica
992abb31ed
Replace spaces with tabs
10 years ago
Paweł Bylica
79e9becdaa
Report wrong account address in case of unexpected storege key
10 years ago
Paweł Bylica
488db06864
Test unexpected storage entries
10 years ago
CJentzsch
38454cc08f
state log tests
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
648da92534
style
10 years ago
Christoph Jentzsch
1da0ca9aa6
Specify user defined test
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
d4f18b45bc
Test unexpected storage entries
10 years ago
Christoph Jentzsch
0c4b5d7c2b
changed name of command line option to filltests
10 years ago
Christoph Jentzsch
0f94ad7dc4
Create state test with commandline flag
10 years ago