You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case if user grant rights for some transaction execution to third-aprty account(using autz), cyberindex should put that transaction into indexer tables.
Example of transaction:
to be discussed: transactions executed behind neuron with third-party(grantee) account, should be listed as neuron(granter) transactions. for example if grantee executed some MsgCyberlink, it's should appears inside messages_by_address query transactions
The text was updated successfully, but these errors were encountered:
In case if user grant rights for some transaction execution to third-aprty account(using autz), cyberindex should put that transaction into indexer tables.
Example of transaction:
Potential solution(ex. cyberlinks):
https://github.com/cybercongress/cyberindex/blob/main/modules/graph/handle_msg.go
Apply custom handler that filter MsgExec and perform save action for inner transactions same was as for regular transactions.
Should be done for types
As result data should be able inside GraphQL
The text was updated successfully, but these errors were encountered: