peterpeterparker
released this
23 Dec 12:12
·
6 commits
to main
since this release
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
andlast_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
anddeciding_voting_power
in@dfinity/nns
. - Add utility
isEmptyString
(the opposite of existingnotEmptyString
). - Add utility
mapTokenMetadata
in@dfinity/ledger-icrc
to map the token metadata information from a ledger response into a structured record.