aboutsummaryrefslogtreecommitdiffstats
path: root/state/state_object.go
Commit message (Expand)AuthorAgeFilesLines
* Trie => SecureTrieobscuren2015-03-031-1/+1
* Fixed consensus issue for refundingobscuren2015-02-271-6/+15
* Removed exported fields from state object and added proper set/gettersobscuren2015-02-201-23/+44
* dirty tracking for state objects fixedobscuren2015-02-201-1/+9
* Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-0/+4
* Reset storage cache after syncobscuren2015-02-191-0/+1
* Use new rlp (TODO requires some refactoring)obscuren2015-02-171-2/+23
* Fixed issue with Storage()obscuren2015-01-301-29/+0
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-3/+3
* Refactored ethutil.Config.Db outobscuren2015-01-071-16/+9
* Switched to new trieobscuren2014-12-241-17/+25
* Renamed State => StateDBobscuren2014-12-041-1/+1
* Moved execution from vm to chain.obscuren2014-12-041-5/+4
* merge errors fixedobscuren2014-12-021-1/+1
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-021-1/+1
* | Added new iterator and testsobscuren2014-11-191-3/+1
* | Added `chain` tests & minor fixesobscuren2014-11-191-8/+0
|/
* Transaction execution fixesobscuren2014-11-121-2/+2
* Removed debug printobscuren2014-11-041-1/+0
* Added storage root to dumpobscuren2014-11-041-0/+5
* Compress data on db level. Closes #174obscuren2014-11-031-14/+2
* ethtrie => trieobscuren2014-10-311-6/+6
* ethstate => stateobscuren2014-10-311-0/+339