aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm_env.go
Commit message (Expand)AuthorAgeFilesLines
* Use uint64 for block header timestampGustav Simonsson2015-06-301-1/+1
* core/types: make blocks immutableFelix Lange2015-06-301-17/+17
* core, core/vm: added structure loggingobscuren2015-06-101-0/+11
* Changed how logs are being recordedobscuren2015-04-081-1/+1
* Cleanup VMobscuren2015-03-291-7/+3
* Cleaned up changesobscuren2015-03-241-3/+3
* moved state and vm to coreobscuren2015-03-231-2/+2
* Fixed VM & Tests w/ conversionobscuren2015-03-171-2/+2
* core: actually convert transaction poolFelix Lange2015-03-171-1/+1
* converted vmobscuren2015-03-171-18/+19
* updated vm envobscuren2015-03-171-16/+17
* Added (disabled) Jit validationobscuren2015-02-011-0/+4
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-3/+10
* Closure => Contextobscuren2015-01-021-3/+3
* Refactored block & Transactionobscuren2014-12-231-6/+6
* Cleaned up objectsobscuren2014-12-191-3/+1
* Created generic message (easy for testing)obscuren2014-12-181-5/+5
* Log is now interfaceobscuren2014-12-041-1/+1
* Renamed State => StateDBobscuren2014-12-041-3/+3
* Renamed `chain` => `core`obscuren2014-12-041-0/+63