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
Hello, I would like to use Oura to watch chain for the only specific events. I think that I build-up key elements. I mean, I set up a kafka broker with zookeper and oura process. My deamon.toml configuration is added below. I wrote a Python consumer for kafka topic. My kafka message is also added below. I ask two question:
How to configure oura to publish the only specific events (i.e only mints)?
How to get details of transactions that are consumed in the script?
hi @miracatici, thanks for reporting. This is being addressed in #18. Hopefully, a few hours away of being merged. I'll post instructions on how to apply your required filtered once it's done.
@miracatici a new version has been released which I think addresses both of your requirements (v0.3.8).
the new Selection filter allows you to filter particular events using different predicates. You can read more about filters in the corresponding docs section: https://txpipe.github.io/oura/filters/selection.html
there's a new option in the N2N source config that will instruct Oura to include all of the details inside a Transaction type of events. These details include: tx inputs, tx outputs, metadata, mint, etc. Check the docs to see how to enable that flag: https://txpipe.github.io/oura/sources/n2n.html
With the above features available, I think that your use-case can be solved with a configuration similar to the following:
Hello, I would like to use Oura to watch chain for the only specific events. I think that I build-up key elements. I mean, I set up a kafka broker with zookeper and oura process. My deamon.toml configuration is added below. I wrote a Python consumer for kafka topic. My kafka message is also added below. I ask two question:
daemon.toml
example message
The text was updated successfully, but these errors were encountered: