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

Use the generated DispatchError instead of the hardcoded Substrate one #394

Merged
merged 23 commits into from
Jan 20, 2022

Commits on Jan 13, 2022

  1. WIP DispatchError generic param

    jsdw committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    92c2c1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c1dcb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    2a8f094 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f19f9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d0a56a View commit details
    Browse the repository at this point in the history
  4. Use our own RuntimeVersion struct (for now) to avoid error decoding i…

    …nto sp_version::RuntimeVersion
    jsdw committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    940c770 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    jsdw committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    8235ddc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    8425253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3748160 View commit details
    Browse the repository at this point in the history
  3. move error info to compile time so that we can make DispatchError a l…

    …ittle nicer to work with
    jsdw committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    63fbde8 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    jsdw committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b6e13bd View commit details
    Browse the repository at this point in the history
  5. clippy

    jsdw committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a458565 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    ad38bdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c7a207 View commit details
    Browse the repository at this point in the history
  3. doc tweaks

    jsdw committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6309a1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6f27db View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    19fe205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e6b82f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19df387 View commit details
    Browse the repository at this point in the history
  4. tidy errors codegen a little

    jsdw committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    e1918eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8e40fa View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    jsdw committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    424acb5 View commit details
    Browse the repository at this point in the history
  7. silcnce clippy in example

    jsdw committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    d7e5914 View commit details
    Browse the repository at this point in the history