Skip to content
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

Payload packet length check has incorrect error messages #7630

Closed
gjermundgaraba opened this issue Dec 7, 2024 · 2 comments
Closed

Payload packet length check has incorrect error messages #7630

gjermundgaraba opened this issue Dec 7, 2024 · 2 comments
Assignees

Comments

@gjermundgaraba
Copy link
Contributor

The error message for checking the payload list length in packet ValidateBasic is wrongly saying the payloads need to be not empty, when they need to be exactly 1. Fix up this error message to be more accurate.

if len(p.Payloads) != 1 {
return errorsmod.Wrap(ErrInvalidPacket, "payloads must not be empty")
}

@gjermundgaraba gjermundgaraba added the needs discussion Issues that need discussion before they can be worked on label Dec 7, 2024
@github-project-automation github-project-automation bot moved this to Backlog in IBC Dec 7, 2024
@gjermundgaraba gjermundgaraba removed the needs discussion Issues that need discussion before they can be worked on label Dec 7, 2024
@Sruthi2357
Copy link
Contributor

@gjermundgaraba Can I work on this?

@DimitrisJim
Copy link
Contributor

DimitrisJim commented Dec 9, 2024

go for it @Sruthi2357! Please make sure to target the feat/ibc-eureka branch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants