aboutsummaryrefslogtreecommitdiffstats
path: root/state
Commit message (Expand)AuthorAgeFilesLines
* Updated tests and fixed suicideobscuren2015-03-092-1/+10
* mergeobscuren2015-03-041-9/+9
|\
| * GetOrNew for accessors. Fixes #404obscuren2015-03-021-9/+9
* | GasLimit check updatedobscuren2015-03-041-0/+4
* | Trie => SecureTrieobscuren2015-03-032-3/+3
|/
* Removed some methods from the JS REPLobscuren2015-03-011-2/+5
* Fixed consensus issue for refundingobscuren2015-02-272-7/+16
* Added Number to logsobscuren2015-02-221-2/+9
* Removed exported fields from state object and added proper set/gettersobscuren2015-02-203-33/+50
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-201-5/+38
|\
| * Merge pull request #355 from fjl/test-fixesJeffrey Wilcke2015-02-201-5/+38
| |\
| | * state: improve TestDumpFelix Lange2015-02-201-5/+38
* | | dirty tracking for state objects fixedobscuren2015-02-201-1/+9
|/ /
* | Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-202-20/+29
* | Reset storage cache after syncobscuren2015-02-191-0/+1
|/
* Use new rlp (TODO requires some refactoring)obscuren2015-02-171-2/+23
* Documented methods & removed old manifestobscuren2015-02-122-91/+21
* Added missing whisper timestamp. Closes #284obscuren2015-02-031-5/+2
* removed old codeobscuren2015-02-011-12/+0
* Fixed issue with Storage()obscuren2015-01-301-29/+0
* Moved ptrie => trie. Removed old trieobscuren2015-01-082-8/+7
* Refactored ethutil.Config.Db outobscuren2015-01-074-29/+23
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-0/+6
* added nil checkobscuren2015-01-021-5/+4
* Switched to new trieobscuren2014-12-243-47/+58
* Minor updates on gas and removed/refactored old code.obscuren2014-12-201-0/+7
* Fixed refund modelobscuren2014-12-191-7/+10
* Gas corrections and vm fixesobscuren2014-12-191-20/+10
* Fixed testsobscuren2014-12-101-1/+1
* Log is now interfaceobscuren2014-12-042-20/+43
* Renamed State => StateDBobscuren2014-12-043-36/+36
* Moved execution from vm to chain.obscuren2014-12-041-5/+4
* merge errors fixedobscuren2014-12-022-2/+3
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-022-2/+3
* | Fixed mergeobscuren2014-11-291-13/+16
|\|
| * Changed refundobscuren2014-11-291-13/+16
* | Added new iterator and testsobscuren2014-11-191-3/+1
* | Added `chain` tests & minor fixesobscuren2014-11-192-8/+8
* | update imports order per goimportsTaylor Gerring2014-11-161-1/+2
* | Merge branch 'develop' of https://github.com/tgerring/go-ethereumTaylor Gerring2014-11-152-21/+54
|/
* Transaction execution fixesobscuren2014-11-123-4/+4
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-122-6/+6
* debugging codeobscuren2014-11-112-4/+21
* Removed debug printobscuren2014-11-041-1/+0
* Added storage root to dumpobscuren2014-11-042-1/+7
* Compress data on db level. Closes #174obscuren2014-11-031-14/+2
* all: fix rename breakageFelix Lange2014-11-011-2/+2
* ethtrie => trieobscuren2014-10-312-10/+10
* ethstate => stateobscuren2014-10-317-0/+859