Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -419/+0 |
| | |||||
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 1 | -28/+14 |
| | | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only | ||||
* | Removed events from the state manager | obscuren | 2014-10-29 | 1 | -23/+11 |
| | |||||
* | PoC 7 updates | obscuren | 2014-10-29 | 1 | -69/+75 |
| | | | | | | * Bloom * Block restructure * Receipts | ||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -4/+4 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Empty string for uncle | obscuren | 2014-10-21 | 1 | -4/+4 |
| | |||||
* | PoC7 Net | obscuren | 2014-10-21 | 1 | -2/+4 |
| | |||||
* | Max callstack | obscuren | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Added some methods to comply to the PoW block interface | obscuren | 2014-10-11 | 1 | -0/+8 |
| | |||||
* | Renamed Sha3Bin to Sha3 | obscuren | 2014-10-08 | 1 | -4/+4 |
| | |||||
* | Added TD for each block | obscuren | 2014-09-24 | 1 | -1/+3 |
| | |||||
* | Improved catching up and refactored | obscuren | 2014-09-15 | 1 | -4/+29 |
| | |||||
* | Updated GHOST | obscuren | 2014-09-15 | 1 | -1/+12 |
| | |||||
* | Block size | obscuren | 2014-08-25 | 1 | -1/+6 |
| | |||||
* | Updated chain for filtering | obscuren | 2014-08-11 | 1 | -13/+0 |
| | |||||
* | Fixed gas limit calculation | obscuren | 2014-08-10 | 1 | -2/+4 |
| | |||||
* | ethstate.NewState => ethstate.New | obscuren | 2014-08-04 | 1 | -3/+3 |
| | |||||
* | ethtrie.NewTrie => ethtrie.New | obscuren | 2014-08-04 | 1 | -20/+4 |
| | |||||
* | Old code removed and renamed amount to balance | obscuren | 2014-07-30 | 1 | -27/+0 |
| | |||||
* | Clean up and util methods | obscuren | 2014-07-26 | 1 | -9/+4 |
| | |||||
* | Refactored to new state and vm | obscuren | 2014-07-24 | 1 | -13/+14 |
| | |||||
* | Fixed tx sha creation | obscuren | 2014-07-21 | 1 | -5/+28 |
| | |||||
* | merge upstream | zelig | 2014-07-01 | 1 | -1/+1 |
|\ | |||||
| * | Update min GasLimit | Maran | 2014-07-01 | 1 | -1/+1 |
| | | |||||
* | | change all modified calls to ethtrie, ethutil and ethcrypto functions | zelig | 2014-06-30 | 1 | -7/+9 |
|/ | |||||
* | Fix compare | Maran | 2014-06-11 | 1 | -1/+2 |
| | |||||
* | Implement CalcGasPrice for ethereum/go-ethereum#77 | Maran | 2014-06-10 | 1 | -0/+29 |
| | |||||
* | Transaction querying | obscuren | 2014-05-22 | 1 | -0/+11 |
| | |||||
* | Working on interop | obscuren | 2014-05-22 | 1 | -30/+44 |
| | | | | | | * Receipts after each transaction * Fee structure * Applying fees to miners | ||||
* | Removed old contract creation code | obscuren | 2014-05-22 | 1 | -26/+11 |
| | |||||
* | Fixed casting issue | obscuren | 2014-05-21 | 1 | -1/+9 |
| | |||||
* | Fixed crash | obscuren | 2014-05-21 | 1 | -1/+4 |
| | |||||
* | Changed transaction hash for poc 5 | obscuren | 2014-05-20 | 1 | -36/+40 |
| | |||||
* | Fixed genesis and block data | obscuren | 2014-05-20 | 1 | -7/+62 |
| | |||||
* | No longer store script directly in the state tree | obscuren | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Fixed state problem | obscuren | 2014-04-29 | 1 | -4/+1 |
| | |||||
* | Removed debug & unused functions | obscuren | 2014-04-24 | 1 | -25/+0 |
| | |||||
* | Copy over bytes from previous root | obscuren | 2014-04-23 | 1 | -1/+4 |
| | | | | | Copy over instead of directly using the previous root. This is order to avoid resetting problems | ||||
* | Merged accounts and contracts in to StateObject | obscuren | 2014-04-16 | 1 | -3/+4 |
| | | | | | | | * Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject | ||||
* | Merge branch 'master' into miner | Maran | 2014-03-24 | 1 | -1/+1 |
|\ | |||||
| * | Removed caller from tx and added "callership" to account. | obscuren | 2014-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Transactions can no longer serve as callers. Accounts are now the initial callee of closures. Transactions now serve as transport to call closures. | ||||
* | | More mining rework | Maran | 2014-03-20 | 1 | -0/+3 |
|/ | |||||
* | Renamed Address to Account | obscuren | 2014-03-03 | 1 | -1/+1 |
| | |||||
* | Trie's are no longer referenced directly but through State instead | obscuren | 2014-03-03 | 1 | -63/+2 |
| | |||||
* | Updated block to use state instead of trie directly | obscuren | 2014-03-03 | 1 | -27/+34 |
| | |||||
* | Length checking when fetching contract. Contract always have 3 fields | obscuren | 2014-02-25 | 1 | -0/+5 |
| | |||||
* | Fixed a minor issue on crashed contracts | obscuren | 2014-02-24 | 1 | -2/+3 |
| | |||||
* | Changed MakeContract on block | obscuren | 2014-02-24 | 1 | -16/+2 |
| | | | | | MakeContract in Block is now using the MakeContract defined in contract.go | ||||
* | Corrected contract addresses | obscuren | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Running contracts fixed | obscuren | 2014-02-19 | 1 | -9/+44 |
| | |||||
* | String changed and removed some debugging code | obscuren | 2014-02-18 | 1 | -8/+2 |
| | |||||
* | Removed RlpValue in favour of Value | obscuren | 2014-02-15 | 1 | -4/+4 |
| | |||||
* | The great merge | obscuren | 2014-02-15 | 1 | -0/+363 |