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