aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain
Commit message (Collapse)AuthorAgeFilesLines
* Changed MakeContract on blockobscuren2014-02-241-16/+2
| | | | | MakeContract in Block is now using the MakeContract defined in contract.go
* Proper testsobscuren2014-02-242-406/+24
|
* Removed debug printobscuren2014-02-241-2/+1
|
* Removed compiling from the transactionobscuren2014-02-241-6/+1
|
* Added compileobscuren2014-02-241-1/+2
|
* Added opcodesobscuren2014-02-241-52/+51
|
* Added make contractobscuren2014-02-241-0/+28
|
* Separated the VM from the block manager and added statesobscuren2014-02-243-0/+599
|
* Moved addressobscuren2014-02-231-31/+0
|
* 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
|\ | | | | | | | | Conflicts: ethutil/config.go
| * 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