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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: