-
Notifications
You must be signed in to change notification settings - Fork 200
feat: near chain #11537
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
feat: near chain #11537
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
164df37
feat: implement NEAR Protocol as second-class citizen chain
gomesalexandre 122fb68
fix: add NEAR to getNativeFeeAssetReference
gomesalexandre 3109d87
fix: use descriptive error from NEAR RPC response
gomesalexandre 8b14ebe
docs: add getNativeFeeAssetReference gotcha to chain-integration skill
gomesalexandre d99ec67
fix: implement NEAR case in accountToPortfolio
gomesalexandre 1139831
docs: add accountToPortfolio gotcha to chain-integration skill
gomesalexandre b6b47e6
feat: add NEAR support to NEAR Intents swapper
gomesalexandre 68c6e58
fix: use plain bs58 encoding for NEAR public keys
gomesalexandre 1e38261
feat: add NEAR chain namespace support for fee data
gomesalexandre d91e0d9
fix: read fresh swap state in trade execution event handlers
gomesalexandre 0e57d39
[skip ci] feat: skip ci
gomesalexandre b2aeea6
[skip ci] feat: progression
gomesalexandre 3e504fa
feat: implement swaps FROM NEAR and token balance fetching
gomesalexandre 6bac80b
feat: add Ledger and Trezor NEAR hardware wallet support
gomesalexandre 22df129
docs: add Native Agent to crew structure
gomesalexandre 915e346
feat: add chain-integration-crew skill for full e2e chain integration
gomesalexandre 7443140
feat: add NEP-141 token sends and RPC failover for NEAR
gomesalexandre 1e2d93c
feat: add Ledger NEAR transport support and swapper token fix
gomesalexandre eb54f2c
fix: handle NEAR implicit accounts that don't exist on-chain
gomesalexandre ff87f4c
fix: dedupe assetIds in popular assets
gomesalexandre d684b7a
[skip ci] fix: replace NearBlocks with FastNEAR API for token balances
gomesalexandre 689806c
Merge remote-tracking branch 'origin/develop' into near_chain
gomesalexandre 901b462
[skip ci] refactor: NEAR chain adapter improvements
gomesalexandre 8870d6c
[skip ci] chore: remove NEAR planning docs
gomesalexandre 479bfbc
[skip ci] chore: bump @shapeshiftoss/hdwallet-* to 1.62.33
gomesalexandre 70e7e15
[skip ci] chore: revert .yarnrc.yml to origin/develop
gomesalexandre a86b599
fix: derivation path and update hdwallet
NeOMakinG cde32b3
fix(caip): load dotenv in coincap adapter generation script
gomesalexandre c21c75a
fix(near): add rate limit retry with exponential backoff
gomesalexandre fcae5ba
fix(near): reduce individual provider retries to enable faster failover
gomesalexandre c8deab3
fix: address NEAR chain review feedback
gomesalexandre eb421c0
fix: use skipDeviceDerivation pattern for NEAR pubKey handling
gomesalexandre f9d359d
fix: surgically restore NEAR changes without lint noise
gomesalexandre 62621c0
fix: move FastNEAR API version path from env to code for CSP compliance
gomesalexandre 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
fix: handle NEAR implicit accounts that don't exist on-chain
- Fix Ledger NEAR address derivation to return hex format (not ed25519:base58) - Fix Ledger NEAR signature to return hex format (not bs58) - Handle FailoverRpcProvider's "Exceeded N providers" error for unfunded accounts - Update hdwallet to 1.62.35-near-chain.4 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Loading branch information
commit eb54f2c74145d15f7d66014350c71f2bdc19ed21
Some comments aren't visible on the classic Files Changed page.
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
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.
Uh oh!
There was an error while loading. Please reload this page.