UnUniFi / chain

GNU General Public License v3.0
35 stars 14 forks source link

Ecosystem Incentive AnteHandler (MsgListNft) #688

Open Senna46 opened 10 months ago

Senna46 commented 10 months ago

Ecosystem Incentive detects MsgListNft and links the recipient's address to the NFT https://github.com/UnUniFi/chain/blob/b65c16568ded2a435ad9d457c24fb6b16968ed8b/x/ecosystemincentive/README.md#ante-handler

AnteHandler cannot detect Tx failures, so even invalid Msg will be linked. Need to be fixed this problem.

AnteHandler doc: https://docs.cosmos.network/v0.45/modules/auth/03_antehandlers.html