aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/transaction.go
Commit message (Collapse)AuthorAgeFilesLines
* 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