2024.06.05-0835Z
·
771 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 |
v2.4.0 | Enhanced 🔧 |
@dfinity/cketh |
v3.1.0 | Enhanced 🔧 |
@dfinity/cmc |
v3.0.6 | Maintained ⚙️ |
@dfinity/ic-management |
v5.0.0 | Breaking Changes |
@dfinity/ledger-icp |
v2.3.0 | Enhanced 🔧 |
@dfinity/ledger-icrc |
v2.3.2 | Maintained ⚙️ |
@dfinity/nns |
v5.1.1 | Maintained ⚙️ |
@dfinity/nns-proto |
v2.0.0 | Unchanged️ |
@dfinity/sns |
v3.0.5 | Maintained ⚙️ |
@dfinity/utils |
v2.3.0 | Enhanced 🔧 |
Breaking changes
bitcoinGetUtxosandbitcoinGetUtxosQueryhave been removed from the@dfinity/ic-managementlibrary. Instead, usegetUtxosfrom the new Bitcoin canister exposed in@dfinity/ckbtcto access similar data.
Features
- Support for
getUtxosendpoint in the new Bitcoin canister from@dfinity/ckbtc. - Canister status response extended with query statistics.
- Add
metadatafunction to ledger ICP. - Add optional parameters to ICP ledger
transactionFee. - Add support for
icrc2_approveon the ICP ledger canister in@dfinity/ledger-icp.