Skip to content

Commit a054877

Browse files
tac0turtleclaude
andcommitted
deps: upgrade celestia-app to v8.0.1-mocha and celestia-node to v0.30.2-mocha
Updates testing configuration to use newer versions as requested in #3243. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 50a73fb commit a054877

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/.vitepress/constants/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const constants = Object.freeze({
99

1010
celestiaNodeArabicaTag: "v0.23.4-arabica",
1111
celestiaNodeArabicaEvolveTag: "v1.0.0-beta.1",
12-
celestiaNodeMochaTag: "v0.23.4-mocha",
12+
celestiaNodeMochaTag: "v0.30.2-mocha",
1313
celestiaNodeMochaEvolveTag: "v1.0.0-beta.1",
1414
celestiaNodeMainnetTag: "v0.22.3",
1515
celestiaNodeMainnetEvolveTag: "v1.0.0-beta.1",

test/docker-e2e/docker_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
// it must be the string "test" as it is handled explicitly in app/node.
3838
celestiaChainID = "test"
3939
// celestiaAppVersion specifies the tag of the celestia-app image to deploy in tests.
40-
celestiaAppVersion = "v5.0.2"
40+
celestiaAppVersion = "v8.0.1-mocha"
4141

4242
// EVM test constants shared across EVM-related tests.
4343
evmTestChainID = "1234"
@@ -151,7 +151,7 @@ func (s *DockerTestSuite) CreateDANetwork() *da.Network {
151151
daNetwork, err := da.NewNetworkBuilder(t).
152152
WithDockerClient(s.dockerClient).
153153
WithDockerNetworkID(s.dockerNetworkID).
154-
WithImage(container.NewImage("ghcr.io/celestiaorg/celestia-node", "v0.25.3", "10001:10001")).
154+
WithImage(container.NewImage("ghcr.io/celestiaorg/celestia-node", "v0.30.2-mocha", "10001:10001")).
155155
WithNode(bridgeNodeConfig).
156156
Build(ctx)
157157
s.Require().NoError(err)

test/e2e/da_client_integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func TestClient_SubmitAndGetBlobAgainstRealNode(t *testing.T) {
5858

5959
chainImage := container.Image{
6060
Repository: "ghcr.io/celestiaorg/celestia-app",
61-
Version: "v5.0.10",
61+
Version: "v8.0.1-mocha",
6262
UIDGID: "10001:10001",
6363
}
6464

@@ -93,7 +93,7 @@ func TestClient_SubmitAndGetBlobAgainstRealNode(t *testing.T) {
9393

9494
daImage := container.Image{
9595
Repository: "ghcr.io/celestiaorg/celestia-node",
96-
Version: "v0.26.4",
96+
Version: "v0.30.2-mocha",
9797
UIDGID: "10001:10001",
9898
}
9999

test/e2e/da_posting_integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func TestEvNode_PostsToDA(t *testing.T) {
6060
// 1) Start celestia-app chain
6161
chainImage := container.Image{
6262
Repository: "ghcr.io/celestiaorg/celestia-app",
63-
Version: "v5.0.10",
63+
Version: "v8.0.1-mocha",
6464
UIDGID: "10001:10001",
6565
}
6666

@@ -95,7 +95,7 @@ func TestEvNode_PostsToDA(t *testing.T) {
9595
// 2) Start celestia-node (bridge)
9696
daImage := container.Image{
9797
Repository: "ghcr.io/celestiaorg/celestia-node",
98-
Version: "v0.28.4-mocha",
98+
Version: "v0.30.2-mocha",
9999
UIDGID: "10001:10001",
100100
}
101101

0 commit comments

Comments
 (0)