We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To make categorization of transactions easier. Now clients have to manually check which message corresponds to which module.
This would be helpful for analytics in block explorers and wallets providers.
Add a tag on all transactions from the same module (e.g: category=bank, category=staking, category=governance, category=distribution, etc.)
category=bank
category=staking
category=governance
category=distribution
The text was updated successfully, but these errors were encountered:
relevant #3775 (comment)
Sorry, something went wrong.
add category tags (#4049)
2cd2289
Closes: #3774
fedekunze
No branches or pull requests
Problem Definition
To make categorization of transactions easier. Now clients have to manually check which message corresponds to which module.
This would be helpful for analytics in block explorers and wallets providers.
Proposal
Add a tag on all transactions from the same module (e.g:
category=bank
,category=staking
,category=governance
,category=distribution
, etc.)For Admin Use
The text was updated successfully, but these errors were encountered: