Gav Wood
f3acccf5f5
Remove VMTRACE.
Better transaction logging.
Avoid bothering with obviously invalid transactions.
10 years ago
Wins Vega
b7539dfa5e
Check State: windows build
10 years ago
winsvega
ca732544ad
Check State
style changes
10 years ago
winsvega
fdaa84deaf
Check State
Unused Variable
10 years ago
winsvega
faf3e14714
Check State
Style + Rebase
10 years ago
winsvega
d5f6858ba9
Check State
style changes
10 years ago
winsvega
26257a191d
Check State
Style Changes
10 years ago
winsvega
c060f53cb9
Check State
State tests with expect section
10 years ago
winsvega
97f3260b5a
Check State
Incomplete State Support
10 years ago
winsvega
b474139957
Check State
Refactoring
10 years ago
winsvega
ca8a48d9dc
Expect State Check
state and vmtests
10 years ago
winsvega
c476155cf1
State Test
Expected state check when filling test
10 years ago
Gav Wood
747927553c
Typo "fix" fixed.
10 years ago
Gav Wood
f2b56e7647
Move hash to a hidden function, and provide a datapath to it so avoid
unneeded SHA3s.
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
Marek Kotewicz
169ac0d4d0
ClientBase tests
10 years ago
Gav Wood
7b6710ac5b
Minor rename.
Report errors properly.
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
CJentzsch
5238ad58f5
readd --filltest option and add dejavu issue 42 test
10 years ago
Paweł Bylica
25fc91a9ca
testeth: optional VM tracing (--vmtrace), command line options refactoring.
Closes ethereum/cpp-ethereum#1280
10 years ago
CJentzsch
7ed7a9a253
create random state tests
10 years ago
CJentzsch
8a6025ed8a
blockchain tests fixes
10 years ago
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
Gav Wood
2c6b18f01b
Add EVMJIT.
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