winsvega
33e4026095
All fields Hex: style
10 years ago
winsvega
1dccf47d9b
All Fields Hex
rebase + merge error fix
10 years ago
winsvega
710b358cc2
All Fields As Hex: Secret Key
10 years ago
winsvega
7c2509b3cd
All Fields Hex: block tests
10 years ago
winsvega
a2c42a5377
All Fields Hex: VMTests
10 years ago
winsvega
99e0654cce
AllFieldsHex: State Tests
10 years ago
winsvega
99a0ef91a0
All Fields Hex: block tests
10 years ago
winsvega
b0de22158e
All Fields Hex: VMTests
10 years ago
winsvega
7d79d257d9
AllFieldsHex: State Tests
10 years ago
Gav Wood
cd4478e4cf
Various fixes for mining.
10 years ago
Gav Wood
2693659e56
Various fixes for mining.
10 years ago
winsvega
3a59525ef6
BlockTests: add expect section
10 years ago
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