From 9e1b039d3e7790c387c80e8debd57182e59dbd71 Mon Sep 17 00:00:00 2001 From: Piers Powlesland Date: Mon, 10 Nov 2025 21:22:14 +0000 Subject: [PATCH] Update hokulea to v1.0.1 This version is likely required for L2Beat to put us in the 'validium & optimimum' category. --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e09f1ba..f18baaaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,7 +1530,7 @@ dependencies = [ [[package]] name = "canoe-bindings" version = "0.1.0" -source = "git+https://github.com/Layr-Labs/hokulea?rev=ede4e93#ede4e93969fa3e181093c8807576afb85c60cb0e" +source = "git+https://github.com/Layr-Labs/hokulea?rev=c07bb19#c07bb195fd6b8f2bef4c716906f450338af9e484" dependencies = [ "alloy-sol-types", "serde", @@ -1539,7 +1539,7 @@ dependencies = [ [[package]] name = "canoe-verifier" version = "0.1.0" -source = "git+https://github.com/Layr-Labs/hokulea?rev=ede4e93#ede4e93969fa3e181093c8807576afb85c60cb0e" +source = "git+https://github.com/Layr-Labs/hokulea?rev=c07bb19#c07bb195fd6b8f2bef4c716906f450338af9e484" dependencies = [ "alloy-genesis", "alloy-primitives", @@ -1555,7 +1555,7 @@ dependencies = [ [[package]] name = "canoe-verifier-address-fetcher" version = "0.1.0" -source = "git+https://github.com/Layr-Labs/hokulea?rev=ede4e93#ede4e93969fa3e181093c8807576afb85c60cb0e" +source = "git+https://github.com/Layr-Labs/hokulea?rev=c07bb19#c07bb195fd6b8f2bef4c716906f450338af9e484" dependencies = [ "alloy-primitives", "eigenda-cert", @@ -2409,7 +2409,7 @@ dependencies = [ [[package]] name = "eigenda-cert" version = "0.1.0" -source = "git+https://github.com/Layr-Labs/hokulea?rev=ede4e93#ede4e93969fa3e181093c8807576afb85c60cb0e" +source = "git+https://github.com/Layr-Labs/hokulea?rev=c07bb19#c07bb195fd6b8f2bef4c716906f450338af9e484" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -2976,7 +2976,7 @@ dependencies = [ [[package]] name = "hokulea-client" version = "0.1.0" -source = "git+https://github.com/Layr-Labs/hokulea?rev=ede4e93#ede4e93969fa3e181093c8807576afb85c60cb0e" +source = "git+https://github.com/Layr-Labs/hokulea?rev=c07bb19#c07bb195fd6b8f2bef4c716906f450338af9e484" dependencies = [ "alloy-consensus", "alloy-evm", @@ -2997,7 +2997,7 @@ dependencies = [ [[package]] name = "hokulea-client-bin" version = "0.1.0" -source = "git+https://github.com/Layr-Labs/hokulea?rev=ede4e93#ede4e93969fa3e181093c8807576afb85c60cb0e" +source = "git+https://github.com/Layr-Labs/hokulea?rev=c07bb19#c07bb195fd6b8f2bef4c716906f450338af9e484" dependencies = [ "alloy-evm", "alloy-op-evm", @@ -3017,7 +3017,7 @@ dependencies = [ [[package]] name = "hokulea-eigenda" version = "0.1.0" -source = "git+https://github.com/Layr-Labs/hokulea?rev=ede4e93#ede4e93969fa3e181093c8807576afb85c60cb0e" +source = "git+https://github.com/Layr-Labs/hokulea?rev=c07bb19#c07bb195fd6b8f2bef4c716906f450338af9e484" dependencies = [ "alloy-primitives", "async-trait", @@ -3032,7 +3032,7 @@ dependencies = [ [[package]] name = "hokulea-host-bin" version = "0.1.0" -source = "git+https://github.com/Layr-Labs/hokulea?rev=ede4e93#ede4e93969fa3e181093c8807576afb85c60cb0e" +source = "git+https://github.com/Layr-Labs/hokulea?rev=c07bb19#c07bb195fd6b8f2bef4c716906f450338af9e484" dependencies = [ "alloy-primitives", "anyhow", @@ -3059,7 +3059,7 @@ dependencies = [ [[package]] name = "hokulea-proof" version = "0.1.0" -source = "git+https://github.com/Layr-Labs/hokulea?rev=ede4e93#ede4e93969fa3e181093c8807576afb85c60cb0e" +source = "git+https://github.com/Layr-Labs/hokulea?rev=c07bb19#c07bb195fd6b8f2bef4c716906f450338af9e484" dependencies = [ "alloy-primitives", "ark-bn254", diff --git a/Cargo.toml b/Cargo.toml index f8882cb9..20e8b4ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,9 +147,9 @@ revm-context = { version = "11.0.1", default-features = false } alloy-signer = { version = "1.0.38", default-features = false } # Hokulea -hokulea-eigenda = { git = "https://github.com/Layr-Labs/hokulea", rev = "ede4e93", default-features = false} -hokulea-proof = { git = "https://github.com/Layr-Labs/hokulea", rev = "ede4e93", default-features = false} -hokulea-host-bin = { git = "https://github.com/Layr-Labs/hokulea", rev = "ede4e93", default-features = false} +hokulea-eigenda = { git = "https://github.com/Layr-Labs/hokulea", rev = "c07bb19", default-features = false} +hokulea-proof = { git = "https://github.com/Layr-Labs/hokulea", rev = "c07bb19", default-features = false} +hokulea-host-bin = { git = "https://github.com/Layr-Labs/hokulea", rev = "c07bb19", default-features = false} # General url = "2.5.4"