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

fix: handle unknown Safe call in getValidators #238

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Conversation

spsjvc
Copy link
Member

@spsjvc spsjvc commented Feb 14, 2025

Looks like the Xai team used MultiSend to do multiple calls to the UpgradeExecutor in a single transaction.
We currently don't support decoding MultiSend calls, so it was throwing an error.

For now, I handled it so we explicitly only support inner call directly to UpgradeExecutor, and I'll track supporting other signatures in another ticket.

@spsjvc spsjvc requested a review from fionnachan February 14, 2025 13:10
@spsjvc spsjvc enabled auto-merge (squash) February 14, 2025 13:22
@spsjvc spsjvc merged commit e9a1a93 into main Feb 14, 2025
6 checks passed
@spsjvc spsjvc deleted the fix-get-validators branch February 14, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants