Skip to content
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

Seed node panics on oasis-node control queries #3356

Closed
ptrus opened this issue Oct 1, 2020 · 0 comments · Fixed by #3361
Closed

Seed node panics on oasis-node control queries #3356

ptrus opened this issue Oct 1, 2020 · 0 comments · Fixed by #3361
Assignees
Labels
c:bug Category: bug

Comments

@ptrus
Copy link
Member

ptrus commented Oct 1, 2020

Seed node currently panics on most oasis-node control methods, since it doesn't override most of the methods from the base backend (https://github.com/oasisprotocol/oasis-core/blob/master/go/consensus/api/base.go).

Some queries such as GetStatus() that do make sense for seed nodes should be implemented. For any others that don't make sense, make sure the node doesn't panic.

@ptrus ptrus added the c:bug Category: bug label Oct 1, 2020
@ptrus ptrus self-assigned this Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:bug Category: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant