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

[rococo] Can't endorse as bootstrapper on the contact page due to mismatch of ss58 prefix #1507

Closed
clangenb opened this issue Oct 2, 2023 · 2 comments

Comments

@clangenb
Copy link
Member

clangenb commented Oct 2, 2023

The app does not recognize when the current account is a bootstrapper because, here:

  • the bootstrappers are returned by the node with prefix 2
  • we have hardcoded the prefix of rococo in the app to 42

The curious thing here is that this check used to work; hence, it hasn't always been the case that the rococo network returned the bootstrappers with prefix 2.

Note again: this only concern rococo, all other networks work fine.

@clangenb clangenb mentioned this issue Oct 2, 2023
39 tasks
@clangenb clangenb changed the title [rococo] Can't check if we are bootstrappers on the contact page due to mismatch of ss58 prefix [rococo] Can't endorse as bootstrapper on the contact page due to mismatch of ss58 prefix Oct 2, 2023
@clangenb
Copy link
Member Author

clangenb commented Oct 2, 2023

Connected to this issue maybe: encointer/encointer-parachain#203

@clangenb clangenb mentioned this issue Nov 21, 2023
39 tasks
@clangenb
Copy link
Member Author

Interestingly, this problem has been resolved in 1.11.2 after switching to the dart api

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

No branches or pull requests

1 participant