Skip to content

Commit

Permalink
feat: add reset version expiration txn
Browse files Browse the repository at this point in the history
  • Loading branch information
raindust committed Apr 7, 2024
1 parent 0ff71c7 commit 13eeb2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system-actors/src/tappstore/txns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@ pub enum TappstoreTxn {
CancelLastFreeze {
auth_b64: String,
},
ResetVersionExpiration {
auth_b64: String,
},
AddVersionPcrs {
version: String,
pcrs: Vec<(PcrType, String)>,
Expand Down

0 comments on commit 13eeb2d

Please sign in to comment.