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

Move wallet/account/encoder to wallet/exporter #4971

Merged
merged 2 commits into from
May 21, 2024

Conversation

NullSoldier
Copy link
Contributor

Summary

We keep running into issues where people use code in the account and walletDB from the exporter, which they should not do. There should be no code share between the walletDB and the exporter. This continously causes issues where people add things to the DB and suddenly it gets exported or expected to be decoded when someone is importing a wallet.

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

We keep running into issues where people use code in the account and
walletDB from the exporter, which they should not do. There should be no
code share between the walletDB and the exporter. This continously
causes issues where people add things to the DB and suddenly it gets
exported or expected to be decoded when someone is importing a wallet.
@NullSoldier NullSoldier marked this pull request as ready for review May 21, 2024 20:17
@NullSoldier NullSoldier requested a review from a team as a code owner May 21, 2024 20:17
@NullSoldier NullSoldier enabled auto-merge (squash) May 21, 2024 22:54
@NullSoldier NullSoldier merged commit a1eb8e5 into staging May 21, 2024
5 checks passed
@NullSoldier NullSoldier deleted the jason/account-import branch May 21, 2024 23:01
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