aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain
Commit message (Expand)AuthorAgeFilesLines
* Added a secondary processorobscuren2014-02-231-3/+9
* Added address states for storing a session based addressobscuren2014-02-233-7/+97
* Updated some of the log statements to use the ethutil loggerobscuren2014-02-221-2/+0
* Get a chain of blocks made simpleobscuren2014-02-211-0/+23
* Fixed contract runningobscuren2014-02-212-9/+10
* Removed old instruction codeobscuren2014-02-211-5/+2
* re: Added contract feesobscuren2014-02-211-12/+18
* Updated feesobscuren2014-02-211-1/+1
* Added contract addr acessorsobscuren2014-02-211-0/+8
* Added peek(n)obscuren2014-02-211-0/+16
* Debug logging functionsobscuren2014-02-191-1/+2
* Changed fee structureobscuren2014-02-191-9/+13
* Added fees and debuggingobscuren2014-02-191-12/+42
* Corrected contract addressesobscuren2014-02-191-1/+1
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-02-191-2/+2
|\
| * s/GenisisHeader/GenesisHeader/Sam Boyer2014-02-181-2/+2
* | Running contracts fixedobscuren2014-02-196-91/+101
|/
* Added new addressobscuren2014-02-181-1/+1
* Fixed block handlingobscuren2014-02-182-20/+29
* String changed and removed some debugging codeobscuren2014-02-181-8/+2
* If sender is receiver only subtract the feeobscuren2014-02-181-7/+15
* Changed uncle block fee as to what it should beobscuren2014-02-181-1/+7
* Defer undo on the current block's stateobscuren2014-02-171-0/+5
* Removed debug messageobscuren2014-02-151-2/+0
* Removed RlpValue in favour of Valueobscuren2014-02-154-16/+16
* The great mergeobscuren2014-02-1515-0/+2287