aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state_transition.go
Commit message (Expand)AuthorAgeFilesLines
* Moved ethchain to chainobscuren2014-10-311-264/+0
* Moved logging to state, proper structured blockobscuren2014-10-301-1/+1
* Removed events from the state managerobscuren2014-10-291-1/+1
* PoC 7 updatesobscuren2014-10-291-8/+2
* Do not return error on VM exceptionobscuren2014-10-271-24/+12
* Implemented LOG. Closes #159obscuren2014-10-271-0/+6
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-4/+4
* Updated the VM & VM testsobscuren2014-10-231-18/+5
* Moved ethvm => vmobscuren2014-10-181-6/+6
* Fixed most of the testsobscuren2014-10-171-7/+1
* Corrected package ....obscuren2014-10-161-1/+1
* Fixed remote Arithmetic testsobscuren2014-10-151-1/+2
* Refactored VM to two separate VMs; std & debugobscuren2014-10-141-6/+4
* Minor tweaks for poc7obscuren2014-10-081-9/+0
* Fixed inconsistenciesobscuren2014-10-021-2/+2
* Implemented WebSocket packageobscuren2014-10-011-8/+6
* Added CALLSTATELESSobscuren2014-09-101-1/+1
* Implemented POSTobscuren2014-08-251-0/+9
* Removed old chain codeobscuren2014-08-221-1/+1
* Removed the "Get" partobscuren2014-08-181-0/+1
* Added message to closure && added change addressesobscuren2014-08-151-4/+4
* Updated chain for filteringobscuren2014-08-111-1/+11
* ethstate.NewState => ethstate.Newobscuren2014-08-041-1/+1
* ethtrie.NewTrie => ethtrie.Newobscuren2014-08-041-1/+1
* Old code removed and renamed amount to balanceobscuren2014-07-301-7/+8
* Removed old codeobscuren2014-07-241-26/+0
* Refactored to new state and vmobscuren2014-07-241-32/+63
* Fixed coinbase copy in stateobscuren2014-07-171-13/+17
* Paranoia check movedobscuren2014-07-151-17/+0
* Fixed state reset caseobscuren2014-07-071-3/+13
* Fixed state reset on errobscuren2014-07-071-2/+2
* changed state resetobscuren2014-07-071-8/+6
* Debug output, minor fixes and tweaksobscuren2014-07-041-6/+5
* Fixed reverting errorobscuren2014-07-031-25/+16
* Fixobscuren2014-07-031-0/+1
* Paranoia checkobscuren2014-07-021-12/+4
* Moved debug hook to Vm directlyobscuren2014-07-021-1/+1
* ethutil -> ethtrie.NewTriezelig2014-07-011-1/+2
* The dragon has been slain. Consensus reached!obscuren2014-07-011-16/+14
* Paranoiaobscuren2014-07-011-1/+1
* Added Paranoia check for VM executionobscuren2014-07-011-18/+15
* wipobscuren2014-06-301-0/+45
* modified logging APIzelig2014-06-231-4/+3
* Returned to single methodobscuren2014-06-201-29/+6
* Removed some loggingobscuren2014-06-201-9/+8
* Reset state when a transition failsobscuren2014-06-191-45/+87
* Loggingobscuren2014-06-181-3/+5
* Verbose logging for VMobscuren2014-06-181-0/+1
* Fixed issue where JUMPI would do an equally check with 1 instead of GTobscuren2014-06-181-20/+2
* Removal of manual updating of state objectsobscuren2014-06-171-13/+13
* Refund gasobscuren2014-06-161-4/+13
* Check for nil receiverobscuren2014-06-161-2/+7
* Fixed minor issue with the gas poolobscuren2014-06-161-6/+8
* Moved gas limit err check to buy gasobscuren2014-06-161-2/+2
* Removed some commentsobscuren2014-06-161-2/+1
* Run contractsobscuren2014-06-151-0/+7
* Moving closer to interopobscuren2014-06-141-6/+10
* Moving a head closer to interopobscuren2014-06-131-8/+24
* comments & refactorobscuren2014-06-131-4/+16
* Refactored state transitioning to its own modelobscuren2014-06-131-0/+206