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 to v0.17.3 with new LAOS Sigma testnet #686

Merged
merged 16 commits into from
Jul 23, 2024
Merged

Conversation

asiniscalchi
Copy link
Member

@asiniscalchi asiniscalchi commented Jul 23, 2024

PR Type

Enhancement, Documentation, Other


Description

  • Updated chain spec identifier from laos-omega to laos-sigma.
  • Bumped spec_version from 1701 to 1703.
  • Updated RUNTIME_SPEC_VERSION in tests from 1701 to 1703.
  • Changed runtime name from Laos Omega to Laos Sigma in build workflow.
  • Updated version in Cargo.toml from 0.17.1 to 0.17.3.
  • Updated testnet information in README.md from LAOS Omega to LAOS Sigma, including RPC endpoints and EVM Chain ID.

Changes walkthrough 📝

Relevant files
Enhancement
command.rs
Update chain spec identifier to `laos-sigma`                         

node/src/command.rs

  • Updated chain spec identifier from laos-omega to laos-sigma.
+2/-2     
lib.rs
Bump `spec_version` to 1703                                                           

runtime/laos/src/lib.rs

  • Bumped spec_version from 1701 to 1703.
+1/-1     
Tests
config.ts
Update runtime spec version in tests                                         

e2e-tests/tests/config.ts

  • Updated RUNTIME_SPEC_VERSION from 1701 to 1703.
+1/-1     
Configuration changes
build.yml
Update runtime name in build workflow                                       

.github/workflows/build.yml

  • Changed runtime name from Laos Omega to Laos Sigma in build workflow.
  • +1/-1     
    Dependencies
    Cargo.toml
    Bump version to 0.17.3                                                                     

    Cargo.toml

    • Updated version from 0.17.1 to 0.17.3.
    +1/-1     
    Documentation
    README.md
    Update testnet information to `LAOS Sigma`                             

    README.md

  • Updated testnet names from LAOS Omega to LAOS Sigma.
  • Updated RPC endpoints and EVM Chain ID for LAOS Sigma.
  • +7/-7     

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

    @asiniscalchi
    Copy link
    Member Author

    /describe

    @github-actions github-actions bot changed the title Feature/v0.17 Update to v0.17.3 with new LAOS Sigma testnet Jul 23, 2024
    Copy link

    PR Description updated to latest commit (22703e3)

    @asiniscalchi asiniscalchi linked an issue Jul 23, 2024 that may be closed by this pull request
    @asiniscalchi asiniscalchi merged commit 149e763 into main Jul 23, 2024
    7 checks passed
    @asiniscalchi asiniscalchi deleted the feature/merge_v0.17 branch July 23, 2024 10:14
    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.

    Create chain spec for LAOS Sigma
    4 participants