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

02-client refactor: fix changelog #1873

Merged
merged 2 commits into from
Aug 4, 2022

Conversation

seantking
Copy link
Contributor

Description

Fixing the changelog and adding 02-client refactor work to the end of each section with two spaces between to make things easier when cutting a release later.

closes: #XXXX


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

Copy link
Contributor

@colin-axner colin-axner left a comment

Choose a reason for hiding this comment

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

Aye! Thank you ❤️

Copy link
Member

@damiannolan damiannolan left a comment

Choose a reason for hiding this comment

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

Nice one!

@colin-axner
Copy link
Contributor

@seantking want to merge this pr?

@seantking
Copy link
Contributor Author

@seantking want to merge this pr?

Would like a look from @crodriguezvega

Copy link
Contributor

@crodriguezvega crodriguezvega left a comment

Choose a reason for hiding this comment

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

Thank you, @seantking!

I noticed that one PR is duplicated and I think can be removed.

I also noticed in the rendered file that each item of the bullet points that you added seem to have an extra line in between. Would you mind to remove it? Thanks!

* (modules/core/02-client) [\#1189](https://github.com/cosmos/ibc-go/pull/1212) Removing `CheckMisbehaviourAndUpdateState` from `ClientState` interface & associated light client implementations.
* (modules/core/exported) [\#1206](https://github.com/cosmos/ibc-go/pull/1206) Adding new method `UpdateState` to `ClientState` interface.
* (modules/core/02-client) [\#1741](https://github.com/cosmos/ibc-go/pull/1741) Emitting a new `upgrade_chain` event upon setting upgrade consensus state.
* (client) [\#724](https://github.com/cosmos/ibc-go/pull/724) `IsRevisionFormat` and `IsClientIDFormat` have been updated to disallow newlines before the dash used to separate the chainID and revision number, and the client type and client sequence.
Copy link
Contributor

Choose a reason for hiding this comment

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

#724 was released already in v3.0.0, so I think it can just be removed from here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK fixed the spacing issues good catch. It was because we added the space in between separating the client work.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, right... Thanks for fixing it!

@seantking seantking force-pushed the sean/fix-changelog branch 2 times, most recently from 47b6896 to cec5953 Compare August 4, 2022 14:51
@seantking seantking marked this pull request as draft August 4, 2022 14:52
@seantking seantking force-pushed the sean/fix-changelog branch 2 times, most recently from 8f89d3f to 27b0972 Compare August 4, 2022 14:54
@seantking seantking marked this pull request as ready for review August 4, 2022 14:54
@seantking seantking force-pushed the sean/fix-changelog branch from 27b0972 to cd8131f Compare August 4, 2022 14:59
@seantking seantking merged commit 81f2d09 into updated-02-client-refactor Aug 4, 2022
@seantking seantking deleted the sean/fix-changelog branch August 4, 2022 16:25
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.

4 participants