Skip to content

Commit 776337b

Browse files
authored
chore: 0.8.3 (#30)
* 0.8.3 * chore: fix
1 parent 1381acf commit 776337b

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ sp1-helios-program = { path = "program" }
1616
sp1-helios-primitives = { path = "primitives" }
1717

1818
# helios
19-
helios = { git = "https://github.com/a16z/helios", tag = "0.8.1" }
20-
helios-consensus-core = { git = "https://github.com/a16z/helios", tag = "0.8.1" }
21-
helios-ethereum = { git = "https://github.com/a16z/helios", tag = "0.8.1" }
19+
helios = { git = "https://github.com/a16z/helios", tag = "0.8.3" }
20+
helios-consensus-core = { git = "https://github.com/a16z/helios", tag = "0.8.3" }
21+
helios-ethereum = { git = "https://github.com/a16z/helios", tag = "0.8.3" }
2222

2323
# general
2424
dotenv = "0.15.0"

book/reproducible-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Then build the binaries:
3434
cd program
3535

3636
# Builds the SP1 Helios binary using the corresponding Docker tag, output directory and ELF name.
37-
cargo prove build --docker --tag v4.0.0-rc.10 --elf-name sp1-helios-elf
37+
cargo prove build --docker --tag v4.1.3 --elf-name sp1-helios-elf
3838
```
3939

4040
Now, verify the binaries by confirming the output of `vkey` matches the vkeys on the contract. The `vkey` program outputs the verification key

elf/sp1-helios-elf

28.5 KB
Binary file not shown.

script/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ fn main() {
77
// BuildArgs {
88
// docker: true,
99
// elf_name: Some("sp1-helios-elf".to_string()),
10+
// tag: Some("v4.1.3".to_string()),
11+
// docker: true,
1012
// output_directory: Some("../elf".to_string()),
1113
// ..Default::default()
1214
// },

0 commit comments

Comments
 (0)