Closed skosito closed 3 months ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.23%. Comparing base (
7b37b69
) to head (fb2a8e2
). 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.
Focused to make minimal changes and difference between future version of contract. We need 2 new fields (zeta and zetaFee) which now can only be updated by admin (should this be changed to be called by tss address? or introduce new role for it?), and not added in constructor. I also didn't add maxZetaFee field to keep it minimal, but can be added if needed.
closes: #326
Summary by CodeRabbit
New Features
tssAddress
andsupportsLegacy
for enhanced contract management.Bug Fixes
deposit
function to enforce checks on legacy method support.Tests