Closed Victor-Salomon closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
turtle-app | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 20, 2024 9:06am |
turtle-site | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 20, 2024 9:06am |
This PR:
refactor the .signAndSend from AT API transfers by handling the transfer in a callback that filters events and data once txHash is included in the block.
Handles a parachain to ETH tracking using the new subscan endpoints(tracking itself + the handlers it impacts). We do not support the direct para to eth flow yet, so the tracking case should not happen. However, the code is here and can be tested by switching the tracking in a AH to ETH transfer from Snowbridge history approach to XCMSubscan. The subscan file contains a lot of commented code from past research and tests I've made. Until further notice on the potential para-to-Eth, 2 step process, lets keep it as legacy code since it can be useful. (No need to review it).
Refactor the hook that add the ongoing transfer to storage to prevent adding twice the same transfer.