Skip to content

Commit fdebcb8

Browse files
committed
Release notes
Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
1 parent 825b926 commit fdebcb8

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/src/release_notes.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@
77

88
.. release-notes:: upcoming
99

10+
- Daml
11+
12+
- Support 24h signing delays for CC transfers and allocations
13+
14+
- This is exposed through the existing token standard APIs so no
15+
change is required. Scan returns a slightly different choice
16+
context so make sure to just pass that along opaquely.
17+
- As part of this change additional restrictions are imposed on ``AmuletConfig``. All of these restrictions
18+
already hold on the current configs on DevNet, TestNet and MainNet:
19+
20+
- CC usage fees can no longer be set to non-zero values. They were set to zero in CIP 78.
21+
22+
- ``extraFeaturedAppRewardAmount`` can no longer be set to a different value than ``featuredAppActivityMarkerAmount``.
23+
Both of those are currently set to $1.
24+
25+
- The config schedule on ``AmuletRules`` can no longer contain ``futureValues``. The ability to do so through the UI was removed in CIP 51 but
26+
in theory it would have still been possible to set this through internal APIs.
27+
28+
- ``TransferCommand`` is deprecated and will removed in a future
29+
version. It was originally introduced to support 24h signing
30+
delays and is no longer required now that this is also available
31+
through the token standard APIs. This also applies to the
32+
corresponding validator APIs
33+
``/v0/admin/external-party/transfer-preapproval/prepare-send``
34+
and
35+
``/v0/admin/external-party/transfer-preapproval/submit-send``
36+
which should be replaced by the :ref:`Token Standard APIs
37+
<token_standard>`.
38+
39+
- FIXME: Add versions required for this change
40+
1041
- Validator
1142
- Added support for picking a custom name for new parties created when onboarding users via the `/v0/admin/users` API. See :ref:`docs <validator-users>`.
1243

0 commit comments

Comments
 (0)