-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vow): handle resolution loops in vows (#9561)
closes: #9560 ## Description Add a weak set of previously seen vowV0 payloads when shortening during `watch` or `when` ### Security Considerations None ### Scaling Considerations Potential churn in storage just for shortening loop detection. Every `watch` will cause a new WeakSetStore to be allocated. ### Documentation Considerations None ### Testing Considerations New unit tests ### Upgrade Considerations To avoid state migration concerns, this needs to be deployed before we start using `watch` more broadly.
- Loading branch information
Showing
3 changed files
with
90 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters