-
Notifications
You must be signed in to change notification settings - Fork 122
chore: bump cosmos-sdk to 0.50.6 #642
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
WalkthroughThe documentation updates introduce significant command changes to the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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: 6
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (2)
go.mod
is excluded by!**/*.mod
go.sum
is excluded by!**/*.sum
Files selected for processing (6)
- docs/command/axoned_query.md (2 hunks)
- docs/command/axoned_query_distribution.md (1 hunks)
- docs/command/axoned_query_distribution_rewards-by-validator.md (1 hunks)
- docs/command/axoned_query_distribution_rewards.md (1 hunks)
- docs/command/axoned_query_wait-tx.md (1 hunks)
- docs/command/axoned_start.md (1 hunks)
Additional comments not posted (6)
docs/command/axoned_query_distribution_rewards.md (1)
3-3
: The description succinctly explains the command's functionality. Ensure it aligns with the actual command behavior after the SDK update.docs/command/axoned_query_distribution_rewards-by-validator.md (1)
1-3
: The title and description clearly define the purpose of the new command. Ensure the description accurately reflects the command's functionality as implemented in the SDK.docs/command/axoned_query_wait-tx.md (1)
1-3
: The title and description are clear and effectively communicate the purpose of the new command. Ensure the implementation in the SDK matches this description.docs/command/axoned_query_distribution.md (1)
23-24
: The links to related commands are correctly updated to reflect the new and modified commands. This helps users navigate between related topics efficiently.docs/command/axoned_query.md (1)
43-43
: The link to the newaxoned query wait-tx
command is correctly added. This ensures users are aware of the new functionality available.docs/command/axoned_start.md (1)
69-69
: The updated default value for the--mempool.max-txs
flag is clearly documented. This change is important for users to understand the new behavior of the mempool.
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.
thx 👍
Self explanatory
Summary by CodeRabbit
New Features
axoned query wait-tx
command to wait for a transaction to be included in a block.axoned query distribution rewards-by-validator
command to query distribution rewards from a specific validator.Changes
axoned query distribution rewards
toaxoned query distribution rewards-by-validator
for clarity.axoned query distribution rewards
.Documentation
--mempool.max-txs
flag inaxoned_start.md
.