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

Fix issue #103 #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sandroguras
Copy link

Update GetTransactionStatusResponse to match new API structure

  • Add new fields: block_number, block_id, block_timestamp, expiration
  • Retain existing fields to maintain compatibility
  • Ensure field types align with API response data types

Update GetTransactionStatusResponse to match new API structure

- Add new fields: block_number, block_id, block_timestamp, expiration
- Retain existing fields to maintain compatibility
- Ensure field types align with API response data types
@aaroncox
Copy link
Member

Went to merge this and noticed the tests were just placeholders doing console logs.

If we want to merge this, we should either:

  1. Revert the test back to what it was.
  2. Complete the tests

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.

2 participants