Skip to content

Commit

Permalink
chore: update devnet version to v0.12.1 (#245)
Browse files Browse the repository at this point in the history
* chore: update devnet version to v0.12.1

* docs: update readme to v0.12.1 devnet

* chore: update celestia description

* chore: update celestia-node to v0.12.0
  • Loading branch information
jcstein authored and tuxcanfly committed Nov 14, 2023
1 parent 8a32f2a commit 73b8ab1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br />
<h3>+</h3>
<a href="https://celestia.org"><img alt="Celestia" src="docs/op-stack/src/assets/docs/understand/Celestia-logo-color-color.svg" width=600></a>
<h3><a href="https://celestia.org">Celestia</a> is a modular consensus and data network, built to enable anyone to easily deploy their own blockchain with minimal overhead.</h3>
<h3><a href="https://celestia.org">Celestia</a> is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.</h3>
<br />
</div>

Expand Down Expand Up @@ -66,7 +66,7 @@ Celestia as the data availability (DA) layer.
Currently, the tests assume a working [Celestia devnet](https://github.com/rollkit/local-celestia-devnet) running locally:

```bash
docker run --platform linux/amd64 -p 26658:26658 ghcr.io/rollkit/local-celestia-devnet:v0.11.0-rc8
docker run --platform linux/amd64 -p 26658:26658 ghcr.io/rollkit/local-celestia-devnet:v0.12.1
```

The e2e tests can be triggered with:
Expand Down
2 changes: 1 addition & 1 deletion ops-bedrock/docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
#container_name: celestia-light-node
user: root
platform: "${PLATFORM}"
image: "ghcr.io/celestiaorg/celestia-node:v0.11.0"
image: "ghcr.io/celestiaorg/celestia-node:v0.12.0"
command: celestia light start --core.ip rpc-mocha.pops.one --p2p.network mocha --log.level debug --gateway
environment:
- NODE_TYPE=light
Expand Down
2 changes: 1 addition & 1 deletion ops-bedrock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
entrypoint: ["echo", "build complete"]
da:
platform: linux/x86_64
image: "ghcr.io/rollkit/local-celestia-devnet:v0.11.0"
image: "ghcr.io/rollkit/local-celestia-devnet:v0.12.1"
ports:
- "26657:26657"
- "26658:26658"
Expand Down

0 comments on commit 73b8ab1

Please sign in to comment.