2024.03.25-1345Z
peterpeterparker
released this
25 Mar 13:45
·
180 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.3.1 | Maintained ⚙️ |
@dfinity/cketh |
v2.0.1 | Maintained ⚙️ |
@dfinity/cmc |
v3.0.3 | Maintained ⚙️ |
@dfinity/ic-management |
v3.1.0 | Enhanced 🔧 |
@dfinity/ledger-icp |
v2.2.2 | Maintained ⚙️ |
@dfinity/ledger-icrc |
v2.1.1 | Maintained ⚙️ |
@dfinity/nns |
v4.0.2 | Maintained ⚙️ |
@dfinity/nns-proto |
v1.0.2 | Maintained ⚙️ |
@dfinity/sns |
v3.0.2 | Maintained ⚙️ |
@dfinity/utils |
v2.1.3 | Maintained ⚙️ |
Features
- Support for the installation of large canisters with chunked code of the Wasm module in
@dfinity/ic-management
. - Update most recent did files for ledgers (new optional field for initialization) and ckETH (new optional field in event).
- Expose Utxo types in
@dfinity/ckbtc
.
Build
- Bump dev dependencies including esbuild and TypeScript.
Documentation
- Bump
tsdoc-markdown
to parse optional result into READMEs.