-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We need to update CCF specification to incorporate changes that were made in Cadence.
Cadence 1.0 added new types, updates (e.g. renaming types), etc. For example:
- rename restricted type to intersection type cadence#2581
- Add support for
FunctionType.Purityin CCF codec cadence#3107 - Add support for Attachment and AttachmentType in CCF codec cadence#3131
- Add more support for entitlements (
ReferenceType.Authorization) to CCF codec cadence#3139 - etc.
I added the proposed CCF specs changes (as comments using CDDL notion) in the above PRs. They can be reviewed/approved before CCF specs are updated here.
For more details, see PR for this issue:
I found more issues while working on this and opened PRs at onflow/cadence:
- Update CCF CDDL for IntersectionType to match CCF codec cadence#3640
- Fix and improve CCF CDDL in comments cadence#3643
Context
These updates to CCF Specification is needed by this recently opened Cadence issue:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request