LiFi Tx History#3825
Merged
emreboga merged 8 commits intowormhole-foundation:developmentfrom Oct 8, 2025
Merged
Conversation
✅ Deploy Preview for wormhole-connect-mainnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for wormhole-connect ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
emreboga
commented
Sep 28, 2025
emreboga
commented
Sep 29, 2025
priyajeet
reviewed
Sep 29, 2025
priyajeet
reviewed
Sep 29, 2025
priyajeet
reviewed
Sep 29, 2025
priyajeet
reviewed
Sep 29, 2025
priyajeet
reviewed
Sep 29, 2025
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
71a33f0 to
2126847
Compare
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
ce7a75c to
7339b19
Compare
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
kev1n-peters
approved these changes
Oct 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR integrates LiFi as a third transaction history source alongside existing Mayan and WHScan hooks and adds comprehensive unit tests for all transaction history hooks.
Fixes PROD-723
Future improvements: Tx History view started with the list of transactions from WHScan APIs first. We've added Mayan transactions from their own API. This introduces the problem of time sorting of items from different paginated APIs. We have previously solved this for two APIs and this PR adds a third one. We may need to revisit this problem and find a more scalable solution.