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

Update Runtime Versions to 1400 and Project Version to 0.14.0 #552

Merged
merged 4 commits into from
Apr 10, 2024

Conversation

asiniscalchi
Copy link
Member

@asiniscalchi asiniscalchi commented Apr 9, 2024

Type

enhancement


Description

  • Updated klaos and laos runtime spec_version from 1300 to 1400.
  • Unified runtime version definition by removing conditional compilation for try-runtime feature in klaos runtime.
  • Updated e2e test configuration to reflect new runtime version.
  • Incremented project version to 0.14.0 in Cargo.toml.

Changes walkthrough

Relevant files
Enhancement
lib.rs
Update Klaos Runtime Version to 1400                                         

runtime/klaos/src/lib.rs

  • Updated spec_version from 1300 to 1400 for klaos runtime.
  • Removed conditional compilation for try-runtime feature, unifying
    runtime version definition.
  • +1/-15   
    lib.rs
    Update Laos Runtime Version to 1400                                           

    runtime/laos/src/lib.rs

    • Updated spec_version from 1300 to 1400 for laos runtime.
    +1/-1     
    config.ts
    Update E2E Test Runtime Version to 1400                                   

    e2e-tests/tests/config.ts

  • Updated RUNTIME_SPEC_VERSION from 1300 to 1400 in e2e test
    configuration.
  • +1/-1     
    Cargo.toml
    Update Project Version to 0.14.0                                                 

    Cargo.toml

    • Updated version from 0.13.0 to 0.14.0.
    +1/-1     

    PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    @asiniscalchi asiniscalchi marked this pull request as draft April 9, 2024 12:42
    @asiniscalchi
    Copy link
    Member Author

    /describe

    @asiniscalchi asiniscalchi linked an issue Apr 9, 2024 that may be closed by this pull request
    @github-actions github-actions bot changed the title Feature/v0.14 Update Runtime Versions to 1400 and Project Version to 0.14.0 Apr 9, 2024
    Copy link

    github-actions bot commented Apr 9, 2024

    PR Description updated to latest commit (895692b)

    @asiniscalchi asiniscalchi marked this pull request as ready for review April 10, 2024 09:20
    @asiniscalchi asiniscalchi merged commit 91ea7fc into main Apr 10, 2024
    8 checks passed
    @asiniscalchi asiniscalchi deleted the feature/v0.14 branch April 10, 2024 09:35
    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.

    Release of Node v0.14.0 and LAOS Runtime 1400
    2 participants