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 PoolRewards with cached hashing (#1321)
* NOD-525: Optimize PoolRewards with cached hashing
Replace BufferedRef with HashedBufferedRef in PoolRewards'
bakerPoolRewardDetails LFMBTree to cache computed hashes. This
optimization eliminates redundant hash calculations previously
performed for each block.
Technical details:
- Switched from BufferedRef to HashedBufferedRef
- Affects bakerPoolRewardDetails tree in PoolRewards data
0 commit comments