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

Give bech32 encoder it's own multisig encoder #4976

Merged
merged 2 commits into from
May 22, 2024

Conversation

NullSoldier
Copy link
Contributor

@NullSoldier NullSoldier commented May 22, 2024

Summary

These should not share the same encoder. It's possible to break old wallets by updating the account value Multisig encoder. There should be no code share between the exporter system and the DB schemas.

Testing Plan

Existing wallet import / export tests cover this.

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

These should not share the same encoder. It's posssible to break old
wallets by updating the account value Multisig encoder.
@NullSoldier NullSoldier marked this pull request as ready for review May 22, 2024 23:12
@NullSoldier NullSoldier requested a review from a team as a code owner May 22, 2024 23:12
@NullSoldier NullSoldier enabled auto-merge (squash) May 22, 2024 23:16
@NullSoldier NullSoldier merged commit dc18b63 into staging May 22, 2024
8 checks passed
@NullSoldier NullSoldier deleted the jason/multisig-key-encoder branch May 22, 2024 23:25
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