-
Notifications
You must be signed in to change notification settings - Fork 6
feat: add evm chain support #2098
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
Merged
Merged
Changes from all commits
Commits
Show all changes
116 commits
Select commit
Hold shift + click to select a range
5e939b9
style: add blurred overlay for recovery phrase reveal
Nick-1979 46c2811
fix: make the overlay keyboard-accessible and hide unrevealed words f…
Nick-1979 c656d6f
refactor: minor changes plus using useFormatted inreceive
Nick-1979 9423181
chore: edit constants
Nick-1979 5854ba4
chore: remove unused
Nick-1979 6ea28ac
chore: use demo account for account icons in settings
Nick-1979 5f7b2a5
refactor: simplify history item destructuring
Nick-1979 66aadb5
refactor: avoid unnecessary potential decimal overwrite
Nick-1979 da58429
refactor: simplify response check with optional chaining
Nick-1979 e17516e
chore: remove duplicate amount utils
Nick-1979 9afa86d
chore: restore decimal fallback when history item lacks its own decimal
Nick-1979 40bef4b
chore: avoid possible duplicate keys
Nick-1979 8effa68
refactor: remove duplicate component
Nick-1979 142f8f4
refactor: avoid unnecessary API usage
Nick-1979 94030f3
Merge branch 'main' into useFormattedInReceive
Nick-1979 7638171
chore: handle boolean condition
Nick-1979 ab92e11
chore: resolve build issue
Nick-1979 fc26470
feat: add eth support
Nick-1979 0700802
Merge branch 'main' into ethSupport00
Nick-1979 6e3c940
Merge branch 'main' into ethSupport00
Nick-1979 1af3054
chore: update branch
Nick-1979 a3d6120
Merge branch 'main' into ethSupport00
Nick-1979 7a1ae9e
chore: resolve conflicts
Nick-1979 8b4a355
Merge branch 'main' into ethSupport00
Nick-1979 a0bf3e9
chore: merge main +
Nick-1979 3caa583
chore: update package info
Nick-1979 9d8194c
fix: handle evm address
Nick-1979 6069ef7
Merge branch 'main' into ethSupport00
Nick-1979 a8d9e58
chore: resolve conflicts
Nick-1979 ab4180f
fix: remove extra characters
Nick-1979 5674527
chore: refactor code
Nick-1979 73f5c19
Merge branch 'main' into ethSupport00
Nick-1979 1245143
fix: handle moonbeam transfer as an evm case
Nick-1979 286fc55
chore: delete unused import
Nick-1979 b490955
Merge branch 'main' into ethSupport00
Nick-1979 ba9797c
chore: remove unused
Nick-1979 d8e8af8
Merge branch 'main' into evmSupport
Nick-1979 07b6687
Merge branch 'main' into evmSupport
Nick-1979 f08b668
Merge branch 'main' into evmSupport
Nick-1979 dde2339
Merge branch 'main' into evmSupport
Nick-1979 f8597a8
chore: temp merge
Nick-1979 b321f76
Merge branch 'main' into evmSupport
Nick-1979 623022a
chore: merge main
Nick-1979 be5fb01
chore: refactor and use ahAddress
Nick-1979 6ba2c7a
chore: update apps config
Nick-1979 5b925a8
Merge branch 'main' into evmSupport
Nick-1979 18e8a82
Merge branch 'main' into evmSupport
Nick-1979 1e1dcfa
Merge branch 'main' into evmSupport
Nick-1979 973f19b
style: set default cursor
Nick-1979 90467b4
chore: use isEthereum to filter chains
Nick-1979 602892c
chore: show all accounts in first modal of receive general
Nick-1979 e7c32e4
chore: get isEvmCompatible on-chain
Nick-1979 c9e011a
docs: remove logs
Nick-1979 090965d
fix: use all chains hook
Nick-1979 d937b6a
refactor: remove useless variable
Nick-1979 7c4e4f6
fix: use chain tokensymbol
Nick-1979 6054fe1
fix: apply nft const
Nick-1979 2e201a0
fix: handle type issue
Nick-1979 acdf136
chore: update to do
Nick-1979 94e43c8
chore: update jsdoc
Nick-1979 003dbdd
feat: add get erc20 balances
Nick-1979 0edb71d
fix: handle output type
Nick-1979 8213be5
Merge branch 'main' into evmSupport
Nick-1979 a24a222
feat: add erc20 tokens support
Nick-1979 8ea6a4e
refactor: merge rewards tables and rename identity
Nick-1979 a6ee473
chore: refactor
Nick-1979 81eb29b
chore: increase sentry sample rate
Nick-1979 a9dd6ef
chore: handle long token names
Nick-1979 502ed5b
style: align chain name to left
Nick-1979 2e319e5
chore: remove default genesis
Nick-1979 df6f040
chore: use isContract to mitigate console error messages
Nick-1979 3e906d8
chore: add possible json object pre check
Nick-1979 ea26f0f
chore: use api to check if proxy is supported
Nick-1979 b05bc42
feat: get proxy types using api
Nick-1979 e7390ea
fix: make proxy and chain modals adaptive to EVM addresses
Nick-1979 694bc4e
chore: remove unused
Nick-1979 0f19fa0
chore: remove unnecessary type casting
Nick-1979 2cae291
fix: update goerli genesis hash
Nick-1979 f6afad9
chore: update goerli genesis
Nick-1979 781ef60
fix: correct typo
Nick-1979 58302b4
fix: show evm addresses in address book
Nick-1979 31a76bc
fix: clear stale setType when input resets or switches away from EVM
Nick-1979 4a1d61a
fix: add evm support to QR account
Nick-1979 426736f
chore: update scripts
Nick-1979 a68edf4
chore: add coin link to the chart
Nick-1979 b2fa667
fix: show transfer participant name if it is a local account
Nick-1979 ae49f9a
fix: use storage data while loading new stories
Nick-1979 33611e9
chore: parse address in getName safely
Nick-1979 eb0c963
chore: remove unnecessary useMemo
Nick-1979 d6d48ba
chore: clean logs
Nick-1979 d51518d
docs: update reviewers count
Nick-1979 561fd92
chore: update translations
Nick-1979 ef26c6f
style: adjust switch width
Nick-1979 28b6afd
fix: update genesis to support evm addresses
Nick-1979 c2382e0
fix: filter ethereum addresses as reward destination
Nick-1979 3287eed
fix: adjust display balance width
Nick-1979 7f04077
style: apply isBlueish to notification icon
Nick-1979 b14bfe4
chore: remove unused
Nick-1979 cc4d538
chore: remove unused keys
Nick-1979 f954f28
chore: hide the derive button if the selected address is ethereum
Nick-1979 9816fe4
chore: hide derive account for external and 0x accounts
Nick-1979 6308400
docs: update translations
Nick-1979 2417423
chore: update todo
Nick-1979 066ef81
fix: handle fee overwritten issue
Nick-1979 20a3529
chore: upgrade apps config package
Nick-1979 139c60c
refactor: utilize new hooks
Nick-1979 7e60b11
chore: remove unused
Nick-1979 492eb74
chore: rearrange files
Nick-1979 49a013e
chore: refactor origin fee
Nick-1979 613f4bc
chore: add moonbase as test net
Nick-1979 5a52948
chore: remove unused
Nick-1979 64f0a92
refactor: handle early return
Nick-1979 8feacea
fix: navigate to home on import and export completion
Nick-1979 70fe79a
chore: show 0x address while click on identicon
Nick-1979 7726ef2
chore: fetch evm address history
Nick-1979 bb29154
chore: apply build production
Nick-1979 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,9 @@ | ||
| EXTENSION_PREFIX = POLKAGATE | ||
| BG_THEME = christmas | ||
| EXTENSION_PREFIX = MY_EXTENSION | ||
| SUBSCAN_DEFAULT_KEY='' | ||
| ALCHEMY_API_KEY= '' | ||
| ETHERSCAN_API_KEY= '' | ||
| INFURA_PROJECT_ID='' | ||
| SENTRY_DSN='' | ||
| SENTRY_AUTH_TOKEN='' | ||
| SENTRY_ORG='' | ||
| SENTRY_PROJECT='' |
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
8 changes: 4 additions & 4 deletions
8
packages/extension-polkagate/src/components/AccountSelectionDropDown.tsx
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.
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.
Uh oh!
There was an error while loading. Please reload this page.