Skip to content

upgrade to rollkit v0.13.3 #369

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

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .vitepress/constants/constants.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const constants = Object.freeze({
golangVersion: "1.22.2",

rollkitLatestTag: "v0.13.2",
rollkitLatestSha: "d6c34e8",
rollkitCosmosSDKVersion: "v0.50.5-rollkit-v0.13.1-no-fraud-proofs",
rollkitLatestTag: "v0.13.3",
rollkitLatestSha: "45b1573",
rollkitCosmosSDKVersion: "v0.50.6-rollkit-v0.13.3-no-fraud-proofs",

mockDALatestTag: "v0.1.0",

Expand Down
2 changes: 1 addition & 1 deletion guides/ibc-connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Change into the `gm` directory and install Rollkit with IBC compatibility:

```bash
cd gm
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/cosmos-sdk@v0.50.5-rollkit-v0.13.1-no-fraud-proofs
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/cosmos-sdk@v0.50.6-rollkit-v0.13.3-no-fraud-proofs
go mod tidy
go mod download
```
Expand Down
2 changes: 1 addition & 1 deletion tutorials/cosmwasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Cosmos-SDK applications to connect to Celestia's data availability network.
git clone https://github.com/CosmWasm/wasmd.git
cd wasmd
git checkout tags/v0.50.0
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/cosmos-sdk@v0.50.5-rollkit-v0.13.1-no-fraud-proofs
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/cosmos-sdk@v0.50.6-rollkit-v0.13.3-no-fraud-proofs
go mod tidy -compat=1.17
go mod download
```
Expand Down
Loading