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

ValidateBasic required in msg router #1308

Closed
4 tasks
nullpointer0x00 opened this issue Jan 18, 2023 · 0 comments · Fixed by #1309
Closed
4 tasks

ValidateBasic required in msg router #1308

nullpointer0x00 opened this issue Jan 18, 2023 · 0 comments · Fixed by #1309
Assignees
Labels
bug Something isn't working
Milestone

Comments

@nullpointer0x00
Copy link
Contributor

Summary of Bug

ValidateBasic needs to be called in the provenance msg router service. It was added in the cosmos-sdk's msg router service https://github.com/cosmos/cosmos-sdk/blob/f71df80e93bffbf7ce5fbd519c6154a2ee9f991b/baseapp/msg_service_router.go#L115

This is will ensure that validate basic is called on every msg executed on the chain.

Version

Steps to Reproduce


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@nullpointer0x00 nullpointer0x00 added the bug Something isn't working label Jan 18, 2023
@nullpointer0x00 nullpointer0x00 added this to the v1.14.0 milestone Jan 18, 2023
@nullpointer0x00 nullpointer0x00 self-assigned this Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant