-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(API): get now witness count #6451
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
fix(API): get now witness count #6451
Conversation
|
Based on java-error-message-exposure considerations, I recommend that newly added APIs should no longer return detailed stack traces in their error responses.
|
Good suggestion, since all existing Servlet classes use this way, I suggest we do it next release with well-considered solutions. |
* add GetPaginatedNowWitnessList into SolidityNodeHttpApiService * add isSolidityRequest check for MaintenanceUnavailableException * add unit tests


What does this PR do?
Why are these changes required?
This PR has been tested by:
Follow up
Extra details