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

[In-Progress] Use generic SS58 prefix. #522

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

gianfra-t
Copy link
Contributor

Related to Tasks/#456.

@@ -313,7 +313,7 @@ impl Contains<RuntimeCall> for BaseFilter {
RuntimeCall::Bounties(_) |
RuntimeCall::ChildBounties(_) |
RuntimeCall::ClientsInfo(_) |
RuntimeCall::Treasury(_) |
RuntimeCall::TreaSS58Prefixsury(_) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change doesn't seem intended to me 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, not ready yet. Just the first commit and PR to keep track of it :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I'm sorry, I assumed it's ready already 😬

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine! Actually, it may be. But we also need to perform changes on UI of portal and vortex, tests scripts, etc.

@@ -408,7 +408,7 @@ impl frame_system::Config for Runtime {
type BlockWeights = RuntimeBlockWeights;
/// The maximum length of a block (in bytes).
type BlockLength = RuntimeBlockLength;
/// This is used as an identifier of the chain. 56 is the prefix for Pendulum
/// Previous chain identifier prefix for address format: 57.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was 56 for Pendulum so we need to adjust the comment.

Suggested change
/// Previous chain identifier prefix for address format: 57.
/// Previous chain identifier prefix for address format: `56`. Now using the generic prefix `0`.

@@ -408,7 +408,7 @@ impl frame_system::Config for Runtime {
type BlockWeights = RuntimeBlockWeights;
/// The maximum length of a block (in bytes).
type BlockLength = RuntimeBlockLength;
/// This is used as an identifier of the chain. 57 is the prefix for Foucoco
/// Previous chain identifier prefix for address format: 57.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// Previous chain identifier prefix for address format: 57.
/// Previous chain identifier prefix for address format: `57`. Now uses the generic prefix `0`.

@@ -406,7 +406,7 @@ impl frame_system::Config for Runtime {
type BlockWeights = RuntimeBlockWeights;
/// The maximum length of a block (in bytes).
type BlockLength = RuntimeBlockLength;
/// This is used as an identifier of the chain. 57 is the prefix for Amplitude
/// Previous chain identifier prefix for address format: 57.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// Previous chain identifier prefix for address format: 57.
/// Previous chain identifier prefix for address format: `57`. Now uses the generic prefix `0`.

@gianfra-t gianfra-t changed the title Use generic SS58 prefix. [In-Progress] Use generic SS58 prefix. Mar 4, 2025
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.

2 participants