Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed IsContract method to use the contractCreation flag | obscuren | 2014-03-28 | 1 | -2/+1 |
| | |||||
* | Removed debug and comments | obscuren | 2014-03-28 | 1 | -19/+0 |
| | |||||
* | Updated transaction model | obscuren | 2014-03-28 | 1 | -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 constructors | obscuren | 2014-03-27 | 1 | -13/+53 |
| | |||||
* | New tx methods and added new vm to state manager | obscuren | 2014-03-21 | 1 | -6/+15 |
| | |||||
* | Removed caller from tx and added "callership" to account. | obscuren | 2014-03-21 | 1 | -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 interface | obscuren | 2014-03-21 | 1 | -0/+9 |
| | |||||
* | Deprication | obscuren | 2014-02-25 | 1 | -0/+5 |
| | |||||
* | Removed compiling from the transaction | obscuren | 2014-02-24 | 1 | -6/+1 |
| | |||||
* | Removed old instruction code | obscuren | 2014-02-21 | 1 | -5/+2 |
| | |||||
* | Running contracts fixed | obscuren | 2014-02-19 | 1 | -1/+4 |
| | |||||
* | The great merge | obscuren | 2014-02-15 | 1 | -0/+157 |