-
Notifications
You must be signed in to change notification settings - Fork 199
feat: support generic evm routes #11716
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
Draft
NeOMakinG
wants to merge
40
commits into
develop
Choose a base branch
from
auto-claude/004-i-ve-been-doing-an-attempt-at-supporting-evms-chai
base: develop
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.
Draft
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
0b3fcd5
auto-claude: subtask-1-1 - Update hdwallet packages in root package.j…
48d6689
auto-claude: subtask-1-2 - Update hdwallet dependencies in chain-adap…
478ccce
auto-claude: subtask-1-3 - Update hdwallet dependencies in swapper pa…
cca632b
auto-claude: subtask-2-1 - Add EvmGenericChainId type and AnyEvmChain…
b924a0f
auto-claude: subtask-3-1 - Create packages/caip/src/genericChains.ts …
b1ba6ba
auto-claude: subtask-3-2 - Add helper functions for generic chains
82bd98f
auto-claude: subtask-3-3 - Export genericChains module from packages/…
07aa886
auto-claude: subtask-4-1 - Create GenericEvmChainAdapter
1f753a7
auto-claude: subtask-4-2 - Create packages/chain-adapters/src/evm/gen…
c5a5691
auto-claude: subtask-4-3 - Export generic module from packages/chain-…
dea278e
auto-claude: subtask-5-1 - Add createGenericViemClient function and u…
c70ab22
auto-claude: subtask-6-1 - Create headers/csps/chains/generic.ts with…
6bf4331
auto-claude: subtask-6-2 - Import and add generic CSP to headers/csps…
df4cdf3
auto-claude: subtask-6-3 - Add generic chain RPC URL environment vari…
080bd99
auto-claude: subtask-7-1 - Create src/plugins/genericEvmChains/index.…
b6de01b
auto-claude: subtask-7-2 - Add genericEvmChains to activePlugins.ts
678e7e2
auto-claude: subtask-7-3 - Add GenericEvmChains feature flag to Featu…
581e359
auto-claude: subtask-7-4 - Update PluginProvider to support generic c…
c50b626
fix: revert hdwallet to published version and fix TypeScript errors
9829c46
fix: add missing VITE_FEATURE_GENERIC_EVM_CHAINS config
4e869f8
auto-claude: subtask-8-2 - Fix type definitions for generic EVM chain…
393bbf1
auto-claude: subtask-8-3 - Fix lint errors for generic EVM chain support
ce21265
fix: resolve viemClient import bug and add unit tests (qa-requested)
c2e5bd5
fix: resolve lint errors for generic EVM chain support
b6defea
chore: comment out Sei configuration (causing black screen issue)
NeOMakinG dc9bd3e
fix: TypeScript ArrayBuffer type errors in hdwallet-native
NeOMakinG 964a013
fix: review feedbacks
NeOMakinG 31579f8
fix: review feedbacks
NeOMakinG 74a089c
fix: review feedbacks
NeOMakinG 719f4d0
fix: hnnng
NeOMakinG 454efb0
fix: hnnng
NeOMakinG e9285a1
chore: merge develop, resolve conflicts
NeOMakinG bb6975c
Merge remote-tracking branch 'origin/develop' into auto-claude/004-i-…
NeOMakinG edce807
Merge branch 'develop' into auto-claude/004-i-ve-been-doing-an-attemp…
NeOMakinG eed94c7
fix: review feedbacks
NeOMakinG 4c7b2f7
fix: review feedbacks
NeOMakinG 766ca65
fix: review feedbacks
NeOMakinG 87a53cc
fix: review feedbacks
NeOMakinG f358e9f
fix: tests
NeOMakinG 98bf0bc
Merge branch 'develop' into auto-claude/004-i-ve-been-doing-an-attemp…
NeOMakinG 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
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.
Fix dotenv-linter
UnorderedKeyfor feature flags.Static analysis reports
VITE_FEATURE_GENERIC_EVM_CHAINSshould appear beforeVITE_FEATURE_KATANA. Please reorder to satisfy the linter.🔧 Suggested reorder
📝 Committable suggestion
🧰 Tools
🪛 dotenv-linter (4.0.0)
[warning] 113-113: [UnorderedKey] The VITE_FEATURE_GENERIC_EVM_CHAINS key should go before the VITE_FEATURE_KATANA key
(UnorderedKey)
🤖 Prompt for AI Agents