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

api!: delete v1 merkle path and register v2 merkle path against interface on cdc #6870

Merged
merged 11 commits into from
Jul 29, 2024

Conversation

damiannolan
Copy link
Member

Description

v9 alpha audit.

This only really matters for encoding the type as protobuf Any which never really happens with merkle path types.
Good practise to register it anyways while the interface still exists.


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against the correct branch (see CONTRIBUTING.md).
  • Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/).
  • Added relevant godoc comments.
  • Provide a conventional commit message to follow the repository standards.
  • Include a descriptive changelog entry when appropriate. This may be left to the discretion of the PR reviewers. (e.g. chores should be omitted from changelog)
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Review SonarCloud Report in the comment section below once CI passes.

@damiannolan damiannolan marked this pull request as draft July 18, 2024 15:28
@damiannolan damiannolan changed the title fix: register codec v2.MerklePath against path interface api!: delete v1 merkle path and register v2 merkle path against interface on cdc Jul 18, 2024
@damiannolan damiannolan marked this pull request as ready for review July 22, 2024 10:27
@damiannolan damiannolan requested a review from srdtrk as a code owner July 22, 2024 10:27
@damiannolan damiannolan added the priority PRs that need prompt reviews label Jul 22, 2024
@colin-axner colin-axner added this pull request to the merge queue Jul 29, 2024
Copy link

sonarcloud bot commented Jul 29, 2024

Merged via the queue into main with commit 84de38d Jul 29, 2024
70 of 72 checks passed
@colin-axner colin-axner deleted the damian/register-codec-iface-v2-merkle-path branch July 29, 2024 14:12
mergify bot pushed a commit that referenced this pull request Jul 29, 2024
…face on cdc (#6870)

* fix: register codec v2.MerklePath against path interface

* chore: delete merkle path v1

* docs: update migration doc for api removal

* chore: update changelog

* chore: make proto-swagger-gen

* Update 13-v8-to-v9.md

---------

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 84de38d)

# Conflicts:
#	docs/docs/05-migrations/13-v8-to-v9.md
colin-axner added a commit that referenced this pull request Jul 30, 2024
…face on cdc (backport #6870) (#6983)

* api!: delete v1 merkle path and register v2 merkle path against interface on cdc (#6870)

* fix: register codec v2.MerklePath against path interface

* chore: delete merkle path v1

* docs: update migration doc for api removal

* chore: update changelog

* chore: make proto-swagger-gen

* Update 13-v8-to-v9.md

---------

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 84de38d)

# Conflicts:
#	docs/docs/05-migrations/13-v8-to-v9.md

* chore: fix doc conflicts

---------

Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-v9.0.x priority PRs that need prompt reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants