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

feat(iroha-connector): fully test Iroha's getPendingTransaction query #1259

Open
hanxu12 opened this issue Aug 20, 2021 · 0 comments
Open

feat(iroha-connector): fully test Iroha's getPendingTransaction query #1259

hanxu12 opened this issue Aug 20, 2021 · 0 comments
Labels
Iroha Bugs/features related to the Iroha ledger connector plugin

Comments

@hanxu12
Copy link
Contributor

hanxu12 commented Aug 20, 2021

Is your feature request related to a problem? Please describe.
Iroha's query, getPendingTransaction, is not fully tested. There is an issue with producing a pending transaction: the code will get stuck and fail the test suite. This seems to be an issue with Iroha ledger itself instead of the Iroha Javascript library. Since a pending transaction cannot be generately smoothly within the test case, getPendingTransaction is not tested.

Describe the solution you'd like
See when Iroha team resolves the issue with Iroha's difficulty in producing a pending transaction. Once we are able to produce a pending transaction in the test case, we can validate the pending transaction via getPendingTrasaction query.

Describe alternatives you've considered
N/A

Additional context
N/A

@petermetz petermetz added the Iroha Bugs/features related to the Iroha ledger connector plugin label Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Iroha Bugs/features related to the Iroha ledger connector plugin
Projects
None yet
Development

No branches or pull requests

2 participants