-
Notifications
You must be signed in to change notification settings - Fork 23
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
FLIP for entitlements and safe reference downcasting #54
Merged
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
15865cd
beginning of FLIP
dsainati1 7d033d4
add more details
dsainati1 73b0757
add section on interface inheritance
dsainati1 be521b9
fix formatting
dsainati1 74551c7
fix formatting
dsainati1 8a5cfa1
typo
dsainati1 fd62422
Apply suggestions from code review
dsainati1 ba6a3d0
Merge branch 'sainati/auth-fields' of github.com:onflow/flips into sa…
dsainati1 040d35f
respond to review
dsainati1 85edfaa
add an alternatives considered section
dsainati1 c92d088
clarify auth types are subtypes of non-auth references
dsainati1 8fe43e9
add section about potentially removing restricted types
dsainati1 590fbe3
Apply suggestions from code review
dsainati1 f7f7079
add section about rollout
dsainati1 1192f36
update rollout section to remove reference to versioned references
dsainati1 bbff7fc
update FLIP to incorporate new entitlements idea, currently generated…
dsainati1 f842b76
add section about standalone entitlements
dsainati1 30ed8e2
update FLIP to refer to separate entitlement language objects
dsainati1 8dba175
update FLIP to improve subtyping model for interfaces
dsainati1 7e3ac2b
add info about conjuctive and disjunctive entitlement sets
dsainati1 e7844ee
Merge branch 'main' of github.com:onflow/flips into sainati/auth-fields
dsainati1 b959350
add sections about entitlement mappings
dsainati1 5ad5053
fix minor mistake
dsainati1 2951197
fix typo
dsainati1 0e4e857
fix formula typo
dsainati1 9554833
remove section about restrictions on which entitlements may appear on…
dsainati1 1990033
Merge branch 'main' of github.com:onflow/flips into sainati/auth-fields
dsainati1 a362d9c
rewrite attachments section to use new proposed idea
dsainati1 c5d0eae
remove dynamic behavior for entitlements
dsainati1 cf4b8d6
respond to review
dsainati1 3ae4318
respond to review
dsainati1 b156ed4
Apply suggestions from code review
dsainati1 f6fba22
add more detail to example
dsainati1 7d6ab3c
Merge branch 'sainati/auth-fields' of github.com:onflow/flips into sa…
dsainati1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
file name should be
20221214-...