forked from paritytech/metadata-portal
-
Notifications
You must be signed in to change notification settings - Fork 12
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 parachain groups (merge from Parity) #672
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add system parachains * fix fmt * fix frontend style * Signed specs and metadata * add network specs * add tests * fix fmt * Signed network specs * fix verifier --------- Co-authored-by: EgorPopelyaev <egor@parity.io>
* add unsigned QR codes * Signed rococo metadat 9430 --------- Co-authored-by: prybalko <prybalko@users.noreply.github.com> Co-authored-by: Pavel Rybalko <pavel@parity.io>
[Automated] Sign new metadata QRs
* add unsigned QR codes * metadata update * metadata update * signed metadata rococ encointer 16 * cleanup * signed metadata kusama-encointer 16 and rococ-assethub-10005 * metadata update * metadata update * metadata update * signed metadata kusama-encointer 16, polkadot_metadata_9431, rococo_metadata_102000 * rococo-statemine_metadata_10005 --------- Co-authored-by: prybalko <prybalko@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: EgorPopelyaev <egor@parity.io>
[Automated] Sign new metadata QRs
[Automated] Sign new metadata QRs
[Automated] Sign new metadata QRs
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@1.9.2...1.9.3) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[Automated] Sign new metadata QRs
[Automated] Sign new metadata QRs
[Automated] Sign new metadata QRs
# Conflicts: # .github/workflows/deploy.yml # cli/Cargo.toml # cli/src/collector/export.rs # cli/src/collector/for_tests/expected.json # cli/src/config.rs # cli/src/export.rs # cli/src/fetch.rs # cli/src/signer/mod.rs # cli/src/updater/generate.rs # cli/src/updater/mod.rs # config.toml # public/qr/rococo_metadata_1008000.apng # src/components/Network.tsx # src/components/NetworkAndPortalSelectMobile.tsx # src/components/NetworkSelect.tsx # src/scheme.ts # src/utils.ts
# Conflicts: # public/qr/matrix-enjin_metadata_1004.apng
# Conflicts: # public/qr/moonbase_metadata_2700.apng
stepanLav
approved these changes
Mar 12, 2024
# Conflicts: # public/qr/paseo_metadata_1001002.apng # public/qr/paseo_specs.png
# Conflicts: # public/qr/aleph-node_metadata_68.apng # public/qr/node-subtensor_metadata_141.apng # public/qr/paseo_metadata_1001002.apng # public/qr/paseo_specs.png
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add parachain groups (merge from Parity)