-
Notifications
You must be signed in to change notification settings - Fork 908
chore(deps): bump sdk to v0.50 & IBC to v8 #2771
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (9)
CHANGELOG.md (9)
Line range hint
58-58
: Improve clarity and consistency in descriptions.Consider revising the descriptions in the "Improvements" section to ensure they are clear and consistent. This will help readers understand the changes more effectively.
Tools
Markdownlint
43-43: Expected: 120; Actual: 171
Line length(MD013, line-length)
90-90
: Add more details to bug fix descriptions.Consider adding more details to the descriptions of the bug fixes listed in this section. This will help readers understand the context and impact of the fixes.
387-387
: Add more details to bug fix descriptions.Consider adding more details to the descriptions of the bug fixes listed in this section. This will help readers understand the context and impact of the fixes.
Tools
Markdownlint
387-387: Expected: 120; Actual: 151
Line length(MD013, line-length)
655-655
: Improve clarity and consistency in descriptions.Consider revising the descriptions in the "Improvements" section to ensure they are clear and consistent. This will help readers understand the changes more effectively.
Tools
Markdownlint
655-655: Expected: 120; Actual: 230
Line length(MD013, line-length)
655-655
: Add more details to bug fix descriptions.Consider adding more details to the descriptions of the bug fixes listed in this section. This will help readers understand the context and impact of the fixes.
Tools
Markdownlint
655-655: Expected: 120; Actual: 230
Line length(MD013, line-length)
808-808
: Improve clarity and consistency in descriptions.Consider revising the descriptions in the "Improvements" section to ensure they are clear and consistent. This will help readers understand the changes more effectively.
808-808
: Add more details to bug fix descriptions.Consider adding more details to the descriptions of the bug fixes listed in this section. This will help readers understand the context and impact of the fixes.
1018-1018
: Improve clarity and consistency in descriptions.Consider revising the descriptions in the "Improvements" section to ensure they are clear and consistent. This will help readers understand the changes more effectively.
1018-1018
: Add more details to bug fix descriptions.Consider adding more details to the descriptions of the bug fixes listed in this section. This will help readers understand the context and impact of the fixes.
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- CHANGELOG.md (13 hunks)
Additional context used
Markdownlint
CHANGELOG.md
91-91: Expected: 120; Actual: 128
Line length(MD013, line-length)
387-387: Expected: 120; Actual: 151
Line length(MD013, line-length)
655-655: Expected: 120; Actual: 230
Line length(MD013, line-length)
1085-1085: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
Additional comments not posted (5)
CHANGELOG.md (5)
42-42
: Verify pull request links and descriptions.Please ensure that all links to pull requests are active and the descriptions accurately reflect the changes made. This is crucial for maintaining accurate documentation in the changelog.
402-402
: Verify completeness and accuracy of entries.Please ensure that all state machine breaking changes listed in the v16.0.0 release are documented completely and accurately. This is crucial for users upgrading to this version.
358-358
: Verify completeness and accuracy of entries.Please ensure that all state machine breaking changes listed in the v19.0.0 release are documented completely and accurately. This is crucial for users upgrading to this version.
1018-1018
: Verify completeness and accuracy of entries.Please ensure that all state machine breaking changes listed in the v10.0.0 release are documented completely and accurately. This is crucial for users upgrading to this version.
Verification successful
Changelog entry is accurate and complete.
The changelog entry regarding the addition of the IBC-Go
TestingApp
interface is accurate and corresponds to actual changes in the codebase. TheTestingApp
interface is well-documented and implemented across multiple files, confirming the completeness of the entry.
- Files involved:
ibc/testing/app.go
,ibc/testing/README.md
,app/app.go
,app/test_helpers.go
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the completeness and accuracy of state machine breaking changes. # Test: Check the repository for related documentation and tests. grep -r "state machine breaking" src/Length of output: 77
Script:
#!/bin/bash # Search for the term 'TestingApp' in the repository to find related changes or documentation. rg 'TestingApp'Length of output: 3582
808-808
: Verify completeness and accuracy of entries.Please ensure that all state machine breaking changes listed in the v12.1.6 release are documented completely and accurately. This is crucial for users upgrading to this version.
Signed-off-by: Tom <54514587+GAtom22@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Outside diff range, codebase verification and nitpick comments (4)
CHANGELOG.md (4)
95-95
: Consider breaking long lines for better readability.This line exceeds the typical length limit for markdown files, which can affect readability and maintainability. Consider breaking it into multiple lines.
363-363
: Consider breaking long lines for better readability.This line exceeds the typical length limit for markdown files, which can affect readability and maintainability. Consider breaking it into multiple lines.
660-660
: Consider breaking long lines for better readability.This line exceeds the typical length limit for markdown files, which can affect readability and maintainability. Consider breaking it into multiple lines.
Tools
Markdownlint
660-660: Expected: 120; Actual: 230
Line length(MD013, line-length)
1090-1090
: Remove Excessive Blank LinesMultiple consecutive blank lines found at the end of the file. It's best to keep only one blank line.
Tools
Markdownlint
1090-1090: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- CHANGELOG.md (13 hunks)
Additional context used
Markdownlint
CHANGELOG.md
96-96: Expected: 120; Actual: 128
Line length(MD013, line-length)
392-392: Expected: 120; Actual: 151
Line length(MD013, line-length)
660-660: Expected: 120; Actual: 230
Line length(MD013, line-length)
1090-1090: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
Signed-off-by: Tom <54514587+GAtom22@users.noreply.github.com>
…evmos/evmos into stepit/sdk50-main-fix-conflicts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great @GAtom22 !!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- Dockerfile (2 hunks)
Files skipped from review as they are similar to previous changes (1)
- Dockerfile
* remove no-op module from begin/end blocker * fix order * remove deprecated encoding * update order genesis * add ibc and vesting to init genesis * remove no op initgenesis on vesting * remove unused methods in consensuswarn ci * fix * re-apply changes --------- Co-authored-by: tom <tomasguerraalda@hotmail.com> Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/workflows/consensuswarn.yml (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- .github/workflows/consensuswarn.yml
Description
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
Reviewers Checklist
All items are required.
Please add a note if the item is not applicable
and please add your handle next to the items reviewed
if you only reviewed selected items.
I have...
Unreleased
section inCHANGELOG.md
Summary by CodeRabbit
New Features
EditValidator
function for staking.Bug Fixes
Documentation
Chores