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

create API endpoint for pending transactions like txPool in eth #164

Closed
vadimicus opened this issue Nov 19, 2018 · 2 comments
Closed

create API endpoint for pending transactions like txPool in eth #164

vadimicus opened this issue Nov 19, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vadimicus
Copy link

In some business cases it will be useful to know all transactions that are not yet included in the block and have a pending status.

That can solve some issues like:

client send valid transaction to the node that accepted transaction and went immediately down.

I suggest to implement API endpoint /api/transactions/pending that return list of pending transactions.

@danil-lashin danil-lashin self-assigned this Nov 21, 2018
@danil-lashin danil-lashin added this to the Release milestone Nov 21, 2018
@danil-lashin danil-lashin added the enhancement New feature or request label Nov 21, 2018
@danil-lashin
Copy link
Contributor

danil-lashin added a commit that referenced this issue Dec 18, 2018
@danil-lashin
Copy link
Contributor

Will be shipped with v0.9.0.

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

No branches or pull requests

2 participants