Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final fixes and crate/package version bumps #71

Merged
merged 3 commits into from
Jan 5, 2024

Conversation

This commit removes the automatic threshold update logic when a member removal would result in a state where the remaining voting members number is insufficient to reach threshold. This used to implicitly reduce the threshold down to the remaining number of voting members. Now, configuration changes require explicit threshold changes to avoid the  side-effect unexpected by some users. Test cases have been added to cover these cases as well.
This commit reverts the multisig_create interface to the one that's currently deployed to prod. We do this to ensure the old versions of our SDK continue working the same way after we deploy the Rent Reclamation and Global Config features to prod. For creating multisigs with rent_collector set, we provide 2 alternatives: `multisig_create_v2` or `multisig_set_rent_collector`
Copy link
Contributor

@ogmedia ogmedia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@vovacodes vovacodes merged commit 7f0696f into main Jan 5, 2024
2 checks passed
@vovacodes vovacodes deleted the feat/post-audit-adjustments branch January 5, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants