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

Add hash field in GetTransaction & GetTransactions #3

Closed
wants to merge 1 commit into from
Closed

Add hash field in GetTransaction & GetTransactions #3

wants to merge 1 commit into from

Conversation

hotrungnhan
Copy link

@hotrungnhan hotrungnhan commented Jul 29, 2023

Describe your changes

Add transaction hash field for :

  • TonClient
    • GetTransaction -> {hash:string} & Transaction
    • GetTransactions -> {hash:string} & Transaction

API is still compatible with the old one.

Issue ticket number and link

I need to scan all of the transactions and store the ref to track the changes, exposing the hash & lt at the same time is the only way to do that.

Checklist before requesting a review

  • I have performed a self-review of my code
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics?
  • Will this be part of a product update? If yes, please write one phrase about this update.

Update Phrases :

  • add transaction hash for TonClient in getTransaction & getTransactions API.

@dvlkv dvlkv closed this Oct 23, 2023
dvlkv pushed a commit that referenced this pull request Jul 16, 2024
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