Skip to content

refactor: migrate to cosmos/gogoproto (backport #9356)#9377

Closed
mergify[bot] wants to merge 1 commit intov0.37.xfrom
mergify/bp/v0.37.x/pr-9356
Closed

refactor: migrate to cosmos/gogoproto (backport #9356)#9377
mergify[bot] wants to merge 1 commit intov0.37.xfrom
mergify/bp/v0.37.x/pr-9356

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Sep 6, 2022

This is an automatic backport of pull request #9356 done by Mergify.
Cherry-pick of 101bf50 has failed:

On branch mergify/bp/v0.37.x/pr-9356
Your branch is up to date with 'origin/v0.37.x'.

You are currently cherry-picking commit 101bf50e7.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   .github/workflows/check-generated.yml
	modified:   CHANGELOG_PENDING.md
	modified:   CONTRIBUTING.md
	modified:   Makefile
	modified:   abci/types/messages.go
	modified:   abci/types/messages_test.go
	modified:   abci/types/types.go
	modified:   abci/types/types.pb.go
	modified:   blocksync/msgs.go
	modified:   blocksync/msgs_test.go
	modified:   buf.gen.yaml
	modified:   buf.yaml
	modified:   consensus/msgs.go
	modified:   consensus/msgs_test.go
	modified:   consensus/reactor.go
	modified:   consensus/replay_test.go
	modified:   consensus/state.go
	modified:   consensus/wal.go
	modified:   docs/architecture/adr-009-ABCI-design.md
	modified:   docs/architecture/adr-081-protobuf-mgmt.md
	modified:   evidence/pool.go
	modified:   go.sum
	modified:   libs/protoio/io.go
	modified:   libs/protoio/io_test.go
	modified:   libs/protoio/reader.go
	modified:   libs/protoio/writer.go
	modified:   light/rpc/client.go
	modified:   mempool/v0/clist_mempool_test.go
	modified:   p2p/conn/connection.go
	modified:   p2p/conn/connection_test.go
	modified:   p2p/conn/evil_secret_connection_test.go
	modified:   p2p/conn/secret_connection.go
	modified:   p2p/pex/pex_reactor.go
	modified:   p2p/pex/pex_reactor_test.go
	modified:   privval/file.go
	modified:   privval/msgs.go
	modified:   privval/msgs_test.go
	modified:   proto/buf.lock
	modified:   proto/buf.yaml
	modified:   proto/tendermint/abci/types.proto
	modified:   proto/tendermint/blocksync/types.pb.go
	modified:   proto/tendermint/consensus/types.pb.go
	modified:   proto/tendermint/consensus/wal.pb.go
	modified:   proto/tendermint/crypto/keys.pb.go
	modified:   proto/tendermint/crypto/proof.pb.go
	modified:   proto/tendermint/libs/bits/types.pb.go
	modified:   proto/tendermint/mempool/types.pb.go
	modified:   proto/tendermint/p2p/conn.pb.go
	modified:   proto/tendermint/p2p/pex.pb.go
	modified:   proto/tendermint/p2p/types.pb.go
	modified:   proto/tendermint/privval/types.pb.go
	modified:   proto/tendermint/rpc/grpc/types.pb.go
	modified:   proto/tendermint/state/types.pb.go
	modified:   proto/tendermint/statesync/types.pb.go
	modified:   proto/tendermint/store/types.pb.go
	modified:   proto/tendermint/types/block.pb.go
	modified:   proto/tendermint/types/canonical.pb.go
	modified:   proto/tendermint/types/events.pb.go
	modified:   proto/tendermint/types/evidence.pb.go
	modified:   proto/tendermint/types/params.pb.go
	modified:   proto/tendermint/types/types.pb.go
	modified:   proto/tendermint/types/validator.pb.go
	modified:   proto/tendermint/version/types.pb.go
	modified:   rpc/grpc/types.pb.go
	modified:   scripts/proto-gen.sh
	modified:   state/indexer/sink/psql/psql.go
	modified:   state/indexer/sink/psql/psql_test.go
	modified:   state/state.go
	modified:   state/store.go
	modified:   state/txindex/kv/kv.go
	modified:   state/txindex/kv/kv_test.go
	modified:   statesync/messages.go
	modified:   statesync/messages_test.go
	modified:   store/store.go
	modified:   store/store_test.go
	new file:   third_party/proto/gogoproto/README.md
	deleted:    third_party/proto/gogoproto/gogo.proto
	modified:   tools/proto/Dockerfile
	modified:   types/block.go
	modified:   types/block_test.go
	modified:   types/encoding_helper.go
	modified:   types/proposal_test.go
	modified:   types/vote_test.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   go.mod

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* refactor: migrate to `cosmos/gogoproto`

* add changelog

* Update Makefile

Co-authored-by: Thane Thomson <connect@thanethomson.com>

* update link

Co-authored-by: Thane Thomson <connect@thanethomson.com>
(cherry picked from commit 101bf50)

# Conflicts:
#	go.mod
@mergify mergify bot requested a review from ebuchman as a code owner September 6, 2022 11:29
@mergify mergify bot requested a review from a team September 6, 2022 11:29
@mergify mergify bot added the conflicts label Sep 6, 2022
@thanethomson
Copy link
Contributor

It'll probably be easier to do a manual backport of this.

@mergify mergify bot deleted the mergify/bp/v0.37.x/pr-9356 branch September 6, 2022 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants