Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add a view method in NOR to get a range of keys #475

Closed
avsetsin opened this issue Dec 22, 2022 · 2 comments · Fixed by #482
Closed

Add a view method in NOR to get a range of keys #475

avsetsin opened this issue Dec 22, 2022 · 2 comments · Fixed by #482

Comments

@avsetsin
Copy link
Contributor

The getSigningKey method is now used to fetch node operator keys, which can fetch them only one at a time, causing some complexity on the tooling side. I propose to add a method that takes operator_id, from_index and to_index as arguments and returns an array of keys

@rkolpakov
Copy link

It's now implemented at this commit.

@TheDZhon TheDZhon linked a pull request Jan 31, 2023 that will close this issue
@TheDZhon TheDZhon reopened this Apr 6, 2023
@TheDZhon
Copy link
Contributor

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@TheDZhon @avsetsin @rkolpakov and others