Commit Graph

33 Commits

Author SHA1 Message Date
81ef40010f The body of contracts are now returned instead 2014-05-25 14:13:54 +01:00
5ceb1620e9 Fixed couple issues
* (imp) Lock / RLock tries
* (fix) stack
2014-05-21 00:17:50 +02:00
8730dfdcc2 Changed how changes are being applied to states 2014-05-17 14:07:52 +02:00
c03bf14e02 Fixed some tests 2014-05-10 02:01:09 +02:00
af6875f4b2 Changed to lower case 2014-05-05 17:14:29 +02:00
bf850974f3 Using mutan assembler stage 2014-04-27 18:00:38 +02:00
d3a159ad3d Fixed tests 2014-04-26 01:54:45 +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
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
25dd46061f Added push20 2014-04-10 21:03:14 -04:00
afc92fb7d7 Added better address format 2014-04-10 18:32:54 -04:00
891f725909 Added better address format 2014-04-10 18:14:19 -04:00
969e748dce Call fixed 2014-04-10 15:30:14 -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
90bb512f42 Update 2014-04-05 10:49:07 +02:00
7277c42047 Fixed some state issues 2014-03-31 01:03:28 +02:00
7cc28c8b46 Added storage test 2014-03-30 22:03:08 +02:00
205e33bc83 Fixed bug in stack to expand beyond expectations. Fixed EQ and NOT opcode 2014-03-30 18:55:51 +02:00
6625b6ffbd Changed to new mutan API 2014-03-30 12:58:37 +02:00
60fd2f3521 Update vm_test.go
store ...
2014-03-27 23:25:03 +01:00
75e6406c1f Fixed tests 2014-03-27 23:17:23 +01:00
e0b6091d7e Test fixes and removed old code. Added VM gas fees 2014-03-24 13:20:34 +01:00
9a9e252cab Changes 'compiler' to work with any type 2014-03-21 15:27:18 +01:00
2ea4c632d1 Closure return, arguments fixed. Added proper tests 2014-03-21 14:47:55 +01:00
fa1db8d2dc Implemented closure arguments 2014-03-21 11:54:36 +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
377c995103 Separated the VM from the block manager and added states 2014-02-24 12:10:45 +01:00