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

Fix release notifier #1449

Merged
merged 2 commits into from
Mar 12, 2024
Merged

Fix release notifier #1449

merged 2 commits into from
Mar 12, 2024

Conversation

aurexav
Copy link
Member

@aurexav aurexav commented Mar 12, 2024

No description provided.

@aurexav aurexav added the U-CI/CD [Uncategorized] Something about CI/CD label Mar 12, 2024
@aurexav aurexav requested a review from fewensa March 12, 2024 05:19

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

.github/workflows/notify-release.yml Outdated Show resolved Hide resolved
.github/workflows/notify-release.yml Outdated Show resolved Hide resolved
@fewensa
Copy link
Contributor

fewensa commented Mar 12, 2024

I'm test successed https://github.com/darwinia-network/darwinia-releases/actions/runs/8244477438

curl -X POST -H "Authorization:Bearer xx" \
  -H "Accept:application/vnd.github+json" 
  "https://api.github.com/repos/darwinia-network/darwinia-releases/actions/workflows/wasm.yml/dispatches" \
  -d '{"ref":"main","inputs":{"network":"testnet","tag":"test"}}'

Copy link

Check ad775ba crab-dev

Check runtime version

RuntimeVersion {
    spec_name: "Crab2",
    impl_name: "DarwiniaOfficialRust",
    authoring_version: 0,
-   spec_version: 6600,
+   spec_version: 6610,
    impl_version: 0,
    transaction_version: 0,
    state_version: 0,
}

Check runtime storage

- Pallet: "BridgeDarwiniaMessages"
- Pallet: "BridgePolkadotGrandpa"
- Pallet: "BridgePolkadotParachain"
- Pallet: "DarwiniaFeeMarket"

Pallet DarwiniaStaking
+ Entry: StorageEntryMetadata { name: "MigrationStartBlock", modifier: Default, ty: Plain(UntrackedSymbol { id: 4, marker: PhantomData<fn() -> core::any::TypeId> }), default: [0, 0, 0, 0], docs: [" Migration starting block."] }

Copy link

Check ad775ba darwinia-dev

Check runtime version

RuntimeVersion {
    spec_name: "Darwinia2",
    impl_name: "DarwiniaOfficialRust",
    authoring_version: 0,
-   spec_version: 6600,
+   spec_version: 6610,
    impl_version: 0,
    transaction_version: 0,
    state_version: 0,
}

Check runtime storage

- Pallet: "BridgeCrabMessages"
- Pallet: "BridgeKusamaGrandpa"
- Pallet: "BridgeKusamaParachain"
- Pallet: "CrabFeeMarket"

Pallet DarwiniaStaking
+ Entry: StorageEntryMetadata { name: "MigrationStartBlock", modifier: Default, ty: Plain(UntrackedSymbol { id: 4, marker: PhantomData<fn() -> core::any::TypeId> }), default: [0, 0, 0, 0], docs: [" Migration starting block."] }

Copy link

Check ad775ba pangolin-dev

Check runtime version

Check runtime storage

@aurexav aurexav merged commit 54c345a into main Mar 12, 2024
10 checks passed
@aurexav aurexav deleted the xavier/c branch March 12, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
U-CI/CD [Uncategorized] Something about CI/CD
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants