You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: modules/release-notes/pages/0.6.26-rn.adoc
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,16 @@ This release updates the default cycles wallet to provide better handling of unu
45
45
46
46
This section covers any known issues or limitations that might affect how you work with the {sdk-short-name} in specific environments or scenarios.
47
47
48
+
=== Only the default wallet canister principal can perform canister management tasks
49
+
48
50
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}.
49
51
This change introduces some inconsistencies in the identity used to perform certain tasks and can result in potential access control issues.
50
52
51
53
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