2024.01.30-1600Z
peterpeterparker
released this
30 Jan 16:00
·
208 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.1.1 | Patched 🩹 |
@dfinity/cketh |
v1.0.0 | Launched 🚀 |
@dfinity/cmc |
v3.0.0 | Breaking Changes |
@dfinity/ic-management |
v2.2.0 | Enhanced 🔧 |
@dfinity/ledger-icp |
v2.1.2 | Patched 🩹 |
@dfinity/ledger-icrc |
v2.1.1 | Maintained ⚙️ |
@dfinity/nns |
v3.1.1 | Maintained ⚙️ |
@dfinity/nns-proto |
v1.0.1 | Maintained ⚙️ |
@dfinity/sns |
v2.1.1 | Patched 🩹 |
@dfinity/utils |
v2.1.0 | Enhanced 🔧 |
Breaking changes
- Upgrade candid files for cmc canister with new fields
subnet_selection
andsettings
.
Features
- Add support for converting ckETH to ETH through the
withdrawEth
function and integrate useful features such aseip1559TransactionPrice
,encodePrincipalToEthAddress
, andretrieve_eth_status
. - Upgrade candid files for
ic-management
canister and support new fieldreserved_cycles_limit
. - Add "API Boundary Node Management" topic support.
- Add optional field
logo
toToken
type. - Update
sns-js
candid files with new fields in sns canisters. - Add public method
toE8s
toTokenAmountV2
.
Fix
- Various certified Candid IDL functions had their names trimmed of the keyword "query".
Build
- Fixed script to generate certified IDL factory files to respect the keyword "query" when used in functions' names.