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

Compare Environment types against the node #1377

Merged
merged 24 commits into from
Oct 25, 2023
Merged

Compare Environment types against the node #1377

merged 24 commits into from
Oct 25, 2023

Commits on Oct 20, 2023

  1. check env types

    SkymanOne committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    faa4c8f View commit details
    Browse the repository at this point in the history
  2. add changelog

    SkymanOne committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    cdcd357 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into gn/check-env

    SkymanOne committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    00ee6a2 View commit details
    Browse the repository at this point in the history
  4. resolve merge conflict

    SkymanOne committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b86ac58 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. refactor API

    SkymanOne committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6d01848 View commit details
    Browse the repository at this point in the history
  2. attempt to add tests

    SkymanOne committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1701e0c View commit details
    Browse the repository at this point in the history
  3. test type resolution

    SkymanOne committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    77954dd View commit details
    Browse the repository at this point in the history
  4. check for invalid composite types

    SkymanOne committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    677645f View commit details
    Browse the repository at this point in the history
  5. test the env match between contract and node

    SkymanOne committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    55dfa51 View commit details
    Browse the repository at this point in the history
  6. remove comment

    SkymanOne committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c92b839 View commit details
    Browse the repository at this point in the history
  7. test mismatch

    SkymanOne committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9df0811 View commit details
    Browse the repository at this point in the history
  8. remove json file

    SkymanOne committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c28d72e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. move module to extrinsics

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9ebfa62 View commit details
    Browse the repository at this point in the history
  2. update the metadata to only refer to contracts

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4a96f57 View commit details
    Browse the repository at this point in the history
  3. adjust segment search

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f946ab7 View commit details
    Browse the repository at this point in the history
  4. use anyhow error

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    8be90f0 View commit details
    Browse the repository at this point in the history
  5. adjust segment comparison

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    018d479 View commit details
    Browse the repository at this point in the history
  6. print warning if Env is not present in node metadata

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d90fd91 View commit details
    Browse the repository at this point in the history
  7. prettify code a bit

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a5f67b2 View commit details
    Browse the repository at this point in the history
  8. use let-else and proper warning

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9365cbb View commit details
    Browse the repository at this point in the history
  9. add proper verbosity flag

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d63d6cc View commit details
    Browse the repository at this point in the history
  10. elborate warning msg

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2e18d60 View commit details
    Browse the repository at this point in the history
  11. vanila eprintln

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    899fc33 View commit details
    Browse the repository at this point in the history
  12. saturating sub for slice bound

    SkymanOne committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    5073b81 View commit details
    Browse the repository at this point in the history