Commit Graph

25 Commits

Author SHA1 Message Date
4d98762486 Fixed state object gas return 2014-05-28 23:16:54 +02:00
6e98e5709a Set initial used gas 2014-05-28 12:39:34 +02:00
73761f7af6 Closure call now returns the total usage as well
* Return the used gas value based on the UseGas and ReturnGas
2014-05-28 12:05:46 +02:00
4eb1771e67 Hooks can now quit the vm 2014-05-27 13:32:31 +02:00
aba3066658 Changed debug hook and added state iterator 2014-05-27 13:10:18 +02:00
5a0bae1dae Auto update state changes notifications 2014-05-08 19:09:36 +02:00
f0440e85dc Removed value from closure. 2014-05-08 14:20:45 +02:00
21724f7ef9 Added manifest changes and changed closures 2014-04-30 14:43:32 +02:00
16e52327a4 Upped version number 2014-04-27 16:53:35 +02:00
61cd1594b5 Fixed gas, price & value setters on initialization 2014-04-23 11:50:38 +02:00
6930260962 Updated VM 2014-04-20 01:31:01 +02:00
a96c8c8af9 Added proper gas handling 2014-04-18 13:41:07 +02:00
ca13e3b105 Moved assembler stage processing to it's own file 2014-04-15 16:16:38 -04:00
086acd122b Added pre processing of script data 2014-04-12 00:13:42 -04:00
116516158d Renamed 2014-04-11 13:29:57 -04:00
ca747f2688 Added the possibility for debug hooks during closure call 2014-04-11 08:28:30 -04:00
6a530ea371 Call fixed 2014-04-10 14:40:12 -04:00
e09f0a5f2c Split code for contracts 2014-04-09 12:27:54 -04:00
c0a030ef0a Added new insruction methods 2014-04-09 14:08:18 +02:00
01c1bce9c5 Removed regular ints from the virtual machine and closures 2014-03-21 18:22:47 +01:00
2ea4c632d1 Closure return, arguments fixed. Added proper tests 2014-03-21 14:47:55 +01:00
f567f89b99 Added address to account and contract
Contract and account now both have an address field or method for the
sake of simplicity.
2014-03-20 23:38:16 +01:00
7705b23f24 Removed caller from tx and added "callership" to account.
Transactions can no longer serve as callers. Accounts are now the
initial callee of closures. Transactions now serve as transport to call
closures.
2014-03-20 23:17:53 +01:00
c68ff9886b Fixed MSTORE and added some more commets 2014-03-20 19:50:53 +01:00
38ea6a6d5d Closures and vm based on closures
Status: Work in progress
2014-03-20 17:26:07 +01:00