Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@a0ngo a0ngo released this 01 Feb 14:47
· 10 commits to main since this release

Major changes and New Features

  1. Fixed Ubuntu launch failure
  2. NCW (Non-Custodial Wallet) recovery for wallet key-shares
  3. Support for BSV, DASH, LTC and Doge chains
  4. Fixed consecutive withdrawal failure
  5. Fixed CSV loading when derivation path is missing
  6. Key generation for backup kit can now load a public key instead of generating a key-pair from scratch
  7. Allowed for insertion of extended private keys instead of full key recovery
  8. Recovery relay now shows when a new release is available

@fireblocks/wallet-derivation@0.6.0

Minor Changes

  • added NCW tests
  • added ncw recovery functionality
  • refactor derivation and signing code
  • update type naming

Patch Changes

  • Updated dependencies [c2bb413]
    • @fireblocks/asset-config@0.3.0

@fireblocks/recovery-relay@0.6.0

Minor Changes

  • fixed btc relay wallet broadcast failure
  • added alert for new version availability
  • reflect broadcast error in case occurred
  • refactored btc-like information query code on relay
  • consecutive withdrawals don't work
  • allowed btc relay utils to pipe web req through main proc
  • fixed fetching UTXO to only confirmed ones
  • refactored doge relay wallet
  • added bsv broadcast function and cleanup
  • ripple tx broadcast and result without waiting for confirmation
  • fixed EVM provider caching and funds broadcast error
  • updated withdrawal modal to reflect errors
  • execute web requests through main process instead of renderer for SOL and BSV
  • fix error due to bigint in info call
  • fixed btc relay wallet to use overwritten broadcast function in case available

Patch Changes

  • Updated dependencies [c2bb413]
    • @fireblocks/recovery-shared@0.4.0
    • @fireblocks/asset-config@0.3.0
    • @fireblocks/wallet-derivation@0.6.0

@fireblocks/recovery-utility@0.6.0

Minor Changes

  • Implemented BSV transaction creation, serialization and signing
  • implemented doge tx signing
  • fix: consecutive withdrawals don't work
  • implemented DASH signing
  • fix linux appimage relaunch failure
  • added ncw recovery functionality
  • added functionality to only recover NCW keys
  • refactor derivation and signing code
  • update type naming
  • execute web requests through main process instead of renderer for SOL and BSV
  • export NCW master wallet from recovery to workspace
  • remove log flooding print

@fireblocks/asset-config@0.3.0

Minor Changes

  • fixed AVAX testnet explorer URL
  • updated doge explorer link
  • Disabled transfer for testnet assets and re-enabled transfer for UTXO assets

@fireblocks/e2e-tests@0.2.0

Minor Changes

  • tests now take into account broadcast errors
  • allowed for alternative to address in tests

@fireblocks/extended-key-recovery@1.3.0

Minor Changes

  • allow manual input of xprv and fprv
  • added functionality to only recover NCW keys
  • update type naming

@fireblocks/recovery-shared@0.4.0

Minor Changes

  • allow manual input of xprv and fprv
  • prevent loading csv if asset is missing derivation path
  • fixed address validation for testnet assets
  • changed variable names
  • fix: consecutive withdrawals don't work
  • added ncw recovery functionality
  • fixed EVM provider caching and funds broadcast error
  • added functionality to only recover NCW keys
  • update type naming
  • export NCW master wallet from recovery to workspace

Patch Changes

  • Updated dependencies [c2bb413]
    • @fireblocks/extended-key-recovery@1.3.0
    • @fireblocks/asset-config@0.3.0
    • @fireblocks/wallet-derivation@0.6.0

Full Changelog: v0.4.1...v0.5.0

All fixes in this release are part of c2bb413