Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated tests | obscuren | 2015-02-03 | 1 | -4/+29 |
| | |||||
* | JitVM: the EVM JIT bridge | Paweł Bylica | 2015-01-23 | 1 | -9/+9 |
| | |||||
* | Fixed consensus issue | obscuren | 2015-01-13 | 1 | -1/+0 |
| | |||||
* | remove pre compiled for tests | obscuren | 2015-01-13 | 1 | -6/+5 |
| | |||||
* | updated tests | obscuren | 2015-01-13 | 1 | -6/+0 |
| | |||||
* | Moved the TD method from block processor. | obscuren | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -4/+6 |
| | |||||
* | Changed JUMP(I) behaviour. | obscuren | 2015-01-03 | 1 | -1/+7 |
| | | | | | * All jumps must land on a JUMPDEST instruction byte. * The byte may not be part of a PUSH* | ||||
* | Additional comments and added name to error output | obscuren | 2014-12-31 | 1 | -5/+3 |
| | |||||
* | Fixed gas check for vm test | obscuren | 2014-12-31 | 1 | -5/+11 |
| | |||||
* | Fixed tests | obscuren | 2014-12-19 | 1 | -4/+0 |
| | |||||
* | updated tests | obscuren | 2014-12-19 | 1 | -4/+4 |
| | |||||
* | Fixed refund model | obscuren | 2014-12-19 | 1 | -4/+4 |
| | |||||
* | Gas corrections and vm fixes | obscuren | 2014-12-19 | 1 | -1/+25 |
| | |||||
* | changed to unsigned integers | obscuren | 2014-12-10 | 1 | -7/+19 |
| | |||||
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 1 | -1/+1 |
| | | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup | ||||
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 1 | -138/+2 |
| | | | | | | | | This moves call and create to the specified environments. Vms are no longer re-used. Vm uses environment's Call(Code) and Create in order to execute new contracts or transfer value between accounts. State transition now uses the same mechanism described above. | ||||
* | merge | obscuren | 2014-12-03 | 1 | -8/+32 |
|\ | |||||
| * | Fixed mem error in vm. Fixed logs tests | obscuren | 2014-12-03 | 1 | -8/+32 |
| | | |||||
* | | merge errors fixed | obscuren | 2014-12-02 | 1 | -0/+183 |
|\| | |||||
| * | Check for known block err and ignore | obscuren | 2014-12-02 | 1 | -2/+0 |
| | | |||||
| * | Added state tests | obscuren | 2014-12-02 | 1 | -5/+64 |
| | | |||||
| * | Fixed EXP gas | obscuren | 2014-12-02 | 1 | -13/+1 |
| | | |||||
| * | Make an attempt to pay for the gas prior to expanding the mem. | obscuren | 2014-12-02 | 1 | -1/+4 |
| | | |||||
* | | try to get full coverage report on travis | Taylor Gerring | 2014-11-15 | 1 | -132/+133 |
|/ | |||||
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | Fixed VM and added static analysis for EVM jumps | obscuren | 2014-11-05 | 1 | -1/+5 |
| | |||||
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 1 | -4/+4 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -3/+3 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 1 | -0/+1 |
| | | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env | ||||
* | added a transfer method to vm env | obscuren | 2014-10-22 | 1 | -5/+1 |
| | |||||
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 1 | -5/+4 |
| | |||||
* | moved | obscuren | 2014-10-19 | 22 | -13354/+9 |
| | |||||
* | Added tests as subtree | obscuren | 2014-10-19 | 22 | -20/+13365 |
| | |||||
* | Readers | obscuren | 2014-10-19 | 1 | -2/+2 |
| | |||||
* | Reflect changed to eth/vm | obscuren | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | tests/vm: fix syntax | Felix Lange | 2014-10-17 | 1 | -5/+0 |
| | |||||
* | ethvm, tests/*: use log level constants | Felix Lange | 2014-10-17 | 1 | -0/+4 |
| | |||||
* | Fixed most of the tests | obscuren | 2014-10-17 | 1 | -16/+35 |
| | |||||
* | Updated tests | obscuren | 2014-10-16 | 1 | -3/+25 |
| | |||||
* | Fixed remote Arithmetic tests | obscuren | 2014-10-15 | 1 | -7/+20 |
| | |||||
* | Working on test suite | obscuren | 2014-10-15 | 2 | -0/+81 |