Skip to content

Commit

Permalink
Merge pull request #3410 from onflow/bastian/feature-flag-type-removal
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Jun 11, 2024
2 parents 24b0b11 + df221d4 commit 145dea1
Show file tree
Hide file tree
Showing 8 changed files with 613 additions and 409 deletions.
2 changes: 2 additions & 0 deletions runtime/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ type Config struct {
AttachmentsEnabled bool
// LegacyContractUpgradeEnabled enabled specifies whether to use the old parser when parsing an old contract
LegacyContractUpgradeEnabled bool
// ContractUpdateTypeRemovalEnabled specifies if type removal is enabled in contract updates
ContractUpdateTypeRemovalEnabled bool
}
Loading

0 comments on commit 145dea1

Please sign in to comment.