Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Fix android speed by skipping base58 validation #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

karelbilek
Copy link
Contributor

This significantly speeds up Android version of webwallet, by ignoring expensive xpub base58 validation

This significantly speeds up Android version of webwallet, by ignoring expansive xpub base58 validation
@karelbilek
Copy link
Contributor Author

karelbilek commented Jan 17, 2019

We have forked bitcoinjs-lib that optionally skips the validation

https://github.com/karel-3d/bitcoinjs-lib/commit/ce39c9507cc472e63c4b524d7daea65a21dd2a9e

The validation is very expensive (even more on android), even when it's totally useless (see profiler in chat)

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.

None yet

1 participant