- Jun 10, 2015
-
-
Jeffrey Wilcke authored
This also reduces the time required spend in the VM
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Jun 09, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
core: fix a lock annoyance and potential deadlock
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
eth, p2p: improve write timeouts and behaviour under load
-
Felix Lange authored
-
Felix Lange authored
Fixes #1206
-
Felix Lange authored
The previous value of 5 seconds causes timeouts for legitimate messages if large messages are sent.
-
Felix Lange authored
The protocol tests were commented out when eth/downloader was introduced.
-
Felix Lange authored
Nodes 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 authored
If blocks get larger, sending 256 at once can make messages large enough to exceed the low-level write timeout.
-
Felix Lange authored
-
Jeffrey Wilcke authored
jsre: patch up the pretty printer to have a decent look
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
Precompiled ec recover padding
-
Péter Szilágyi authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
Fix 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 authored
Fix RPC sign
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
Differentiate 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
-