Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -271/+0 |
| | |||||
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 1 | -10/+3 |
| | | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only | ||||
* | PoC 7 updates | obscuren | 2014-10-29 | 1 | -19/+33 |
| | | | | | | * Bloom * Block restructure * Receipts | ||||
* | Return erroneous txs (so we can remove them from the pool) | obscuren | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 1 | -0/+7 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -3/+3 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Renamed Sha3Bin to Sha3 | obscuren | 2014-10-08 | 1 | -4/+4 |
| | |||||
* | Fixed inconsistencies | obscuren | 2014-10-02 | 1 | -2/+9 |
| | |||||
* | Contract creation address are empty again | obscuren | 2014-09-08 | 1 | -2/+3 |
| | |||||
* | Make sure all left padded zero's aren't included | obscuren | 2014-08-10 | 1 | -2/+3 |
| | |||||
* | Vm logging on diff | obscuren | 2014-07-15 | 1 | -4/+0 |
| | |||||
* | Compare method for receipts | obscuren | 2014-07-15 | 1 | -0/+12 |
| | |||||
* | Updated to generic padding function | obscuren | 2014-07-02 | 1 | -4/+3 |
| | |||||
* | change all modified calls to ethtrie, ethutil and ethcrypto functions | zelig | 2014-06-30 | 1 | -3/+4 |
| | |||||
* | Make sure that public key always uses 64 bytes | obscuren | 2014-06-23 | 1 | -10/+10 |
| | |||||
* | Append zero's in R & S | obscuren | 2014-06-21 | 1 | -3/+7 |
| | |||||
* | Method for checking contract addresses | obscuren | 2014-06-19 | 1 | -1/+5 |
| | |||||
* | Fixed issue where JUMPI would do an equally check with 1 instead of GT | obscuren | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Set contract addr for new transactions | obscuren | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | Refactoring state transitioning | obscuren | 2014-06-13 | 1 | -6/+10 |
| | |||||
* | Changed opcode numbers and added missing opcodes | obscuren | 2014-06-12 | 1 | -1/+3 |
| | |||||
* | Sort transactions based on the nonce | obscuren | 2014-05-28 | 1 | -16/+12 |
| | | | | * Added a transaction sorter | ||||
* | The body of contracts are now returned instead | obscuren | 2014-05-25 | 1 | -2/+10 |
| | |||||
* | Canonical contract creation | obscuren | 2014-05-23 | 1 | -7/+2 |
| | |||||
* | Transaction querying | obscuren | 2014-05-22 | 1 | -3/+3 |
| | |||||
* | Working on interop | obscuren | 2014-05-22 | 1 | -18/+90 |
| | | | | | | * Receipts after each transaction * Fee structure * Applying fees to miners | ||||
* | ... | obscuren | 2014-05-20 | 1 | -5/+0 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-05-20 | 1 | -0/+5 |
|\ | | | | | | | | | Conflicts: ethchain/transaction.go | ||||
| * | Re-arranged transaction RLP encoding... | Nick Savers | 2014-05-20 | 1 | -7/+7 |
| | | | | | | | | According to latest Yellow Paper specs and conform other clients https://github.com/ethereum/latexpaper/commit/4794642e51ac1884e5e1af8a18ebc83aca115d64 | ||||
* | | Rearranged according to YP | obscuren | 2014-05-20 | 1 | -7/+5 |
|/ | |||||
* | No longer store script directly in the state tree | obscuren | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Added receipts for tx creation | obscuren | 2014-05-02 | 1 | -0/+4 |
| | |||||
* | Fixed minor issue with gas and added state object init | obscuren | 2014-04-23 | 1 | -7/+7 |
| | |||||
* | Added proper gas handling | obscuren | 2014-04-18 | 1 | -6/+6 |
| | |||||
* | Merged accounts and contracts in to StateObject | obscuren | 2014-04-16 | 1 | -2/+2 |
| | | | | | | | * Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject | ||||
* | Changed how txs define their data & added init field | obscuren | 2014-04-10 | 1 | -41/+25 |
| | |||||
* | Fixed some state issues | obscuren | 2014-03-31 | 1 | -1/+2 |
| | |||||
* | 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 |