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

SKALED-1431 debug_getFutureTransactions call #1754

Closed
wants to merge 1 commit into from

Conversation

dimalit
Copy link
Contributor

@dimalit dimalit commented Dec 13, 2023

Waiting for merge from latest develop

Test 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":[]}' <URL>
  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 Dec 13, 2023 that may be closed by this pull request
Copy link

codecov bot commented Dec 13, 2023

Codecov Report

Merging #1754 (430e686) into v3.18.0 (f7c560a) will increase coverage by 0.02%.
The diff coverage is 7.14%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           v3.18.0    #1754      +/-   ##
===========================================
+ Coverage    45.50%   45.53%   +0.02%     
===========================================
  Files          356      356              
  Lines        51720    51735      +15     
===========================================
+ Hits         23537    23557      +20     
+ Misses       28183    28178       -5     

@dimalit dimalit marked this pull request as ready for review December 15, 2023 14:35
@dimalit dimalit closed this Dec 15, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2023
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
1 participant