- Jul 06, 2015
-
-
Jeffrey Wilcke authored
core, miner: adopted new style errors
-
Jeffrey Wilcke authored
Removed VM errors from the consensus errors. They now used for output only.
-
Jeffrey Wilcke authored
core, miner, tests: added test, implemented bad block reporting
-
Jeffrey Wilcke authored
core/types, xeth: separate tx hash and tx signature hash
-
Jeffrey Wilcke authored
getTransactionReceipt RPC support
-
Jeffrey Wilcke authored
Fix core errors in apply txs
-
Felix Lange authored
-
- Jul 05, 2015
-
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
-
- Jul 04, 2015
-
-
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
-
- 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
-