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
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
When the tic-tac-toe demo dashboard processes a Command_UpdateDashboard command, it does not validate that the provided game account belongs to it.
However as of #1863 we now have the facility to do this. The dashboard program should check that the program_id provided to its entrypoint match both the owner of the dashboard and game accounts
The text was updated successfully, but these errors were encountered:
When the tic-tac-toe demo dashboard processes a Command_UpdateDashboard command, it does not validate that the provided game account belongs to it.
However as of #1863 we now have the facility to do this. The dashboard program should check that the
program_id
provided to its entrypoint match both the owner of the dashboard and game accountsThe text was updated successfully, but these errors were encountered: