winsvega
b474139957
Check State
Refactoring
10 years ago
Gav Wood
6b05b8d9ff
Refactored much of transaction queue for tidiness and optimisation.
10 years ago
Paweł Bylica
7ce4524ac0
Test execution stats improvements
--stats can have optional values:
--stats=out prints all test timings to standard output,
--stats=<filename> prints all test timings to a file in tab-separated format.
Stats are now kept in vector to allow duplicated values.
10 years ago
Gav Wood
1619d230c3
Extensive pathway for reporting transaction execution results.
10 years ago
Paweł Bylica
19fb5d9865
Prettify VM and State test outputs
10 years ago
Paweł Bylica
9b851e9359
Stats for testeth
Simple listener support added to testeth. Stats class implements the Listener interface and collects tests execution times. Try options: --stats or --stats=full.
Closes ethereum/cpp-ethereum#1285
10 years ago
Paweł Bylica
25fc91a9ca
testeth: optional VM tracing (--vmtrace), command line options refactoring.
Closes ethereum/cpp-ethereum#1280
10 years ago
CJentzsch
0fa604edd8
add check random state test for jit
10 years ago
CJentzsch
d65fcc8687
add callCreateCallCode test file
10 years ago
CJentzsch
59ba467f86
add quadratic complexity tests
10 years ago
CJentzsch
1732bd2965
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
Gav Wood
d8470e50ed
state rebase.
10 years ago
CJentzsch
6dad9826a3
add memory tests
10 years ago
CJentzsch
2608572e67
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
d6c89e465f
add memory tests
10 years ago
CJentzsch
3f62b787aa
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
6ec4881934
add quadratic complexity tests
10 years ago
CJentzsch
3eb2ad3593
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
Gav Wood
179c5dffde
state rebase.
10 years ago
CJentzsch
d19b50d6e6
add memory tests
10 years ago
CJentzsch
b24ea8badc
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
472f15effe
add memory tests
10 years ago
CJentzsch
e7fae29713
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
689d13e0ac
add quadratic complexity tests
10 years ago
CJentzsch
182cc1fc41
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
Gav Wood
36b8a2788d
state rebase.
10 years ago
CJentzsch
ecc6d2dd21
add memory tests
10 years ago
CJentzsch
8917d43fd4
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
9a2d9684e3
add memory tests
10 years ago
CJentzsch
9bed576fe8
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
577b7dc9af
add quadratic complexity 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:
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
3e7e391b57
Test Cases Changes
userDefinedFile test now goes with --test option for all cases
10 years ago
CJentzsch
b0efa82daa
remove genesis state from state tests
Conflicts:
test/state.cpp
10 years ago
Gav Wood
83952acf0e
state rebase.
10 years ago
CJentzsch
91d31a94dc
add memory tests
10 years ago
CJentzsch
e6e0f13e2f
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
845b4e7d98
add memory tests
10 years ago
CJentzsch
e2fdaa6ac2
only check rootHash of state if FATDB is off
10 years ago
CJentzsch
b32f99b96e
move extrem memory test to stMemoryStressTest.json
10 years ago
CJentzsch
d49007ed4b
add memory tests
10 years ago
CJentzsch
a4e2b6d2de
add quadratic complexity tests
10 years ago
CJentzsch
375e4ac48b
add test for quadratic complexity
remove file with wrong name
10 years ago
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
winsvega
f18c2aa378
New Tests
Solidity test
Transaction test update
10 years ago
Gav Wood
c38ecd95d9
Split canon blockchain and basic blockchain.
10 years ago
winsvega
d10c7b3f7a
some state tests
10 years ago
CJentzsch
a466fdcf5b
add blockhash test fo vm tests
10 years ago