- Jul 05, 2015
-
-
Jeffrey Wilcke authored
-
- Jul 04, 2015
-
-
Jeffrey Wilcke authored
core, core/state: throw out intermediate state
-
Jeffrey Wilcke authored
Account management improvements
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* Update => SyncIntermediate * Added SyncObjects SyncIntermediate only updates whatever has changed, but, as a side effect, requires much more disk space. SyncObjects will only sync whatever is required for a block and will not save intermediate state to disk. As drawback this requires more time when more txs come in.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core, eth, miner, xeth: receipt storage fix
-
Jeffrey Wilcke authored
* Added GetReceiptsFromBlock, GetReceipt, PutReceipts * Added ContractAddress to receipt. See #1042
-
- Jul 03, 2015
-
-
Jeffrey Wilcke authored
Update Ethereum JSON test files, skip failing tests
-
Jeffrey Wilcke authored
Upgrade web3 to version 0.7.1
-
Jeffrey Wilcke authored
Several bugfixes to IPC channel
-
Jeffrey Wilcke authored
miner: ignore future errors
-
Jeffrey Wilcke authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
core, miner: miner header validation, transaction & receipt writing
-
Jeffrey Wilcke authored
Prevent false from printing on console
-
Bas van Kervel authored
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
* Miners do now verify their own header, not their state. * Changed old putTx and putReceipts to be exported * Moved writing of transactions and receipts out of the block processer in to the chain manager. Closes #1386 * Miner post ChainHeadEvent & ChainEvent. Closes #1388
-
Jeffrey Wilcke authored
eth/downloader: fix a rare test race on the OSX CI
-
Bas van Kervel authored
-
Péter Szilágyi authored
-
Gustav Simonsson authored
-
Viktor Trón authored
* account.Update * KeyStore.Cleanup * fix dir rm for old format deleteKey
-
Viktor Trón authored
* chronological order of creation * new naming scheme keystore/UTC--<created_at UTC ISO8601>-<address hex> * KeyStore2 -> KeyStore * backward compatibility * refactor keyStore methods
-
- Jul 02, 2015
-
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
require explicit etherbase address for mining. Falling back to primary is risky given it is inconsistent if keys are imported/merged/created or copied/transfered
-
Viktor Trón authored
* multiple passwords allowed in password file * split on "\n", sideeffect: chop trailing slashes. fixes common mistake <(echo 'pass') * remove accounts.Primary method * do not fall back to primary account for mining
-
Viktor Trón authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Vitalik Buterin authored
-