- Apr 26, 2015
-
-
Jeffrey Wilcke authored
* 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
-
- Apr 23, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Apr 22, 2015
-
-
Felix Lange authored
64bit atomic operations are not available on all 32bit platforms.
-
- Apr 21, 2015
-
-
Jeffrey Wilcke authored
When worker encounters a gas limit error, subsequent txs should be ignored from that particular account. This will prevent: 1. Nonce errors been thrown all around 2. The "Known tx" error. Closes #719 3. Repeated contract address. Closes #731
-
- Apr 19, 2015
-
-
Jeffrey Wilcke authored
-
Vitalik Buterin authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Apr 18, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Apr 17, 2015
-
-
Fabian Vogelsteller authored
-
- Apr 15, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Apr 13, 2015
-
-
Jeffrey Wilcke authored
Processing transactions should continue when a transaction throws a gas limit reached error. Other transactions may actually succeed.
-
- Apr 08, 2015
-
-
Jeffrey Wilcke authored
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
-
Jeffrey Wilcke authored
Logs are now recorded per transactions instead of tossing them out after each transaction. This should also fix an issue with `eth_getFilterLogs` (#629) Also now implemented are the `transactionHash, blockHash, transactionIndex, logIndex` on logs. Closes #654.
-
- Apr 07, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Apr 05, 2015
-
-
Jeffrey Wilcke authored
* miner control moved to `admin.miner` * miner option to set extra data * block extra now bytes
-
Jeffrey Wilcke authored
-
- Apr 04, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Apr 02, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Apr 01, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
The uncle rewards were changed in the block processor. This change will reflect those changes in the miner as well.
-
- Mar 26, 2015
-
-
Jeffrey Wilcke authored
* Miners could stall because the worker wasn't aware the miner was done
-
Jeffrey Wilcke authored
-
- Mar 25, 2015
-
-
Jeffrey Wilcke authored
* In case of uncle mining (e.g. same TS) the miner would stop if all threads happened to mine a potential uncle
-
- Mar 24, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* Instead of delivering `Work` to the `Worker`, push a complete Block to the `Worker` so that each agent can work on their own block.
-
- Mar 23, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Taylor Gerring authored
-
- Mar 22, 2015
-
-
Jeffrey Wilcke authored
* WIP missing arguments for submitting new work * GetWork **done**
-