- 06 Jul, 2015 2 commits
-
-
Jeffrey Wilcke authored
getTransactionReceipt RPC support
-
Jeffrey Wilcke authored
Fix core errors in apply txs
-
- 05 Jul, 2015 2 commits
-
-
Taylor Gerring authored
-
Taylor Gerring authored
-
- 04 Jul, 2015 16 commits
-
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
core, core/state: throw out intermediate state
-
Jeffrey Wilcke authored
Account management improvements
-
Gustav Simonsson authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
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
-
- 03 Jul, 2015 18 commits
-
-
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
-
zelig authored
* account.Update * KeyStore.Cleanup * fix dir rm for old format deleteKey
-
zelig authored
* chronological order of creation * new naming scheme keystore/UTC--<created_at UTC ISO8601>-<address hex> * KeyStore2 -> KeyStore * backward compatibility * refactor keyStore methods
-
- 02 Jul, 2015 2 commits