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

deletes multisig identity on account import #5692

Draft
wants to merge 1 commit into
base: feat/hughy/multisig-keys-identity
Choose a base branch
from

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Dec 6, 2024

Summary

since the identity will always be stored on the multisig identity we don't need to maintain the record of the identity separately in the multisigIdenitities store

keeping identities in this store can be confusing for future use when generating new accounts

deletes any existing identity that matches the identity on the imported account instead of adding an identity to the store if it is missing

removes DuplicateIdentityNameError, which is no longer thrown

removes tests that checked duplicate identity name logic on import

Closes IFL-3117

Testing Plan

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes

since the identity will always be stored on the multisig identity we don't need
to maintain the record of the identity separately in the multisigIdenitities
store

keeping identities in this store can be confusing for future use when generating
new accounts

deletes any existing identity that matches the identity on the imported account
instead of adding an identity to the store if it is missing

removes DuplicateIdentityNameError, which is no longer thrown

removes tests that checked duplicate identity name logic on import
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.

1 participant