urbit / urbit-key-generation

Key derivation and HD wallet generation functions for Urbit
MIT License
15 stars 8 forks source link

Refactor bitcoin extended public key derivation #98

Closed pkova closed 3 years ago

pkova commented 3 years ago

The wallet output is exactly the same as my previous PR #97, but I noticed that I was writing unnecessary code for stuff that the bip32 library does natively.

Unfortunately I noticed this just after prodding you to release! Anyways there's no hurry with this one since it doesn't change anything on the consumer side, it's just neater code.