Skip to content

Releases: fireblocks/recovery

v1.1.0

02 Dec 11:17
Compare
Choose a tag to compare

Major changes and New Features

Added TON support

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Oct 13:09
Compare
Choose a tag to compare

Major changes and New Features

  1. v1.0.0 Release (out of Early Access)
  2. macOS 15 Support
  3. Added support for custom RPCs
  4. Support for ETH Holesky, Celestia (w/ Testnet) and CoreDAOA (w/ Testnet)
  5. Fixed ATOM, ETC withdrawals
  6. Fixed address validations for TRX and ADA_TEST

Full Changelog: v0.5.0...v1.0.0

v0.5.0

01 Feb 14:47
Compare
Choose a tag to compare

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/[email protected]

Minor Changes

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

Patch Changes

@fireblocks/[email protected]

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

@fireblocks/[email protected]

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/[email protected]

Minor Changes

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

@fireblocks/[email protected]

Minor Changes

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

@fireblocks/[email protected]

Minor Changes

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

@fireblocks/[email protected]

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

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

All fixes in this release are part of c2bb413

v0.4.1

17 Dec 14:44
Compare
Choose a tag to compare

Fixed CSV import bug

v0.4.0

13 Dec 21:15
Compare
Choose a tag to compare

@fireblocks/[email protected]

  • 50f113b: fix: fixed solana transfers
  • 84a4973: fix: fixed btc testnet derivation
  • e0891d5: fix: Solana connection 403 fix

@fireblocks/[email protected]

  • e26a3c7: chore: ui fixes (asset id on balance query result and prevent relay modal from closing on empty data scanned
  • 50f113b: fix: fixed solana transfers
  • f547ea4: lint fix
  • e0891d5: fix: Solana connection 403 fix
  • 9f8f0d0: fix: fixed btc transfer
  • 1a720ce: fix: prevent negative balance on EVMs

@fireblocks/[email protected]

  • d8208bc: fix: added ids for e2e testing mode only
  • 50f113b: fix: fixed solana transfers
  • dc4e3ea: allow public key to be used instead of generating public key from scratch
  • e0891d5: fix: Solana connection 403 fix
  • e1e456c: chore: ui fix
  • 9f8f0d0: fix: fixed btc transfer
  • b84ccc7: fix: fixed build

Patch Changes

  • 6ea3f00: fix: recovery command-line argument not opens utility properly

@fireblocks/[email protected]

  • d8208bc: fix: added ids for e2e testing mode only
  • 50f113b: fix: fixed solana transfers
  • fd87693: temp: disable some UTXO based assets for derivation

@fireblocks/[email protected]

  • d8208bc: fix: added ids for e2e testing mode only
  • 2c19295: fix: fixed tests for btc
  • e7ac8d9: fix: removed unnecessary pause on tests
  • a5802f7: fix: console generated error generates log zip instead of crashing first
  • 92c558f: chore: split test assets to mainnet and testnet native assets
  • ab60232: fix: fixed tests to avoid false positives
  • 3ee3773: fix: prevent build for e2e-tests as part of yarn build

Patch Changes

@fireblocks/[email protected]

@fireblocks/[email protected]

Minor Changes

  • d8208bc: fix: added ids for e2e testing mode only
  • e26a3c7: chore: ui fixes (asset id on balance query result and prevent relay modal from closing on empty data scanned
  • dc4e3ea: allow public key to be used instead of generating public key from scratch
  • d4833f0: fix: prevent loading CSV row if it contained invalid data
  • b84ccc7: fix: fixed build

Pulls

  • Destination address validation in #40
  • [Snyk] Bump axios version in #38
  • [Snyk] Bump manypkg/cli version in #39
  • Popup to reveal xprv/fprv in #43
  • UI Fixes in #37

Repo Maintenance

  • Added issues templates in #42
  • 48c87fb: Added pull request templates, contribution and styling doc

Full Changelog

v0.3.5...v0.4.0

v0.3.5

26 Nov 21:05
Compare
Choose a tag to compare
  • chore: error our when x-key recovery doesn't generate key (1)

  • fix: Polkadot, Kusama and Westend balance query causes the tool to become stuck (1)

  • fix: EVMs now include chain id as part of transaction creation (1)

  • fix: Miscellaneous logging and sanitation fixes (1)

  • fix: Properly identify all testnet assets (1)

  • fix: Added functionality to expand QR codes for easier scanning (1)

  • fix: Converted download logs to show logs (1)

  • fix: Froze polkadot versions for node 16 support (1, 2, 3)

  • temporary: disabled Solana transfers (1)

v0.3.4

15 Nov 19:33
Compare
Choose a tag to compare

Fix: mutation and query execute regardless of connectivity (1)

v0.3.3-hotfix

07 Nov 15:40
Compare
Choose a tag to compare
  • Fix: reset relay deployment selection (1)
  • Fix: reset log files on startup (1)

v0.3.3

06 Nov 16:02
Compare
Choose a tag to compare
  • Chore: Overhauled logging (1, 2, 3, 4)
  • Fix: Fixed deployment type settings (1,2,3, 4)
  • Fix: Fixed algorand address computation (1)
  • Fix: Fixed clean script (1)
  • Feat: Added tooltips for wallets and updated transfer property for assets (1,2)

v0.3.2

15 Oct 16:15
Compare
Choose a tag to compare

Fixed EVM transaction on relay