generated from ChainSafe/yarn-workspaces-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: get bridge history for an address #68
Merged
Merged
Conversation
This file contains 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
- Code formatting - Added Sygma API and endpoints - Added `experimental_getBridgeHistory` function
…r-ts into beroburny/history
saadahmsiddiqui
changed the title
feat: History Helper
feat: get bridge history for an address
Oct 24, 2024
mpetrunic
reviewed
Oct 24, 2024
saadahmsiddiqui
approved these changes
Oct 24, 2024
MakMuftic
reviewed
Oct 24, 2024
MakMuftic
approved these changes
Oct 24, 2024
Merged
MakMuftic
pushed a commit
that referenced
this pull request
Oct 24, 2024
🤖 I have created a release *beep* *boop* --- <details><summary>sprinter-sdk: 1.0.0</summary> ## [1.0.0](sprinter-sdk-v0.3.0...sprinter-sdk-v1.0.0) (2024-10-24) ### ⚠ BREAKING CHANGES * All functions renamed, different API and flows, please consult docs or reach out to us directly! ### Features * get bridge history for an address ([#68](#68)) ([4d524c6](4d524c6)) * refactor api ([#61](#61)) ([d6b1e9c](d6b1e9c)) </details> <details><summary>sprinter-react: 1.0.0</summary> ## [1.0.0](sprinter-react-v0.2.1...sprinter-react-v1.0.0) (2024-10-24) ### ⚠ BREAKING CHANGES * All functions renamed, different API and flows, please consult docs or reach out to us directly! ### Features * get bridge history for an address ([#68](#68)) ([4d524c6](4d524c6)) * refactor api ([#61](#61)) ([d6b1e9c](d6b1e9c)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Summary
Added method to fetch bridge transactions history of an address
Closes: #67
Description
The method should return aggregated data from all bridges that are supported by Sprinter API. Right now, only Sygma is added but later other bridge will be added
Chores: