You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What changed?
<!-- Describe what has changed in this PR -->
1. Update the mutable state update execution state to ignore the change
when no change on the status
2. Update the caller of Partial refresh to provide inclusive state
transition.
3. Add events to event cache when processing sync versioned transition
task
## Why?
<!-- Tell your future self why have you made these changes -->
1 and 2 is to reduce task refresh count. 3 is for reduce
ReadHistoryBranch call.
## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
unit test
## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
no risk
## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->
n/a
## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
yes
0 commit comments