Closed cjcobb23 closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.68%. Comparing base (
8b0df43
) to head (473cc49
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
There was too much complexity around when parameter updates take effect. Sometimes they took effect in the current epoch, and sometimes they took effect in the next epoch, and it was hard to reason about when each happened. Instead, I think it is simpler and easier to maintain by having parameter updates always take effect in the current epoch.
https://axelarnetwork.atlassian.net/browse/AXE-5297