Skip to content

Commit b9cbc25

Browse files
authored
Update celo-kona to Chaos Jovian ready version (#117)
1 parent f9994e6 commit b9cbc25

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ kona-registry = { git = "https://github.com/op-rs/kona", tag = "kona-client/v1.2
103103
kona-genesis = { git = "https://github.com/op-rs/kona", tag = "kona-client/v1.2.7", default-features = false }
104104

105105
# celo-kona
106-
celo-driver = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d" }
107-
celo-proof = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d" }
108-
celo-host = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d" }
109-
celo-protocol = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d", default-features = false }
110-
celo-genesis = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d", default-features = false }
111-
celo-registry = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d", default-features = false }
106+
celo-driver = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308" }
107+
celo-proof = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308" }
108+
celo-host = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308" }
109+
celo-protocol = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308", default-features = false }
110+
celo-genesis = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308", default-features = false }
111+
celo-registry = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308", default-features = false }
112112

113113
# hana
114114
hana-blobstream = { git = "https://github.com/celestiaorg/hana", tag = "1.5.0-mocha" }
@@ -199,10 +199,10 @@ op-alloy-rpc-types-engine = { version = "0.22.4", default-features = false }
199199
op-alloy-network = { version = "0.22.4", default-features = false }
200200

201201
# Celo Alloy
202-
celo-alloy-consensus = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d", default-features = false }
203-
celo-alloy-rpc-types = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d", default-features = false }
204-
celo-alloy-rpc-types-engine = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d", default-features = false }
205-
celo-alloy-network = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d", default-features = false }
202+
celo-alloy-consensus = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308", default-features = false }
203+
celo-alloy-rpc-types = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308", default-features = false }
204+
celo-alloy-rpc-types-engine = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308", default-features = false }
205+
celo-alloy-network = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308", default-features = false }
206206

207207
# Execution
208208
alloy-evm = { version = "0.24.2", default-features = false }
@@ -216,7 +216,7 @@ revm-precompile = { version = "31.0.0", default-features = false }
216216
op-revm = { version = "14.1.0", default-features = false }
217217

218218
# Celo Execution
219-
alloy-celo-evm = { git = "https://github.com/celo-org/celo-kona", rev = "8867cb6d", default-features = false }
219+
alloy-celo-evm = { git = "https://github.com/celo-org/celo-kona", rev = "8c60308", default-features = false }
220220

221221
# SP1
222222
sp1-sdk = { version = "=5.2.4", default-features = false, features = ["network"] }

elf/aggregation-elf

-8 Bytes
Binary file not shown.

elf/eigenda-range-elf-embedded

308 Bytes
Binary file not shown.

elf/range-elf-bump

1.37 KB
Binary file not shown.

elf/range-elf-embedded

-1.66 KB
Binary file not shown.

0 commit comments

Comments
 (0)