Skip to content

Commit faaa1ed

Browse files
author
Naohiro Yoshida
committed
bump up kona to 1.2.7 / lodestar to 1.38.0
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent c9699e9 commit faaa1ed

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ serde = { version = "1.0.219", default-features = false, features = ["derive"] }
1111
serde_json = { version = "1.0.140", default-features = false }
1212

1313
# Kona
14-
kona-client = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.6", default-features = false }
15-
kona-host = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.6", default-features = false }
16-
kona-proof = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.6", default-features = false }
17-
kona-preimage = {git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.6", default-features = false }
18-
kona-genesis = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.6", default-features = false }
19-
kona-registry = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.6", default-features = false }
14+
kona-client = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
15+
kona-host = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
16+
kona-proof = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
17+
kona-preimage = {git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
18+
kona-genesis = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
19+
kona-registry = { git="https://github.com/op-rs/kona", rev= "kona-node/v1.2.7", default-features = false }
2020

2121
# Alloy
2222
alloy-primitives = { version = "1.4.1", default-features = false }

kurtosis/simple.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ ethereum_package:
7777
participants:
7878
- el_type: geth
7979
cl_type: lodestar
80-
cl_image: chainsafe/lodestar:v1.37.0
81-
vc_image: chainsafe/lodestar:v1.37.0
80+
cl_image: chainsafe/lodestar:v1.38.0
81+
vc_image: chainsafe/lodestar:v1.38.0
8282
supernode: true
8383
network_params:
8484
preset: minimal

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kona-registry = { workspace = true }
2828
alloy-primitives = { workspace = true, features = ["map", "serde"] }
2929

3030
# optimism derivation
31-
optimism-derivation = { git = "https://github.com/datachainlab/optimism-elc", rev = "ee05b05838c3202e39711eadcc18edae3b176c6e", default-features = false }
31+
optimism-derivation = { git = "https://github.com/datachainlab/optimism-elc", rev = "ea8593ef9e4ba254b7f40b3b532a6b1a6faa0964", default-features = false }
3232
base64 = "0.22.1"
3333

3434
[dev-dependencies]

0 commit comments

Comments
 (0)