aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state.go
Commit message (Expand)AuthorAgeFilesLines
* 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