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
* NOD-525: Optimize baker finalization awake updates
Prevent redundant writes in bsoMarkFinalizationAwakeBakers by only
updating BakerPoolRewardDetails when a baker's finalization state
actually changes. This avoids unnecessary tree rehashing on each block.
Technical details:
- Added check before updating BakerPoolRewardDetails
- Added tests for bsoMarkFinalizationAwakeBakers
0 commit comments