Skip to content

3.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:55
de0773d

@metamask/bitcoin-wallet-snap 2.0.0

Added

  • Add support for keyring API v2, including bip44:derive-path, bip44:derive-index, bip44:derive-index-range, and bip44:discover account creation types (#43)
  • Add exportAccount method supporting WIF (base58) private key export (#43)
  • Add parseDerivationPath to validate and parse BIP-44 derivation paths for native segwit (BIP-84) accounts (#43)

Changed

  • BREAKING Remove v1 keyring API support (createAccount, v1 Keyring interface) in favour of v2 (#43)
  • BREAKING: Re-licensed split into LICENSE.MIT or LICENSE.APACHE2 files (SPDX expression unchanged) (#75)
  • Migrate KeyringHandler to implement KeyringSnapRpc from @metamask/keyring-api/v2 (#43)
  • Update snap.manifest.json to declare derivePath capability in the bip44 keyring block (#43)
  • Mark accounts as exportable in the keyring account mapping (#43)

@metamask/tron-wallet-snap 2.0.0

Changed

  • BREAKING: Re-licensed split into LICENSE.MIT or LICENSE.APACHE2 files (SPDX expression unchanged) (#75)
  • This package was migrated from snap-tron-wallet. See the source repository for the original changelog
  • Bump @metamask/keyring-api from ^23.2.0 to ^23.7.0 (#43)
  • Bump @metamask/keyring-snap-sdk from ^8.0.0 to ^9.2.1 (#43)
  • Bump @metamask/snaps-cli from ^8.3.0 to ^8.4.1 (#43)
  • Bump @metamask/snaps-sdk from ^11.1.1 to ^11.2.0 (#43)
  • Bump @metamask/superstruct from ^3.2.1 to ^3.4.1 (#43)