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
Description
With the upcoming migration of certain functionalities from the Relay Chain to Asset Hub, we need to update Sidecar by taking the following steps :
Update the corresponding chain-config files (assetHub*) to include the necessary endpoints for the migrated functionalities
Update the corresponding service files to ensure that, based on the block queried & the connected chain :
2.1 the requested information is returned if available
2.2 if not available, display a message redirecting the user to the correct chain
Add tests to reflect the above changes
Update already existing tests accordingly
Update the docs well in advance to notify the users for the upcoming changes (?)
General Notes/Actions
Closely monitor the Asset Hub migration timeline
Implement the above changes in the meantime
Test once the migration is available on a test chain
Send separate notification to bigger teams that we already support
The text was updated successfully, but these errors were encountered:
Description
With the upcoming migration of certain functionalities from the Relay Chain to Asset Hub, we need to update Sidecar by taking the following steps :
chain-config
files (assetHub*) to include the necessary endpoints for the migrated functionalities2.1 the requested information is returned if available
2.2 if not available, display a message redirecting the user to the correct chain
General Notes/Actions
The text was updated successfully, but these errors were encountered: