Skip to content

Commit

Permalink
note that cleaning up timestamps no longer works for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Mar 18, 2024
1 parent e278748 commit 25c8496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wardrobe/timestamp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ pub struct CleanUpTimestamp<T>(PhantomData<T>);
impl<T: TimestampConfig> SimpleConstraintChecker for CleanUpTimestamp<T> {
type Error = TimestampError;

// Cleaning up timestamps will not work until evictions are available because
// the timestamps stored on-chain are unspendable.
// FIXME: https://github.com/Off-Narrative-Labs/Tuxedo/issues/98
fn check(
&self,
input_data: &[DynamicallyTypedData],
Expand Down

0 comments on commit 25c8496

Please sign in to comment.