Skip to content

Conversation

@danielzhao122
Copy link
Contributor

Fix AbstractEthLikeNewCoins.isWalletAddress forwarder version bypass

  • Remove unconditional return true for versions 0, 3, 5
  • Implement validation for these versions

Fix partial implementations for ada, apt, icp, vet

  • add wallet address verification for these coins, previously they were only format checks

ticket: WP-6461

@danielzhao122 danielzhao122 marked this pull request as ready for review November 19, 2025 21:07
@danielzhao122 danielzhao122 requested review from a team as code owners November 19, 2025 21:07
Copy link
Contributor

@zahin-mohammad zahin-mohammad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR will be split by coin.


async isWalletAddress(params: TssVerifyAddressOptions): Promise<boolean> {
return this.isValidAddress(params.address);
const { address } = params;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there might be a difference between wallet version 1 and other wallet versions. Double check if the address verification is the same between these 2.

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.

3 participants