2024.07.22-0645Z
peterpeterparker
released this
22 Jul 06:41
·
83 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_limit
in the canister settings. - Add optional
includeEmptyNeurons
parameter tolistNeurons
. - Extend
eip1559TransactionPrice
for Erc20. - Add "Protocol Canister Management" and "Service Nervous System Management" topics support.
- Add
asNonNullish
function, likeassertNonNullish
but returns the value.
Fix
updateNeuron
to not change the neuron subaccount.list_neurons
to use oldListNeurons
type for hardware wallet compatibility.
Build
- Upgrade
agent-js
dependencies tov1.4.0
.