- 17 Jun, 2015 3 commits
 - 15 Jun, 2015 34 commits
 - 
- 
obscuren authored
 - 
obscuren authored
 - 
obscuren authored
 - 
Jeffrey Wilcke authored
core: drop low gas tx
 - 
Jeffrey Wilcke authored
eth: add GasPriceOracle
 - 
Jeffrey Wilcke authored
p2p: prevent writes at shutdown time
 - 
obscuren authored
 - 
zsfelfoldi authored
 - 
obscuren authored
Moved the queue to check to the checkQueue method so no undeeded loops need to be initiated or sorting needs to happen twice.
 - 
Jeffrey Wilcke authored
eth, eth/downloader: separate concerns, clean up test suite
 - 
zsfelfoldi authored
 - 
zsfelfoldi authored
 - 
zsfelfoldi authored
 - 
zsfelfoldi authored
 - 
zsfelfoldi authored
 - 
zsfelfoldi authored
 - 
zsfelfoldi authored
 - 
zsfelfoldi authored
 - 
Felix Lange authored
 - 
Felix Lange authored
As of this commit, we no longer rely on the protocol handler to report write errors in a timely fashion. When a write fails, shutdown is initiated immediately and no new writes can start. This will also prevent new writes from starting after Server.Stop has been called.
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
obscuren authored
Transactions in the queue are now capped to a maximum of 200 transactions. This number is completely arbitrary.
 - 
Péter Szilágyi authored
 - 
obscuren authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 
 - 
 - 12 Jun, 2015 3 commits
 - 
- 
Jeffrey Wilcke authored
eth, core: interrupt the chain processing on stop
 - 
obscuren authored
Removed chain manager's select/channel approach when checking for interrupts. Now using an atomic int32 instead which checked for every block processed.
 - 
Jeffrey Wilcke authored
core/vm: fixed strange output for trace logging & error reporting
 
 -