Skip to content

Commit 1381acf

Browse files
authored
chore(program): ELF (#28)
* chore: cleanup * sp1 helios
1 parent dfaecdd commit 1381acf

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ cargo_metadata = "0.18"
4848
[patch.crates-io]
4949
sha2-v0-9-9 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "patch-sha2-0.9.9-sp1-4.0.0" }
5050
sha2-v0-10-8 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", tag = "patch-sha2-0.10.8-sp1-4.0.0" }
51+
sha3-v0-10-8 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha3", tag = "patch-sha3-0.10.8-sp1-4.0.0" }
5152
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", tag = "patch-2.0.2-sp1-4.0.0" }
5253
bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", tag = "patch-0.8.0-sp1-4.0.0" }
5354
# From upstream: https://github.com/a16z/helios/blob/master/Cargo.toml#L115

elf/sp1-helios-elf

220 Bytes
Binary file not shown.

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ helios-consensus-core = { workspace = true }
1111
serde_cbor = { workspace = true }
1212
sp1-helios-primitives = { workspace = true }
1313
alloy-sol-types = { workspace = true }
14-
alloy-primitives = { workspace = true }
14+
alloy-primitives = { workspace = true, features = ["sha3-keccak"] }
1515
tree_hash = { workspace = true }

script/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ fn main() {
55
// build_program_with_args(
66
// "../program",
77
// BuildArgs {
8-
// tag: "v4.1.0".to_string(),
98
// docker: true,
109
// elf_name: Some("sp1-helios-elf".to_string()),
1110
// output_directory: Some("../elf".to_string()),

0 commit comments

Comments
 (0)