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

Evmos: Validator avatar not getting updated #569

Closed
prajjwol opened this issue Nov 30, 2021 · 9 comments
Closed

Evmos: Validator avatar not getting updated #569

prajjwol opened this issue Nov 30, 2021 · 9 comments

Comments

@prajjwol
Copy link

prajjwol commented Nov 30, 2021

We are running into an issue which seems similar to forbole/big-dipper#567

@ryuash
Copy link
Contributor

ryuash commented Dec 1, 2021

@prajjwol you said the issue was similar but can I get the specific context?
Unless your api is also https://explore.fetch.ai/validator/fetchvaloper1q77f2plk5ay34gu2y7v5pdj8wxcmrr54n8wnw0

@DDeAlmeida
Copy link

Hi, some news about this issue ?

@ryuash
Copy link
Contributor

ryuash commented Dec 1, 2021

Hi, some news about this issue ?

@DDeAlmeida
https://github.com/forbole/big-dipper has been archived and is no longer being maintained so unfortunately no. I believe this is not an issue on big dipper 2.0 ui (this repo) though. Just waiting for @prajjwol to give me specifics so I can confirm if this is a bug in 2.0 or not

@prajjwol
Copy link
Author

prajjwol commented Dec 1, 2021

@ryuash sorry about the confusion; looks like an issue on our side.

@prajjwol prajjwol closed this as completed Dec 1, 2021
@DDeAlmeida
Copy link

If this is a problem on your side, why did you close it ?
Maybe fix it, link it then close this one..

@prajjwol
Copy link
Author

prajjwol commented Dec 1, 2021

you're right! let me verify my hunch before I close this.

@prajjwol prajjwol reopened this Dec 1, 2021
@ryuash
Copy link
Contributor

ryuash commented Dec 2, 2021

Please don't delete any useful context 😅 .

Since we are not the official maintainers for the Evmos explorer I have tested this on another explorer that we maintain. As shown below, I cannot reproduce this issue:

Create validator with no identity
https://morpheus.desmos.network/transactions/252B0947ECF6402822A1DBEBE33251734D5C13CDF8B95B69548A1C898E2330E4


{
  "operator_address": "desmosvaloper1lxn4ynsp44lepdrutsklmlcxxpry6j0mw27lqq",
  "consensus_pubkey": {
    "@type": "/cosmos.crypto.ed25519.PubKey",
    "key": "cjVVNgo5P5dAILPzV98XXM+m+gqqkIZhHpqWmesvNJg="
  },
  "jailed": false,
  "status": "BOND_STATUS_BONDED",
  "tokens": "1000000",
  "delegator_shares": "1000000.000000000000000000",
  "description": {
    "moniker": "Keybase test",
    "identity": "",
    "website": "",
    "security_contact": "",
    "details": ""
  },
  "unbonding_height": "0",
  "unbonding_time": "1970-01-01T00:00:00Z",
  "commission": {
    "commission_rates": {
      "rate": "0.100000000000000000",
      "max_rate": "1.000000000000000000",
      "max_change_rate": "1.000000000000000000"
    },
    "update_time": "2021-12-02T02:16:20.715772429Z"
  },
  "min_self_delegation": "1"
}

image

Edit Validator
https://morpheus.desmos.network/transactions/E4E084A19CFB9BC1978738F8527C1883AF136E14EB163DDF2A5F8EFC1C1C9B05


{
  "operator_address": "desmosvaloper1lxn4ynsp44lepdrutsklmlcxxpry6j0mw27lqq",
  "consensus_pubkey": {
    "@type": "/cosmos.crypto.ed25519.PubKey",
    "key": "cjVVNgo5P5dAILPzV98XXM+m+gqqkIZhHpqWmesvNJg="
  },
  "jailed": false,
  "status": "BOND_STATUS_BONDED",
  "tokens": "1000000",
  "delegator_shares": "1000000.000000000000000000",
  "description": {
    "moniker": "Keybase test",
    "identity": "2861F5EE06627224",
    "website": "",
    "security_contact": "",
    "details": ""
  },
  "unbonding_height": "0",
  "unbonding_time": "1970-01-01T00:00:00Z",
  "commission": {
    "commission_rates": {
      "rate": "0.100000000000000000",
      "max_rate": "1.000000000000000000",
      "max_change_rate": "1.000000000000000000"
    },
    "update_time": "2021-12-02T02:16:20.715772429Z"
  },
  "min_self_delegation": "1"
}

image

I would suggest reporting this to the Evmos team (or whoever is maintaining the explorer) on discord as it's most likely an issue with their config/ setup

@ryuash ryuash changed the title Validator avatar not getting updated Evmos: Validator avatar not getting updated Dec 2, 2021
@ryuash ryuash closed this as completed Dec 7, 2021
@DDeAlmeida
Copy link

Hello, i don't understand why did you closed it.
Ok you didin't reproduce one your first test.
But my logo isn't show as expected https://explore.fetch.ai/validator/fetchvaloper1q77f2plk5ay34gu2y7v5pdj8wxcmrr54n8wnw0

@ryuash
Copy link
Contributor

ryuash commented Dec 7, 2021

@DDeAlmeida it was closed due to inactivity and inability to reproduce the same bug.

Fetch.ai's explorer uses the original Big Dipper that is now archived and not related to this repo.

As we are not the maintainers for Fetch.ai's explorer this is not something we can fix directly. Please contact their team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants