2024.11.27-1230Z
·
659 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.4 | Maintained ⚙️ |
@dfinity/cketh |
v3.4.1 | Maintained ⚙️ |
@dfinity/cmc |
v4.0.2 | Maintained ⚙️ |
@dfinity/ic-management |
v6.0.1 | Patched 🩹 |
@dfinity/ledger-icp |
v2.6.4 | Maintained ⚙️ |
@dfinity/ledger-icrc |
v2.6.4 | Unchanged️ |
@dfinity/nns |
v8.0.1 | Maintained ⚙️ |
@dfinity/nns-proto |
v2.0.1 | Unchanged️ |
@dfinity/sns |
v3.2.5 | Maintained ⚙️ |
@dfinity/utils |
v2.7.1 | Maintained ⚙️ |
Features
- Added definition for
AdvanceSnsTargetVersionto the SNS governance DIDActiondeclarations.
Fix
- The IC management function
install_chunked_codefailed on mainnet because thetarget_canisterwas not mapped aseffective_canister_id, as defined by the IC specification.
Chore
- Enable eslint for tests.
- Allow linter to permit underscore prefixes.