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
The correct RPC handlers need to be added in order to receive the getAppMetadata request from the API. This should take the form of a get-app-metadata.js file in aragon-wrapper/src/rpc/handlers/index.js. This function should only return data relevant to the application the request is coming from, so data should be filtered based on the to property of the addMetadata observable with respect to the application that initiated the request. This function must also be tested in the aragon-wrapper/src/rpc/handlers/ folder.
The text was updated successfully, but these errors were encountered:
The correct RPC handlers need to be added in order to receive the
getAppMetadata
request from the API. This should take the form of aget-app-metadata.js
file inaragon-wrapper/src/rpc/handlers/index.js
. This function should only return data relevant to the application the request is coming from, so data should be filtered based on theto
property of the addMetadata observable with respect to the application that initiated the request. This function must also be tested in thearagon-wrapper/src/rpc/handlers/
folder.The text was updated successfully, but these errors were encountered: