Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: settable genesis nonce | obscuren | 2015-06-09 | 1 | -1/+1 |
| | | | | | | | You can set the nonce of the block with `--genesisnonce`. When the genesis nonce changes and it doesn't match with the first block in your database it will fail. A new `datadir` must be given if the nonce of the genesis block changes. | ||||
* | core: don't remove transactions after block processing | Felix Lange | 2015-06-04 | 1 | -2/+1 |
| | | | | | The transaction pool drops processed transactions on its own during pool maintenance. | ||||
* | 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 |
| | | | | | | * Changed CalcGasLimit to no longer need current block * Added a gas * price + value on tx validation * Transactions in the pool are now re-validated once every X | ||||
* | xeth, core, cmd/utils: Transaction can not be over block gas limit | obscuren | 2015-04-24 | 1 | -1/+1 |
| | | | | Transactions will be invalidated when the tx.gas_limit > block.gas_limit | ||||
* | 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 |
| | | | | | | | | | | The transaction pool will now some easily be able to pre determine the validity of a transaction by checking the following: * Account existst * gas limit higher than the instrinsic gas * enough funds to pay upfront costs * nonce check | ||||
* | Block header changed & console miner control | obscuren | 2015-04-06 | 1 | -1/+1 |
| | | | | | | * miner control moved to `admin.miner` * miner option to set extra data * block extra now bytes | ||||
* | Improved chain manager, improved block processor, fixed tests | obscuren | 2015-04-04 | 1 | -0/+1 |
| | | | | | | * ChainManager allows cached future blocks for later processing * BlockProcessor allows a 4 second window on future blocks * Fixed tests | ||||
* | 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 |
| | | | | * Add transaction to extra database after a successful block process | ||||
* | 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 |