andromedaprotocol/andromeda-core

[1.0.rc-1] Remove Unwanted Base Queries

Closed this issue · 0 comments

Describe the bug
In 1.0.rc-1 branch with the addition of permissioning, the operator related base executes were removed. We also need to remove the related base queries from the AndromedaQuery which are:

    #[returns(self::operators::OperatorsResponse)]
    Operators {},
    #[returns(self::operators::IsOperatorResponse)]
    IsOperator { address: String },