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: renaming KeyForwardRelayerAddress to KeyRelayerAddressForAsyncAck #1343

Merged
merged 3 commits into from
May 10, 2022

Conversation

damiannolan
Copy link
Member

Description

  • Rename KeyForwardRelayerAddress to KeyRelayerAddressForAsyncAck
  • Rename ParseKeyForwardRelayerAddress to ParseKeyRelayerAddressForAsyncAck

closes: #1324


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 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.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@codecov-commenter
Copy link

Codecov Report

Merging #1343 (8a8c96d) into main (7bb609c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1343   +/-   ##
=======================================
  Coverage   80.27%   80.27%           
=======================================
  Files         166      166           
  Lines       12023    12023           
=======================================
  Hits         9652     9652           
  Misses       1916     1916           
  Partials      455      455           
Impacted Files Coverage Δ
modules/apps/29-fee/keeper/keeper.go 92.34% <100.00%> (ø)
modules/apps/29-fee/types/keys.go 96.66% <100.00%> (ø)

@@ -44,6 +44,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

* (transfer) [\#1250](https://github.com/cosmos/ibc-go/pull/1250) Deprecate `GetTransferAccount` since the `transfer` module account is never used.
* (modules/29-fee)[\#1338](https://github.com/cosmos/ibc-go/pull/1338) Renaming `Result` field in `IncentivizedAcknowledgement` to `AppAcknowledgement`.
* (modules/29-fee)[\#1343](https://github.com/cosmos/ibc-go/pull/1343) Renaming `KeyForwardRelayerAddress` to `KeyRelayerAddressForAsyncAck`, and `ParseKeyForwardRelayerAddress` to `ParseKeyRelayerAddressForAsyncAck`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably don't need a changelog since ics29 hasn't been released, but doesn't hurt

@damiannolan damiannolan merged commit ce7ac2e into main May 10, 2022
@damiannolan damiannolan deleted the damian/1324-rename-key-forward-relayer-addr branch May 10, 2022 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename KeyForwardRelayerAddress to KeyRelayerAddressForAsyncAck
4 participants