Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Upcoming
--------

- Token Standard Metadata API

- Added the ``logoUrl`` field to the instrument info, which was added as an amendment
of CIP-56 in https://github.com/global-synchronizer-foundation/cips/pull/132

- Canton Participant

- Participants now prune data to only retain the last 30 days matching the 30 day pruning interval of sequencers and mediators.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ components:
description: "The timestamp when the total supply was last computed."
type: string
format: date-time
logoUrl:
description: "Optional URL for a logo for the instrument"
type: string
format: uri
decimals:
description: |
The number of decimal places used by the instrument.
Expand Down
Loading