aboutsummaryrefslogtreecommitdiffstats
path: root/chain/state_transition.go
Commit message (Collapse)AuthorAgeFilesLines
* Renamed `chain` => `core`obscuren2014-12-041-198/+0
|
* Moved execution from vm to chain.obscuren2014-12-041-108/+9
| | | | | | | | 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.
* mergeobscuren2014-12-031-6/+0
|\
| * Set proper message valueobscuren2014-12-031-6/+0
| |
* | Fixed mergeobscuren2014-11-291-3/+15
|\|
| * GasData changes & removed min gas priceobscuren2014-11-291-3/+15
| |
* | Begin of moving objects to types packageobscuren2014-11-181-5/+6
|/ | | | | * Block(s) * Transaction(s)
* Numerous fixes for consensus.obscuren2014-11-141-0/+25
| | | | | | * Removed (buged) C++ specific gas specification for LOG* * Fixed LOG* where mstart went after msize *
* Transaction execution fixesobscuren2014-11-121-0/+2
|
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-5/+4
|
* ethstate => stateobscuren2014-10-311-13/+13
|
* Moved ethchain to chainobscuren2014-10-311-0/+264