aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state.go
Commit message (Expand)AuthorAgeFilesLines
* Changed debug hook and added state iteratorobscuren2014-05-271-0/+5
* State snapshottingobscuren2014-05-261-1/+15
* Fixed state overwriting issueobscuren2014-05-211-7/+3
* Fixed state issueobscuren2014-05-211-3/+0
* No longer store script directly in the state treeobscuren2014-05-201-34/+15
* Moved seeding and moved manifestobscuren2014-05-091-10/+37
* Auto update state changes notificationsobscuren2014-05-091-31/+4
* Upped version numberobscuren2014-04-271-0/+29
* Minor improvements and bug fixesobscuren2014-04-241-2/+2
* Merged accounts and contracts in to StateObjectobscuren2014-04-161-49/+16
* Removed old VM codeobscuren2014-03-221-0/+4
* Added address to account and contractobscuren2014-03-211-3/+4
* Removed caller from tx and added "callership" to account.obscuren2014-03-211-2/+2
* Moved code aroundobscuren2014-03-211-11/+29
* Added a copy method to stateobscuren2014-03-171-0/+4
* Partially refactored server/txpool/block manager/block chainobscuren2014-03-051-0/+38
* Renamed Address to Accountobscuren2014-03-031-4/+4
* Trie's are no longer referenced directly but through State insteadobscuren2014-03-031-1/+50
* Updated block to use state instead of trie directlyobscuren2014-03-031-0/+8
* Separated the VM from the block manager and added statesobscuren2014-02-241-0/+56