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

Enum primitives and empty enum variants #2

Merged
merged 8 commits into from Apr 6, 2022

Commits on Apr 1, 2022

  1. Implement empty enum - working with tests

    TODO: Ensure primitive types are working with enums
    ozgb committed Apr 1, 2022
    Copy the full SHA
    afad6aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f5fe3dd View commit details
    Browse the repository at this point in the history
  3. go fmt

    ozgb committed Apr 1, 2022
    Copy the full SHA
    bbc245e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Rename BorshEnumEmpty -> EmptyVariant

    Resolves PR Comment
    ozgb committed Apr 4, 2022
    Copy the full SHA
    b90c1bf View commit details
    Browse the repository at this point in the history
  2. Remove isEnumEmpty check -> use marshal interface

    Resolving PR comments
    ozgb committed Apr 4, 2022
    Copy the full SHA
    db0d6e4 View commit details
    Browse the repository at this point in the history
  3. go fmt

    ozgb committed Apr 4, 2022
    Copy the full SHA
    3060499 View commit details
    Browse the repository at this point in the history
  4. Refactor error checking on encodePrimitive

    Resolving PR comments
    ozgb committed Apr 4, 2022
    Copy the full SHA
    4252b40 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Remove redundant breaks

    ozgb committed Apr 5, 2022
    Copy the full SHA
    85c7bf0 View commit details
    Browse the repository at this point in the history