Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: tm 0.34 changes #12221

Merged
merged 29 commits into from
Jul 5, 2022
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
0.34 changes
  • Loading branch information
tac0turtle committed Jun 28, 2022
commit b7470da9db3a6372c8bc74ae617f939cecb52930
4 changes: 3 additions & 1 deletion proto/tendermint/p2p/types.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
option go_package = "github.com/tendermint/tendermint/proto/tendermint/p2p";
syntax = "proto3";
package tendermint.p2p;
option go_package = "github.com/tendermint/tendermint/proto/tendermint/p2p";

import "gogoproto/gogo.proto";

Expand Down