aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* append JSON objects to logwanderer2014-12-171-20/+4
|
* using json_spiritwanderer2014-12-171-31/+46
|
* changed output stacktrace format to jsonwanderer2014-12-171-3/+36
|
* Added recursive create test + lesser output for safe VM exceptionsCJentzsch2014-12-131-1/+1
|
* Beginnings of cleaning up the Executive/State code.Gav Wood2014-12-121-4/+4
|
* Merge remote-tracking branch 'upstream/develop' into vmPaweł Bylica2014-12-121-3/+4
|\ | | | | | | | | | | | | Conflicts: libethereum/Executive.cpp libethereum/Executive.h libethereum/State.cpp
| * Remove extraneous old stuff for PoC-7.Gav Wood2014-12-121-3/+4
| | | | | | | | Fix gas remaining issue.
* | VMFactory - a new way of creating VMsPaweł Bylica2014-12-111-3/+4
| |
* | Merge branch 'develop' into vmPaweł Bylica2014-12-081-37/+22
|\|
| * state log testsCJentzsch2014-12-061-37/+2
| |
| * fix stackoverflow in calldataload, codecopy, extcodecopy + some testsCJentzsch2014-12-051-0/+20
| |
* | Use safe pointers in ExecutivePaweł Bylica2014-12-061-0/+1
|/
* Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2014-12-031-2/+2
|\ | | | | | | | | Conflicts: test/vm.cpp
| * styleCJentzsch2014-12-021-2/+2
| | | | | | | | | | Conflicts: libevm/VM.h
| * added logs to state testsCJentzsch2014-12-021-37/+2
| |
* | PV46. Minor protocol alterations.Gav Wood2014-12-031-1/+1
|/
* styleChristoph Jentzsch2014-11-211-2/+0
|
* Merge remote-tracking branch 'upstream/develop' into newTestsChristoph Jentzsch2014-11-201-37/+48
|\ | | | | | | | | Conflicts: test/vm.cpp
| * In VM tests, check only if an exception occurred if an exception expected ↵Paweł Bylica2014-11-191-33/+44
| | | | | | | | (no post state and output checking)
* | Add Log testsChristoph Jentzsch2014-11-191-1/+48
|/
* All unintended VM exceptions work like OOG in testsChristoph Jentzsch2014-11-111-4/+12
|
* build fixChristoph Jentzsch2014-11-111-1/+1
|
* added generic userDefinedTest functionChristoph Jentzsch2014-11-111-39/+3
|
* Merge remote-tracking branch 'upstream/develop' into NewStateTestsChristoph Jentzsch2014-11-101-1/+1
|\ | | | | | | | | | | Conflicts: test/state.cpp test/tmpFiller.json
| * styleChristoph Jentzsch2014-11-071-1/+1
| |
| * Merge remote-tracking branch 'upstream/develop' into StateBugChristoph Jentzsch2014-11-071-37/+13
| |\
* | | specified user defined testChristoph Jentzsch2014-11-101-21/+32
| | |
* | | Added random test executionChristoph Jentzsch2014-11-071-0/+36
| | |
* | | Merge branch 'stateTests' into NewStateTestsChristoph Jentzsch2014-11-061-33/+9
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: test/TestHelper.cpp test/vm.cpp
| * | styleChristoph Jentzsch2014-11-061-1/+1
| | |
| * | Added dynamic jump out of code testChristoph Jentzsch2014-11-061-1/+1
| | |
| * | Update transactions, style fixChristoph Jentzsch2014-11-061-12/+2
| | |
| * | Merge remote-tracking branch 'upstream/develop' into stateTestsChristoph Jentzsch2014-11-051-23/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: test/state.cpp test/vm.cpp
| | * | Classify Transaction.Gav Wood2014-11-051-25/+13
| | | |
| * | | uncomment vmIOandFlowOPerations testChristoph Jentzsch2014-11-051-4/+4
| | | |
* | | | Merge branch 'StateBug' into NewStateTestsChristoph Jentzsch2014-11-051-5/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix ABAcalls OOG bugChristoph Jentzsch2014-11-041-5/+5
| |/ /
* | | Merge branch 'newTests' into NewStateTestsChristoph Jentzsch2014-11-051-4/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Conflicts: test/vm.cpp test/vmArithmeticTestFiller.json test/vmSha3TestFiller.json
| * | Update tests to latest protocol changes (PoC7)Christoph Jentzsch2014-11-041-5/+5
| |/
* | Clean up and organize tests + state class testsChristoph Jentzsch2014-11-031-171/+36
| |
* | Merge remote-tracking branch 'upstream/develop' into stateTestsChristoph Jentzsch2014-10-311-2/+2
|\| | | | | | | | | | | Conflicts: libethereum/AddressState.h test/vm.cpp
| * Fix for Trie roots.Gav Wood2014-10-301-1/+1
| | | | | | | | AddressState -> Account.
| * Merge pull request #434 from CJentzsch/vmtraceBugFixGav Wood2014-10-301-2/+35
| |\ | | | | | | Vmtrace bug fix
* | | Clean up FakeExtVM - move to state testsChristoph Jentzsch2014-10-311-186/+6
| | |
* | | Merge remote-tracking branch 'upstream/develop' into stateTestsChristoph Jentzsch2014-10-301-2/+2
|\| |
| * | Fix VM test code loading conditionsPaweł Bylica2014-10-281-2/+2
| | |
* | | Restructure state tests. Remove FakeStateClassChristoph Jentzsch2014-10-301-201/+177
| |/ |/|
* | Fixed storage output in VMTRACE for vm testsChristoph Jentzsch2014-10-281-2/+35
|/
* Update vm.cppChristoph Jentzsch2014-10-281-3/+0
|
* log VMTRACE in file for user defined testChristoph Jentzsch2014-10-281-25/+6
|
* VMTRACE for internal callsChristoph Jentzsch2014-10-281-0/+1
| | | | | Conflicts: test/vm.cpp
* Add VMTRACE to user defined vm testChristoph Jentzsch2014-10-281-5/+52
| | | | | Conflicts: test/vm.cpp
* Move suicides into SubState and include logs and refunds.Gav Wood2014-10-271-10/+14
| | | | Refund gas from zero-resetting SSTOREs.
* PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''Gav Wood2014-10-271-3/+4
|
* Changing gas cost to zero at stackunderflowChristoph Jentzsch2014-10-231-2/+1
|
* bug fixChristoph Jentzsch2014-10-231-7/+7
|
* Merge pull request #404 from imapp-pl/pr-fixesGav Wood2014-10-231-2/+38
|\ | | | | Enhance VM tests reports
| * Enhance VM tests reports, resolves ethereum/cpp-ethereum#399Paweł Bylica2014-10-211-2/+38
| |
* | Drop universal initializer in some placesPaweł Bylica2014-10-221-1/+1
| |
* | Remove dead codePaweł Bylica2014-10-221-11/+0
| |
* | Another round of fixing ExtVM interfacePaweł Bylica2014-10-221-4/+15
| |
* | Make all exceptions dervie virtualChristoph Jentzsch2014-10-181-5/+6
|\|
| * Prepare VM test engine for running JIT-ed testsPaweł Bylica2014-10-171-5/+6
| |
* | bug fixChristoph Jentzsch2014-10-141-23/+29
| |
* | Added random test createrChristoph Jentzsch2014-10-141-5/+16
|/
* Merge pull request #346 from CJentzsch/developGav Wood2014-10-101-53/+131
|\ | | | | Corrected call function in FakeExtVM
| * Corrected call function in FakeExtVMChristoph Jentzsch2014-10-081-53/+131
| | | | | | | | | | | | | | | | Added ABA calls to tests, corrections in FakeExtVm::call Use FakeStateClass instead of altering real state class for testing purposes remove posts, add broken test
* | PoC-7: Maximum recursion limit 1024.Gav Wood2014-10-081-2/+2
|/
* PoC-7 crypto-contracts.Gav Wood2014-10-081-3/+3
|
* More attempts to fix for the ultra-pedantic clang compiler.Gav Wood2014-10-081-0/+1
|
* Bug fix, push callcreate before changing gas value in FakeExtVMChristoph Jentzsch2014-10-061-14/+15
|
* Restructured exceptions. Boost::exception is now used primarily.Christoph Jentzsch2014-10-021-6/+19
|
* corrected CALLSTATELESS test, style fixes, code length independent call in ↵Christoph Jentzsch2014-10-011-17/+17
| | | | FakeExtVM
* undefined FILL_TESTS and some minor style fixesChristoph Jentzsch2014-09-271-1/+1
|
* Reorganized FakeExtVM class into .h and .cpp file. Added state class member ↵Christoph Jentzsch2014-09-271-310/+345
| | | | in order to test CREATE and CALL. Added system operations test.
* Added more vm testsChristoph Jentzsch2014-09-251-38/+76
|
* style fixChristoph Jentzsch2014-09-211-31/+23
|
* Added arithmetic testChristoph Jentzsch2014-09-201-11/+47
|
* Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.Gav Wood2014-09-061-1/+1
| | | | Rename ethential to devcore.
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-6/+7
|
* CALL_STATELESSGav Wood2014-09-041-1/+1
|
* Debugger improvements.Gav Wood2014-07-141-9/+12
|
* Even numbers of hex digits for Jeff (Go can't handle odd numbers).Gav Wood2014-07-101-6/+7
| | | | Everything a string in VM tests.
* Fix for making code.Gav Wood2014-07-101-1/+4
|
* Proper debugger.Gav Wood2014-07-101-2/+2
|
* VM tests prettier.Gav Wood2014-07-061-28/+27
|
* New client API.Gav Wood2014-07-041-2/+2
|
* Windows build coersions.Gav Wood2014-07-031-8/+6
|
* Project refactor. Introduce the Serpent library.Gav Wood2014-06-281-4/+4
|
* Latest tests-related refactoring & improvments.Gav Wood2014-06-281-52/+52
|
* Fixes for tests.Gav Wood2014-05-281-2/+2
|
* Pinhole optimise working fairly well...Gav Wood2014-05-281-2/+2
|
* Major reorganisation.Gav Wood2014-05-261-4/+5
| | | | | New libs (libethsupport, libevm, liblll). New LLLC binary.
* Macros and definitions in LLL.Gav Wood2014-05-251-2/+2
|
* Move paths so default build dir is cpp-ethereum/build.Gav Wood2014-05-131-3/+3
|
* Updates to VM tests.Gav Wood2014-05-121-162/+219
|
* Protocol changes for PoC-5:Gav Wood2014-04-241-2/+2
| | | | | | | | Transactions Trie. LTMA for gasPrice. New block header format. Various additional checks. New Genesis block.
* Repotted much of State.Gav Wood2014-04-241-0/+1
|
* CALLDATACOPY instruction.Gav Wood2014-04-241-3/+2
| | | | Contract body gets created from init code.
* Split out libethcore from libethereum.Gav Wood2014-04-231-5/+5
|
* Added some checks on parameters of the objects imported from the json files ↵Carl Allendorph2014-04-201-0/+29
| | | | to make debugging easier.
* Broke the virtual machine unit test out into a separate Boost auto test case.Carl Allendorph2014-04-201-51/+30
|
* API cleanups and some renaming.Gav Wood2014-04-051-15/+17
|
* Separation of code & data compiling.Gav Wood2014-03-311-26/+25
|
* PoC 3.5 functionality. Still buggy though.Gav Wood2014-03-251-29/+78
|
* PoC-3.5. ish.Gav Wood2014-03-201-4/+2
|
* Remove clang bug workarounds fixed with latest XCode tools release.Daniel Hams2014-03-111-65/+0
|
* Fixed VS2013 projects and compile errors.Tim Hughes2014-03-061-2/+1
| | | | | | Enable and fix addition warnings (-Wextra). Disable unknown pragma warning (avoids messy wrapping pragmas in compiler guards). Tidy up some of the waring suppression for 3rd part libraries by wrapping with a header.
* Repotted Common.h.Gav Wood2014-03-051-0/+1
|
* Tests.Gav Wood2014-02-281-1/+2
|
* More VM tests.Gav Wood2014-02-281-1/+1
|
* Workaround OSX clang broken map operator[] using ifdef guards and manual ↵Daniel Hams2014-02-261-3/+77
| | | | find/insert.
* Tests bug fix.Gav Wood2014-02-241-7/+9
|
* VM test framework.Gav Wood2014-02-221-21/+294
|
* First unit testing harness for VM.Gav Wood2014-02-211-56/+54
| | | | NOT fix.
* Catch exceptions.Gav Wood2014-02-191-0/+1
|
* Fixed hardcoded /tmp path.Tim Hughes2014-02-191-2/+4
|
* Move to canon ES-1.Gav Wood2014-02-181-5/+21
| | | | Minor fix for contracts.
* Fixes for contract address states.Gav Wood2014-02-181-0/+85
Minor fix for uncle rewards. Assembler for EC-1 assembly. Not-quite Test code for the VM.