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

As a developer, I want to measure time the network is processing the transaction, so we can optimize it #20

Open
vlad9486 opened this issue Nov 21, 2022 · 1 comment
Assignees

Comments

@vlad9486
Copy link
Collaborator

vlad9486 commented Nov 21, 2022

For each transaction measure time elapsed between transaction appear and snark is ready.

The difficult part is correspondence between the transactions and snarks. Debugger need to apply transaction on the head block, calculate ledger hash and find matching hash in snark.

@vlad9486 vlad9486 self-assigned this Nov 21, 2022
@vlad9486
Copy link
Collaborator Author

Added /tx/latest and /tx/<number> methods. To show time between transaction is first seen and transaction is included in block.

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

No branches or pull requests

1 participant