-
Notifications
You must be signed in to change notification settings - Fork 17
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
Returned denom-metadata does not match genesis #139
Comments
Consistent with https://lilmermaid.validator.network/api//cosmos/bank/v1beta1/denoms_metadata {
"metadatas": [
{
"description": "",
"denom_units": [
{
"denom": "echf",
"exponent": 6,
"aliases": []
}
],
"base": "echf",
"display": ""
},
{
"description": "",
"denom_units": [
{
"denom": "edkk",
"exponent": 6,
"aliases": []
}
],
"base": "edkk",
"display": ""
},
{
"description": "",
"denom_units": [
{
"denom": "eeur",
"exponent": 6,
"aliases": []
}
],
"base": "eeur",
"display": ""
},
{
"description": "",
"denom_units": [
{
"denom": "enok",
"exponent": 6,
"aliases": []
}
],
"base": "enok",
"display": ""
},
{
"description": "",
"denom_units": [
{
"denom": "esek",
"exponent": 6,
"aliases": []
}
],
"base": "esek",
"display": ""
},
{
"description": "e-Money NGM staking token",
"denom_units": [
{
"denom": "ungm",
"exponent": 0,
"aliases": []
},
{
"denom": "ngm",
"exponent": 6,
"aliases": []
}
],
"base": "ungm",
"display": "NGM"
}
],
"pagination": {
"next_key": null,
"total": "6"
}
} |
No idea as to what went wrong with the missing Display, Description values. I copied metadata from https://github.com/e-money/networks/blob/master/lilmermaid-16/genesis.json for our local testnet when we feel this is a priority, an option is to add an authority API for updating the denomination meta-data. |
I've investigated the issue, and the metadata is loaded and stored correctly by the Unfortunately, the genesis initialization of the |
Returned denom-metadata is not as expected:
Above was ran against lilmermaid-16 where the genesis.json contains more information.
The text was updated successfully, but these errors were encountered: