Skip to content

No validation of field names in the Excel file #1

@dpmesko

Description

@dpmesko

The framework doesn't validate the field names in the spreadsheet, so some bad things can go into the resulting smart contract code:

  • field names starting with numbers
  • duplicate field names
  • Solidity reserved words as field names (function, new, address, int)....
  • field names matching defaults added by the framework (appChainId, owner)
  • field names with spaces
  • field names with special characters

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions