pex: remove legacy proto messages (#7147)

This PR implements the proto changes made in https://github.com/tendermint/spec/pull/352, removing the legacy messages that were used in the pex reactor.
This commit is contained in:
Callum Waters
2021-10-22 14:07:46 +02:00
committed by GitHub
parent 88bdd328ed
commit 68ca65f5d7
28 changed files with 669 additions and 1199 deletions

View File

@@ -132,7 +132,7 @@ func TestNodeSetAppVersion(t *testing.T) {
n := getTestNode(t, cfg, log.TestingLogger())
// default config uses the kvstore app
var appVersion uint64 = kvstore.ProtocolVersion
appVersion := kvstore.ProtocolVersion
// check version is set in state
state, err := n.stateStore.Load()