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: compass attestation with ERC20 tokens #1253

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

maharifu
Copy link
Contributor

@maharifu maharifu commented Aug 9, 2024

Related Github tickets

Background

When some chain has ERC20 tokens deployed, compass upgrades would be stuck on chains that do not have tokens. Now we only query deployed tokens for the specific chain currently being iterated.

NOTE: After deploying this change, we have to manually remove any stuck compass upgrade. It should redeploy automatically afterwards.

Testing completed

  • test coverage exists or has been added/updated
  • tested in a private testnet

Breaking changes

  • I have checked my code for breaking changes
  • If there are breaking changes, there is a supporting migration.

When some chain has ERC20 tokens deployed, compass upgrades would be
stuck on chains that do not have tokens. Now we only query deployed
tokens for the specific chain currently being iterated.
@maharifu maharifu merged commit f0d54a2 into palomachain:master Aug 9, 2024
4 checks passed
@maharifu maharifu deleted the fix/1953-token-relink branch August 9, 2024 11:11
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.

[BUG] Compass deployment with ERC20 token relink
2 participants