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 #104

Closed ping-ke closed 1 year ago

ping-ke commented 1 year ago

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.