Skip to content

build(deps): update to latest rollkit #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ require (
github.com/libp2p/go-libp2p-pubsub v0.14.0
github.com/multiformats/go-multiaddr v0.16.0
github.com/prometheus/client_golang v1.22.0
github.com/rollkit/rollkit v0.14.2-0.20250624162917-8bb1ba71af39
github.com/rollkit/rollkit/core v0.0.0-20250624162917-8bb1ba71af39
github.com/rollkit/rollkit/da v0.0.0-20250624162917-8bb1ba71af39
github.com/rollkit/rollkit/sequencers/single v0.0.0-20250624162917-8bb1ba71af39
github.com/rollkit/rollkit v0.14.2-0.20250625130707-6ad581a97a16
github.com/rollkit/rollkit/core v0.0.0-20250625130707-6ad581a97a16
github.com/rollkit/rollkit/da v0.0.0-20250625130707-6ad581a97a16
github.com/rollkit/rollkit/sequencers/single v0.0.0-20250625130707-6ad581a97a16
github.com/rs/cors v1.11.1
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1002,14 +1002,14 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
github.com/rollkit/rollkit v0.14.2-0.20250624162917-8bb1ba71af39 h1:KK5guM/l+Fhtdoebr0l1q9psGXCj1ehuqN/1P81Z3os=
github.com/rollkit/rollkit v0.14.2-0.20250624162917-8bb1ba71af39/go.mod h1:rYx3rVsrwdov/JbOn9wiEOQfafYuSRy8mYJodQKYxNc=
github.com/rollkit/rollkit/core v0.0.0-20250624162917-8bb1ba71af39 h1:iVgYKqOAL17CoFCjO4YJLueYt++ftVUrbt5o89rrHCI=
github.com/rollkit/rollkit/core v0.0.0-20250624162917-8bb1ba71af39/go.mod h1:0RhbqC8Is970KRhr6zPUQOZkmKt6/WqPRDQWfd2P7P0=
github.com/rollkit/rollkit/da v0.0.0-20250624162917-8bb1ba71af39 h1:ZYMbogw1JjL0gED9wkPTfi/Z2QKOvSusooPgSNf9HJ4=
github.com/rollkit/rollkit/da v0.0.0-20250624162917-8bb1ba71af39/go.mod h1:MqbHTMhjb1PGbGaZ7bVddCm5OJg1+GMVEPpERdsO058=
github.com/rollkit/rollkit/sequencers/single v0.0.0-20250624162917-8bb1ba71af39 h1:hx8C5nsYoKAUXrIS0DWT1IwBPjyIUmqr/hsLD/naqEA=
github.com/rollkit/rollkit/sequencers/single v0.0.0-20250624162917-8bb1ba71af39/go.mod h1:SSo4Igeqjz2zTPFUZLh4JlOUFBWdmk3fRxEnviVcBBs=
github.com/rollkit/rollkit v0.14.2-0.20250625130707-6ad581a97a16 h1:U7pjrPP0Gr6wgV4pP+dMzE0M5Uk+QZPq23L5BfRbGmU=
github.com/rollkit/rollkit v0.14.2-0.20250625130707-6ad581a97a16/go.mod h1:rYx3rVsrwdov/JbOn9wiEOQfafYuSRy8mYJodQKYxNc=
github.com/rollkit/rollkit/core v0.0.0-20250625130707-6ad581a97a16 h1:0Ra7zohG55GfvRSjPum6UKTiIeNCCs/dR5RabqEdU/k=
github.com/rollkit/rollkit/core v0.0.0-20250625130707-6ad581a97a16/go.mod h1:0RhbqC8Is970KRhr6zPUQOZkmKt6/WqPRDQWfd2P7P0=
github.com/rollkit/rollkit/da v0.0.0-20250625130707-6ad581a97a16 h1:veLa/YIzFZpU83DhTlgsalqelfqyvG8qcu2ROz8rU4Q=
github.com/rollkit/rollkit/da v0.0.0-20250625130707-6ad581a97a16/go.mod h1:MqbHTMhjb1PGbGaZ7bVddCm5OJg1+GMVEPpERdsO058=
github.com/rollkit/rollkit/sequencers/single v0.0.0-20250625130707-6ad581a97a16 h1:NCZ8XRx5ZiTLlDQb8ZeCWIYYmukZer3vxPdTS1iIdU8=
github.com/rollkit/rollkit/sequencers/single v0.0.0-20250625130707-6ad581a97a16/go.mod h1:SSo4Igeqjz2zTPFUZLh4JlOUFBWdmk3fRxEnviVcBBs=
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
github.com/rs/cors v1.11.1 h1:eU3gRzXLRK57F5rKMGMZURNdIG4EoAmX8k94r9wXWHA=
github.com/rs/cors v1.11.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
Expand Down
4 changes: 2 additions & 2 deletions pkg/rpc/core/blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
rpctypes "github.com/cometbft/cometbft/rpc/jsonrpc/types"
cmttypes "github.com/cometbft/cometbft/types"

"github.com/rollkit/rollkit/block"
storepkg "github.com/rollkit/rollkit/pkg/store"
rlktypes "github.com/rollkit/rollkit/types"

"github.com/rollkit/go-execution-abci/pkg/cometcompat"
Expand Down Expand Up @@ -107,7 +107,7 @@ func Block(ctx *rpctypes.Context, heightPtr *int64) (*ctypes.ResultBlock, error)
case heightPtr != nil && *heightPtr == -1:
rawVal, err := env.Adapter.RollkitStore.GetMetadata(
ctx.Context(),
block.DAIncludedHeightKey,
storepkg.DAIncludedHeightKey,
)
if err != nil {
return nil, fmt.Errorf("failed to get DA included height: %w", err)
Expand Down
Loading