-
Notifications
You must be signed in to change notification settings - Fork 38
Add memo-required flows for Dapp + Normal send #2400
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
Open
leofelix077
wants to merge
40
commits into
release/5.37.0
Choose a base branch
from
feature/check-memo-required-on-send
base: release/5.37.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
45323d4
Feature/move history fetch to bg (#2273)
piyalbasu b61ec65
check for updated appdata before showing password modal (#2300)
piyalbasu 91a49a5
stringify errors rather than using `cause` (#2302)
piyalbasu cc130fc
Feature/move icons to own hook (#2308)
piyalbasu c50cbc1
skip blockaid scan on first fetch of account-balances (#2310)
piyalbasu 89b00b0
Merge branch 'master' into release/5.36.0
piyalbasu 47203df
Dropdown menu option to copy wallet address (#2316)
leofelix077 3da9b6b
scroll on long strings; pretty print json (#2320)
piyalbasu 9218e3f
Merge branch 'master' into release/5.36.0
aristidesstaffieri 077117e
re-searching so should abort any in flight API requests (#2323)
piyalbasu 45f8bd6
[FEATURE] new send/swap navigation flow (#2353)
aristidesstaffieri 1779c51
[FEATURE] adds send and swap buttons to asset detail view (#2351)
aristidesstaffieri 5199754
only fetch asset list data if needed (#2369)
piyalbasu cdafa95
[BUG] SAC token management improvements (#2374)
aristidesstaffieri 85014fb
Merge branch 'master' into release/5.36.0
piyalbasu 5e591ce
Feature/cache token prices (#2373)
piyalbasu 6268562
load backend settings async on Account view (#2381)
piyalbasu 4f2b5c6
Feature/use ledger key for home domains (#2363)
piyalbasu 9a0dd5e
update version numbers for release
piyalbasu 0aed2a4
rm unnecessary calls to make flows even faster (#2391)
piyalbasu 1e8117a
makes send swap buttons stay in the container in full screen mode (#2…
piyalbasu d50e25b
add v1 of memo-required flow for transaction confirmation
leofelix077 631356b
adjust memo required flow for dapp and tx rebuild
leofelix077 f4bb26b
add memo max bytes error handling
leofelix077 37ab418
update transaction loose text strings
leofelix077 adbb936
update transaction loose text strings
leofelix077 5ef1a5b
Merge branch 'master' into feature/check-memo-required-on-send
leofelix077 d33b807
update tranlation with uppercase
leofelix077 6f912f8
Merge branch 'feature/check-memo-required-on-send' of github.com:stel…
leofelix077 99b5099
fix transaction fee setting
leofelix077 63ddc20
Merge branch 'release/5.36.0' of github.com:stellar/freighter into fe…
leofelix077 bd6034d
Merge branch 'master' into release/5.36.0
piyalbasu 2b20b9d
Merge branch 'release/5.36.0' of github.com:stellar/freighter into fe…
leofelix077 ad3091e
adjust memo required on revalidation and add a container for message
leofelix077 4e74e54
update memo-required flow to slide from right
leofelix077 619a4af
update translation keys and memo required panes
leofelix077 1f3710d
use redux selector for allAccounts to properly update rename (#2403)
piyalbasu dc88115
Merge branch 'release/5.36.0' of github.com:stellar/freighter into fe…
leofelix077 7d52b3e
fix unit tests
leofelix077 1e9be95
Merge branch 'release/5.37.0' of github.com:stellar/freighter into fe…
leofelix077 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, does this work in the case of duped words? I would think from this code it would never select the 2nd instance of a word so if the phrase was "foo bar bar", it would end up just selecting the first instance of "bar" and it would try to validate "foo bar", which would fail