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

Signer Feature: Fetch signed transactions list #528

Merged
merged 51 commits into from
Apr 19, 2023

Conversation

GuillemGarciaDev
Copy link
Contributor

@GuillemGarciaDev GuillemGarciaDev commented Apr 12, 2023

Signer Feature: Fetch signed transactions list

Issues

closes #503

Dependencies

#527 (Depends on SDK calls in order to sign the transaction requests)

Changes

  • Added service to useGetsignedTransactions (gets all TransactionRequest with status = "signed", current network and address)
  • useGetSignedFullTransactions custom hook (from the query above, takes all transaction hashes and gets the FullTransaction of each one using the serviceInstance)
  • testing + locale update

IMG_9007
IMG_9006

@pullpo-for-slack
Copy link

pullpo-for-slack bot commented Apr 12, 2023

Oupsie! Looks like something went wrong on our end.
We'll investigate it and solve it for future pull requests!

@silvap-javier silvap-javier self-assigned this Apr 19, 2023
@sonarcloud
Copy link

sonarcloud bot commented Apr 19, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@GuillemGarciaDev GuillemGarciaDev merged commit b81c4c7 into signer-app Apr 19, 2023
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.

Signer Feature: Fetch signed list objects
3 participants