This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 190
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ghost
added
Complexity: Low
Less than 64 lines changed.
Type: Feature
The issue is a request for new functionality.
Status: In Progress
The issue or pull request is being worked on.
labels
Oct 5, 2020
…p-wallet into feat/aip-26-handling
clucasalcantara
force-pushed
the
feat/aip-26-handling
branch
from
October 5, 2020 22:01
12a8a6b
to
8848717
Compare
clucasalcantara
force-pushed
the
feat/aip-26-handling
branch
from
October 5, 2020 22:30
8848717
to
2d12890
Compare
clucasalcantara
force-pushed
the
feat/aip-26-handling
branch
from
October 6, 2020 18:57
3206990
to
a7340fc
Compare
Codecov Report
@@ Coverage Diff @@
## develop #2929 +/- ##
=============================================
+ Coverage 58.92% 100.00% +41.07%
=============================================
Files 373 351 -22
Lines 9325 5001 -4324
Branches 1934 913 -1021
=============================================
- Hits 5495 5001 -494
+ Misses 3603 0 -3603
+ Partials 227 0 -227
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
ghost
added
Status: Needs Review
The issue or pull request needs a review by a developer of the team.
and removed
Status: In Progress
The issue or pull request is being worked on.
labels
Oct 7, 2020
samharperpittam
approved these changes
Oct 8, 2020
ghost
mentioned this pull request
Oct 11, 2020
faustbrian
approved these changes
Oct 12, 2020
@clucasalcantara Conflicts |
Solved @luciorubeens updating snapshots and should be ready 👌🏽 |
ghost
deleted the
feat/aip-26-handling
branch
October 14, 2020 12:22
ghost
mentioned this pull request
Oct 18, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Complexity: Low
Less than 64 lines changed.
Status: Needs Review
The issue or pull request needs a review by a developer of the team.
Type: Feature
The issue is a request for new functionality.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
process-url
listener@samharperpittam Some testing guidelines:
1 - Open the ARK Wallet
2 - Paste this deepilnk into your browser and hit enter:
ark:transfer?coin=ark&network=mainnet&recipient=DNjuJEDQkhrJ7cA9FZ2iVXt5anYiM8Jtc9&amount=1.2&memo=ARK
Case Scenarios:
1 - With no profile selected: You should receive a warning toast asking you to select a profile
2 - With profile selected but no wallet selected: You should receive a warning toast asking you to select a wallet
3 - With profile and wallet selected: You should be redirected to the transfer page with
amount
,smartbridge
, andrecipient
pre-filled.Checklist