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

fix(derivation): Revert Derivation enum variants #3965

Merged
merged 7 commits into from
Aug 5, 2024

Conversation

satoshiotomakan
Copy link
Collaborator

@satoshiotomakan satoshiotomakan commented Aug 1, 2024

Description

The problem is that the derivation enum raw value is stored in KeyStore, and after the update we have a Derivation mismatch.

How to test

Run Rust, C++, Swift, Kotlin, JS tests

Types of changes

  • Revert TWDerivation enum variants
    For example, TWDerivationSegwit is reverted back to TWDerivationLitecoinSegwit

Checklist

  • Create pull request as draft initially, unless its complete.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • If there is a related Issue, mention it in the description.

If you're adding a new blockchain

  • I have read the guidelines for adding a new blockchain.

@satoshiotomakan satoshiotomakan marked this pull request as ready for review August 1, 2024 16:56
Copy link

github-actions bot commented Aug 1, 2024

Binary size comparison

➡️ aarch64-apple-ios: 11.99 MB

➡️ aarch64-apple-ios-sim:

- 11.99 MB
+ 11.99 MB 	 -1 KB

➡️ aarch64-linux-android:

- 15.34 MB
+ 15.34 MB 	 -1 KB

➡️ armv7-linux-androideabi:

- 13.12 MB
+ 13.11 MB 	 -1 KB

➡️ wasm32-unknown-emscripten:

- 10.86 MB
+ 10.86 MB 	 -1 KB

@satoshiotomakan satoshiotomakan merged commit f96c6b7 into master Aug 5, 2024
13 checks passed
@satoshiotomakan satoshiotomakan deleted the s/derivation-enum-fix branch August 5, 2024 13:45
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