onflow / flixkit-go

Apache License 2.0
0 stars 7 forks source link

Update processing of Cadence pragma information #28

Closed bthaile closed 2 months ago

bthaile commented 5 months ago

Update Cadence pragma processing:

Nested structures are not supported at runtime, which cases issues executing flix. Remove processing nested structures. Process parameter specific pragmas to populate metadata for parameters.

This is not a breaking change, old pragma will still get processed but won't pull out any nested parameters information. The cadence will need to be changed. User will need to update the pragma to have valid Cadence.

bthaile commented 5 months ago

Putting PR in draft, pragmas are being update to allow for nested structures.

bthaile commented 2 months ago

closing nested pragma will be supported with cadence v1.0.