| Commit message (Expand) | Author | Age | Files | Lines |
* | core, eth, trie, xeth: merged state, chain, extra databases in one | Jeffrey Wilcke | 2015-08-08 | 1 | -3/+3 |
* | core, miner: added difficulty bomb | Jeffrey Wilcke | 2015-08-05 | 1 | -1/+1 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | cmd, core, eth, common: genesis preparation | Jeffrey Wilcke | 2015-07-10 | 1 | -1/+3 |
* | Use uint64 on ts in chain_manager, block_processor | Gustav Simonsson | 2015-07-08 | 1 | -1/+1 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | core, miner, tests: renamed state methods | Jeffrey Wilcke | 2015-07-04 | 1 | -2/+2 |
* | core, miner: miner header validation, transaction & receipt writing | Jeffrey Wilcke | 2015-07-03 | 1 | -1/+1 |
* | Use uint64 for block header timestamp | Gustav Simonsson | 2015-06-30 | 1 | -1/+1 |
* | core: add GenerateChain, GenesisBlockForTesting | Felix Lange | 2015-06-30 | 1 | -74/+127 |
* | core/types: make blocks immutable | Felix Lange | 2015-06-30 | 1 | -35/+23 |
* | core, miner, xeth: renamed gas methods | obscuren | 2015-06-21 | 1 | -1/+1 |
* | core: settable genesis nonce | obscuren | 2015-06-09 | 1 | -1/+1 |
* | core: don't remove transactions after block processing | Felix Lange | 2015-06-04 | 1 | -2/+1 |
* | core: fixed tests | obscuren | 2015-05-19 | 1 | -1/+1 |
* | core: fixed mining strategy | obscuren | 2015-05-15 | 1 | -1/+1 |
* | Integrate new ethash API and change geth makedag cmd | Gustav Simonsson | 2015-05-05 | 1 | -2/+2 |
* | core: return the index of the block that failed when inserting a chain | obscuren | 2015-04-29 | 1 | -1/+1 |
* | core, miner: added value check on tx validation | obscuren | 2015-04-26 | 1 | -2/+2 |
* | xeth, core, cmd/utils: Transaction can not be over block gas limit | obscuren | 2015-04-24 | 1 | -1/+1 |
* | core: fixed test | obscuren | 2015-04-23 | 1 | -1/+3 |
* | core: moved TD calculation from proc to chain | obscuren | 2015-04-20 | 1 | -2/+2 |
* | Improved transaction pool | obscuren | 2015-04-09 | 1 | -6/+7 |
* | Block header changed & console miner control | obscuren | 2015-04-06 | 1 | -1/+1 |
* | Improved chain manager, improved block processor, fixed tests | obscuren | 2015-04-04 | 1 | -0/+1 |
* | Removed old (unused) argument | obscuren | 2015-04-02 | 1 | -2/+2 |
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -1/+1 |
* | merge | obscuren | 2015-03-19 | 1 | -1/+1 |
|\ |
|
| * | fixed chain event. Closes #529 | obscuren | 2015-03-19 | 1 | -2/+2 |
* | | converted chain manager | obscuren | 2015-03-17 | 1 | -5/+5 |
|/ |
|
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -15/+15 |
* | Add additional extra database for non-protocol related data | obscuren | 2015-03-12 | 1 | -1/+1 |
* | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 1 | -1/+1 |
* | uncle validation | obscuren | 2015-03-04 | 1 | -1/+1 |
* | Changed nonce to a uint64 | obscuren | 2015-03-04 | 1 | -3/+3 |
* | fixed pow stuff | obscuren | 2015-03-04 | 1 | -3/+3 |
* | Introducing ethash | Matthew Wampler-Doty | 2015-03-03 | 1 | -18/+29 |
* | public functions for making chains on the fly | Ethan Buchman | 2015-02-28 | 1 | -0/+131 |