wormhole-foundation / wormhole-explorer

We could have named this super-parakeet. Tweet tweet.
Other
30 stars 28 forks source link

Add Resend Information to Deliveries in Blockchain Watcher #1582

Open SamantaCasal opened 1 month ago

SamantaCasal commented 1 month ago

Description

An issue has been identified where searching for the transaction hash of redelivery results in displaying the original delivery. EXAMPLE This problem arises because there is no indication within the transaction that it is a 'redelivery,' as there is no such concept—it is simply a second delivery for the same VAA. CONVO

Objective

Modify the backend system to include resend information tracked via Blockchain Watcher whenever a redelivery VAA is received from the relayers.

Requirements

  1. Detect Redeliveries: Implement logic to detect when a redelivery VAA is received.
  2. Update Data Structure: Modify the data structure to store resend information in the original delivery transaction.

Resources

ISSUE

julianmerlo95 commented 3 weeks ago

We have talking with Martin and we resume this information about redelivery:

SOLUTION If we can identify the new VAA inside redelivery we can fix this issue but if we cannot we have two options:

julianmerlo95 commented 3 weeks ago

I was speaking with Mati and we have take the next notes: