aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change the way VMs are created (mostly for tracking where are created)Paweł Bylica2014-10-231-3/+4
|
* Update VM test engine to use VMFace interfacePaweł Bylica2014-10-221-7/+4
|
* Implement VMFace with jit::VMPaweł Bylica2014-10-221-1/+1
|
* Fix remaining gas testing [#81118624]Paweł Bylica2014-10-221-16/+17
|
* Merge branch 'develop' into develop-evmccPaweł Bylica2014-10-211-24/+41
|\ | | | | | | | | | | Conflicts: libevm/FeeStructure.cpp test/vm.cpp
| * 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
| |/
* | Enhance VM tests reportsPaweł Bylica2014-10-211-2/+38
| |
* | Remove dead codePaweł Bylica2014-10-211-11/+0
| |
* | Another round of fixing ExtVM interfacePaweł Bylica2014-10-201-4/+15
| |
* | Disable test fillingPaweł Bylica2014-10-171-1/+1
| |
* | Turn on JIT testing with "--jit" command line parameterPaweł Bylica2014-10-171-1/+4
| |
* | Running vm_tests with JITPaweł Bylica2014-10-171-3/+14
| |
* | Prepare VM test engine for running JIT-ed testsPaweł Bylica2014-10-171-5/+6
|/
* 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.