sodazone / ocelloids-services

Ocelloids Service Layer
https://ocelloids.net
Apache License 2.0
9 stars 3 forks source link

Expanded XCM Notification Event Types #3

Closed mfornos closed 5 months ago

mfornos commented 8 months ago

Broaden the scope of notification event types. Currently, the server notifies on success/failure executions on the destination chain. We intend to configure expanded notifications, including notifications on SEND events in the origin chain (success/fail/finalized), on HOP events in intermediate chains (e.g., message relayed on the relay chain in HRMP). Additionally, notifications on destination chains will cover events such as asset traps and non-received notifications (no message received within a configured time frame).

mfornos commented 7 months ago

To correlate HRMP messages, we should rely on the message id (i.e. setTopicId) which is not currently available.