aboutsummaryrefslogtreecommitdiffstats
path: root/ethstate/state.go
Commit message (Expand)AuthorAgeFilesLines
* Moved logging to state, proper structured blockobscuren2014-10-301-0/+19
* Refund SSTORE properlyobscuren2014-10-281-1/+25
* Added generic add balance methodobscuren2014-10-271-0/+7
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-3/+3
* added a transfer method to vm envobscuren2014-10-221-1/+1
* Use the state instead of the state object directly.obscuren2014-10-161-0/+25
* Fixed remote Arithmetic testsobscuren2014-10-151-0/+9
* Couple of minor issues fixedobscuren2014-10-151-1/+5
* Minor tweaks for poc7obscuren2014-10-081-6/+8
* Improved catching up and refactoredobscuren2014-09-151-2/+3
* Added GetCode methodobscuren2014-09-081-0/+9
* Changed log statementsobscuren2014-08-221-1/+1
* Added message to closure && added change addressesobscuren2014-08-151-2/+0
* Updated chain for filteringobscuren2014-08-111-41/+4
* ethstate.NewState => ethstate.Newobscuren2014-08-041-2/+2
* Old code removed and renamed amount to balanceobscuren2014-07-301-2/+3
* Refactored to new state and vmobscuren2014-07-241-26/+26
* Refactored state, state object and vmobscuren2014-07-221-0/+259