aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/transaction.go
Commit message (Expand)AuthorAgeFilesLines
* Added receipts for tx creationobscuren2014-05-021-0/+4
* 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
* 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
* 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
* 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