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

Pending txs per address API endpoint #3145

Merged
merged 5 commits into from
Jul 13, 2020
Merged

Pending txs per address API endpoint #3145

merged 5 commits into from
Jul 13, 2020

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Jun 4, 2020

Resolves #3144

Motivation

Missing useful in some applications, for instance for monitoring, API endpoint: pending transactions list per address

Changelog

Adding of pendingtxlist endpoint to Account module of API.. Example of request:
/api?module=account&action=pendingtxlist&address=0x8B99a5345819F00E4d6e90EB492858853314fcd1&offset=1000&page=1

Checklist for your Pull Request (PR)

@vbaranov vbaranov self-assigned this Jun 4, 2020
@coveralls
Copy link

coveralls commented Jun 4, 2020

Pull Request Test Coverage Report for Build 24cb85bd-0f2e-4326-9daf-e2c96b2aff65

  • 30 of 30 (100.0%) changed or added relevant lines in 3 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.08%) to 74.423%

Files with Coverage Reduction New Missed Lines %
apps/block_scout_web/lib/block_scout_web/controllers/chain/market_history_chart_controller.ex 2 71.43%
Totals Coverage Status
Change from base Build 02031898-6fc5-45f2-a08a-2e099dc79126: 0.08%
Covered Lines: 5898
Relevant Lines: 7925

💛 - Coveralls

@vbaranov vbaranov merged commit 84a0ffc into master Jul 13, 2020
@vbaranov vbaranov deleted the vb-pending-txs-api branch November 20, 2020 14:42
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.

Create API endpoint to get list of pending transactions on account
2 participants