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

support for multi-cluster #414

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

support for multi-cluster #414

wants to merge 7 commits into from

Commits on Aug 9, 2024

  1. support for multi-cluster

    aie0 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    44eb880 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. OCW additional logs (#413)

    ## Description
    <!-- Describe what change this PR is implementing -->
    
    ## Types of Changes
    Please select the branch type you are merging and fill in the relevant
    template.
    <!--- Check the following box with an x if the following applies: -->
    - [ ] Hotfix
    - [ ] Release
    - [ ] Fix or Feature
    
    ## Fix or Feature
    <!--- Check the following box with an x if the following applies: -->
    
    ### Types of Changes
    <!--- What types of changes does your code introduce? -->
    - [ ] Tech Debt (Code improvements)
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to change)
    - [ ] Dependency upgrade (A change in substrate or any 3rd party crate
    version)
    
    ### Migrations and Hooks
    <!--- Check the following box with an x if the following applies: -->
    - [ ] This change requires a runtime migration.
    - [ ] Modifies `on_initialize`
    - [ ] Modifies `on_finalize`
    
    ### Checklist for Fix or Feature
    <!--- All boxes need to be checked. Follow this checklist before
    requiring PR review -->
    - [ ] Change has been tested locally.
    - [ ] Change adds / updates tests if applicable.
    - [ ] Changelog doc updated.
    - [ ] `spec_version` has been incremented.
    - [ ] `network-relayer`'s
    [events](https://github.com/Cerebellum-Network/network-relayer/blob/dev-cere/shared/substrate/events.go)
    have been updated according to the blockchain events if applicable.
    - [ ] All CI checks have been passed successfully
    
    ## Checklist for Hotfix
    <!--- All boxes need to be checked. Follow this checklist before
    requiring PR review -->
    - [ ] Change has been deployed to Testnet.
    - [ ] Change has been tested in Testnet.
    - [ ] Changelog has been updated.
    - [ ] Crate version has been updated.
    - [ ] `spec_version` has been incremented.
    - [ ] Transaction version has been updated if required.
    - [ ] Pull Request to `dev` has been created.
    - [ ] Pull Request to `staging` has been created.
    - [ ] `network-relayer`'s
    [events](https://github.com/Cerebellum-Network/network-relayer/blob/dev-cere/shared/substrate/events.go)
    have been updated according to the blockchain events if applicable.
    - [ ] All CI checks have been passed successfully
    
    ## Checklist for Release
    <!--- All boxes need to be checked. Follow this checklist before
    requiring PR review -->
    - [ ] Change has been deployed to Devnet.
    - [ ] Change has been tested in Devnet.
    - [ ] Change has been deployed to Qanet.
    - [ ] Change has been tested in Qanet.
    - [ ] Change has been deployed to Testnet.
    - [ ] Change has been tested in Testnet.
    - [ ] Changelog has been updated.
    - [ ] Crate version has been updated.
    - [ ] Spec version has been updated.
    - [ ] Transaction version has been updated if required.
    - [ ] All CI checks have been passed successfully
    ayushmishra2005 authored and aie0 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    50064b1 View commit details
    Browse the repository at this point in the history
  2. Added OCW activity logs (#415)

    ## Description
    <!-- Describe what change this PR is implementing -->
    
    ## Types of Changes
    Please select the branch type you are merging and fill in the relevant
    template.
    <!--- Check the following box with an x if the following applies: -->
    - [ ] Hotfix
    - [ ] Release
    - [ ] Fix or Feature
    
    ## Fix or Feature
    <!--- Check the following box with an x if the following applies: -->
    
    ### Types of Changes
    <!--- What types of changes does your code introduce? -->
    - [ ] Tech Debt (Code improvements)
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to change)
    - [ ] Dependency upgrade (A change in substrate or any 3rd party crate
    version)
    
    ### Migrations and Hooks
    <!--- Check the following box with an x if the following applies: -->
    - [ ] This change requires a runtime migration.
    - [ ] Modifies `on_initialize`
    - [ ] Modifies `on_finalize`
    
    ### Checklist for Fix or Feature
    <!--- All boxes need to be checked. Follow this checklist before
    requiring PR review -->
    - [ ] Change has been tested locally.
    - [ ] Change adds / updates tests if applicable.
    - [ ] Changelog doc updated.
    - [ ] `spec_version` has been incremented.
    - [ ] `network-relayer`'s
    [events](https://github.com/Cerebellum-Network/network-relayer/blob/dev-cere/shared/substrate/events.go)
    have been updated according to the blockchain events if applicable.
    - [ ] All CI checks have been passed successfully
    
    ## Checklist for Hotfix
    <!--- All boxes need to be checked. Follow this checklist before
    requiring PR review -->
    - [ ] Change has been deployed to Testnet.
    - [ ] Change has been tested in Testnet.
    - [ ] Changelog has been updated.
    - [ ] Crate version has been updated.
    - [ ] `spec_version` has been incremented.
    - [ ] Transaction version has been updated if required.
    - [ ] Pull Request to `dev` has been created.
    - [ ] Pull Request to `staging` has been created.
    - [ ] `network-relayer`'s
    [events](https://github.com/Cerebellum-Network/network-relayer/blob/dev-cere/shared/substrate/events.go)
    have been updated according to the blockchain events if applicable.
    - [ ] All CI checks have been passed successfully
    
    ## Checklist for Release
    <!--- All boxes need to be checked. Follow this checklist before
    requiring PR review -->
    - [ ] Change has been deployed to Devnet.
    - [ ] Change has been tested in Devnet.
    - [ ] Change has been deployed to Qanet.
    - [ ] Change has been tested in Qanet.
    - [ ] Change has been deployed to Testnet.
    - [ ] Change has been tested in Testnet.
    - [ ] Changelog has been updated.
    - [ ] Crate version has been updated.
    - [ ] Spec version has been updated.
    - [ ] Transaction version has been updated if required.
    - [ ] All CI checks have been passed successfully
    ayushmishra2005 authored and aie0 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5e86f0d View commit details
    Browse the repository at this point in the history
  3. Added logs for activity (#417)

    ## Description
    <!-- Describe what change this PR is implementing -->
    
    ## Types of Changes
    Please select the branch type you are merging and fill in the relevant
    template.
    <!--- Check the following box with an x if the following applies: -->
    - [ ] Hotfix
    - [ ] Release
    - [ ] Fix or Feature
    
    ## Fix or Feature
    <!--- Check the following box with an x if the following applies: -->
    
    ### Types of Changes
    <!--- What types of changes does your code introduce? -->
    - [ ] Tech Debt (Code improvements)
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to change)
    - [ ] Dependency upgrade (A change in substrate or any 3rd party crate
    version)
    
    ### Migrations and Hooks
    <!--- Check the following box with an x if the following applies: -->
    - [ ] This change requires a runtime migration.
    - [ ] Modifies `on_initialize`
    - [ ] Modifies `on_finalize`
    
    ### Checklist for Fix or Feature
    <!--- All boxes need to be checked. Follow this checklist before
    requiring PR review -->
    - [ ] Change has been tested locally.
    - [ ] Change adds / updates tests if applicable.
    - [ ] Changelog doc updated.
    - [ ] `spec_version` has been incremented.
    - [ ] `network-relayer`'s
    [events](https://github.com/Cerebellum-Network/network-relayer/blob/dev-cere/shared/substrate/events.go)
    have been updated according to the blockchain events if applicable.
    - [ ] All CI checks have been passed successfully
    
    ## Checklist for Hotfix
    <!--- All boxes need to be checked. Follow this checklist before
    requiring PR review -->
    - [ ] Change has been deployed to Testnet.
    - [ ] Change has been tested in Testnet.
    - [ ] Changelog has been updated.
    - [ ] Crate version has been updated.
    - [ ] `spec_version` has been incremented.
    - [ ] Transaction version has been updated if required.
    - [ ] Pull Request to `dev` has been created.
    - [ ] Pull Request to `staging` has been created.
    - [ ] `network-relayer`'s
    [events](https://github.com/Cerebellum-Network/network-relayer/blob/dev-cere/shared/substrate/events.go)
    have been updated according to the blockchain events if applicable.
    - [ ] All CI checks have been passed successfully
    
    ## Checklist for Release
    <!--- All boxes need to be checked. Follow this checklist before
    requiring PR review -->
    - [ ] Change has been deployed to Devnet.
    - [ ] Change has been tested in Devnet.
    - [ ] Change has been deployed to Qanet.
    - [ ] Change has been tested in Qanet.
    - [ ] Change has been deployed to Testnet.
    - [ ] Change has been tested in Testnet.
    - [ ] Changelog has been updated.
    - [ ] Crate version has been updated.
    - [ ] Spec version has been updated.
    - [ ] Transaction version has been updated if required.
    - [ ] All CI checks have been passed successfully
    ayushmishra2005 authored and aie0 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    570e401 View commit details
    Browse the repository at this point in the history
  4. support for multi-cluster

    aie0 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8f1c980 View commit details
    Browse the repository at this point in the history
  5. review fixes

    aie0 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b345d04 View commit details
    Browse the repository at this point in the history
  6. merge

    aie0 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7d1c093 View commit details
    Browse the repository at this point in the history