Fix for NoSuchElementException for missing invalid reason when rejecting a local sent transaction #4569
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Fabio Di Fabio [email protected]
PR description
Recently added entries to the
TransactionAddedStatus
enum are missing the invalid reason, and this could causeNoSuchElementException
when trying to add a local transaction is rejected with one of these enum values.Adding the missing invalid reason and for the future log and return an
INTERNAL_ERROR
in case invalid reason is missing, instead of throwing the exception.Fixed Issue(s)
Documentation
doc-change-required
label to this PR ifupdates are required.
Changelog