Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

op-challenger: Disable moves for permissioned games #13092

Open
ajsutton opened this issue Nov 25, 2024 · 1 comment
Open

op-challenger: Disable moves for permissioned games #13092

ajsutton opened this issue Nov 25, 2024 · 1 comment

Comments

@ajsutton
Copy link
Contributor

op-challenger monitors permissioned games so it can resolve them and reclaim bonds. It also checks if it should perform moves even though it typically isn't the CHALLENGER and so its moves would be rejected. We could reduce the number of L1 RPC calls made significantly if the challenger only checked what steps to perform if it's tx sender was the authorised CHALLENGER role for permissioned games.

@ajsutton
Copy link
Contributor Author

Need to check if this will actually help given that resolving the game requires resolving claims first so we may wind up loading the same data anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant