andromedaprotocol/andromeda-core

Query app-contract state for ADOs

Closed this issue · 0 comments

Description

Query to get app-contract from ado is not currently implemented. It is required for validating ado state for local vfs paths.

Implementation

  • Add GetAppContract query in andr_query macro. All ADO have app contract state, this query will return it.
  • Add GetAppContract query method in AdoBase

Dependencies

None

Acceptance Criteria

  • All ADOs, except aOS, implements GetAppContract query.