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 authored and evan-forbes committed Feb 2, 2022
1 parent f680f9a commit d97f6db
Show file tree
Hide file tree
Showing 27 changed files with 658 additions and 1,200 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 d97f6db

Please sign in to comment.