Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
EVNODE_VERSION: "v1.0.0-beta.2.0.20250905131737-cacd3c987245"
EVNODE_VERSION: "v1.0.0-beta.2.0.20250908090838-0584153217ed"
IGNITE_VERSION: "v29.3.1"
IGNITE_EVOLVE_APP_VERSION: "0f9a286e616364f7795f97981b76c79c5512b759" # use tagged when apps has tagged (blocked on things)
IGNITE_EVOLVE_APP_VERSION: "main" # use tagged when apps has tagged (blocked on things)
EVOLVE_IMAGE_REPO: "evolve-gm"
EVOLVE_IMAGE_TAG: "latest"

Expand Down Expand Up @@ -59,9 +59,9 @@ jobs:
timeout-minutes: 30
env:
DO_NOT_TRACK: true
EVNODE_VERSION: "v1.0.0-beta.2.0.20250905131737-cacd3c987245"
EVNODE_VERSION: "v1.0.0-beta.2.0.20250908090838-0584153217ed"
IGNITE_VERSION: "v29.3.1"
IGNITE_EVOLVE_APP_VERSION: "0f9a286e616364f7795f97981b76c79c5512b759" # use tagged when apps has tagged (blocked on things)
IGNITE_EVOLVE_APP_VERSION: "main" # use tagged when apps has tagged (blocked on things)
outputs:
carol_mnemonic: ${{ steps.save_mnemonic.outputs.carol_mnemonic }}
gmd_home: ${{ steps.paths.outputs.GMD_HOME }}
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
GMD_HOME: ${{ needs.liveness.outputs.gmd_home }}
HERMES_VERSION: "v1.13.1"
GAIA_VERSION: "v25.1.0"
EVNODE_VERSION: "v1.0.0-beta.2.0.20250905131737-cacd3c987245"
EVNODE_VERSION: "v1.0.0-beta.2.0.20250908090838-0584153217ed"
EVNODE_DA_VERSION: "v1.0.0-beta.1"
steps:
- name: Set up Go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/migration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
timeout-minutes: 45
env:
DO_NOT_TRACK: true
EVNODE_VERSION: "v1.0.0-beta.2.0.20250905131737-cacd3c987245"
EVNODE_VERSION: "v1.0.0-beta.2.0.20250908090838-0584153217ed"
IGNITE_VERSION: "v29.3.1"
IGNITE_EVOLVE_APP_VERSION: "0f9a286e616364f7795f97981b76c79c5512b759" # use tagged when apps has tagged (blocked on things)
IGNITE_EVOLVE_APP_VERSION: "main" # use tagged when apps has tagged (blocked on things)
steps:
- uses: actions/checkout@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache \
bash

# Set environment variables
ENV EVNODE_VERSION=v1.0.0-beta.2.0.20250905131737-cacd3c987245
ENV EVNODE_VERSION=v1.0.0-beta.2.0.20250908090838-0584153217ed
ENV IGNITE_VERSION=v29.3.1
ENV IGNITE_EVOLVE_APP_VERSION=main

Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.24.1

replace (
github.com/btcsuite/btcd => github.com/btcsuite/btcd v0.22.0-beta
github.com/celestiaorg/go-header => /home/julien/downloads/go-header
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.50.14
github.com/ipfs/go-datastore => github.com/celestiaorg/go-datastore v0.0.0-20250801131506-48a63ae531e4
)
Expand All @@ -26,7 +27,7 @@ require (
github.com/cosmos/cosmos-proto v1.0.0-beta.5
github.com/cosmos/cosmos-sdk v0.50.14
github.com/cosmos/gogoproto v1.7.0
github.com/evstack/ev-node v1.0.0-beta.2.0.20250905131737-cacd3c987245
github.com/evstack/ev-node v1.0.0-beta.2.0.20250908090838-0584153217ed
github.com/evstack/ev-node/core v1.0.0-beta.1.0.20250905094535-f79548be1384
github.com/evstack/ev-node/da v0.0.0-20250905094535-f79548be1384
github.com/evstack/ev-node/sequencers/single v0.0.0-20250905094535-f79548be1384
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ github.com/bytedance/sonic/loader v0.3.0/go.mod h1:N8A3vUdtUebEY2/VQC0MyhYeKUFos
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
github.com/celestiaorg/go-datastore v0.0.0-20250801131506-48a63ae531e4 h1:udw77BU45zmvTV7798FhR1wHFmsFpu4GnA5mubtMcR0=
github.com/celestiaorg/go-datastore v0.0.0-20250801131506-48a63ae531e4/go.mod h1:W+pI1NsUsz3tcsAACMtfC+IZdnQTnC/7VfPoJBQuts0=
github.com/celestiaorg/go-header v0.7.1 h1:XG0fQykSjKsCtWl9sY5jZXG12D4Xe59bjklWZ2sWip0=
github.com/celestiaorg/go-header v0.7.1/go.mod h1:eX9iTSPthVEAlEDLux40ZT/olXPGhpxHd+mEzJeDhd0=
github.com/celestiaorg/go-libp2p-messenger v0.2.2 h1:osoUfqjss7vWTIZrrDSy953RjQz+ps/vBFE7bychLEc=
github.com/celestiaorg/go-libp2p-messenger v0.2.2/go.mod h1:oTCRV5TfdO7V/k6nkx7QjQzGrWuJbupv+0o1cgnY2i4=
github.com/celestiaorg/utils v0.1.0 h1:WsP3O8jF7jKRgLNFmlDCwdThwOFMFxg0MnqhkLFVxPo=
Expand Down Expand Up @@ -292,8 +290,8 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.m
github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0=
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE=
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/evstack/ev-node v1.0.0-beta.2.0.20250905131737-cacd3c987245 h1:E+Je67DVlpjllWrCyIbU83rsXLArwRhfUArFVmz9JfM=
github.com/evstack/ev-node v1.0.0-beta.2.0.20250905131737-cacd3c987245/go.mod h1:Vc6rkEMOZwMXvcVbAKCMu8g2IeA8FboCf30Dk1iPpi4=
github.com/evstack/ev-node v1.0.0-beta.2.0.20250908090838-0584153217ed h1:tVGo78Dy64I+sf4rC+WW71tOQYKdxRjdNBWMoCbxCIg=
github.com/evstack/ev-node v1.0.0-beta.2.0.20250908090838-0584153217ed/go.mod h1:Vc6rkEMOZwMXvcVbAKCMu8g2IeA8FboCf30Dk1iPpi4=
github.com/evstack/ev-node/core v1.0.0-beta.1.0.20250905094535-f79548be1384 h1:s4+goUI1XRLbijLZOTwHi+0+x5zDg5VWF0hfHtcP7Pw=
github.com/evstack/ev-node/core v1.0.0-beta.1.0.20250905094535-f79548be1384/go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY=
github.com/evstack/ev-node/da v0.0.0-20250905094535-f79548be1384 h1:v/lsMkF66JlURxnYPhUIhcUpuDplxH2cM61PSIyvfg0=
Expand Down
4 changes: 2 additions & 2 deletions server/rollback_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@
}
}()

