-
Notifications
You must be signed in to change notification settings - Fork 58
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
upgrade to rollkit v0.13.3 #369
Conversation
WalkthroughThe recent updates focus on upgrading the version details of Changes
Poem
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: 0
Review Details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- .vitepress/constants/constants.js (1 hunks)
- guides/ibc-connection.md (1 hunks)
- tutorials/cosmwasm.md (1 hunks)
Files skipped from review due to trivial changes (1)
- .vitepress/constants/constants.js
Additional Context Used
LanguageTool (15)
guides/ibc-connection.md (8)
Near line 9: Possible missing comma found.
Context: ...mmended to wait for trust-minimized IBC support which includes state proofs and conditi...
Near line 86: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...### Run local-osmosis-testnet You also need to start local-osmosis-testnet in a separa...
Near line 98: Possible missing article found.
Context: ...our local Osmosis testnet, we'll create IBC connection between this testnet and GM ...
Near line 245: Possible missing article found.
Context: ...gm osmo-gmand then you can create channel with this command
bash rly transact...
Near line 295: Possible missing comma found.
Context: ... ibc-transfer transaction. This tx will transfer 1000000stake fromgm-key
to receiver ...
Near line 309: In contexts where ‘if’ is followed by ‘or’, using ‘whether’ may be more appropriate (and formal).
Context: ... balance of the receiver address to see if the token has been relayed or not. ```...
Near line 331: Did you mean ‘different from’? ‘Different than’ is often considered colloquial style.
Context: ...n GM chain. Your hash will be different than this and specific to your channel. ::: ...
Near line 348: In contexts where ‘if’ is followed by ‘or’, using ‘whether’ may be more appropriate (and formal).
Context: ...balances of the receiver address to see if the token has been relayed or not: ```...tutorials/cosmwasm.md (7)
Near line 33: After an expression of time at the start of a sentence, a comma is usually used.
Context: ...side the scope of this tutorial. In the future we will add more tutorials for writing ...
Near line 156: Consider a shorter alternative to avoid wordiness.
Context: .../docs.celestia.org/nodes/mocha-testnet) in order to complete this tutorial. Complete [the t...
Near line 170: The word “setup” is a noun. The verb is spelled with a space.
Context: ...thewasmd
binary is built, we need to setup a local network that communicates betwe...
Near line 203: Unpaired symbol: ‘[’ seems to be missing
Context: ...e example rollup's namespace on Celenium](https://celenium.io/namespace/000000000...
Near line 210: Unpaired symbol: ‘[’ seems to be missing
Context: ...g the cosmwasm rollup. View the script. ...
Near line 245: Consider a shorter alternative to avoid wordiness.
Context: ...requires Docker in order to compile. <!-- markdownlint-enable MD051...
Near line 274: Consider a shorter alternative to avoid wordiness.
Context: ... Let's now deploy our smart contract! In order to deploy a contract, you can use the comm...
Additional comments not posted (2)
guides/ibc-connection.md (1)
51-51
: Updated Cosmos SDK version to align with Rollkit v0.13.3.tutorials/cosmwasm.md (1)
127-127
: Updated Cosmos SDK version to align with Rollkit v0.13.3.
Overview
Checklist
Summary by CodeRabbit
New Features
Documentation