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

Feature/skaled 1431 ftq hotfix #1800

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Conversation

dimalit
Copy link
Contributor

@dimalit dimalit commented Jan 25, 2024

Added back lost changes related to Future Transaction Queue inspection

Testing:

1 JsonRpcSuite/mtm_import_future_txs

2 Manual testing sequence:

1 Add balance for your account to skaled's config.
2 Run skaled with --enable-debug-behavior-apis
3 Send transaction with too big nonce.
4 Send curl -X POST --data '{"id":4,"jsonrpc":"2.0","method":"debug_getFutureTransactions","params":[]}'
5 See your transaction.
6 Repeat the same without --enable-debug-behavior-apis, METHOD_NOT_FOUND error should be returned.

@dimalit dimalit linked an issue Jan 25, 2024 that may be closed by this pull request
Copy link
Collaborator

@kladkogex kladkogex left a comment

Choose a reason for hiding this comment

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

Approved

@dimalit dimalit merged commit 7796f4a into develop Jan 25, 2024
9 checks passed
@dimalit dimalit deleted the feature/SKALED-1431-FTQ-hotfix branch January 25, 2024 19:04
@github-actions github-actions bot locked and limited conversation to collaborators Jan 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tool to get list of transactions from future transaction queue
3 participants