- May 06, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Jeffrey Wilcke authored
p2p/discover: sha3-based node distance
-
Jeffrey Wilcke authored
core: transaction pool fixes & resending transactions
-
Jeffrey Wilcke authored
Ethash reloaded
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
jsre: support for setTimeout, sendAsync
-
Felix Lange authored
The previous metric was pubkey1^pubkey2, as specified in the Kademlia paper. We missed that EC public keys are not uniformly distributed. Using the hash of the public keys addresses that. It also makes it a bit harder to generate node IDs that are close to a particular node.
-
Zsolt Felföldi authored
added and eval queue for serializing JSRE vm execution
-
- May 05, 2015
-
-
Jeffrey Wilcke authored
cmd/geth: colorize console output in windows
-
Péter Szilágyi authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
- May 04, 2015
-
-
Jeffrey Wilcke authored
eth, eth/downloader: error handlers and td checks
-
- May 03, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
If a peer fails to respond (disconnect, etc) during hash downloading switch to a different peer which has it's current_hash in the queue's peer set.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- May 01, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
The downloader is no longer responsible for processing blocks. The eth-protocol handler now takes care of this instead. Added graceful shutdown during block processing. Closes #846
-
- Apr 30, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
This commit changes the discovery protocol to use the new "v4" endpoint format, which allows for separate UDP and TCP ports and makes it possible to discover the UDP address after NAT.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-