Skip to content

fix: unnecessary restrictions on memo validation #71

@beer-1

Description

@beer-1

Issue Description

Many IBC applications and middlewares rely on the memo field to pass arbitrary messages for their application logic. However, Orbiter currently blocks memos that use root-level keys other than its own. Unless there is a strong reason to enforce this restriction, removing this validation would allow other IBC applications to interoperate with Orbiter without issues.

if len(jsonData) != 1 {
return nil, core.ErrParsingPayload.Wrapf(
"json data contains multiple root level keys, accepted only %s",
core.OrbiterPrefix,
)
}

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