Skip to content

Support multi msg txs in the celestia-grpc-client wrapper #331

@damiannolan

Description

@damiannolan

Description

The celestia-grpc-client crate exposes a single function send_tx: https://github.com/celestiaorg/celestia-zkevm/blob/main/crates/celestia-grpc-client/src/client.rs#L94

We should either:

  • Add a new method which supports accepting multiple msgs (of arbitrary length).
  • Refactor the existing method to accept multiple msgs

This is a requirement for batching n MsgProcessMessage and a MsgSubmitMessages proof.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions