Skip to content

Commit 8537ff0

Browse files
gupadhyayaGanesha Upadhyaya
authored andcommitted
update readme to v0.10.5 release (#1257)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. --> ## Overview <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. --> ## Checklist <!-- Please complete the checklist to ensure that the PR is ready to be reviewed. IMPORTANT: PRs should be left in Draft until the below checklist is completed. --> - [ ] New and updated code has appropriate documentation - [ ] New and updated code has new and/or updated testing - [ ] Required CI checks are passing - [ ] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords Co-authored-by: Ganesha Upadhyaya <gupadhyaya@Ganeshas-MacBook-Pro-2.local>
1 parent cfa084b commit 8537ff0

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,34 +40,34 @@ There are currently 2 ways to build on Celestia:
4040

4141
| network | rollkit | celestia-node | celestia-app |
4242
| --------------------- | ------- | ------------- | ------------ |
43-
| local-celestia-devnet | v0.10.4 | v0.11.0-rc12 | v1.0.0-rc14 |
44-
| arabica | v0.10.4 | v0.11.0-rc13 | v1.0.0-rc14 |
43+
| local-celestia-devnet | v0.10.5 | v0.11.0 | v1.1.0 |
44+
| arabica | v0.10.5 | v0.11.0 | v1.1.0 |
4545

4646
<!-- markdownlint-disable MD013 -->
47-
| rollkit/cosmos-sdk | rollkit/cometbft | rollkit |
48-
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | -------------------------------------------------------------------------- |
49-
| [v0.47.3-rollkit-v0.10.4-no-fraud-proofs](https://github.com/rollkit/cosmos-sdk/releases/tag/v0.47.3-rollkit-v0.10.4-no-fraud-proofs) | v0.37.2 | [v0.10.4](https://github.com/rollkit/rollkit/releases/tag/v0.10.4) |
50-
| [v0.50.0-rc.0-rollkit-v0.11.0-rc1-no-fraud-proofs](https://github.com/rollkit/cosmos-sdk/releases/tag/v0.50.0-rc.0-rollkit-v0.11.0-rc1-no-fraud-proofs) | v0.38.0-rc3 | [v0.11.0-rc1](https://github.com/rollkit/rollkit/releases/tag/v0.11.0-rc1) |
47+
| rollkit/cosmos-sdk | rollkit/cometbft | rollkit |
48+
|-|-|-|
49+
| [v0.47.3-rollkit-v0.10.5-no-fraud-proofs](https://github.com/rollkit/cosmos-sdk/releases/tag/v0.47.3-rollkit-v0.10.5-no-fraud-proofs)| v0.37.2 | [v0.10.5](https://github.com/rollkit/rollkit/releases/tag/v0.10.5)|
50+
| [v0.50.0-rc.0-rollkit-v0.11.0-rc1-no-fraud-proofs](https://github.com/rollkit/cosmos-sdk/releases/tag/v0.50.0-rc.0-rollkit-v0.11.0-rc1-no-fraud-proofs) | v0.38.0-rc3| [v0.11.0-rc1](https://github.com/rollkit/rollkit/releases/tag/v0.11.0-rc1) |
5151
<!-- markdownlint-enable MD013 -->
5252

5353
#### Local development environment
5454

55-
The Rollkit v0.10.4 release is compatible with the
56-
[local-celestia-devnet](https://github.com/rollkit/local-celestia-devnet) [v0.11.0-rc12](https://github.com/rollkit/local-celestia-devnet/releases/tag/v0.11.0-rc12)
55+
The Rollkit v0.10.5 release is compatible with the
56+
[local-celestia-devnet](https://github.com/rollkit/local-celestia-devnet) [v0.11.0](https://github.com/rollkit/local-celestia-devnet/releases/tag/v0.11.0)
5757
release. This version combination is compatible with celestia-app
58-
[v1.0.0-rc14](https://github.com/celestiaorg/celestia-app/releases/tag/v1.0.0-rc14)
58+
[v1.1.0](https://github.com/celestiaorg/celestia-app/releases/tag/v1.1.0)
5959
and celestia-node
60-
[v0.11.0-rc12](https://github.com/celestiaorg/celestia-node/releases/tag/v0.11.0-rc8).
60+
[v0.11.0](https://github.com/celestiaorg/celestia-node/releases/tag/v0.11.0).
6161

6262
#### Arabica devnet and Mocha testnet
6363

64-
The Rollkit v0.10.4 release is compatible with
64+
The Rollkit v0.10.5 release is compatible with
6565
[arabica-10](https://docs.celestia.org/nodes/arabica-devnet/) devnet
6666
[mocha-4](https://docs.celestia.org/nodes/mocha-testnet/) testnet which are running
6767
celestia-app
68-
[v1.0.0-rc14](https://github.com/celestiaorg/celestia-app/releases/tag/v1.0.0-rc14)
68+
[v1.1.0](https://github.com/celestiaorg/celestia-app/releases/tag/v1.1.0)
6969
and celestia-node
70-
[v0.11.0-rc12](https://github.com/celestiaorg/celestia-node/releases/tag/v0.11.0-rc8).
70+
[v0.11.0](https://github.com/celestiaorg/celestia-node/releases/tag/v0.11.0).
7171

7272
#### Cometbft v0.38.x and Cosmos-SDK v0.50.x
7373

0 commit comments

Comments
 (0)