Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Conversation

Jasonvdb
Copy link
Contributor

@Jasonvdb Jasonvdb commented Jul 2, 2021

Contains breaking changes

  • Updates Lndmobile to 0.13
  • Original unlocker bug seems to be resolved so a lot of native Swift/Java code could be removed. GenSeed, InitWallet and UnlockWallet are just called from the JS now .
  • LND now has it's own state service so it's no longer required to keep track of the current state and it's updates in the native code.
  • Refactored state service and wallet unlocker functionality into their own service classes.
  • There is a bug with the protobuf files where having multiple proto files all using the same namespace causes some issues. Before updating the proto files from LND's repo we need to add a prefix to the package name. i.e for the walletunlocker.proto we need to change package lnrpc; topackage wu_lnrpc;.

@coreyphillips coreyphillips merged commit 326238c into master Jul 6, 2021
@coreyphillips coreyphillips deleted the lnd-0.13 branch July 6, 2021 12:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants