Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support function-purity annotations in CCF #2457

Closed
Tracked by #2157
SupunS opened this issue Apr 20, 2023 · 2 comments · Fixed by #3107
Closed
Tracked by #2157

Support function-purity annotations in CCF #2457

SupunS opened this issue Apr 20, 2023 · 2 comments · Fixed by #3107

Comments

@SupunS
Copy link
Member

SupunS commented Apr 20, 2023

Issue to be solved

Function type has a new field called "Purity" in Stable-cadence:

cadence/types.go

Line 1708 in be303b7

Purity FunctionPurity

Serializing/deserializing this new field was added to JSON encoding/decoding when function-purity was added. But now that we also have CCF, this also needs to be supported in the CCF encoder/decoder.

Suggested Solution

No response

@j1010001
Copy link
Member

blocking merging stable Cadence ot master

@fxamacker
Copy link
Member

Updates epic #2157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants