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
Events
gnolang/gno#1653 as a change, adds data to the Events field in the transaction result.
Add functionality to tx-indexer to handle events data. The tx-indexer should be able to filter and verify the data in events.
The text was updated successfully, but these errors were encountered:
Hi @zivkovicmilos @ajnavarro , I'd love to hear your thoughts on this feature.
Is it enough to just add the Events field to transaction filters and models only? Or would it be better to add Event related queries as well ?
Sorry, something went wrong.
Hi @jinoosss . What you did adding Events to transactions looks like the way to go for me.
Hi @ajnavarro , I apologize, I'm late.
I've updated the relevant PR.
If you don't mind, could you please review this PR? #43
No branches or pull requests
Description
gnolang/gno#1653 as a change,
adds data to the Events field in the transaction result.
Add functionality to tx-indexer to handle events data.
The tx-indexer should be able to filter and verify the data in events.
The text was updated successfully, but these errors were encountered: