aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state_manager.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved seeding and moved manifestobscuren2014-05-091-33/+0
|
* Auto update state changes notificationsobscuren2014-05-091-8/+7
|
* Cleaned upobscuren2014-05-091-24/+9
| | | | | Removed the unneeded address watch mechanism. State manager's transient state should now take care of this.
* Added trans state and removed watch address etcobscuren2014-05-091-16/+8
| | | | | | | | The transient state can be used to test out changes before committing them to the proc state. The transient state is currently being used by the gui to support proper nonce updating without having to wait for a block. This used to be done by a cached state mechanism which can now safely by removed.
* Removed value from closure.obscuren2014-05-081-1/+1
|
* Implemented value()Maran2014-05-071-0/+1
|
* Added different storage notification objectobscuren2014-05-051-1/+1
|
* Removed debug loggingobscuren2014-04-301-1/+1
|
* Added manifest changes and changed closuresobscuren2014-04-301-17/+48
|
* Fixed state problemobscuren2014-04-291-6/+7
|
* Actually convert gasobscuren2014-04-261-5/+12
|
* Added new state object change echanismobscuren2014-04-261-10/+23
|
* Minor improvements and bug fixesobscuren2014-04-241-0/+2
| | | | * Fixed VM base bug
* Call initial closure with proper tx argumentobscuren2014-04-231-32/+1
|
* Fixed minor issue with gas and added state object initobscuren2014-04-231-7/+46
|
* Added proper gas handlingobscuren2014-04-181-1/+2
|
* Merged accounts and contracts in to StateObjectobscuren2014-04-161-31/+23
| | | | | | | * Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject
* Renamedobscuren2014-04-121-7/+7
|
* Added the possibility for debug hooks during closure callobscuren2014-04-111-1/+1
|
* Merge branch 'split' into developobscuren2014-04-111-1/+1
|\
| * Split code for contractsobscuren2014-04-101-1/+1
| |
* | Switched variable namesobscuren2014-04-091-5/+5
| |
* | Added a length for copyobscuren2014-04-091-1/+1
| |
* | Reverted changesobscuren2014-04-091-2/+2
| |
* | Merge branch 'develop' into minerobscuren2014-04-051-5/+13
|\|
| * Handle contract messagesobscuren2014-04-011-5/+13
| |
* | Merge conflictsMaran2014-04-011-16/+18
|\|
| * Fixed some state issuesobscuren2014-03-311-3/+3
| |
| * Changed to new mutan APIobscuren2014-03-301-13/+13
| |
* | initial testcode for canonical chainMaran2014-03-241-0/+3
| |
* | Remove some xtra logsMaran2014-03-241-3/+0
| |
* | Merge branch 'master' into minerMaran2014-03-241-8/+7
|\|
| * Closure return, arguments fixed. Added proper testsobscuren2014-03-211-1/+1
| |
| * New tx methods and added new vm to state managerobscuren2014-03-211-9/+7
| |
| * Rewrote opcodes againobscuren2014-03-211-1/+2
| |
* | Initial block reorganisation codeMaran2014-03-211-1/+3
| |
* | More mining reworkMaran2014-03-201-20/+8
| |
* | Merge branch 'develop' into minerMaran2014-03-171-1/+1
|\|
| * Pretty print nonceobscuren2014-03-171-1/+1
| |
* | Merge conflictsMaran2014-03-171-24/+25
|\|
| * Moved on to the state managerobscuren2014-03-171-24/+25
| |
| * Added miner stateobscuren2014-03-061-1/+2
| |
* | MergeMaran2014-03-171-1/+0
| |
* | Initial smart-miner stuffMaran2014-03-101-0/+15
|/
* Renamed block manager to state managerobscuren2014-03-051-0/+320