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

Add paseo feature and update runtime and package versions #814

Merged
merged 3 commits into from
Oct 14, 2024

Conversation

asiniscalchi
Copy link
Member

@asiniscalchi asiniscalchi commented Oct 14, 2024

PR Type

enhancement, configuration changes


Description

  • Added conditional relay network configuration using the paseo feature flag in xcm_config.rs.
  • Updated the runtime specification version from 2290 to 2291 in both the runtime library and test configurations.
  • Bumped the package version from 0.22.90 to 0.22.91 in Cargo.toml.
  • Introduced a new feature flag paseo in runtime/laos/Cargo.toml.

Changes walkthrough 📝

Relevant files
Enhancement
xcm_config.rs
Add conditional relay network configuration for paseo feature

runtime/laos/src/configs/xcm_config.rs

  • Added conditional compilation for RELAY_NETWORK based on paseo
    feature.
  • Introduced hex_literal crate for handling hexadecimal literals.
  • +7/-1     
    Configuration changes
    lib.rs
    Update runtime spec version                                                           

    runtime/laos/src/lib.rs

    • Updated spec_version from 2290 to 2291.
    +1/-1     
    config.ts
    Update runtime spec version in tests configuration             

    e2e-tests/tests/config.ts

    • Updated RUNTIME_SPEC_VERSION from 2290 to 2291.
    +1/-1     
    Cargo.toml
    Bump package version                                                                         

    Cargo.toml

    • Updated package version from 0.22.90 to 0.22.91.
    +1/-1     
    Cargo.toml
    Add paseo feature flag                                                                     

    runtime/laos/Cargo.toml

    • Added paseo feature flag.
    +1/-0     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    @asiniscalchi
    Copy link
    Member Author

    /describe

    @github-actions github-actions bot changed the title using paseo genesis and version Add paseo feature and update runtime and package versions Oct 14, 2024
    Copy link

    PR Description updated to latest commit (6eeac00)

    luispdm
    luispdm previously approved these changes Oct 14, 2024
    tsenovilla
    tsenovilla previously approved these changes Oct 14, 2024
    Copy link
    Collaborator

    @tsenovilla tsenovilla left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    lgtm

    @asiniscalchi asiniscalchi dismissed stale reviews from tsenovilla and luispdm via 8cad699 October 14, 2024 08:58
    @asiniscalchi asiniscalchi merged commit 52e87d4 into main Oct 14, 2024
    7 checks passed
    @asiniscalchi asiniscalchi deleted the feature/add_paseo_feature branch October 14, 2024 08:58
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants