Skip to content

Commit

Permalink
bump todo_by! by one month
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Mar 5, 2025
1 parent d603528 commit 320c104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sequencer/src/network/cdn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl<T: SignatureKey> SignatureScheme for WrappedSignatureKey<T> {
};

todo_by!(
"2025-3-4",
"2025-4-4",
"Only accept the namespaced message once everyone has upgraded"
);
public_key.0.validate(&signature, message)
Expand Down Expand Up @@ -112,7 +112,7 @@ impl<TYPES: NodeType> RunDef for ProductionDef<TYPES> {
}

todo_by!(
"2025-3-4",
"2025-4-4",
"Remove this, switching to TCP+TLS singularly when everyone has updated"
);
/// The user definition for the Push CDN.
Expand Down

0 comments on commit 320c104

Please sign in to comment.