aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/closure.go
Commit message (Collapse)AuthorAgeFilesLines
* Moving a head closer to interopobscuren2014-06-131-12/+14
|
* Fixed state object gas returnobscuren2014-05-291-4/+4
|
* Set initial used gasobscuren2014-05-281-0/+1
|
* Closure call now returns the total usage as wellobscuren2014-05-281-4/+18
| | | | * Return the used gas value based on the UseGas and ReturnGas
* Hooks can now quit the vmobscuren2014-05-271-1/+1
|
* Changed debug hook and added state iteratorobscuren2014-05-271-1/+1
|
* Auto update state changes notificationsobscuren2014-05-091-3/+3
|
* Removed value from closure.obscuren2014-05-081-3/+1
|
* Added manifest changes and changed closuresobscuren2014-04-301-12/+5
|
* Upped version numberobscuren2014-04-271-8/+15
|
* Fixed gas, price & value setters on initializationobscuren2014-04-231-1/+9
|
* Updated VMobscuren2014-04-201-6/+4
|
* Added proper gas handlingobscuren2014-04-181-2/+3
|
* Moved assembler stage processing to it's own fileobscuren2014-04-161-1/+1
|
* Added pre processing of script dataobscuren2014-04-121-1/+1
|
* Renamedobscuren2014-04-121-2/+2
|
* Added the possibility for debug hooks during closure callobscuren2014-04-111-2/+4
|
* Call fixedobscuren2014-04-111-0/+4
|
* Split code for contractsobscuren2014-04-101-8/+14
|
* Added new insruction methodsobscuren2014-04-091-0/+5
|
* Removed regular ints from the virtual machine and closuresobscuren2014-03-221-2/+7
|
* Closure return, arguments fixed. Added proper testsobscuren2014-03-211-8/+16
|
* Added address to account and contractobscuren2014-03-211-0/+1
| | | | | Contract and account now both have an address field or method for the sake of simplicity.
* Removed caller from tx and added "callership" to account.obscuren2014-03-211-2/+2
| | | | | | Transactions can no longer serve as callers. Accounts are now the initial callee of closures. Transactions now serve as transport to call closures.
* Fixed MSTORE and added some more commetsobscuren2014-03-211-4/+12
|
* Closures and vm based on closuresobscuren2014-03-211-0/+68
Status: Work in progress