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
|
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 |
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 |
CJentzsch
|
42fbfb8182
|
Blockhash tests
|
10 years ago |
Gav Wood
|
ac583f503f
|
Implemented 256-long history for PREVHASH, though still optional.
|
10 years ago |
CJentzsch
|
23c46dd468
|
style
|
10 years ago |
CJentzsch
|
87721356e1
|
refund test inclusion
|
10 years ago |
CJentzsch
|
35f2985eb9
|
merge
|
10 years ago |
CJentzsch
|
4b1fb339bf
|
Added recursive create test + lesser output for safe VM exceptions
|
10 years ago |
Gav Wood
|
5cc2152dd0
|
Cleanups.
|
10 years ago |
Paweł Bylica
|
de2c793eff
|
Add "--jit" option to State tests
|
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
|
b5210dd1c8
|
add make money test
|
10 years ago |
Christoph Jentzsch
|
0f94ad7dc4
|
Create state test with commandline flag
|
10 years ago |
Marek Kotewicz
|
6cc9e6952e
|
merge
|
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
|
fb9aeba3a3
|
Clean up state tests
|
10 years ago |
Christoph Jentzsch
|
453f63c164
|
Added random test execution
|
10 years ago |
Christoph Jentzsch
|
dd5c89e810
|
Added precompiledContracts tests
|
10 years ago |
Christoph Jentzsch
|
e6e88c27af
|
undefine FILL_TESTS
|
10 years ago |
Christoph Jentzsch
|
49fcfb78e1
|
Update transactions, style fix
|
10 years ago |
Christoph Jentzsch
|
87b048fa17
|
added state system operations test
|
10 years ago |
Gav Wood
|
2e551b5870
|
Classify Transaction.
|
10 years ago |
Christoph Jentzsch
|
76fff57527
|
Added stSystemOperationsTest
|
10 years ago |
Christoph Jentzsch
|
9cd76d43fd
|
Fix ABAcalls OOG bug
|
10 years ago |
Christoph Jentzsch
|
8dcf6635ac
|
style
|
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 |
Christoph Jentzsch
|
0449b647c0
|
Restructure state tests. Remove FakeStateClass
|
10 years ago |
Gav Wood
|
15013a3e88
|
PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''
|
10 years ago |
Gav Wood
|
4cb7993655
|
Project-wide reorganisation of namespaces.
|
10 years ago |
Gav Wood
|
c164e4bcc7
|
Fix for state race condition.
|
11 years ago |
Gav Wood
|
5d7a61c946
|
Repotting, renaming and reorganisation.
|
11 years ago |
Gav Wood
|
648fbc57c9
|
Split out libethcore from libethereum.
|
11 years ago |
Gav Wood
|
db9a09716f
|
Tests.
|
11 years ago |
Tim Hughes
|
418297ac40
|
Replace hard-coded /tmp paths with call to boost::filesystem::temp_directory_path()
|
11 years ago |
Muharem Hrnjadovic
|
be65dbc46d
|
Fixed the other occurrence of Foobar
|
11 years ago |