aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove genesis state from state testsCJentzsch2015-03-061-9/+1
* add memory testsCJentzsch2015-03-061-0/+2
* Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and...jhuntley2015-03-051-2/+0
* asio.h and windows.h build comments as per request.jhuntley2015-03-051-0/+3
* Avoid boost include order issue on windows:jhuntley2015-03-051-0/+1
* Transaction Testswinsvega2015-03-041-1/+1
* Test Helperwinsvega2015-02-271-2/+2
* More Transaction Testswinsvega2015-02-261-21/+29
* fix too-small-address-length bug in transactionCJentzsch2015-02-231-2/+2
* extra data fixCJentzsch2015-02-161-10/+10
* Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-131-1/+1
|\
| * New Testswinsvega2015-02-131-1/+1
* | switch to secretKey in fillersCJentzsch2015-02-131-1/+0
* | check transactionsCJentzsch2015-02-111-21/+38
* | Merge remote-tracking branch 'upstream/develop' into blockTestsCJentzsch2015-02-111-0/+17
|\|
| * Test stuff into cpp from header.Gav Wood2015-02-111-0/+3
| * Test relatedwinsvega2015-02-101-8/+6
| * Bigintwinsvega2015-02-101-2/+2
| * Style Changeswinsvega2015-02-071-7/+6
| * nonce value from 0 to "0" in fillerswinsvega2015-02-061-6/+7
| * state test conditions to filler fileswinsvega2015-02-011-0/+16
* | create block from transaction with genesis block as parentCJentzsch2015-02-071-0/+27
|/
* style changeswinsvega2015-01-241-9/+3
* Merge remote-tracking branch 'ethereum/develop' into developwinsvega2015-01-231-1/+22
|\
| * Cleanups and addition AZ info.Gav Wood2015-01-211-1/+1
| * fix callcreates imoportCJentzsch2015-01-131-0/+13
| * add blockhash test fo vm testsCJentzsch2015-01-091-0/+8
* | Transaction Testswinsvega2015-01-221-4/+11
|/
* Windows fixPaweł Bylica2014-12-181-1/+3
* Merge commit '1b8f9fdc3b44503890ed1bcb5da8bd5cb8dd83a5' into develop-evmccPaweł Bylica2014-12-151-9/+7
|\
| * Fix import state for state testsCJentzsch2014-12-131-4/+4
| * Style fix.Gav Wood2014-12-131-2/+0
| * Replace spaces with tabsPaweł Bylica2014-12-121-5/+5
| * Report wrong account address in case of unexpected storege keyPaweł Bylica2014-12-121-1/+1
| * Test unexpected storage entriesPaweł Bylica2014-12-121-0/+6
* | Add "--jit" option to State testsPaweł Bylica2014-12-121-0/+17
* | Merge remote-tracking branch 'origin/vm' into develop-evmccPaweł Bylica2014-12-111-7/+9
|\|
| * state log testsCJentzsch2014-12-061-7/+9
* | Merge branch 'develop' into develop-evmccPaweł Bylica2014-12-051-0/+42
|\|
| * Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2014-12-031-0/+42
| |\
| | * styleCJentzsch2014-12-021-34/+33
| | * added logs to state testsCJentzsch2014-12-021-0/+43
| |/
* | Merge branch 'develop' into develop-evmccPaweł Bylica2014-11-271-3/+28
|\|
| * Merge pull request #533 from CJentzsch/stateTestsGav Wood2014-11-251-3/+16
| |\
| | * styleChristoph Jentzsch2014-11-211-1/+1
| | * Specify user defined testChristoph Jentzsch2014-11-211-3/+16
| * | styleChristoph Jentzsch2014-11-211-2/+2
| * | Merge remote-tracking branch 'upstream/develop' into newTestsChristoph Jentzsch2014-11-201-0/+1
| |\|
| * | Add Log testsChristoph Jentzsch2014-11-191-0/+12
* | | Merge branch 'develop' into develop-evmccPaweł Bylica2014-11-211-0/+1
|\ \ \ | | |/ | |/|
| * | In VM tests, check only if an exception occurred if an exception expected (no...Paweł Bylica2014-11-191-0/+1
| |/
* | Merge branch 'develop' into develop-evmccPaweł Bylica2014-11-141-22/+25
|\|
| * changed name of command line option to filltestsChristoph Jentzsch2014-11-121-1/+1
| * Create state test with commandline flagChristoph Jentzsch2014-11-121-22/+25
* | Test unexpected storage entriesPaweł Bylica2014-11-141-0/+6
|/
* build fixChristoph Jentzsch2014-11-111-1/+3
* added generic userDefinedTest functionChristoph Jentzsch2014-11-111-0/+39
* undefine FILL_TESTSChristoph Jentzsch2014-11-101-1/+1
* Merge branch 'stateTests' into NewStateTestsChristoph Jentzsch2014-11-061-35/+50
|\
| * update SIGNEXTEND testsChristoph Jentzsch2014-11-061-1/+1
| * undefine FILL_TESTSChristoph Jentzsch2014-11-061-1/+1
| * Moved code export to export function in ImportHelperChristoph Jentzsch2014-11-061-2/+24
| * Update transactions, style fixChristoph Jentzsch2014-11-061-34/+27
* | added state system operations testChristoph Jentzsch2014-11-051-2/+2
* | Added stSystemOperationsTestChristoph Jentzsch2014-11-051-1/+1
|/
* styleChristoph Jentzsch2014-11-041-3/+0
* Clean up and organize tests + state class testsChristoph Jentzsch2014-11-031-123/+164
* Clean up FakeExtVM - move to state testsChristoph Jentzsch2014-10-311-10/+63
* Restructure state tests. Remove FakeStateClassChristoph Jentzsch2014-10-301-0/+191
* Networking fixes.Gav Wood2014-09-301-0/+2
* Moved miner over to new Worker class.Gav Wood2014-09-161-0/+1
* Remove old Client network code & API.Gav Wood2014-09-161-0/+2
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-1/+5
* Split out libethcore from libethereum.Gav Wood2014-04-231-1/+1
* Added new transaction tests for checking miner feesMarko Simovic2014-04-031-0/+9
* Updated to add a simple forking testMarko Simovic2014-03-261-0/+40