if err := headerStore.DeleteTo(goCtx, height); err != nil {
if err := headerStore.DeleteFromHead(goCtx, height); err != nil {

Check failure on line 124 in server/rollback_cmd.go

View workflow job for this annotation

GitHub Actions / Test with EV-ABCI Chain (Tastora)

headerStore.DeleteFromHead undefined (type *"github.com/celestiaorg/go-header/store".Store[*"github.com/evstack/ev-node/types".SignedHeader] has no field or method DeleteFromHead)

Check failure on line 124 in server/rollback_cmd.go

View workflow job for this annotation

GitHub Actions / Test with EV-ABCI Chain (Tastora)

headerStore.DeleteFromHead undefined (type *"github.com/celestiaorg/go-header/store".Store[*"github.com/evstack/ev-node/types".SignedHeader] has no field or method DeleteFromHead)

Check failure on line 124 in server/rollback_cmd.go

View workflow job for this annotation

GitHub Actions / Test with EV-ABCI Chain (Tastora)

headerStore.DeleteFromHead undefined (type *"github.com/celestiaorg/go-header/store".Store[*"github.com/evstack/ev-node/types".SignedHeader] has no field or method DeleteFromHead)

Check failure on line 124 in server/rollback_cmd.go

View workflow job for this annotation

GitHub Actions / Test with EV-ABCI Chain (Tastora)

headerStore.DeleteFromHead undefined (type *"github.com/celestiaorg/go-header/store".Store[*"github.com/evstack/ev-node/types".SignedHeader] has no field or method DeleteFromHead)
return fmt.Errorf("failed to rollback header sync service state: %w", err)
}

if err := dataStore.DeleteTo(goCtx, height); err != nil {
if err := dataStore.DeleteFromHead(goCtx, height); err != nil {

Check failure on line 128 in server/rollback_cmd.go

View workflow job for this annotation

GitHub Actions / Test with EV-ABCI Chain (Tastora)

dataStore.DeleteFromHead undefined (type *"github.com/celestiaorg/go-header/store".Store[*"github.com/evstack/ev-node/types".Data] has no field or method DeleteFromHead)

Check failure on line 128 in server/rollback_cmd.go

View workflow job for this annotation

GitHub Actions / Test with EV-ABCI Chain (Tastora)

dataStore.DeleteFromHead undefined (type *"github.com/celestiaorg/go-header/store".Store[*"github.com/evstack/ev-node/types".Data] has no field or method DeleteFromHead)

Check failure on line 128 in server/rollback_cmd.go

View workflow job for this annotation

GitHub Actions / Test with EV-ABCI Chain (Tastora)

dataStore.DeleteFromHead undefined (type *"github.com/celestiaorg/go-header/store".Store[*"github.com/evstack/ev-node/types".Data] has no field or method DeleteFromHead)

Check failure on line 128 in server/rollback_cmd.go

View workflow job for this annotation

GitHub Actions / Test with EV-ABCI Chain (Tastora)

dataStore.DeleteFromHead undefined (type *"github.com/celestiaorg/go-header/store".Store[*"github.com/evstack/ev-node/types".Data] has no field or method DeleteFromHead)
return fmt.Errorf("failed to rollback data sync service state: %w", err)
}
// rollback the multistore
Expand Down
Loading