2024.07.22-0645Z
·
746 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.5.0 | Maintained ⚙️ |
@dfinity/cketh |
v3.2.0 | Enhanced 🔧️ |
@dfinity/cmc |
v3.1.0 | Maintained ⚙️ |
@dfinity/ic-management |
v5.1.0 | Enhanced 🔧️ |
@dfinity/ledger-icp |
v2.4.0 | Maintained ⚙️ |
@dfinity/ledger-icrc |
v2.4.0 | Maintained ⚙️ |
@dfinity/nns |
v5.2.0 | Enhanced 🔧️ |
@dfinity/nns-proto |
v2.0.1 | Maintained ⚙️️ |
@dfinity/sns |
v3.1.0 | Maintained ⚙️ |
@dfinity/utils |
v2.4.0 | Maintained ⚙️ |
Features
- Add support for
wasm_memory_limitin the canister settings. - Add optional
includeEmptyNeuronsparameter tolistNeurons. - Extend
eip1559TransactionPricefor Erc20. - Add "Protocol Canister Management" and "Service Nervous System Management" topics support.
- Add
asNonNullishfunction, likeassertNonNullishbut returns the value.
Fix
updateNeuronto not change the neuron subaccount.list_neuronsto use oldListNeuronstype for hardware wallet compatibility.
Build
- Upgrade
agent-jsdependencies tov1.4.0.