aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/block.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed casting issueobscuren2014-05-211-1/+9
|
* Fixed crashobscuren2014-05-211-1/+4
|
* Changed transaction hash for poc 5obscuren2014-05-201-36/+40
|
* Fixed genesis and block dataobscuren2014-05-201-7/+62
|
* No longer store script directly in the state treeobscuren2014-05-201-1/+1
|
* Fixed state problemobscuren2014-04-291-4/+1
|
* Removed debug & unused functionsobscuren2014-04-241-25/+0
|
* Copy over bytes from previous rootobscuren2014-04-231-1/+4
| | | | | Copy over instead of directly using the previous root. This is order to avoid resetting problems
* Merged accounts and contracts in to StateObjectobscuren2014-04-161-3/+4
| | | | | | | * Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject
* Merge branch 'master' into minerMaran2014-03-241-1/+1
|\
| * Removed caller from tx and added "callership" to account.obscuren2014-03-211-1/+1
| | | | | | | | | | | | Transactions can no longer serve as callers. Accounts are now the initial callee of closures. Transactions now serve as transport to call closures.
* | More mining reworkMaran2014-03-201-0/+3
|/
* Renamed Address to Accountobscuren2014-03-031-1/+1
|
* Trie's are no longer referenced directly but through State insteadobscuren2014-03-031-63/+2
|
* Updated block to use state instead of trie directlyobscuren2014-03-031-27/+34
|
* Length checking when fetching contract. Contract always have 3 fieldsobscuren2014-02-251-0/+5
|
* Fixed a minor issue on crashed contractsobscuren2014-02-241-2/+3
|
* Changed MakeContract on blockobscuren2014-02-241-16/+2
| | | | | MakeContract in Block is now using the MakeContract defined in contract.go
* Corrected contract addressesobscuren2014-02-191-1/+1
|
* Running contracts fixedobscuren2014-02-191-9/+44
|
* String changed and removed some debugging codeobscuren2014-02-181-8/+2
|
* Removed RlpValue in favour of Valueobscuren2014-02-151-4/+4
|
* The great mergeobscuren2014-02-151-0/+363