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

[#9975] Trim recipient address before validation #9999

Merged
merged 1 commit into from
Feb 7, 2020

Conversation

rasom
Copy link
Member

@rasom rasom commented Feb 7, 2020

fixes: #9975
status: ready

@rasom rasom requested a review from a team as a code owner February 7, 2020 14:30
@auto-assign auto-assign bot removed the request for review from a team February 7, 2020 14:30
@status-github-bot
Copy link

Pull Request Checklist

  • Docs: Updated the documentation, if affected
  • Docs: Added or updated inline comments explaining intention of the code
  • Tests: Ensured that all new UI elements have been assigned accessibility IDs
  • Tests: Signaled need for E2E tests with label, if applicable
  • Tests: Briefly described what was tested and what platforms were used
  • UI: In case of UI changes, ensured that UI matches Figma
  • UI: In case of UI changes, requested review from a Core UI designer
  • UI: In case of UI changes, included screenshots of implementation

@status-github-bot status-github-bot bot added this to REVIEW in Pipeline for QA Feb 7, 2020
@rasom rasom requested review from vitvly and flexsurfer and removed request for vitvly February 7, 2020 14:30
@rasom rasom self-assigned this Feb 7, 2020
@rasom rasom merged commit 8a612a3 into develop Feb 7, 2020
Pipeline for QA automation moved this from REVIEW to DONE Feb 7, 2020
(let [chain (ethereum/chain-keyword db)]
[{:keys [db]} raw-recipient]
(let [chain (ethereum/chain-keyword db)
recipient (string/trim raw-recipient)]
Copy link
Member

Choose a reason for hiding this comment

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

@rasom that was fast, are we sure raw-recipient can't be nil ?

@status-im-auto
Copy link
Member

status-im-auto commented Feb 7, 2020

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 8a612a3 #1 2020-02-07 14:44:12 ~13 min android-e2e 📦apk 📲
✔️ 8a612a3 #1 2020-02-07 14:44:15 ~13 min android 📦apk 📲
✔️ 8a612a3 #1 2020-02-07 14:45:30 ~14 min ios 📦ipa 📲

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

"Invalid address: <no value>" error when address has whitespaces at the end
3 participants