Skip to content

[Bug]: public_key in signing_infos is NULL for a celestia mainnet transaction #21495

Open
@udit-gulati

Description

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

The signing_infos has public_key as NULL for transaction https://www.mintscan.io/celestia/tx/B928B3B0E35DDCB233B312CB628A4961C5CDB1D2C5867BA2F3B0F8A3B51336A6?height=713480&sector=json

The signing_infos in this txn is as follows:

[
  {
    "public_key": null,
    "mode_info": {
      "single": {
        "mode": "SIGN_MODE_DIRECT"
      }
    },
    "sequence": "56"
  }
]

Is this an expected behaviour or there should some addition checks in place to prevent this kind of txns from being included?

The account looks like an EOA and not a multisig or a module account.

Cosmos SDK Version

main

How to reproduce?

No response

Activity

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

Metadata

Assignees

No one assigned

    Labels

    S:needs more infoThis bug can't be addressed until more information is provided by the reporter.T:Bug

    Type

    No type

    Projects

    • Status

      📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions