- Nov 19, 2015
-
-
Felix Lange authored
-
- Oct 28, 2015
-
-
Péter Szilágyi authored
-
- Oct 21, 2015
-
-
Péter Szilágyi authored
-
- Oct 19, 2015
-
-
Péter Szilágyi authored
-
- Oct 03, 2015
-
-
Jeffrey Wilcke authored
* Renamed ChainManager to BlockChain * Checkpointing is no longer required and never really properly worked when the state was corrupted.
-
- Jul 29, 2015
-
-
Péter Szilágyi authored
-
- Jul 23, 2015
-
-
Felix Lange authored
I forgot to update one instance of "go-ethereum" in commit 3f047be5.
-
- Jul 22, 2015
-
-
Felix Lange authored
All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
-
- Jul 07, 2015
-
-
Felix Lange authored
-
- Jun 30, 2015
-
-
Péter Szilágyi authored
-
- Jun 18, 2015
-
-
Péter Szilágyi authored
-
- Jun 17, 2015
-
-
Péter Szilágyi authored
-
- Jun 15, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jun 10, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jun 09, 2015
-
-
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.
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jun 08, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jun 05, 2015
-
-
Péter Szilágyi authored
-
- May 28, 2015
-
-
Péter Szilágyi authored
-
- May 26, 2015
-
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
-
- May 23, 2015
-
-
Jason Carver authored
to total difficulty
-
- May 18, 2015
-
-
Péter Szilágyi authored
-
- May 15, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- May 14, 2015
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- May 11, 2015
-
-
Jeffrey Wilcke authored
-
- May 09, 2015
-
-
Jeffrey Wilcke authored
Added a cancel method to the downloader which gracefully shuts down any active syncing process (hash fetching or block downloading) and resets the queue and remove any pending blocks. Issue with the downloader which would stall because of an active ongoing process when an invalid block was found.
-
- May 08, 2015
-
-
Péter Szilágyi authored
-