aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm_env.go
Commit message (Collapse)AuthorAgeFilesLines
* Changed how logs are being recordedobscuren2015-04-081-1/+1
| | | | | | | Logs are now recorded per transactions instead of tossing them out after each transaction. This should also fix an issue with `eth_getFilterLogs` (#629) Also now implemented are the `transactionHash, blockHash, transactionIndex, logIndex` on logs. Closes #654.
* 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
| | | | | | | * 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-3/+3
|
* Refactored block & Transactionobscuren2014-12-231-6/+6
| | | | * Includes new rlp decoder
* 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