aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/block.go
Commit message (Expand)AuthorAgeFilesLines
* Moved ethchain to chainobscuren2014-10-311-419/+0
* Moved logging to state, proper structured blockobscuren2014-10-301-28/+14
* Removed events from the state managerobscuren2014-10-291-23/+11
* PoC 7 updatesobscuren2014-10-291-69/+75
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-4/+4
* Empty string for uncleobscuren2014-10-211-4/+4
* PoC7 Netobscuren2014-10-211-2/+4
* Max callstackobscuren2014-10-111-1/+1
* Added some methods to comply to the PoW block interfaceobscuren2014-10-111-0/+8
* Renamed Sha3Bin to Sha3obscuren2014-10-081-4/+4
* Added TD for each blockobscuren2014-09-241-1/+3
* Improved catching up and refactoredobscuren2014-09-151-4/+29
* Updated GHOSTobscuren2014-09-151-1/+12
* Block sizeobscuren2014-08-251-1/+6
* Updated chain for filteringobscuren2014-08-111-13/+0
* Fixed gas limit calculationobscuren2014-08-101-2/+4
* ethstate.NewState => ethstate.Newobscuren2014-08-041-3/+3
* ethtrie.NewTrie => ethtrie.Newobscuren2014-08-041-20/+4
* Old code removed and renamed amount to balanceobscuren2014-07-301-27/+0
* Clean up and util methodsobscuren2014-07-261-9/+4
* Refactored to new state and vmobscuren2014-07-241-13/+14
* Fixed tx sha creationobscuren2014-07-211-5/+28
* merge upstreamzelig2014-07-011-1/+1
|\
| * Update min GasLimitMaran2014-07-011-1/+1
* | change all modified calls to ethtrie, ethutil and ethcrypto functionszelig2014-06-301-7/+9
|/
* 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