Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 72ce391

Browse files
authored
add known issue about bls (#366)
* add known issue about bls * Change bullets to headings
1 parent 03b895c commit 72ce391

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

modules/release-notes/pages/0.6.26-rn.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,16 @@ This release updates the default cycles wallet to provide better handling of unu
4545

4646
This section covers any known issues or limitations that might affect how you work with the {sdk-short-name} in specific environments or scenarios.
4747

48+
=== Only the default wallet canister principal can perform canister management tasks
49+
4850
The introduction of the cycles wallet canister changes the default principal used to perform key canister management tasks, such as registering a new canister identifier and deploying a new canister on the {IC}.
4951
This change introduces some inconsistencies in the identity used to perform certain tasks and can result in potential access control issues.
5052

5153
You should note that none of the tutorials have been updated to reflect this specific change in behavior yet and the current version of the link:../developers-guide/tutorials/access-control{outfilesuffix}[Add access control with identities] tutorial is known to be invalid for this release.
52-
If you want to experiment with access control using the link:../developers-guide/tutorials/access-control{outfilesuffix}[Add access control with identities] tutorial, you should install the {sdk-short-name} version 0.6.23 (or older).
54+
If you want to experiment with access control using the link:../developers-guide/tutorials/access-control{outfilesuffix}[Add access control with identities] tutorial, you should install the {sdk-short-name} version 0.6.23 (or older).
55+
56+
=== Incompatibility when using the JavaScript agent directly in a project
57+
58+
If you access the `@dfinity/agent` JavaScript agent directly in a project—that is, without going through the bootstrap server—you will not be able to import the `bls` certification scheme with the `agent-js` release.
59+
60+
If your application uses the JavaScript agent directly, you should use the latest beta version (`@dfinity/agent@0.6.26-beta.1`) of the agent instead of the published version.

0 commit comments

Comments
 (0)