aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid boost include order issue on windows:jhuntley2015-03-051-0/+1
* Test Cases Changeswinsvega2015-03-041-1/+1
* move extrem memory test to stMemoryStressTest.jsonCJentzsch2015-03-011-0/+18
* add memory testsCJentzsch2015-02-251-0/+5
* add quadratic complexity testsCJentzsch2015-02-251-1/+14
* add test for quadratic complexityCJentzsch2015-02-251-0/+5
* New Testswinsvega2015-02-131-0/+5
* Split canon blockchain and basic blockchain.Gav Wood2015-02-051-1/+1
* some state testswinsvega2015-01-281-1/+0
* add blockhash test fo vm testsCJentzsch2015-01-091-10/+0
* Blockhash testsCJentzsch2015-01-071-1/+14
* Implemented 256-long history for PREVHASH, though still optional.Gav Wood2014-12-241-1/+1
* Merge branch 'develop' into develop-evmccPaweł Bylica2014-12-191-0/+20
|\
| * styleCJentzsch2014-12-181-1/+0
| * refund test inclusionCJentzsch2014-12-181-0/+11
| * mergeCJentzsch2014-12-141-1/+24
* | Merge commit '1b8f9fdc3b44503890ed1bcb5da8bd5cb8dd83a5' into develop-evmccPaweł Bylica2014-12-151-1/+1
|\ \
| * | Cleanups.Gav Wood2014-12-131-1/+1
* | | Add "--jit" option to State testsPaweł Bylica2014-12-121-0/+2
|/ /
* | state log testsCJentzsch2014-12-061-0/+5
* | styleCJentzsch2014-12-021-2/+2
* | added logs to state testsCJentzsch2014-12-021-0/+3
* | add make money testChristoph Jentzsch2014-11-201-0/+5
|/
* Create state test with commandline flagChristoph Jentzsch2014-11-121-0/+34
* build fixChristoph Jentzsch2014-11-111-1/+1
* added generic userDefinedTest functionChristoph Jentzsch2014-11-111-35/+1
* Merge remote-tracking branch 'upstream/develop' into NewStateTestsChristoph Jentzsch2014-11-101-7/+1
|\
| * Clean up state testsChristoph Jentzsch2014-11-071-14/+0
| * Merge remote-tracking branch 'upstream/develop' into StateBugChristoph Jentzsch2014-11-071-4/+4
| |\
| | * undefine FILL_TESTSChristoph Jentzsch2014-11-061-2/+0
| | * Update transactions, style fixChristoph Jentzsch2014-11-061-4/+4
* | | specified user defined testChristoph Jentzsch2014-11-101-0/+39
* | | Added random test executionChristoph Jentzsch2014-11-071-8/+0
* | | Added precompiledContracts testsChristoph Jentzsch2014-11-071-1/+5
* | | added state system operations testChristoph Jentzsch2014-11-051-1/+1
* | | Merge branch 'StateBug' into NewStateTestsChristoph Jentzsch2014-11-051-3/+1
|\| |
| * | Fix ABAcalls OOG bugChristoph Jentzsch2014-11-041-3/+1
| |/
* / Added stSystemOperationsTestChristoph Jentzsch2014-11-051-4/+4
|/
* styleChristoph Jentzsch2014-11-041-12/+1
* Clean up and organize tests + state class testsChristoph Jentzsch2014-11-031-133/+40
* Clean up FakeExtVM - move to state testsChristoph Jentzsch2014-10-311-77/+85
* Restructure state tests. Remove FakeStateClassChristoph Jentzsch2014-10-301-45/+183
* PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''Gav Wood2014-10-271-0/+1
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-1/+2
* Fix for state race condition.Gav Wood2014-07-061-2/+4
* Repotting, renaming and reorganisation.Gav Wood2014-05-301-1/+1
* Split out libethcore from libethereum.Gav Wood2014-04-231-4/+4
* Tests.Gav Wood2014-02-281-0/+2
* Replace hard-coded /tmp paths with call to boost::filesystem::temp_directory_...Tim Hughes2014-02-201-1/+2
* Fixed the other occurrence of FoobarMuharem Hrnjadovic2014-02-161-1/+1
* Corrected license headers (Foobar -> cpp-ethereum)Muharem Hrnjadovic2014-02-161-1/+1
* Peers have IDs to solve duplicate peers issue.Gav Wood2014-02-101-1/+0
* Repot defaults.Gav Wood2014-02-071-0/+1
* AlephZero renamed AlethZero and moved to cmake project.Gav Wood2014-02-071-1/+1
* GPL v2, not 3.Gav Wood2014-02-011-1/+1
* Basic client.Gav Wood2014-01-241-2/+2
* GUI & network stuff.Gav Wood2014-01-231-2/+2
* State updater tested and working pretty well.Gav Wood2014-01-211-15/+26
* Working state-transition test.Gav Wood2014-01-211-2/+15
* Various fixes.Gav Wood2014-01-201-15/+16
* Fake dagger, and moves to test the state transitions.Gav Wood2014-01-201-1/+31
* Caching (on two levels!) and quite possibly working State transitionGav Wood2014-01-201-0/+2
* Repotted tests.Gav Wood2014-01-191-0/+31