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

Make #[ink(selector = ..)] take a u32 parameter instead of a string #928

Merged
merged 7 commits into from
Sep 20, 2021

Commits on Sep 19, 2021

  1. make #[ink(selector = ..)] take an integer instead of a string

    Also warn about deprecation if a user still uses the old string parameter.
    Robbepop committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    fe72d8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44e4a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15dfc7d View commit details
    Browse the repository at this point in the history
  4. remove unused regex dependency from ink_lang_ir

    Also remove unnecessary regex dependency from ink_lang_codegen
    Robbepop committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    fc144d6 View commit details
    Browse the repository at this point in the history
  5. update README for new selector int parameter

    Also update namespace parameter description.
    Robbepop committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    c8092f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    8f42e72 View commit details
    Browse the repository at this point in the history
  2. update spellcheck dict

    Robbepop committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    26894d6 View commit details
    Browse the repository at this point in the history