-
Notifications
You must be signed in to change notification settings - Fork 63
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
TW-1187: Mark scam tokens #1091
Merged
Merged
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
lendihop
had a problem deploying
to
development
February 26, 2024 16:51 — with
GitHub Actions
Failure
lendihop
had a problem deploying
to
development
February 26, 2024 16:52 — with
GitHub Actions
Failure
keshan3262
reviewed
Feb 27, 2024
src/app/pages/Home/OtherComponents/Tokens/components/TokenTag/ScamTag.tsx
Outdated
Show resolved
Hide resolved
keshan3262
previously approved these changes
Feb 27, 2024
alex-tsx
reviewed
Feb 28, 2024
src/app/pages/Home/OtherComponents/Tokens/components/TokenTag/ApyTag.tsx
Outdated
Show resolved
Hide resolved
src/app/pages/Home/OtherComponents/Tokens/components/TokenTag/DelegateTag.tsx
Outdated
Show resolved
Hide resolved
alex-tsx
approved these changes
Feb 28, 2024
keshan3262
approved these changes
Feb 28, 2024
IrynaKhyzhynska
approved these changes
Feb 29, 2024
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.
firefox, chrome done
Merged
alex-tsx
added a commit
that referenced
this pull request
Mar 4, 2024
* video player * new player styles * disabled fullscreen btn for popup * audio player * fix loader * TW-1108: Migrate Redux-persist storage to unlimited (#1055) * TW-1108: Migrate Redux-persist storage to unlimited * TW-1108: Migrate Redux-persist storage to unlimited. Serialization left to native implementation * TW-1251how ads from our providers on external list of sites permanently (#1063) * TW-1251 Implement insertion of some ads * TW-1251 Fix ads that have been before * TW-1251 Remove redundant logging * TW-1251 Increase Slise ads rules update interval * TW-1251 Revert redundant manifest changes * TW-1251 Make getting ads actions asynchronous * TW-1251 Replace two memoization modules with one * Rollback Node.js version --------- Co-authored-by: Alex <alex.seleznov@gmail.com> * TW-1241: Scroll back up button (#1058) * TW-1241: Scroll back up button * TW-1241: Scroll back up button. Updated Node.js version * TW-1241: Scroll back up button. GitHub Actions. + 'repo-setup' * TW-1241: Scroll back up button. Dynamic import for 'wasm-themis' * TW-1241: Scroll back up button. Moved to Collectibles page * TW-1241: Scroll back up button. Refactor * fix loader * review fixes * TW-1294: Fix Ghostnet RPC URL (#1072) * TW-1287: Update available banner (#1071) * TW-1287: Update available banner. Fix memoizee application * TW-1287: Update available banner. + Banner * TW-1287: Update available banner. + Reopening extension page after update * TW-1287: Update available banner. Refactor * TW-1287: Update available banner. Fix z-index * TW-1287: Update available banner. Storing app update details * TW-1287: Update available banner. Applied existing 'useStorage' hook * TW-1287: Update available banner. Fix BG script imports * TW-1287: Update available banner. Fix banner margins in popup * TW-687: [tech] Eliminate balances loading from chain (#1074) * TW-687 Reduce fetching balances from blockchain * TW-687 Use TZKT Websocket API to reduce lag between operation success message and balance update * TW-687 Use a state message for logic * TW-687 Minor refactoring * TW-687 Revert adding operation confirmation with TZKT API * TW-687 Fix behavior for local Tezos sandbox * TW-687 Fix displaying zero balances for a moment immediately after creating a wallet * TW-687: [tech] Eliminate balances loading from chain. WIP * TW-687: [tech] Eliminate balances loading from chain. WIP * TW-687: [tech] Eliminate balances loading from chain. WIP: Refreshing by new block when on chain * TW-687: [tech] Eliminate balances loading from chain. useBalance in <Delegate /> * TW-687: [tech] Eliminate balances loading from chain. in Send form * TW-687: [tech] Eliminate balances loading from chain. -- hook * TW-687: [tech] Eliminate balances loading from chain. Fix Quality Checks * TW-687: [tech] Eliminate balances loading from chain. Refactor useBalancesLoading * TW-687: [tech] Eliminate balances loading from chain. Cleaned up * TW-687: [tech] Eliminate balances loading from chain. Refactor * TW-687: [tech] Eliminate balances loading from chain. Refactor * TW-687: [tech] Eliminate balances loading from chain. Fix useBalancesLoading() conditions * TW-687: [tech] Eliminate balances loading from chain. Fix useBalancesLoading() conditions * TW-687: [tech] Eliminate balances loading from chain. Fix Swap form balance decimals * TW-1291: Accelerate operations confirmations. Fix total gas balance on unknown chains --------- Co-authored-by: Inokentii Mazhara <keshan3262@gmail.com> * e2e fix * e2e fix -@dev tag * TW-1291: Accelerate operations confirmations (#1081) * TW-1291: Accelerate operations confirmations. Refactor activateAccount() * TW-1291: Accelerate operations confirmations. WIP * TW-1291: Accelerate operations confirmations. Refactor * TW-1321: 'Manage assets' button is out of place on the pop-up (#1082) * fix button position * review fix * TW-1290: Add HypeLab ads (#1079) * TW-1290 Implement insertion of ads for tzkt.io (raw version) * TW-1290 Keep 728x90 Slise ads * TW-1290 Add Hypelab ads into web extension pages * TW-1290 Implement new analytics for ads * TW-1290 Use a fork of save-remote-file-webpack-plugin module * TW-1290 Update new Webpack extension * TW-1290 Require one more env variable * TW-1290 Remove redundant console logging * TW-1290 Move some hooks files * TW-1290 Add env variables to Github actions * TW-1290 Fix some syntax errors * TW-1290 Fix typos * TW-1290 Refactoring according to comments * TW-1290 Use EmptyFn type in new changes * TW-1290 Use ts-expect-error instead of ts-ignore in web extension sources (not e2e tests) * TW-1290 Various bugfixes * TW-1290 Add a new env variable to job configurations * TW-1290 Remove redundant logging * TW-1280: Operations counter value error (#1083) * TW-1280: Operations counter value error * TW-1280: Operations counter value error. + Memoized FastRpcClient.getProtocols() * TW-1280: Operations counter value error. + Cached FastRpcClient.getChainId() * TW-1280: Operations counter value error. Fix const ONE_HOUR_MS * TW-1280: Operations counter value error. + 'Counter operation is off' error msg * TW-1280: Operations counter value error. Edit 'Counter operation is off' error msg * TW-1280: Operations counter value error. Edit 'Counter operation is off' error msg * TW-1060: Collectibles blur checkbox (#1085) * TW-1313: TKey Ad (#1089) * show swap page tKey banner * replace slise banner with tkey * analytics provider * fix review * fix imports * refactoring * TW-1187: Mark scam tokens (#1091) * loading * scam alert on token page * empty line * ts-prune fix * review fix * change max container size for ads replacing * review fixes * TW-1088: [e2e] Collectibles (#1080) * new * Finished e2e test * TW-1088: [e2e] Collectibles test * fix import * fix all conversations --------- Co-authored-by: Alex <alex.seleznov@gmail.com> * Bump version to 1.19.10 (#1095) --------- Co-authored-by: lendihop <mishin.danil2017@gmail.com> Co-authored-by: Inokentii Mazhara <keshan3262@gmail.com> Co-authored-by: Kornii <starkkor@gmail.com> Co-authored-by: Vlad Novak <purch2442@gmail.com> Co-authored-by: Danyl Mishyn <35381314+lendihop@users.noreply.github.com> Co-authored-by: Iryna Khyzhynska <iryna.khyzhynska@gmail.com>
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.
https://madfish.atlassian.net/jira/software/projects/TW/boards/4?selectedIssue=TW-1187