You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
Describe the bug #338 changed the server by removing getvalidators method and adding getnextblockvalidators instead. Unfortunately, RPC client still implements GetValidators and doesn't provide GetNextBlockValidators.
Expected behavior
Client should be able to call all server's methods.
Describe the bug
#338 changed the server by removing
getvalidatorsmethod and addinggetnextblockvalidatorsinstead. Unfortunately, RPC client still implementsGetValidatorsand doesn't provideGetNextBlockValidators.Expected behavior
Client should be able to call all server's methods.