Skip to content

Commit 3a9c9ba

Browse files
authored
chore: bump tastora version (#2830)
<!-- 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. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## 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. Ex: Closes #<issue number> -->
1 parent 784d036 commit 3a9c9ba

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

test/docker-e2e/docker_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
"github.com/cosmos/cosmos-sdk/x/auth"
2323
"github.com/cosmos/cosmos-sdk/x/bank"
2424
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
25-
dockerclient "github.com/moby/moby/client"
2625
"github.com/stretchr/testify/suite"
2726
)
2827

@@ -52,14 +51,14 @@ type DockerTestSuite struct {
5251
celestia *cosmos.Chain
5352
daNetwork *da.Network
5453
evNodeChain *evstack.Chain
55-
dockerClient *dockerclient.Client
54+
dockerClient tastoratypes.TastoraDockerClient
5655
dockerNetworkID string
5756
}
5857

5958
// setupDockerEnvironment sets up the basic Docker environment
6059
func (s *DockerTestSuite) setupDockerEnvironment() {
6160
t := s.T()
62-
client, network := tastoradocker.DockerSetup(t)
61+
client, network := tastoradocker.Setup(t)
6362

6463
// Store client and network ID in the suite for later use
6564
s.dockerClient = client

test/docker-e2e/go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ go 1.24.6
44

55
require (
66
cosmossdk.io/math v1.5.3
7-
// TODO(reviewer): Update to tagged release once tastora is merged and tagged
8-
github.com/celestiaorg/tastora v0.7.6-0.20251106081541-3ec2da2f1f7f
7+
github.com/celestiaorg/tastora v0.8.0
98
github.com/ethereum/go-ethereum v1.16.6
109
github.com/evstack/ev-node/execution/evm v1.0.0-beta.3
1110
github.com/stretchr/testify v1.11.1
@@ -17,7 +16,7 @@ require (
1716
github.com/StackExchange/wmi v1.2.1 // indirect
1817
github.com/bits-and-blooms/bitset v1.20.0 // indirect
1918
github.com/celestiaorg/go-square/v3 v3.0.2 // indirect
20-
github.com/consensys/gnark-crypto v0.18.0 // indirect
19+
github.com/consensys/gnark-crypto v0.18.1 // indirect
2120
github.com/containerd/continuity v0.4.5 // indirect
2221
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
2322
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
@@ -177,7 +176,7 @@ require (
177176
github.com/minio/highwayhash v1.0.3 // indirect
178177
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
179178
github.com/moby/docker-image-spec v1.3.1 // indirect
180-
github.com/moby/moby v28.3.3+incompatible
179+
github.com/moby/moby v28.3.3+incompatible // indirect
181180
github.com/moby/sys/sequential v0.6.0 // indirect
182181
github.com/mtibben/percent v0.2.1 // indirect
183182
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

test/docker-e2e/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ github.com/celestiaorg/go-square/v3 v3.0.2 h1:eSQOgNII8inK9IhiBZ+6GADQeWbRq4HYY7
133133
github.com/celestiaorg/go-square/v3 v3.0.2/go.mod h1:oFReMLsSDMRs82ICFEeFQFCqNvwdsbIM1BzCcb0f7dM=
134134
github.com/celestiaorg/nmt v0.24.2 h1:LlpJSPOd6/Lw1Ig6HUhZuqiINHLka/ZSRTBzlNJpchg=
135135
github.com/celestiaorg/nmt v0.24.2/go.mod h1:vgLBpWBi8F5KLxTdXSwb7AU4NhiIQ1AQRGa+PzdcLEA=
136-
github.com/celestiaorg/tastora v0.7.6-0.20251106081541-3ec2da2f1f7f h1:vTcOubI4Bab0RCE1i9APbbmhJviFA52wv/XV43NwE9M=
137-
github.com/celestiaorg/tastora v0.7.6-0.20251106081541-3ec2da2f1f7f/go.mod h1:Xw44XeRN2T/kSdopVCJjNhwFwRSO58wTW8GrVP7OWFI=
136+
github.com/celestiaorg/tastora v0.8.0 h1:+FWAIsP2onwwqPTGzBLIBtx8B1h9sImdx4msv2N4DsI=
137+
github.com/celestiaorg/tastora v0.8.0/go.mod h1:9b5GsL/+pKEw3HZG/nd3qhnGadUnNNoTBygy9HeGIyw=
138138
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
139139
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
140140
github.com/cenkalti/backoff/v4 v4.1.1/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=
@@ -180,8 +180,8 @@ github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:
180180
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
181181
github.com/cometbft/cometbft-db v0.14.1 h1:SxoamPghqICBAIcGpleHbmoPqy+crij/++eZz3DlerQ=
182182
github.com/cometbft/cometbft-db v0.14.1/go.mod h1:KHP1YghilyGV/xjD5DP3+2hyigWx0WTp9X+0Gnx0RxQ=
183-
github.com/consensys/gnark-crypto v0.18.0 h1:vIye/FqI50VeAr0B3dx+YjeIvmc3LWz4yEfbWBpTUf0=
184-
github.com/consensys/gnark-crypto v0.18.0/go.mod h1:L3mXGFTe1ZN+RSJ+CLjUt9x7PNdx8ubaYfDROyp2Z8c=
183+
github.com/consensys/gnark-crypto v0.18.1 h1:RyLV6UhPRoYYzaFnPQA4qK3DyuDgkTgskDdoGqFt3fI=
184+
github.com/consensys/gnark-crypto v0.18.1/go.mod h1:L3mXGFTe1ZN+RSJ+CLjUt9x7PNdx8ubaYfDROyp2Z8c=
185185
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=
186186
github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
187187
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=

test/docker-e2e/upgrade_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ func TestEVMSingleUpgradeSuite(t *testing.T) {
5959
func (s *EVMSingleUpgradeTestSuite) TestEVMSingleUpgrade() {
6060
ctx := context.Background()
6161

62-
s.Run("setup_docker", func() {
63-
s.setupDockerEnvironment()
64-
})
62+
s.setupDockerEnvironment()
6563

6664
s.Run("setup_celestia_and_DA_bridge", func() {
6765
s.celestia = s.CreateChain()

0 commit comments

Comments
 (0)