aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/transaction.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed minor issue with gas and added state object initobscuren2014-04-231-7/+7
|
* Added proper gas handlingobscuren2014-04-181-6/+6
|
* Merged accounts and contracts in to StateObjectobscuren2014-04-161-2/+2
| | | | | | | * Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject
* Changed how txs define their data & added init fieldobscuren2014-04-101-41/+25
|
* Fixed some state issuesobscuren2014-03-311-1/+2
|
* Fixed IsContract method to use the contractCreation flagobscuren2014-03-281-2/+1
|
* Removed debug and commentsobscuren2014-03-281-19/+0
|
* Updated transaction modelobscuren2014-03-281-30/+12
| | | | | | | Changed the behaviour of decoding rlp data. Something is considered to be creating a contract if the 4th item is a list. Changed constructors.
* Reworked transaction constructorsobscuren2014-03-271-13/+53
|
* New tx methods and added new vm to state managerobscuren2014-03-211-6/+15
|
* Removed caller from tx and added "callership" to account.obscuren2014-03-211-9/+0
| | | | | | Transactions can no longer serve as callers. Accounts are now the initial callee of closures. Transactions now serve as transport to call closures.
* Comply to Callee interfaceobscuren2014-03-211-0/+9
|
* Depricationobscuren2014-02-251-0/+5
|
* Removed compiling from the transactionobscuren2014-02-241-6/+1
|
* Removed old instruction codeobscuren2014-02-211-5/+2
|
* Running contracts fixedobscuren2014-02-191-1/+4
|
* The great mergeobscuren2014-02-151-0/+157