2024.12.23-1215Z
·
641 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
RefreshVotingPowerin@dfinity/nns. - Remove optional field
last_deposit_with_subaccount_scraped_block_numberfrom ckETH minter information. - Add optional field
deposit_with_subaccount_helper_contract_addressandlast_deposit_with_subaccount_scraped_block_numberin ckETH minter information. - Expose a few additional types related to snapshots in
ic-management. - Add support for
get_subnet_types_to_subnetsto@dfinity/cmc. - Support
VotingPowerEconomics,potential_voting_poweranddeciding_voting_powerin@dfinity/nns. - Add utility
isEmptyString(the opposite of existingnotEmptyString). - Add utility
mapTokenMetadatain@dfinity/ledger-icrcto map the token metadata information from a ledger response into a structured record.