-
Notifications
You must be signed in to change notification settings - Fork 85
feat: updates sendrawtransaction methods #4444
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
feat: updates sendrawtransaction methods #4444
Conversation
…nProcessor Signed-off-by: Konstantina Blazhukova <[email protected]>
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## feat/transaction-pool #4444 +/- ##
========================================================
Coverage ? 85.09%
========================================================
Files ? 126
Lines ? 20302
Branches ? 1107
========================================================
Hits ? 17277
Misses ? 3008
Partials ? 17
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Test Results 20 files ± 0 260 suites - 3 17m 31s ⏱️ - 17m 37s For more details on these failures, see this check. Results for commit c20b8f7. ± Comparison against base commit 57c9fa1. |
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Description
This PR adds the new functionality for the transaction pool in the sendRawTransactionProcessor, so before submitting a transaction and after it being validated we save/remove it.
Related issue(s)
Fixes #4393
Changes from original design (optional)
N/A
Additional work needed (optional)
N/A
Checklist