Skip to content

Commit 1b552f1

Browse files
authored
Merge pull request #230 from anoma/xuyang/v2.0.0-rc1
bump to 2.0.0-rc.1
2 parents 7c15872 + 5dcac85 commit 1b552f1

16 files changed

Lines changed: 23 additions & 23 deletions

File tree

Cargo.lock

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ We have the following feature flags in arm lib:
113113

114114
```toml
115115
# Default configuration
116-
anoma-rm-risc0 ="2.0.0-pre.1"
116+
anoma-rm-risc0 ="2.0.0-rc.1"
117117

118118
# Proof aggregation (a single succinct proof per transaction)
119-
anoma-rm-risc0 ={ version = "2.0.0-pre.1", features = ["aggregation"] }
119+
anoma-rm-risc0 ={ version = "2.0.0-rc.1", features = ["aggregation"] }
120120

121121
# Logic-circuit-only usage
122-
anoma-rm-risc0 ={ version = "2.0.0-pre.1", default-features = false }
122+
anoma-rm-risc0 ={ version = "2.0.0-rc.1", default-features = false }
123123
```
124124

125125
## Reproducibly generate proving and verifying keys (ELF and ImageID)

arm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "anoma-rm-risc0"
33
description = "Anoma Resource Machine Implementation using RISC0 zkVM"
4-
version = "2.0.0-pre.1"
4+
version = "2.0.0-rc.1"
55
edition = { workspace = true }
66
license = { workspace = true }
77
repository = { workspace = true }
-4 Bytes
Binary file not shown.

arm/elfs/compliance-guest.bin

3.74 KB
Binary file not shown.

arm/elfs/trivial-logic-guest.bin

-5.87 KB
Binary file not shown.

arm/src/constants.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ pub const BATCH_AGGREGATION_PK: &[u8] = include_bytes!("../elfs/batch-aggregatio
1818
lazy_static! {
1919
/// compliance verification key / compliance image id
2020
pub static ref COMPLIANCE_VK: Digest =
21-
Digest::from_hex("189e18348babf7ea166d7e66e6ef047e8d71d82f119b5ebaa5a4e9ae1f0f50a4")
21+
Digest::from_hex("17658a4faaac46abcdf66c1f6ec9d0259c6c0f32d674ca06b041a7746d96ebe8")
2222
.unwrap();
2323

2424
/// padding logic verification key / compliance image id
2525
pub static ref PADDING_LOGIC_VK: Digest =
26-
Digest::from_hex("92ffaeb55bfdcea4dba72ea10aa0532beafdd34658d37173a9cf4fe34f5f0f63")
26+
Digest::from_hex("44e3114ddb22d06657e5cb1edc761e64dc54e70365f306cd0a8f6135591d99ae")
2727
.unwrap();
2828
}
2929

3030
#[cfg(feature = "aggregation")]
3131
lazy_static! {
3232
/// Batch aggregation verification key / Batch aggregation image id.
33-
pub static ref BATCH_AGGREGATION_VK: Digest = Digest::from_hex("66e657da6258e265863f716ca28bbe8b7a6f54afdadf5d2132bb422e6626f715").unwrap();
33+
pub static ref BATCH_AGGREGATION_VK: Digest = Digest::from_hex("67382671772a832be0ece0b7ce52019f015a364788559a12328c15850e721952").unwrap();
3434
}
3535

3636
/// Global kind table, loaded once from a JSON file.

arm_circuits/Cargo.lock

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

arm_circuits/compliance/methods/guest/Cargo.lock

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

arm_circuits/logic_test/methods/guest/Cargo.lock

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

0 commit comments

Comments
 (0)