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 stats for transactions #1308

Closed
SimiHunjan opened this issue Oct 27, 2022 · 0 comments · Fixed by #1607
Closed

Add stats for transactions #1308

SimiHunjan opened this issue Oct 27, 2022 · 0 comments · Fixed by #1607
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@SimiHunjan
Copy link
Contributor

SimiHunjan commented Oct 27, 2022

Problem

There are times when transactions fail with INVALID_NODE_ACCOUNT_ID, TRANSACTION_EXPIRED, or other errors where transactions do not succeed. In order to debug these transaction failures the SDK needs to provide some stats.

Solution

Log the transactions that were submitted in the last 30 minutes.

Stored locally and default is not enabled.

This should include:

  • Transaction ID
  • Node the transaction was submitted to
  • Network response (either the network error or success response)
  • The network is was submitted to (mainnet, testnet, previewnet)

Alternatives

No response

@SimiHunjan SimiHunjan added the enhancement New feature or request label Oct 27, 2022
@Petyo-Lukanov Petyo-Lukanov added this to the 2.19.1 milestone Nov 28, 2022
@SimiHunjan SimiHunjan modified the milestones: 2.19.1, 2.20.0 Dec 19, 2022
@Petyo-Lukanov Petyo-Lukanov modified the milestones: 2.19.2, 2.20.0 Jan 17, 2023
@SimiHunjan SimiHunjan modified the milestones: 2.20.0, 2.21.0 Jan 25, 2023
@SimiHunjan SimiHunjan removed this from the 2.21.0 milestone Feb 7, 2023
@SimiHunjan SimiHunjan added this to the 2.24.0 milestone Mar 16, 2023
@SimiHunjan SimiHunjan modified the milestones: 2.24.0, 2.25.0 Mar 30, 2023
@ochikov ochikov modified the milestones: 2.25.0, 2.26.0 Apr 26, 2023
@Petyo-Lukanov Petyo-Lukanov modified the milestones: 2.24.2, 2.25.0 May 3, 2023
@SimiHunjan SimiHunjan modified the milestones: 2.25.0, 2.26.0 May 11, 2023
@SimiHunjan SimiHunjan modified the milestones: 2.26.0, 0.27.0 May 25, 2023
@petreze petreze closed this as completed Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants