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 http-api for GET api/node/transactions?limit=xxx&offset=yyy - Closes #5253 #5546

Merged
merged 11 commits into from Jul 10, 2020

Conversation

mitsuaki-u
Copy link
Contributor

@mitsuaki-u mitsuaki-u commented Jul 10, 2020

What was the problem?

Endpoint to retrieve transactions in pool from node was needed.

This PR resolves #5253

How was it solved?

  • Add GET api/node/transactions URL and Controller
  • Add functional test

How was it tested?

Run npm run test:functional node.spec under framework-plugins/lisk-framework-http-api-plugin/

@mitsuaki-u mitsuaki-u requested a review from shuse2 July 10, 2020 09:44
@mitsuaki-u mitsuaki-u self-assigned this Jul 10, 2020
@shuse2 shuse2 requested review from pablitovicente and ManuGowda and removed request for shuse2 July 10, 2020 11:38
Copy link
Contributor

@ManuGowda ManuGowda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor suggestions

@shuse2 shuse2 merged commit 9ccc0f7 into development Jul 10, 2020
@shuse2 shuse2 deleted the 5253_get_node_tx_pool branch July 10, 2020 16:43
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.

Update GET /api/node/transactions?limit=xxx&offset=yyy endpoint
4 participants