Skip to content
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

EIP-1900 Decentralized Type System for EVM #1900

Merged
merged 8 commits into from
Jul 7, 2019

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    381ef5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8331540 View commit details
    Browse the repository at this point in the history
  3. Fix typo it's -> its

    loredanacirstea committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    5151e0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1ceb1b View commit details
    Browse the repository at this point in the history
  5. Update ERC-1900 after comment suggestions

    Updating ERC-1900 after suggestions from ethereum#1882 (comment):
    - clearer explanation of what a type is and what it's composed of
    - defining the purpose of the struct fields when they are first encountered
    - mentioning type immutability and the possibility of removing the dType `remove` function
    - adding more information about the `source` field
    - mentioning human readable names as a primary identifier for types
    
    Additionally:
    - removed the TypeStorage contract description, postponing it for a future EIP, due to multiple storage patterns being researched
    loredanacirstea committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1adf3de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc02c8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be53c85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8c7b57 View commit details
    Browse the repository at this point in the history