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