Skip to content

Commit

Permalink
release 0.4.0-rc.2 (#612)
Browse files Browse the repository at this point in the history
* bump versions

* update skip guest build method ids
  • Loading branch information
eyusufatik authored May 20, 2024
1 parent bc672be commit 1aa757b
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 83 deletions.
96 changes: 48 additions & 48 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ members = [
]

[workspace.package]
version = "0.4.0-rc.1"
version = "0.4.0-rc.2"
edition = "2021"
license = "GPL-3.0"
authors = ["Chainway Labs <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion bin/citrea/provers/risc0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "risc0"
version = "0.4.0-rc.1"
version = "0.4.0-rc.2"
edition = "2021"
resolver = "2"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions bin/citrea/provers/risc0/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ fn main() {
let elf = r#"
pub const BITCOIN_DA_ELF: &[u8] = &[];
pub const MOCK_DA_ELF: &[u8] = &[];
pub const BITCOIN_DA_ID: [u32; 8] = [3437930472, 3385234327, 1282330154, 1594223745, 199808201, 1449726119, 3164719956, 2494884449];
pub const MOCK_DA_ID: [u32; 8] = [2194593138, 561805477, 1426744713, 3604074109, 1275509937, 1729051969, 72044789, 2546174080];
pub const BITCOIN_DA_ID: [u32; 8] = [2170772617, 2185219863, 3147817613, 3435562326, 2028413396, 832797378, 3678042619, 791033588];
pub const MOCK_DA_ID: [u32; 8] = [2202882101, 946233124, 3137625650, 569444048, 4171135506, 773422281, 1045487828, 881699474];
"#;

std::fs::write(methods_path, elf).expect("Failed to write mock rollup elf");
Expand Down
28 changes: 14 additions & 14 deletions bin/citrea/provers/risc0/guest-bitcoin/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions bin/citrea/provers/risc0/guest-mock/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/sovereign-sdk/adapters/solana/da_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "da_client"
version = "0.4.0-rc.1"
version = "0.4.0-rc.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blockroot"
version = "0.4.0-rc.1"
version = "0.4.0-rc.2"
description = "Created with Anchor"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/sovereign-sdk/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sovereign-sdk-fuzz"
version = "0.4.0-rc.1"
version = "0.4.0-rc.2"
publish = false
edition = "2021"

Expand Down

0 comments on commit 1aa757b

Please sign in to comment.