- May 27, 2015
-
-
Jason Carver authored
if you track stale blocks, then you quickly overflow your ring buffer in the local network case where you're mining every block and generating a lot of stales.
-
- May 23, 2015
-
-
Jason Carver authored
-
Jason Carver authored
-
- May 22, 2015
-
-
Jason Carver authored
This helps determine which blocks are unlikely to end up as uncles * Store the 5 most recent locally mined block numbers * On every imported block, check if the 5-deep block num is in that store * Also confirm that the block is signed with miner's coinbase Why not just check the coinbase? This log is useful if you're running multiple miners and want to know if *this* miner is performing well.
-
Jeffrey Wilcke authored
core/vm, rpc: added disasm to `ext_` RPC
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core: added RPC sign back in
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Add StateTests/RandomTests and VMTests/RandomTests
-
Jeffrey Wilcke authored
make registrar available in console
-
Bas van Kervel authored
-
- May 21, 2015
-
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
automatic DAG pregeneration for smooth epoch transitions
-
Jeffrey Wilcke authored
Fix two additional download vulnerabilities
-
Péter Szilágyi authored
-
Viktor Trón authored
- backend: AutoDAG bool flag passed from cli/eth.Config to ethereum, autoDAG loop started if true - backend: autoDAG loop start/stop, remove previous DAG - cli: AutoDAG bool flag, off by default, but automatically ON if mining - admin jsre: add startAutoDAG stopAutoDAG and makeDAG in miner section - switch on/off DAG autogeneration when miner started/stopped on console
-
Jeffrey Wilcke authored
prefix dapp key/value entries in extradb
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
Tests updates
-
Jeffrey Wilcke authored
Cleanup
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- May 20, 2015
-
-
Jeffrey Wilcke authored
core/vm: optimisation on RETURN and updated tests
-
Jeffrey Wilcke authored
Storing tx receipts in extraDb
-
Jeffrey Wilcke authored
CLI, JSRE admin and Solc improvements
-
Jeffrey Wilcke authored
eth/downloader: fix test to it doesn't time out on a slow machine
-
Jeffrey Wilcke authored
eth: fix odd method names in peer set
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Zsolt Felföldi authored
-
Viktor Trón authored
-