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

Upgrading wallet #1487

Closed
b00f opened this issue Aug 27, 2024 · 1 comment · Fixed by #1491
Closed

Upgrading wallet #1487

b00f opened this issue Aug 27, 2024 · 1 comment · Fixed by #1491
Assignees
Labels
Milestone

Comments

@b00f
Copy link
Collaborator

b00f commented Aug 27, 2024

Wallet Upgrade from Version 1 to Version 2:

  1. Check for Public Key: If an address has no public key, set it.
  2. AddressInfo Function: Simply return the address info, as all addresses should now have a public key.
  3. Update CRC: Update the CRC to prevent CRC mismatch error.
  4. Unit Testing: Write a unit test to cover this change.
@b00f b00f added the Wallet label Aug 27, 2024
@b00f b00f added this to the v1.4.1 milestone Aug 27, 2024
@Ja7ad Ja7ad modified the milestones: v1.4.1, v.1.5.0 Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@b00f @Ja7ad @akbariandev and others