-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add FT/NFT type change rules for contract update validator #5415
Add FT/NFT type change rules for contract update validator #5415
Conversation
e3fc89c
to
597d53a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Let's get the dependency (#3120) in first and tag a new Cadence release
597d53a
to
c86ba7e
Compare
…ow-go into supun/contract-update-validator-2
…onflow/flow-go into supun/contract-update-validator-2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #5415 +/- ##
=======================================================
Coverage 60.50% 60.50%
=======================================================
Files 642 642
Lines 60838 60838
=======================================================
Hits 36809 36809
Misses 21339 21339
Partials 2690 2690
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Depends on #5405
Allows changing composite type from
T
toR
.e.g:
@FungibleToken.Vault
to@{FungibleToken.Vault}