Skip to content

Commit 0abd4d7

Browse files
authored
Bump hokulea to include additional audit fix commit (#39)
* Bump hokulea to include additional audit fix commit * Use celo-kona released version
1 parent fb8a776 commit 0abd4d7

File tree

6 files changed

+47
-47
lines changed

6 files changed

+47
-47
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 18 additions & 18 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.0.
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 = "bc905a8" }
101-
celo-proof = { git = "https://github.com/celo-org/celo-kona", rev = "bc905a8" }
102-
celo-host = { git = "https://github.com/celo-org/celo-kona", rev = "bc905a8" }
103-
celo-protocol = { git = "https://github.com/celo-org/celo-kona", rev = "bc905a8", default-features = false }
104-
celo-genesis = { git = "https://github.com/celo-org/celo-kona", rev = "bc905a8", default-features = false }
100+
celo-driver = { git = "https://github.com/celo-org/celo-kona", tag = "celo/v1.0.0-rc.2" }
101+
celo-proof = { git = "https://github.com/celo-org/celo-kona", tag = "celo/v1.0.0-rc.2" }
102+
celo-host = { git = "https://github.com/celo-org/celo-kona", tag = "celo/v1.0.0-rc.2" }
103+
celo-protocol = { git = "https://github.com/celo-org/celo-kona", tag = "celo/v1.0.0-rc.2", default-features = false }
104+
celo-genesis = { git = "https://github.com/celo-org/celo-kona", tag = "celo/v1.0.0-rc.2", default-features = false }
105105

106106
# hana
107107
hana-blobstream = { git = "https://github.com/celestiaorg/hana", tag = "v1.0.0" }
@@ -111,14 +111,14 @@ hana-oracle = { git = "https://github.com/celestiaorg/hana", tag = "v1.0.0" }
111111

112112
# hokulea
113113
# TODO(fakedev9999): Bump to 1.0.0 once the release is out.
114-
hokulea-eigenda = { git = "https://github.com/Layr-Labs/hokulea", rev = "ac71d84" }
115-
hokulea-host-bin = { git = "https://github.com/Layr-Labs/hokulea", rev = "ac71d84" }
116-
hokulea-proof = { git = "https://github.com/Layr-Labs/hokulea", rev = "ac71d84" }
117-
hokulea-witgen = { git = "https://github.com/Layr-Labs/hokulea", rev = "ac71d84" }
118-
hokulea-zkvm-verification = { git = "https://github.com/Layr-Labs/hokulea", rev = "ac71d84" }
119-
canoe-sp1-cc-host = { git = "https://github.com/Layr-Labs/hokulea", rev = "ac71d84" }
120-
canoe-sp1-cc-verifier = { git = "https://github.com/Layr-Labs/hokulea", rev = "ac71d84" }
121-
canoe-verifier-address-fetcher = { git = "https://github.com/Layr-Labs/hokulea", rev = "ac71d84" }
114+
hokulea-eigenda = { git = "https://github.com/Layr-Labs/hokulea", rev = "6ff3784" }
115+
hokulea-host-bin = { git = "https://github.com/Layr-Labs/hokulea", rev = "6ff3784" }
116+
hokulea-proof = { git = "https://github.com/Layr-Labs/hokulea", rev = "6ff3784" }
117+
hokulea-witgen = { git = "https://github.com/Layr-Labs/hokulea", rev = "6ff3784" }
118+
hokulea-zkvm-verification = { git = "https://github.com/Layr-Labs/hokulea", rev = "6ff3784" }
119+
canoe-sp1-cc-host = { git = "https://github.com/Layr-Labs/hokulea", rev = "6ff3784" }
120+
canoe-sp1-cc-verifier = { git = "https://github.com/Layr-Labs/hokulea", rev = "6ff3784" }
121+
canoe-verifier-address-fetcher = { git = "https://github.com/Layr-Labs/hokulea", rev = "6ff3784" }
122122

123123
# op-succinct
124124
op-succinct-prove = { path = "scripts/prove" }
@@ -186,10 +186,10 @@ op-alloy-rpc-types-engine = { version = "0.17.2", default-features = false }
186186
op-alloy-network = { version = "0.17.2", default-features = false }
187187

188188
# Celo Alloy
189-
celo-alloy-consensus = { git = "https://github.com/celo-org/celo-kona", rev = "bc905a8", default-features = false }
190-
celo-alloy-rpc-types = { git = "https://github.com/celo-org/celo-kona", rev = "bc905a8", default-features = false }
191-
celo-alloy-rpc-types-engine = { git = "https://github.com/celo-org/celo-kona", rev = "bc905a8", default-features = false }
192-
celo-alloy-network = { git = "https://github.com/celo-org/celo-kona", rev = "bc905a8", default-features = false }
189+
celo-alloy-consensus = { git = "https://github.com/celo-org/celo-kona", tag = "celo/v1.0.0-rc.2", default-features = false }
190+
celo-alloy-rpc-types = { git = "https://github.com/celo-org/celo-kona", tag = "celo/v1.0.0-rc.2", default-features = false }
191+
celo-alloy-rpc-types-engine = { git = "https://github.com/celo-org/celo-kona", tag = "celo/v1.0.0-rc.2", default-features = false }
192+
celo-alloy-network = { git = "https://github.com/celo-org/celo-kona", tag = "celo/v1.0.0-rc.2", default-features = false }
193193

194194
# Execution
195195
alloy-evm = { version = "0.10.0", default-features = false }
@@ -202,7 +202,7 @@ revm = { version = "24.0.1", default-features = false, features = [
202202
op-revm = { version = "5.0.1", default-features = false }
203203

204204
# Celo Execution
205-
alloy-celo-evm = { git = "https://github.com/celo-org/celo-kona", rev = "bc905a8", default-features = false }
205+
alloy-celo-evm = { git = "https://github.com/celo-org/celo-kona", tag = "celo/v1.0.0-rc.2", default-features = false }
206206

207207
# SP1
208208
sp1-sdk = { version = "=5.2.1" }

elf/aggregation-elf

-52 Bytes
Binary file not shown.

elf/eigenda-range-elf-embedded

2.66 KB
Binary file not shown.

elf/range-elf-bump

700 Bytes
Binary file not shown.

elf/range-elf-embedded

2.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)