Skip to content

Commit 89d8cfc

Browse files
authored
Update to celo-kona rc6 (#70)
1 parent 6a6f430 commit 89d8cfc

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ kona-genesis = { git = "https://github.com/op-rs/kona", tag = "kona-client/v1.1.
9797

9898
# TODO: replace commit hash with tag when available
9999
# celo-kona
100-
celo-driver = { git = "https://github.com/celo-org/celo-kona", rev = "5318174" }
101-
celo-proof = { git = "https://github.com/celo-org/celo-kona", rev = "5318174" }
102-
celo-host = { git = "https://github.com/celo-org/celo-kona", rev = "5318174" }
103-
celo-protocol = { git = "https://github.com/celo-org/celo-kona", rev = "5318174", default-features = false }
104-
celo-genesis = { git = "https://github.com/celo-org/celo-kona", rev = "5318174", default-features = false }
100+
celo-driver = { git = "https://github.com/celo-org/celo-kona", rev = "76bad58" }
101+
celo-proof = { git = "https://github.com/celo-org/celo-kona", rev = "76bad58" }
102+
celo-host = { git = "https://github.com/celo-org/celo-kona", rev = "76bad58" }
103+
celo-protocol = { git = "https://github.com/celo-org/celo-kona", rev = "76bad58", default-features = false }
104+
celo-genesis = { git = "https://github.com/celo-org/celo-kona", rev = "76bad58", default-features = false }
105105

106106
# hana
107107
hana-blobstream = { git = "https://github.com/celestiaorg/hana", rev = "1d272dd83263dbcc2ad97daaac84b2e578a0b288" }
@@ -188,10 +188,10 @@ op-alloy-rpc-types-engine = { version = "0.22.0", default-features = false }
188188
op-alloy-network = { version = "0.22.0", default-features = false }
189189

190190
# Celo Alloy
191-
celo-alloy-consensus = { git = "https://github.com/celo-org/celo-kona", rev = "5318174", default-features = false }
192-
celo-alloy-rpc-types = { git = "https://github.com/celo-org/celo-kona", rev = "5318174", default-features = false }
193-
celo-alloy-rpc-types-engine = { git = "https://github.com/celo-org/celo-kona", rev = "5318174", default-features = false }
194-
celo-alloy-network = { git = "https://github.com/celo-org/celo-kona", rev = "5318174", default-features = false }
191+
celo-alloy-consensus = { git = "https://github.com/celo-org/celo-kona", rev = "76bad58", default-features = false }
192+
celo-alloy-rpc-types = { git = "https://github.com/celo-org/celo-kona", rev = "76bad58", default-features = false }
193+
celo-alloy-rpc-types-engine = { git = "https://github.com/celo-org/celo-kona", rev = "76bad58", default-features = false }
194+
celo-alloy-network = { git = "https://github.com/celo-org/celo-kona", rev = "76bad58", default-features = false }
195195

196196
# Execution
197197
alloy-evm = { version = "0.23.1", default-features = false }
@@ -204,7 +204,7 @@ revm-precompile = { version = "29.0.1", default-features = false }
204204
op-revm = { version = "12.0.1", default-features = false }
205205

206206
# Celo Execution
207-
alloy-celo-evm = { git = "https://github.com/celo-org/celo-kona", rev = "5318174", default-features = false }
207+
alloy-celo-evm = { git = "https://github.com/celo-org/celo-kona", rev = "76bad58", default-features = false }
208208

209209
# SP1
210210
sp1-sdk = { version = "=5.2.2", default-features = false, features = ["network"] }

elf/aggregation-elf

4 Bytes
Binary file not shown.

elf/celestia-range-elf-embedded

498 KB
Binary file not shown.

elf/eigenda-range-elf-embedded

3.09 KB
Binary file not shown.

elf/range-elf-bump

-988 Bytes
Binary file not shown.

elf/range-elf-embedded

-916 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)