aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add quadratic complexity testsCJentzsch2015-03-061-17/+17
|
* remove genesis state from state testsCJentzsch2015-03-061-34/+22
| | | | | Conflicts: test/state.cpp
* state rebase.Gav Wood2015-03-061-18/+0
|
* add memory testsCJentzsch2015-03-061-5/+34
|
* only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
|
* add memory testsCJentzsch2015-03-061-1/+0
|
* only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
|
* add quadratic complexity testsCJentzsch2015-03-061-17/+17
|
* remove genesis state from state testsCJentzsch2015-03-061-32/+21
| | | | | Conflicts: test/state.cpp
* state rebase.Gav Wood2015-03-061-18/+0
|
* add memory testsCJentzsch2015-03-061-5/+34
|
* only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
|
* add memory testsCJentzsch2015-03-061-34/+34
|
* only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+10
|
* Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h ↵jhuntley2015-03-051-2/+0
| | | | and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
* asio.h and windows.h build comments as per request.jhuntley2015-03-051-0/+2
|
* Avoid boost include order issue on windows:jhuntley2015-03-051-0/+1
| | | | | | | 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.
* Test Cases Changeswinsvega2015-03-041-1/+1
| | | | userDefinedFile test now goes with --test option for all cases
* 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
| | | | remove file with wrong name
* New Testswinsvega2015-02-131-0/+5
| | | | | Solidity test Transaction test update
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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