Skip to content
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 54 commits into from
Oct 24, 2024
Merged

Conversation

BeroBurny
Copy link
Collaborator

@BeroBurny BeroBurny commented Oct 18, 2024

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:

  • Unit tests
  • TS Docs / Comments

packages/react/src/Action.tsx Outdated Show resolved Hide resolved
packages/sdk/src/helpers/getBridgeHistory.ts Outdated Show resolved Hide resolved
@MakMuftic MakMuftic merged commit 4d524c6 into master Oct 24, 2024
6 checks passed
@MakMuftic MakMuftic deleted the beroburny/history branch October 24, 2024 15:47
@github-actions github-actions bot mentioned this pull request Oct 24, 2024
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SDK] Bridge history
4 participants