- 09 Jun, 2015 40 commits
- 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredeth, p2p: improve write timeouts and behaviour under load 
- 
Felix Lange authored
- 
Felix Lange authoredFixes #1206 
- 
Felix Lange authoredThe previous value of 5 seconds causes timeouts for legitimate messages if large messages are sent. 
- 
Felix Lange authoredThe protocol tests were commented out when eth/downloader was introduced. 
- 
Felix Lange authoredNodes that are out of sync will queue many transactions, which causes the initial transactions message to grow very large. Larger transactions messages can make communication impossible if the message is too big to send. Big transactions messages also exhaust egress bandwidth, which degrades other peer connections. The new approach to combat these issues is to send transactions in smaller batches. This commit introduces a new goroutine that handles delivery of all initial transaction transfers. Size-limited packs of transactions are sent to one peer at a time, conserving precious egress bandwidth. 
- 
Felix Lange authoredIf blocks get larger, sending 256 at once can make messages large enough to exceed the low-level write timeout. 
- 
Felix Lange authored
- 
Jeffrey Wilcke authoredjsre: patch up the pretty printer to have a decent look 
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredPrecompiled ec recover padding 
- 
Péter Szilágyi authored
- 
Gustav Simonsson authored
- 
Jeffrey Wilcke authoredFix various data races in eth and core 
- 
Gustav Simonsson authored
- 
Gustav Simonsson authored
- 
Gustav Simonsson authored
- 
Gustav Simonsson authored
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredFix RPC sign 
- 
obscuren authored
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredDifferentiate between 0 and unspecified gas/gasprice 
- 
Taylor Gerring authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Taylor Gerring authored
- 
Taylor Gerring authored
- 
Taylor Gerring authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredcore: skip genesis block for reprocess. Closes #1202 
- 
obscuren authored
- 
Péter Szilágyi authored
- 
obscuren authored
- 
Jeffrey Wilcke authoredeth: implement the NewBlockHashes protocol proposal 
- 
Jeffrey Wilcke authoredeth/downloader: gather and ban hashes from invalid chains 
 
-