-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump to rollkit v0.10.5 & local devnet to v0.11.0
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -310,7 +310,7 @@ this process can be done on any machine of your choosing. We tested out the Devn | |
First, run the [`local-celestia-devnet`](https://github.com/rollkit/local-celestia-devnet) by running the following command: | ||
|
||
```bash | ||
docker run -i -t --platform linux/amd64 -p 26657:26657 -p 26658:26658 -p 26659:26659 ghcr.io/rollkit/local-celestia-devnet:v0.11.0-rc12 | ||
docker run -i -t --platform linux/amd64 -p 26657:26657 -p 26658:26658 -p 26659:26659 ghcr.io/rollkit/local-celestia-devnet:v0.11.0 | ||
``` | ||
|
||
When passing the `--rollkit.da_config` flag later in the tutorial, | ||
|
@@ -431,14 +431,14 @@ from inside the `gm` directory: | |
::: code-group | ||
|
||
```bash [local-celestia-devnet] | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].2-no-fraud-proofs | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].5-no-fraud-proofs | ||
go mod edit -replace github.com/gogo/protobuf=github.com/regen-network/[email protected] | ||
go mod tidy | ||
go mod download | ||
``` | ||
|
||
```bash [Arabica Devnet] | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].2-no-fraud-proofs | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].5-no-fraud-proofs | ||
go mod edit -replace github.com/gogo/protobuf=github.com/regen-network/[email protected] | ||
go mod tidy | ||
go mod download | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,14 +70,14 @@ To swap out CometBFT for Rollkit, run the following commands: | |
::: code-group | ||
|
||
```bash [local-celestia-devnet] | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].2-no-fraud-proofs | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].5-no-fraud-proofs | ||
go mod edit -replace github.com/gogo/protobuf=github.com/regen-network/[email protected] | ||
go mod tidy | ||
go mod download | ||
``` | ||
|
||
```bash [Arabica Devnet] | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].2-no-fraud-proofs | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].5-no-fraud-proofs | ||
go mod edit -replace github.com/gogo/protobuf=github.com/regen-network/[email protected] | ||
go mod tidy | ||
go mod download | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,14 +187,14 @@ Run the following command inside the `wordle` directory. | |
::: code-group | ||
|
||
```bash [local-celestia-devnet] | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].2-no-fraud-proofs | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].5-no-fraud-proofs | ||
go mod edit -replace github.com/gogo/protobuf=github.com/regen-network/[email protected] | ||
go mod tidy | ||
go mod download | ||
``` | ||
|
||
```bash [Arabica Devnet] | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].2-no-fraud-proofs | ||
go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected].5-no-fraud-proofs | ||
go mod edit -replace github.com/gogo/protobuf=github.com/regen-network/[email protected] | ||
go mod tidy | ||
go mod download | ||
|