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

Add support for restricted address for Solana network #2604

Closed
Tracked by #2746
ws4charlie opened this issue Jul 31, 2024 · 1 comment · Fixed by #2795
Closed
Tracked by #2746

Add support for restricted address for Solana network #2604

ws4charlie opened this issue Jul 31, 2024 · 1 comment · Fixed by #2795
Labels
chain:solana zetaclient Issues related to ZetaClient

Comments

@ws4charlie
Copy link
Contributor

Describe the Issue
Implementation would be similar to what we've already done for restricted EVM address and BTC address. When a restricted is detected in inbound, zetaclients should ignore (logic is there but there is no e2e test). When a restricted is detected in outbound, zetaclient should cancel the withdraw CCTX with some proper mechanism.

The task would involve:

  1. ignore inbound when it involves restricted address. Unit test, E2E test.
  2. cancel withdraw CCTX when it involves restricted address. Unit test and E2E test.

Expected Outcome
A description of what outcome you are seeking.

@ws4charlie ws4charlie added zetaclient Issues related to ZetaClient chain:solana labels Jul 31, 2024
@lumtis lumtis changed the title Ad support for restricted address for Solana network Add support for restricted address for Solana network Aug 5, 2024
@lumtis
Copy link
Member

lumtis commented Sep 25, 2024

Completed in #2795

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chain:solana zetaclient Issues related to ZetaClient
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants