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
When testing #6847 using both gRPC and lcd with an ibc denomination and uosmo both attempts return a "not implemented on osmosis. use an indexer" status. Removing the implementation of this bank module function was not listed in scope of the most recent upgrade.
It is not implemented in osmosis from the state machine and plan to never include jt. The design decision to include is a significant flaw imo as it slows down important core logic.
Getting this query should come from a new indexer stack, not the base full nodes themselves
What happened?
When testing #6847 using both gRPC and lcd with an ibc denomination and uosmo both attempts return a "not implemented on osmosis. use an indexer" status. Removing the implementation of this bank module function was not listed in scope of the most recent upgrade.
url - https://lcd.osmosis.zone/cosmos/bank/v1beta1/denom_owners/uosmo
Osmosis Version
main
How to reproduce?
url - https://lcd.osmosis.zone/cosmos/bank/v1beta1/denom_owners/uosmo
Execute gRPC call using denomOwners method on osmosis returns the same "not implemented" results
The text was updated successfully, but these errors were encountered: