Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Releases: nabla-studio/nablajs

v1.0.0-next.1

06 Dec 11:51
Compare
Choose a tag to compare
v1.0.0-next.1 Pre-release
Pre-release

1.0.0-next.1 (2022-12-06)

Bug Fixes

  • bip85: 🐛 fix bip85 child mnemonic generation (39b3347)
  • bip85: 🐛 fix fromBase58 and derive methods (0df8dc5)
  • bip85: 🐛 fix fromMnemonic method (08e30ec)
  • bip85: 🐛 fix xrpv generation (98236af)
  • keyring: 🐛 fix edit mnemonic method (cd9e962)
  • keyring: 🐛 fix empty function return (7a2f7ff)
  • keyring: 🐛 fix KeyringTesting decrypt data encoding from hex to utf8 (b23f0dc)
  • keyring: 🐛 fix TestKeyring decrypt method (ed238a7)

Features

  • ➕ add commitlint and commitizen deps (43c5193)
  • ➕ add husky dep (3226032)
  • ➕ add lint-staged dep (afeb7af)
  • ✨ add basic layout for Keyring class (7967a25)
  • ✨ add keyring package setup (b52700f)
  • 🎉 setup boilerplate for nx.js (15a9476)
  • 🔧 add more rules for prettier (b2a2d58)
  • bip85: 🚧 add bip85 implementation and basic tests (affc149)
  • bip85: ➕ add basic deps for bip85 (c7f5320)
  • bip85: ✨ add setup for bip85 package (850ff93)
  • bip85: ✨ rewrite bip85 only with Uint8Array (df3baa4)
  • keyring: 🏷️ add keyring class generic (ce945c1)
  • keyring: 🏷️ add keyring storage types (aed0220)
  • keyring: ✨ add changeCurrentMnemonic method (9a0bee5)
  • keyring: ✨ add deleteMnemonic method (834c4bd)
  • keyring: ✨ add editMnemonic method (0049c0c)
  • keyring: ✨ add empty method (1418d0e)
  • keyring: ✨ add getAllMnemonics method (8c4ad2c)
  • keyring: ✨ add hash related methods (133037f)
  • keyring: ✨ add keyring storage schema (cb0259d)
  • keyring: ✨ add lock method and index switch on delete mnemonic (a1fa507)
  • keyring: ✨ add save mnemonic method (f32cc6a)
  • keyring: ✨ add unlock, init methods and refactoring (4a82097)
  • keyring: ✨ implemented passphrase field as hash name (245e1b2)
  • keyring: ✨ improved the keyring structure with the use of generics (180c3a3)
  • keyring: ✨ update read, save and delete abstract methods (0b2ecf5)
  • rn-keyring-example: ✨ add example app for rn-keyring (6642a3a)
  • rn-keyring: ✨ add setup and basic implementation for RNKeyring (66ce44f)
  • rn-keyring: ✨ implemented asyncstorage for keyring i/o operations (b02516f)
  • wif: ✨ add setup for wif package (8d5b252)
  • wif: ✨ add typescript implementation for wif (0d10552)
  • wif: ✨ add wif implementation (1e66211)
  • wif: ✨ rewrite wif using only Uint8Array (f6fa911)

Reverts

  • rn-keyring-example: ⏪ removed rn-native-example, because we can't support cosmjs here (99d98aa)