We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Committee
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
Similar to Validator but all the validators in the current committee are updated.
Validator
The current set of validators can be obtained by sending a GRPC requests ChainInfoQuery to the ValidatorWorker in charge of the admin chain.
ChainInfoQuery
ValidatorWorker
See ValidatorWorkerClient in linera_rp/src/grpc/server.rs
ValidatorWorkerClient
linera_rp/src/grpc/server.rs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to
Validator
but all the validators in the current committee are updated.The current set of validators can be obtained by sending a GRPC requests
ChainInfoQuery
to theValidatorWorker
in charge of the admin chain.See
ValidatorWorkerClient
inlinera_rp/src/grpc/server.rs
The text was updated successfully, but these errors were encountered: