-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Chore/update 0.6.0 (#567) * Fixed transactionId and object proptypes * Auto fix with --fix * Fixed remaining issues * Updated controller to 0.19.8 and bumped plug version to 0.5.4 * Moved whitelist population to requestConnect * Removed whitelist population * Updated branch Co-authored-by: rocky-fleek <[email protected]> Co-authored-by: tomiir <[email protected]> * add tokens and add nft buttons * add nft form done - form component abstraction not done - add nft not working yet * feat: tests initialization * added get-nft-info method * added few changes * now the buttons looks like the design * removed standards to DIP721v2 only - display token info in step2 * feat: test ids added/first test added and passed * added add-custom-nft function * feat: all tests added and passed * fix: variables changes * feat: extra case added * feat: tests for settings-network added and done * added get nfts after add custom in step2 * Fix: Redundant optimistic update (#587) * Added controller with optimistic update fix. Removed filterCollectionTokens method as it was redundant * Reconciliated yarn lock * Renamed hook to blockNFTFetch and removed unnecessary formatting * Restored lockfile * Reinstalled controller' Co-authored-by: rocky-fleek <[email protected]> * feat: send custom tokens on sonic network tests added and passed * fix: hardcode fixes * feat: case with checking that tabs are blocked added * show collections with 0 nfts without chevron - if the icon is null show a default image * change package.json and yarn.lock to upstream content * few console logs removed, text and state names * yarn lock updated to release yarn lock * now can download pem file with your account id * Remove custom token (#589) * Updated controller version * Added removeToken to Keyring * Added remove to AssetItem * Prepopulated protectedAsset * Added translation for remove token modal * Renamed Remove to remove custom token * Feat/account switch refactor (#566) * Added swit account icon * Added AccountItem component * Added edit account field * Added account switch to WalletDetails * Removed replacing icns on set * Made profile edit on click * Added walletId param to icns methods * Lint fixes for profile * Added local ICNS data * Lint fixes * Added shared transition * Conditionaly show switch account button * disable edit name while using icns * removed clgs and moved useEffect * added close curly brace * Update source/views/Extension/Views/AddNFT/hooks/useSteps.jsx Co-authored-by: angarita-dev <[email protected]> * Update source/views/Extension/Views/AddNFT/Steps/Step2.jsx Co-authored-by: angarita-dev <[email protected]> * it work calling sendMessage in AppConnection * fixed length problem * Migrated walletId to uuid * removed console.log * removed unused field on redux * fixed address shortening for ICNS names * Added border radius to custom tokens search * reduced token decimal places * Reduced font weight of text in banner * Added border raduis to second step of addToken * Updated yarn.lock * Added utils for icns address * modified getAssetFee function - removed fixed fee values - now can send max amount of any tokens * added fallback if fee and decimal doenst exist * Serialize host into metadata and pass it into regular connection requests * Controller version bump * Fixed switch account ICNS bug * Added account icon constant * replaced user icon with constant * Fixed switch account & account default icon * Updated dab-js and added fee as a parameter in the send operation * Prevented default on Profile actions (#611) * remove switch account icon (#613) * automation fixes * Installed controller and dabjs with icp standard fixes * Fixed connect account modal (#618) * Fix/Contacts (#616) * WIP * Code cleanup * mend * Fixed hiddenAccounts * Fixed state accounts * Fixed export identity * Bumped controller version * Added missing semicolon * Plug controller bump * Rollback controller to 0.22.3 * Fixed collection info and nft details issues * Fixed popup & connect accounts info (#625) * Abstracted internalRequestBalance and fixed issues with bigint parsing * Removed subaccount validation * Installed controller 0.22.5 with Principal serializatio on pid contacts * feat: new secret added * Removed provider update on useEffect * Removede console.logs * Fix/update provider & toasts (#631) * Updated provider package * Stop showing toast for provider errors * Disconnect only based on principalId * Removed update providerConnection * Made onConfirm method optional * Removed update provider connection from home * Updated contollero to version 0.22.6 * Updated extension icons to rainbow background ones (#595) Co-authored-by: rocky-fleek <[email protected]> Co-authored-by: angarita-dev <[email protected]> Co-authored-by: rocky-fleek <[email protected]> Co-authored-by: tomiir <[email protected]> Co-authored-by: Alina Sytnik <[email protected]> Co-authored-by: Alina Sytnik <[email protected]>
- Loading branch information
1 parent
e0cdf12
commit 9c49f33
Showing
93 changed files
with
3,357 additions
and
1,640 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,9 @@ typings/ | |
.env | ||
.env.test | ||
|
||
# PEM files | ||
*.pem | ||
|
||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
|
||
|
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
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
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.