Skip to content

refactor send validation and near token parsing#3351

Merged
OmarHatem28 merged 4 commits into
devfrom
Near-Intents-issue-2
Jul 13, 2026
Merged

refactor send validation and near token parsing#3351
OmarHatem28 merged 4 commits into
devfrom
Near-Intents-issue-2

Conversation

@serhii-bor

@serhii-bor serhii-bor commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Issue Number (if Applicable): Fixes #

Description

Please include a summary of the changes and which issue is fixed / feature is added.

Pull Request - Checklist

  • Initial Manual Tests Passed
  • Double check modified code and verify it with the feature/task requirements
  • Format code
  • Look for code duplication
  • Clear naming for variables and methods
  • Manual tests in accessibility mode (TalkBack on Android) passed

@serhii-bor
serhii-bor requested a review from OmarHatem28 June 28, 2026 17:04
Comment on lines +367 to +368
bool _isTokenBelongingToWallet(CryptoCurrency cur) =>
wallet.currency == cur && tradeFrom.tag == cur.title;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this would fail for bnb

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

Comment on lines +281 to +282
from: from,
to: to,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

revert please as discussed

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

reverted

@OmarHatem28
OmarHatem28 merged commit 0cf8043 into dev Jul 13, 2026
@OmarHatem28
OmarHatem28 deleted the Near-Intents-issue-2 branch July 13, 2026 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants