aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/block.go
Commit message (Expand)AuthorAgeFilesLines
* Fix compareMaran2014-06-111-1/+2
* Implement CalcGasPrice for ethereum/go-ethereum#77Maran2014-06-101-0/+29
* Transaction queryingobscuren2014-05-221-0/+11
* Working on interopobscuren2014-05-221-30/+44
* Removed old contract creation codeobscuren2014-05-221-26/+11
* 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
* Merged accounts and contracts in to StateObjectobscuren2014-04-161-3/+4
* Merge branch 'master' into minerMaran2014-03-241-1/+1
|\
| * Removed caller from tx and added "callership" to account.obscuren2014-03-211-1/+1
* | 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
* 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