NibiruChain / nibiru

Nibiru Chain: The breakthrough smart contract platform ushering in the next era of money. Nibiru powers an ecosystem of dApps including perps, RWAs, and more.
https://nibiru.fi
Apache License 2.0
183 stars 201 forks source link

epic: refactor: Use ValidateBasic in the MsgServer methods because the fn is getting deprecated #1865

Open Unique-Divine opened 5 months ago

Unique-Divine commented 5 months ago

Summary

The ValidateBasic method on messages has been deprecated in favor of validating messages directly in their respective Msg services.

Read RFC 001 for more details.

Ref: https://docs.cosmos.network/v0.47/learn/beginner/tx-lifecycle

image

Tasks