Closed fxamacker closed 3 weeks ago
@SupunS Many thanks for review, feedback, and approving https://github.com/dapperlabs/cadence-internal/pull/242 earlier this week! :pray:
@turbolent Good to have you back! PTAL at PR https://github.com/dapperlabs/cadence-internal/pull/242 :pray: (when you have time).
Closed by #3602.
A bugfix is available to resolve cadence-internal issue:
Please review and consider merging to:
The bugfix PR (as of July 29, 2024) is about:
The fix avoids the drawbacks I described for two alternative approaches considered.
Caveats
The condition to trigger the bugfix code can be narrow (original PR) to reduce risk of introducing bugs.
However, as Supun mentioned in PR review feedback, a wider condition (updated PR) can help avoid having to update the condition later if new (relevant) types are added after Cadence 1.0 is deployed.
Both approaches are reasonable and require testing before deployment.