aboutsummaryrefslogtreecommitdiffstats
path: root/core/state_transition.go
Commit message (Collapse)AuthorAgeFilesLines
* Docs & old code removedobscuren2015-02-031-21/+25
|
* Added (disabled) Jit validationobscuren2015-02-011-0/+25
|
* Fixed consensus issueobscuren2015-01-131-2/+1
|
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-20/+21
| | | | | | | * 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 => Contextobscuren2015-01-021-1/+1
|
* Minor updates on gas and removed/refactored old code.obscuren2014-12-201-11/+10
|
* Removed OOG check. Revert should always happen.obscuren2014-12-191-2/+9
|
* Transaction was generating incorrect hash because of var changesobscuren2014-12-191-1/+1
|
* Fixed refund modelobscuren2014-12-191-6/+4
|
* Gas corrections and vm fixesobscuren2014-12-191-36/+37
|
* Moved methods to messagesobscuren2014-12-181-4/+6
|
* Created generic message (easy for testing)obscuren2014-12-181-32/+66
|
* null ptr fixobscuren2014-12-041-4/+3
|
* Renamed State => StateDBobscuren2014-12-041-3/+3
|
* Renamed `chain` => `core`obscuren2014-12-041-0/+198