aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/transaction.go
Commit message (Expand)AuthorAgeFilesLines
* Contract creation address are empty againobscuren2014-09-081-2/+3
* Make sure all left padded zero's aren't includedobscuren2014-08-101-2/+3
* Vm logging on diffobscuren2014-07-151-4/+0
* Compare method for receiptsobscuren2014-07-151-0/+12
* Updated to generic padding functionobscuren2014-07-021-4/+3
* change all modified calls to ethtrie, ethutil and ethcrypto functionszelig2014-06-301-3/+4
* Make sure that public key always uses 64 bytesobscuren2014-06-231-10/+10
* Append zero's in R & Sobscuren2014-06-211-3/+7
* Method for checking contract addressesobscuren2014-06-191-1/+5
* Fixed issue where JUMPI would do an equally check with 1 instead of GTobscuren2014-06-181-1/+1
* Set contract addr for new transactionsobscuren2014-06-151-1/+1
* Refactoring state transitioningobscuren2014-06-131-6/+10
* Changed opcode numbers and added missing opcodesobscuren2014-06-121-1/+3
* Sort transactions based on the nonceobscuren2014-05-281-16/+12
* The body of contracts are now returned insteadobscuren2014-05-251-2/+10
* Canonical contract creationobscuren2014-05-231-7/+2
* Transaction queryingobscuren2014-05-221-3/+3
* Working on interopobscuren2014-05-221-18/+90
* ...obscuren2014-05-201-5/+0
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-05-201-0/+5
|\
| * Re-arranged transaction RLP encoding...Nick Savers2014-05-201-7/+7
* | Rearranged according to YPobscuren2014-05-201-7/+5
|/
* No longer store script directly in the state treeobscuren2014-05-201-1/+1
* 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