aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into develop-evmccPaweł Bylica2014-12-191-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt alethzero/CMakeLists.txt eth/CMakeLists.txt exp/CMakeLists.txt libethereum/CMakeLists.txt neth/CMakeLists.txt test/CMakeLists.txt test/TestHelper.cpp windows/Eth.vcxproj windows/Ethereum.sln windows/LibEthereum.vcxproj windows/LibEthereum.vcxproj.filters windows/TestEthereum.vcxproj windows/TestEthereum.vcxproj.filters windows/bootstrap.sh
| * 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
|\ \ | | | | | | | | | | | | Conflicts: test/TestHelper.cpp
| * | 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
| | | | | | | | | | Conflicts: libevm/VM.h
* | 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
|\ | | | | | | | | | | Conflicts: test/state.cpp test/tmpFiller.json
| * 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 ↵Tim Hughes2014-02-201-1/+2
| | | | boost::filesystem::temp_directory_path()
* 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
| | | | | | | | No post-mine state visible in advance. Additional parts of protocol no longer optional. Protocol version bump. Various GUI improvements. Better (more dynamic) and more correct handling of fee structure.
* Repot defaults.Gav Wood2014-02-071-0/+1
|
* AlephZero renamed AlethZero and moved to cmake project.Gav Wood2014-02-071-1/+1
| | | | Other minor changes.
* 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
| | | | class.
* Repotted tests.Gav Wood2014-01-191-0/+31