- 15 May, 2015 1 commit
-
-
Jeffrey Wilcke authored
Omit replies for RPC notification requests
-
- 14 May, 2015 37 commits
-
-
Taylor Gerring authored
-
Taylor Gerring authored
When Id is missing, the client does not want a response
-
Jeffrey Wilcke authored
core: changed log message for forks. closes #952
-
Jeffrey Wilcke authored
Format contract code as hexdata
-
Jeffrey Wilcke authored
Check for error on DB fetch of tx
-
Jeffrey Wilcke authored
cmd/geth: use plain keystore for JS tests
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Felix Lange authored
This reduces the time it takes to run the tests back to 3 seconds.
-
obscuren authored
-
Jeffrey Wilcke authored
eth, eth/downloader: handle a potential unknown parent attack
-
Jeffrey Wilcke authored
p2p: tweak connection limits
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
This should increase the speed a bit because all findnode results (up to 16) can be verified at the same time.
-
Felix Lange authored
The returned reason is currently not used except for the log message. This change makes the log messages a bit more useful. The handshake code also returns the remote reason.
-
Jeffrey Wilcke authored
Introduced default unlock duration when an account is unlocked from t…
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Bas van Kervel authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
p2p/nat: fix UPnP auto discovery
-
Jeffrey Wilcke authored
Make read of ethash hashrate atomic and update ethash godep
-
Jeffrey Wilcke authored
eth/downloader: fix deliveries to check for sync cancels
-
Jeffrey Wilcke authored
removed invalid filename characters
-
Felix Lange authored
Some of the dependencies use package log. This change ensures that the log output looks uniform and respects glog flags.
-
Felix Lange authored
People stil get confused about the messages. This commit changes the levels so that the only thing printed at the default level (info) is a successful mapping.
-
Jeffrey Wilcke authored
Created separate family and ancestors environment objects
-
Felix Lange authored
-
Felix Lange authored
The test listens for multicast UDP packets on the default interface because I couldn't get it to work reliably on loopback without massive changes to goupnp. This means that the test might fail when there is a UPnP-enabled router attached on that interface. I checked that locally by looping the test and it passes reliably because the local SSDP server always responds faster.
-
Vitalik Buterin authored
-
Gustav Simonsson authored
-
Felix Lange authored
Concurrent calls to Interface methods on autodisc could return a "not discovered" error if the discovery did not finish before the call. autodisc.wait expected the done channel to carry the found Interface but it was closed instead. The fix is to use sync.Once for now, which is easier to get right. And there is a test. Finally. This will have to change again when we introduce re-discovery.
-
Felix Lange authored
On the test network, we've seen that it becomes harder to connect if the queues are so short.
-
Vitalik Buterin authored
-
Vitalik Buterin authored
-
- 13 May, 2015 2 commits
-
-
Felix Lange authored
p2p/discover: fix out-of-bounds slicing for chunked neighbors packets
-
Felix Lange authored
The code assumed that Table.closest always returns at least 13 nodes. This is not true for small tables (e.g. during bootstrap).
-