Skip to content

[Cleanup] Removed duplicated authorization entries in localnet genesis#1868

Open
RawthiL wants to merge 1 commit intomainfrom
cleanup-rawthil-authz
Open

[Cleanup] Removed duplicated authorization entries in localnet genesis#1868
RawthiL wants to merge 1 commit intomainfrom
cleanup-rawthil-authz

Conversation

@RawthiL
Copy link
Copy Markdown
Contributor

@RawthiL RawthiL commented Nov 24, 2025

Removed multiple repeated authorization entries related to MsgUpdateParam

Summary

All these were duplicated:

{
    "granter": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
    "grantee": "pokt1eeeksh2tvkh7wzmfrljnhw4wrhs55lcuvmekkw",
    "authorization": {
      "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
      "msg": "/pocket.session.MsgUpdateParam"
    },
    "expiration": "2500-01-01T00:00:00Z"
  },

    {
    "granter": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
    "grantee": "pokt1eeeksh2tvkh7wzmfrljnhw4wrhs55lcuvmekkw",
    "authorization": {
      "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
      "msg": "/pocket.gateway.MsgUpdateParam"
    },
    "expiration": "2500-01-01T00:00:00Z"
  },

    {
    "granter": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
    "grantee": "pokt1eeeksh2tvkh7wzmfrljnhw4wrhs55lcuvmekkw",
    "authorization": {
      "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
      "msg": "/pocket.application.MsgUpdateParam"
    },
    "expiration": "2500-01-01T00:00:00Z"
  },

    {
    "granter": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
    "grantee": "pokt1eeeksh2tvkh7wzmfrljnhw4wrhs55lcuvmekkw",
    "authorization": {
      "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
      "msg": "/pocket.supplier.MsgUpdateParam"
    },
    "expiration": "2500-01-01T00:00:00Z"
  },
    {
    "granter": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
    "grantee": "pokt1eeeksh2tvkh7wzmfrljnhw4wrhs55lcuvmekkw",
    "authorization": {
      "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
      "msg": "/pocket.migration.MsgUpdateParams"
    },
    "expiration": "2500-01-01T00:00:00Z"
  },

Removed multiple repeated authorization entries related to MsgUpdateParam
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.

1 participant