Stacks transaction events have an event index that indicates their ordering inside it. They are sent from the Stacks node to RPC listeners like so (see event_index):
However, chainhook payloads do not return these indexes inside events, which makes it impossible to sort them by the order in which they were processed (no event_index here):
Could this index be returned with these events? This is necessary for the Token Metadata API to process notifications correctly. Ideally, events should look like this:
Stacks transaction events have an event index that indicates their ordering inside it. They are sent from the Stacks node to RPC listeners like so (see
event_index
):However, chainhook payloads do not return these indexes inside events, which makes it impossible to sort them by the order in which they were processed (no
event_index
here):Could this index be returned with these events? This is necessary for the Token Metadata API to process notifications correctly. Ideally, events should look like this: