Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed error for invalid transaction | obscuren | 2015-03-03 | 1 | -0/+4 |
| | |||||
* | Fixed test helper | obscuren | 2015-03-03 | 1 | -0/+2 |
| | |||||
* | quad mem | obscuren | 2015-03-03 | 1 | -1/+22 |
| | |||||
* | Updated tests | obscuren | 2015-02-03 | 1 | -1/+0 |
| | |||||
* | Removed some VMEnv & Added VmType() to vm.Environment | obscuren | 2015-02-01 | 1 | -0/+1 |
| | |||||
* | remove pre compiled for tests | obscuren | 2015-01-13 | 1 | -0/+5 |
| | |||||
* | updated tests | obscuren | 2015-01-13 | 1 | -1/+10 |
| | |||||
* | updated tests | obscuren | 2015-01-12 | 1 | -1/+7 |
| | |||||
* | updated tests | obscuren | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 1 | -3/+3 |
| | |||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -1/+0 |
| | |||||
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -3/+4 |
| | | | | | | | * PREVHASH => BLOCKHASH( N ) * State transition object uses VMEnv as it's query interface * Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction * Added GetHash to xeth, core, utils & test environments | ||||
* | Closure => Context | obscuren | 2015-01-02 | 1 | -3/+3 |
| | |||||
* | fixed trie | obscuren | 2014-12-30 | 1 | -3/+3 |
| | |||||
* | Cleaned up objects | obscuren | 2014-12-19 | 1 | -2/+1 |
| | |||||
* | Gas corrections and vm fixes | obscuren | 2014-12-19 | 1 | -5/+32 |
| | |||||
* | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -6/+6 |
| | |||||
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 1 | -3/+3 |
| | | | | | | * 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 | -14/+56 |
| | | | | | | | | 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. | ||||
* | Fixed mem error in vm. Fixed logs tests | obscuren | 2014-12-03 | 1 | -6/+11 |
| | |||||
* | Added state tests | obscuren | 2014-12-02 | 1 | -0/+15 |
| | |||||
* | Fixes for the log method | obscuren | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | added db | obscuren | 2014-11-04 | 1 | -0/+1 |
| | |||||
* | chain, tests/helper, vm: make tests compile | Felix Lange | 2014-11-01 | 1 | -1/+1 |
| | | | | They were broken by df5603de0a34e80a1, when vm.Log became ethstate.Log. | ||||
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 3 | -23/+23 |
| | |||||
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 1 | -0/+1 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 4 | -7/+7 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 1 | -3/+2 |
| | | | | | | * 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 | -1/+4 |
| | |||||
* | Readers | obscuren | 2014-10-19 | 2 | -25/+42 |
| | |||||
* | Reflect changed to eth/vm | obscuren | 2014-10-18 | 1 | -3/+3 |
| | |||||
* | ethvm, tests/*: use log level constants | Felix Lange | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | Quick dirty peer update | obscuren | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | Fixed most of the tests | obscuren | 2014-10-17 | 2 | -7/+14 |
| | |||||
* | Updated tests | obscuren | 2014-10-16 | 1 | -12/+9 |
| | |||||
* | Fixed remote Arithmetic tests | obscuren | 2014-10-15 | 3 | -12/+12 |
| | |||||
* | Working on test suite | obscuren | 2014-10-15 | 5 | -0/+147 |