aboutsummaryrefslogtreecommitdiffstats
path: root/state
Commit message (Collapse)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
| | | | * Refund should _always_ go to the origin
* 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
| |\ | | | | | | Fix failing tests and speed up Travis builds
| | * 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
| | | | | | * Storage() returned encoded values. They are now decode prior to hexing * Removed old code from state object * Updated coin
* 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
| | | | | | | * PREVHASH => BLOCKHASH( N ) * State transition object uses VMEnv as it's query interface * Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction * Added GetHash to xeth, core, utils & test environments
* 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
| | | | | | | | This moves call and create to the specified environments. Vms are no longer re-used. Vm uses environment's Call(Code) and Create in order to execute new contracts or transfer value between accounts. State transition now uses the same mechanism described above.
* 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
| | | | | | | | | | | | * Fork tests (equal and larger chains) * `chain.link` fields are now exported * moved debug function from state to dump.go
* | 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