-
Notifications
You must be signed in to change notification settings - Fork 175
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
feat: enable verify owner functionality #3009
Open
frdomovic
wants to merge
178
commits into
near:master
Choose a base branch
from
calimero-archive:update_to_verify_owner
base: master
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
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
Release 2021-02-22
Maintenance Release 2021-03-07
Mainnet Release 2021-03-16
Release 2021-03-23
Hotfix: Load basic balance data only for Sign page
Release 2021-03-29
Release 2021-04-08
Release 2021-04-14
Release 2021-04-27
Release 2021-05-05
Release 2020-05-13
Release 2021-05-18
Release 2021-05-25
Release 2021-06-11
2021-06-21 Release
Release 2021-06-23
Release 2021-07-06
Release 2021-07-13 #1
Release 2021-07-14
Release 2021-06-21
Release 2021-06-22 #2
Release 2021-06-22 #3
Release 2021-06-23
Release 2021-08-06
Release 2021-08-06 #2
Release 2021-08-10
Release 2021-08-13
* feat(swaps): collect all swap components in one place - move components from a legacy swap dir to a new one - delete legacy swap * refactor: simplify swap components - display swap details in swap and preview forms * style(swap): complete UI of the swap details accordion * style(swap): add autofocus on the first swap input * style: add appearance animation for swap details * test: add test cases for output amount calculation * fix: correct tooltip display * fix(swap): check if the user has enough balance * fix: check if balance is initialized * fix(swap): change price calculation - correct price calculation - drop output amount on input change - add missing translates * fix: correct token sorting so that NEAR comes first * fix(swap): correct conditions for exchange * feat(amount): add better formatting for decimals
* feat: add Prettier * feat: update Prettier rules * fix: update yarn dependecies
* feat: removed isWhitelabel and all the stuff * refactor: remove useless code from mnw
* fix(swap): keep swap tokens order * feat(pools): add filtration by TVL * fix: replace direct usage of ref indexer address * feat(swap): handle failed swaps * feat(swap): improve UI of the failed swap * fix(swap): add missing translations * fix(swap): shorten amounts on the success page * chore(swap): changes after review - fix cutting zeroes for integer numbers * feat(swap): improve error messages - return more understandable error messsages if possible - make extra requests for top pools if the first one is failed * fix(tests): use JS instead of TS - do not use TS files that somehow intersect with Jest. We need to install a TS preset.
* feat: refactoring of recovery method * fix: after self-review * fix: revert translates to master * fix: broken path * fix: review Co-authored-by: Lapko <[email protected]>
* fix: config refactoring to ts * fix: remove features and refactor config * fix: finish refactor * fix: update package.json Co-authored-by: Lapko <[email protected]>
* feat: MNW-226 set password form * fix: self-review * fix: after review * fix: broken layout on mobile * fix: after review Co-authored-by: Lapko <[email protected]>
* fix(top up): make title the same as on the staking page * fix(tokens): fix name overflow * feat(top up): complete design changes
* refactor: delete multiplier from the state * refactor(colors): add app prefixes * refactor: move some base files into the app dir
* feat: Migrate to i18next * feat: Migrate to i18next Co-authored-by: Lapko <[email protected]>
- replace favicon svg code - set USDT as a default swap output token
* feat: add a PR template * fix(token fiat balance): fix crypto balance rounding - translate some components into TypeScript * refactor: renaming * refactor: add types
* fix(swap events): add static parameters to all events * refactor(swap): translate some files into TS
* fix: Fix UTORG purchase link * fix: Fix UTORG link on mainnet staging
chore: update from upstream
frdomovic
requested review from
morgsmccauley and
andy-haynes
as code owners
February 20, 2023 14:15
👷 Deploy request for near-wallet-staging pending review.Visit the deploys page to approve it
|
👷 Deploy request for glittering-pavlova-0e9247 pending review.Visit the deploys page to approve it
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
feat: enable verify owner functionality
Summary:
As part of the ongoing development of the Near Wallet latest update includes the activation of the WEB3AUTH_FEATURE_ENABLED, this flag is now set to 'true'.
In addition, replaced the previous method of fetching parameters from the URL hash (#) with the search (?) which is more efficient option for verify-owner functionality.
Checklist: