Skip to content

Commit

Permalink
update readme with latest release information (cosmos#1055)
Browse files Browse the repository at this point in the history
<!--
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 <[email protected]>
  • Loading branch information
gupadhyaya and Ganesha Upadhyaya authored Jul 7, 2023
1 parent db5390c commit 6df6286
Showing 1 changed file with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,40 +38,28 @@ There are currently 2 ways to build on Celestia:

| network | rollkit | celestia-node | celestia-app |
|-----------------------|------------|---------------|--------------|
| local-celestia-devnet | v0.8.1 | v0.10.4 | v0.13.3 |
| arabica | v0.8.2-rc0 | v0.11.0-rc2 | v1.0.0-rc0 |
| local-celestia-devnet | v0.9.0 | v0.11.0-rc6 | v1.0.0-rc7 |
| arabica | v0.9.0 | v0.11.0-rc6 | v1.0.0-rc7 |

| rollkit/cosmos-sdk | rollkit/cometbft | rollkit |
|---------------------------------------------|------------------------------------|------------|
| v0.46.13-rollkit-v0.8.1-no-fraud-proofs | v0.0.0-20230524013049-75272ebaee38 | v0.8.1 |
| v0.45.16-rollkit-v0.8.1-no-fraud-proofs | v0.0.0-20230524013001-2968c8b8b121 | v0.8.1 |
| | | |
| v0.46.13-rollkit-v0.8.2-rc0-no-fraud-proofs | v0.0.0-20230524013049-75272ebaee38 | v0.8.2-rc0 |
| v0.45.16-rollkit-v0.8.2-rc0-no-fraud-proofs | v0.0.0-20230524013001-2968c8b8b121 | v0.8.2-rc0 |
| v0.46.13-rollkit-v0.9.0-no-fraud-proofs | v0.0.0-20230524013049-75272ebaee38 | v0.9.0 |
| v0.45.16-rollkit-v0.9.0-no-fraud-proofs | v0.0.0-20230524013001-2968c8b8b121 | v0.9.0 |

#### Local Development Environment

The current Rollkit v0.8.1 release is compatible with the
The Rollkit v0.9.0 release is compatible with the
[local-celestia-devnet](https://github.com/rollkit/local-celestia-devnet)
v0.10.4 release. This version combination is compatible with
[celesita-app](https://github.com/celestiaorg/celestia-app) v0.13.3 and
[celestia-node](https://github.com/celestiaorg/celestia-node) v0.10.4.

For more information see the [release
notes](https://github.com/rollkit/local-celestia-devnet/releases/tag/v0.10.4)
for v0.10.4 of local-celestia-devnet.
[oolong](https://github.com/rollkit/local-celestia-devnet/releases) release. This version combination is compatible with
[celesita-app](https://github.com/celestiaorg/celestia-app) v1.0.0-rc7 and
[celestia-node](https://github.com/celestiaorg/celestia-node) v0.11.0-rc6.

#### Arabica and Mocha Testnets

> :warning: **Rollkit v0.8.1 is not compatible with latest releases of Arabica and Mocha.** :warning:
Arabica compatibility is currently under development on the `arabica` branch of
the rollkit repo. If you are need to test or build on Arabica, please reach out
the Rollkit team and track the progress of the `arabica` branch and the
v0.8.2-rcx releases.
The Rollkit v0.9.0 release is compatible with [Arabica](https://docs.celestia.org/nodes/arabica-devnet/) devnet which is running [celesita-app](https://github.com/celestiaorg/celestia-app) v1.0.0-rc7 and
[celestia-node](https://github.com/celestiaorg/celestia-node) v0.11.0-rc6.

The key updates to making Rollkit compatible with Arabica and Mocha are making
Rollkit compatible with celestia-app v1.0.0-rcX and celestia-node v0.11.0-rcX.
> :warning: **Rollkit v0.9.0 is not tested for compatibility with latest releases of Mocha.** :warning:
### Tools

Expand Down

0 comments on commit 6df6286

Please sign in to comment.