LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

createWallet is blocking the UI thread on Android #5

Open testerez opened 2 years ago

testerez commented 2 years ago

I noticed that BdkRn.createWallet(...) is blocking the UI thread on Android. Is it something you are aware about?

BitcoinZavior commented 2 years ago

Yes it is blocking for the first call, calls after the first one are faster. Is that what you have observed as well? There is an overall effort to reduce the size of the binaries and also some efficiencies in building. Will wait for that to complete and try again.

BitcoinZavior commented 2 years ago

This ticket will also help https://github.com/LtbLightning/bdk-rn/issues/12