Skip to content

Commit 9eddb2a

Browse files
jot2redd23kc1212
authored
chore: backported addition of prss fix to backup (#435)
* chore: backported addition of prss fix to backup * build: updated version * chore: removed epoch check on init * chore: added legacy prss setup as well * test: fix * Update core/service/src/engine/backup_operator.rs Co-authored-by: Daniel Demmler <daniel.demmler@zama.ai> * Update core/service/src/engine/backup_operator.rs Co-authored-by: Daniel Demmler <daniel.demmler@zama.ai> * fix: changed backup to properly support legacy prss * fix: lint * chore: tweaks * chore: cargo fmt * fix: handled copilot comment and removed obsolete test --------- Co-authored-by: Daniel Demmler <daniel.demmler@zama.ai> Co-authored-by: Kelong Cong <kc1212@users.noreply.github.com>
1 parent bd9efd8 commit 9eddb2a

File tree

11 files changed

+597
-171
lines changed

11 files changed

+597
-171
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ authors = ["Zama"]
3333
publish = true
3434
edition = "2021"
3535
license = "BSD-3-Clause-Clear"
36-
version = "0.13.2"
36+
version = "0.13.3"
3737
repository = "https://github.com/zama-ai/kms"
3838
description = "Key Management System for the Zama Protocol."
3939

backward-compatibility/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backward-compatibility"
3-
version = "0.13.0"
3+
version = "0.13.3"
44
publish = false
55
authors = ["Zama"]
66
edition = "2021"

backward-compatibility/generate-v0.13.0/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backward-compatibility-generate-v0-13-0"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
publish = false
55
authors = ["Zama"]
66
edition = "2021"

0 commit comments

Comments
 (0)