aba3066658
Changed debug hook and added state iterator
2014-05-27 13:10:18 +02:00
3ebd7f1166
State snapshotting
2014-05-26 00:09:38 +02:00
3c35ba7c31
Fixed state overwriting issue
2014-05-21 01:12:28 +02:00
64701e388c
Fixed state issue
2014-05-20 22:43:59 +02:00
fd19142c0d
No longer store script directly in the state tree
2014-05-20 11:19:07 +02:00
afe83af219
Moved seeding and moved manifest
2014-05-09 16:09:28 +02:00
5a0bae1dae
Auto update state changes notifications
2014-05-08 19:09:36 +02:00
16e52327a4
Upped version number
2014-04-27 16:53:35 +02:00
1c85d8c66b
Minor improvements and bug fixes
...
* Fixed VM base bug
2014-04-24 00:00:50 +02:00
9c6aca7893
Merged accounts and contracts in to StateObject
...
* Account removed
* Contract removed
* Address state changed to CachedStateObject
* Added StateObject
2014-04-16 04:06:51 +02:00
6a86c517c4
Removed old VM code
2014-03-22 11:47:27 +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
c17381b853
Moved code around
2014-03-20 17:26:51 +01:00
826c827e6b
Added a copy method to state
2014-03-17 11:15:09 +01:00
92f2abdf76
Partially refactored server/txpool/block manager/block chain
...
The Ethereum structure now complies to a EthManager interface which is
being used by the tx pool, block manager and block chain in order to
gain access to each other. It's become simpeler.
TODO: BlockManager => StateManager
2014-03-05 10:42:51 +01:00
9d492b0509
Renamed Address to Account
2014-03-03 11:05:12 +01:00
bfed1c7cac
Trie's are no longer referenced directly but through State instead
2014-03-03 11:03:16 +01:00
d65b4cd0dd
Updated block to use state instead of trie directly
2014-03-02 20:42:05 +01:00
377c995103
Separated the VM from the block manager and added states
2014-02-24 12:10:45 +01:00