-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update flips/20220817-add-fields-to-existing-definitions.md
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Allow new fields in deployed Resources and Structs | ||
|
||
| Status | Proposed | | ||
|---------------|:--------------------------------------------------------- | | ||
| **FLIP #** | [1097](https://github.com/onflow/flow/pull/1097) | | ||
| **Author(s)** | Deniz Mert Edincik ([email protected]) | | ||
| | Austin Kline ([email protected]) | | ||
| **Sponsor** | | | ||
| **Updated** | 2022-08-17 | | ||
--- | ||
status: proposed | ||
flip: TBD | ||
authors: Deniz Mert Edincik ([email protected]), Austin Kline ([email protected]) | ||
sponsor: Bastian Mueller ([email protected]) | ||
updated: 2022-08-17 | ||
--- | ||
|
||
## Objective | ||
This proposed change will allow existing structs and resources to add new fields to them by | ||
|