Skip to content

feat(utxo-core): modernize bip32utils module #6393

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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

OttoAllmendinger
Copy link
Contributor

This PR includes several improvements to the bip32utils module:

  • Move bip32utils tests from bitgo to utxo-core
  • Replace should.js with assert in tests for modern testing practices
  • Replace lodash type checks with native JavaScript equivalents
  • Remove lodash dependency completely
  • Add support for Buffer message type in signMessage/verifyMessage for
    enhanced flexibility

BTC-0

OttoAllmendinger and others added 5 commits July 4, 2025 09:11
Replace lodash type checking helpers with standard JavaScript type checks for
improved performance and reduced dependencies.

Issue: BTC-0

Co-authored-by: llm-git <[email protected]>
Updates the BIP32 utility functions to accept both string and Buffer types as
message input, enhancing flexibility when working with different data formats.

Issue: BTC-0

Co-authored-by: llm-git <[email protected]>
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.

1 participant