-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Improve Cosmos events #1747
Comments
@antho1404 we spoke about this somewhere, but I cannot find it. Do you know where? |
I don't see much things on github, there is a start of discussion here #1626 (comment) I think we had this discussion mostly offline |
For the events we need a few things:
For the data, I would recommend having all the information
For the way to identify the event, we need to remove the use of the namespace from cosmos ("message") this is a cosmos namespace and makes it really complicated to filter. Something that would be nice is to prefix the namespace with
This way we will be able to query all resources that has been created/updated and we can always query multiple resources with This would be ideal as we will have all the possibility and we can probably do some queries like If we are not too picky on the disk space we could actually broadcast the same event on all the different namespaces so it will be easier to query and have all information.
|
Improve the cosmos events by using a standard way but applicable to each module.
Currently, the mesg's events are hard to "query" because they use to much the cosmos sdk attributes:
related to #1639
The text was updated successfully, but these errors were encountered: