Skip to content

Commit

Permalink
Problem: MsgExec parser can cause indexer to halt
Browse files Browse the repository at this point in the history
Solution: (Fix crypto-com#674) Disable MsgExec command at blocker tx parser
  • Loading branch information
calvinaco committed Jan 25, 2022
1 parent 3b85328 commit 8135f90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usecase/parser/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ func ParseBlockTxsMsgToCommands(
// cosmos authz
"/cosmos.authz.v1beta1.MsgGrant",
"/cosmos.authz.v1beta1.MsgRevoke",
"/cosmos.authz.v1beta1.MsgExec",
// FIXME: https://github.com/crypto-com/chain-indexing/issues/673
//"/cosmos.authz.v1beta1.MsgExec",

// cosmos feegrant
"/cosmos.feegrant.v1beta1.MsgGrantAllowance",
Expand Down

0 comments on commit 8135f90

Please sign in to comment.