crypto_wallet_util 1.1.9 copy "crypto_wallet_util: ^1.1.9" to clipboard
crypto_wallet_util: ^1.1.9 copied to clipboard

A collection of utility functions for cryptocurrencies.

Changelog #

1.0.0 - 2024-06-19 #

Added #

  • Initial release version featuring fundamental functionalities:
    • support wallets: ALPH, APTOS, CKB, COSMOS, DOT, HNS, KAS, KLS, NEAR, SC, SOL,SUI, XRP.
    • support address check.

1.0.1 - 2024-07-11 #

Update #

  • Update doc and optimize code.

1.0.2 - 2024-07-30 #

Update #

  • Add wallets: FIL, SCP.
  • Add function: F410 address conversion, evm address custom generate.

1.0.3 - 2024-08-01 #

Doc #

  • Modify readme.

1.0.4 - 2024-08-12 #

Refactor #

  • Modify filecoin export.

1.0.5 - 2024-09-05 #

Update #

  • Add wallet: ETH.
  • Support eth transaction type: EIP1559, LEGACY.
  • Support eth signed typed data module.

1.0.6 - 2024-09-13 #

Refactor #

  • Export eth transaction type: EIP1559, LEGACY.
  • Modify EIP1559 and LEGACY transaction type.

1.0.7 - 2024-09-13 #

Update #

  • Update eth transaction type: EIP1559, LEGACY.

1.0.8 - 2024-09-13 #

Update #

  • Update eth EthTxData.

1.0.9 - 2024-09-25 #

Update #

  • Update pinenacl to v0.6.0

1.0.10 - 2024-10-08 #

Update #

  • Add wallet: icp.
  • Modify eip1559 message.

1.0.11 - 2024-10-11 #

Update #

  • Add transaction: icp.

1.0.12 - 2024-10-23 #

Update #

  • Add wallet: icp stoic.

1.0.13 - 2024-11-26 #

Update #

  • Add address check: aleo, ton, icp.

1.0.14 - 2024-11-26 #

Update #

  • update btc type address check.

1.0.15 - 2024-11-27 #

Update #

  • update bch type address check.

1.0.16 - 2024-11-27 #

Update #

  • export scp dictionary.

1.0.17 - 2024-12-16 #

Update #

  • Add wallet: algo.

1.0.18 - 2024-12-19 #

Update #

  • Add psbt signer.

1.0.19 - 2024-12-20 #

Update #

  • Add function: decompress public key.

1.0.20 - 2024-12-24 #

Update #

  • Add wallet: trx.

1.0.21 - 2025-01-06 #

Update #

  • Address utils update.

1.1.0 - 2025-01-14 #

Update #

  • Forked library: bip32, bitcoin base, psbt.
  • Refactor code.

1.1.1 - 2025-01-16 #

Update #

  • Export package.

1.1.2 - 2025-02-08 #

Update #

  • Export solana tx v2 package.

1.1.3 - 2025-02-21 #

fix #

  • solana tx v2 message error.

1.1.4 - 2025-03-10 #

Update #

  • Forked library: xrpl_dart.
  • Fix xrp tx signer error.

1.1.5 - 2025-03-28 #

Update #

  • Fix bells testnet config error.

1.1.6 - 2025-06-19 #

Update #

  • Add btc wallet and psbt tx builder.

1.1.7 - 2025-06-23 #

Update #

  • fix psbt signer error.

1.1.8 - 2025-07-28 #

Update #

  • Add gspl signer.
  • Add doge wallet
  • Add ltc wallet
  • Add bch wallet

1.1.9 - 2025-07-28 #

Update #

  • Update gitignore file.