Skip to content

Handling rollbacks with the WebHook sink (Oura v2) #919

@errfrom

Description

@errfrom

I'm using Oura v2 with the following configuration, and I'm having trouble figuring out whether it's possible to handle rollback events.

[source]
type = "N2C"
socket_path = "state-node-preprod/node.socket"

[chain]
type = "preprod"

[intersect]
type = "Tip"

[[filters]]
type = "SplitBlock"

[[filters]]
type = "ParseCbor"

[[filters]]
type = "Select"
skip_uncertain = false

[filters.predicate]
any = [
  <multiple addresses>
]

[sink]
type = "WebHook"
url = "http://localhost:8000/event"
timeout = 30000
error_policy = "Continue"

When using the FileRotate sink, I can see reset events, which I assume correspond to the rollback events I'm interested in. However, I don't receive these events when using the WebHook sink.

Handling rollbacks is critical for the application I'm currently writing, so I would appreciate any assistance from the dev team on this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions