From 5eb113184ce3f45924a4668d595ef94d6b9ec60b Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 6 Nov 2023 09:00:25 +0100 Subject: [PATCH] docs: list icp index canister --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b995bede8..3a01b1c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ ## Features -- expose few types - notably `BlockHeight` - for library `@dfinity/ledger-icp` +- add support for ICP Index canister to library `@dfinity/ledger-icp`. New `IndexCanister` functions: `accountBalance`. +- expose few types - notably `BlockHeight` - for library `@dfinity/ledger-icp`. - support new fields from swap canister response types: `min_direct_participation_icp_e8s`, `max_direct_participation_icp_e8s` and `neurons_fund_participation`. - support new fields in the `CreateServiceNervousSystem` proposal action `maximum_direct_participation_icp`, `minimum_direct_participation_icp` and `neurons_fund_participation`. - support new filter field `omit_large_fields` in `list_proposals`.