QuarkChain / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
5 stars 2 forks source link

Add sstorage p2p protocol -- part 2 #117

Closed ping-ke closed 1 year ago

ping-ke commented 1 year ago

merge from tm_w3q_sstor_p2p_p2 to tm_w3q_sstor_p2p, https://github.com/QuarkChain/go-ethereum/pull/104. doc about the sstorage p2p protocol, https://docs.google.com/document/d/1rfuGeCBU1Qj52gPOSyhefgb8hqLooTNPGiAeZbc85u4/edit; and the part 1 code is https://github.com/QuarkChain/go-ethereum/pull/100. Part 2 only contains the p2p sstorage protocol usage code.

eth/

eth/downloader/

eth/ethconfig/