- May 11, 2015
-
-
Daniel A. Nagy authored
-
Daniel A. Nagy authored
-
Daniel A. Nagy authored
Conflicts: rpc/jeth.go
-
Jeffrey Wilcke authored
core, eth, miner: improved tx removal & fatal error on db sync err
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* core: Added GasPriceChange event * eth: When one of the DB flush methods error a fatal error log message is given. Hopefully this will prevent corrupted databases from occuring. * miner: remove transactions with low gas price. Closes #906, #903
-
Jeffrey Wilcke authored
rpc, xeth: fix #881, gracefully handle offline whisper
-
Péter Szilágyi authored
-
- May 10, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
ethdb: set open file limit to 128 for all leveldbs
-
- May 09, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
eth: added a cancel method for the downloader
-
Jeffrey Wilcke authored
Added a cancel method to the downloader which gracefully shuts down any active syncing process (hash fetching or block downloading) and resets the queue and remove any pending blocks. Issue with the downloader which would stall because of an active ongoing process when an invalid block was found.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
miner, flags: Configurable gas price & log flag change
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* --gasprice "<num>" flag * admin.miner.setGasPrice( <num> )
-
Jeffrey Wilcke authored
-
- May 08, 2015
-
-
Daniel A. Nagy authored
-
Daniel A. Nagy authored
-
Daniel A. Nagy authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
eth/downloader: prioritize block fetch based on chain position, cap memo...
-
Jeffrey Wilcke authored
p2p: more last-minute fixes
-
Péter Szilágyi authored
-
Daniel A. Nagy authored
-
Daniel A. Nagy authored
-
Felix Lange authored
-
Felix Lange authored
This should improve ethereum block propagation times since we're not not broadcasting blocks to 100% of peers.
-
Felix Lange authored
-
Felix Lange authored
With the introduction of static/trusted nodes, the peer count can go above MaxPeers. Update the capacity check to handle this. While here, decouple the trusted nodes check from the handshake by passing a function instead.
-
Jeffrey Wilcke authored
p2p: throttled handshakes
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
Otto.ToValue concurrency error fixed
-