Skip to content

Commit

Permalink
pex: remove legacy proto messages (#7147)
Browse files Browse the repository at this point in the history
This PR implements the proto changes made in tendermint/spec#352, removing the legacy messages that were used in the pex reactor.
  • Loading branch information
cmwaters committed Oct 22, 2021
1 parent 88bdd32 commit 68ca65f
Show file tree
Hide file tree
Showing 28 changed files with 674 additions and 1,204 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ test/fuzz/**/corpus
test/fuzz/**/crashers
test/fuzz/**/suppressions
test/fuzz/**/*.zip
proto/tendermint/blocksync/types.proto
proto/tendermint/consensus/types.proto
proto/tendermint/mempool/*.proto
proto/tendermint/p2p/*.proto
proto/tendermint/statesync/*.proto
proto/tendermint/types/*.proto
proto/tendermint/version/*.proto

0 comments on commit 68ca65f

Please sign in to comment.