Skip to content

2024.12.23-1215Z

Latest
Compare
Choose a tag to compare
@peterpeterparker peterpeterparker released this 23 Dec 12:12
· 6 commits to main since this release
0e5ec6f

Overview

The current status of the libraries at the time of the release is as follows:

Library Version Status
@dfinity/ckbtc v3.1.5 Maintained ⚙️
@dfinity/cketh v3.4.2 Maintained ⚙️
@dfinity/cmc v4.1.0 Enhanced 🔧️
@dfinity/ic-management v6.0.2 Maintained ⚙️
@dfinity/ledger-icp v2.6.5 Maintained ⚙️
@dfinity/ledger-icrc v2.7.0 Enhanced 🔧️
@dfinity/nns v8.1.0 Enhanced 🔧️
@dfinity/nns-proto v2.0.1 Unchanged️
@dfinity/sns v3.2.6 Maintained ⚙️
@dfinity/utils v2.8.0 Enhanced 🔧️

Features

  • Support RefreshVotingPower in @dfinity/nns.
  • Remove optional field last_deposit_with_subaccount_scraped_block_number from ckETH minter information.
  • Add optional field deposit_with_subaccount_helper_contract_address and last_deposit_with_subaccount_scraped_block_number in ckETH minter information.
  • Expose a few additional types related to snapshots in ic-management.
  • Add support for get_subnet_types_to_subnets to @dfinity/cmc.
  • Support VotingPowerEconomics, potential_voting_power and deciding_voting_power in @dfinity/nns.
  • Add utility isEmptyString (the opposite of existing notEmptyString).
  • Add utility mapTokenMetadata in @dfinity/ledger-icrc to map the token metadata information from a ledger response into a structured record.