-
Notifications
You must be signed in to change notification settings - Fork 169
chore: merge main into ezeth #511
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
Closed
Closed
Conversation
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
Upgrade all hyperlane packages and version
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
Now the transactions signing will use a fallback RPC whenever one of the RPC fails instead of only having one point of failure. Also upgrade hyperlane packages that contains the needed changes for the RPC update Reference: https://viem.sh/docs/clients/transports/fallback.html How to test: 1 - With the current `main` branch, locally try doing a transaction with Ethereum or Arbitrum, they will more likely fail because of flakky RPC 2 - Do the same with this branch and the transactions will go through without issue, you can also check the network tab and see the requests going through
6223bda
to
ac6a52c
Compare
…ins (#518) Now will only display the `ChainConnectionWarning` banner when all of the chains are unhealthy for EVM chains. This is because now we have fallback transports for EVM chains. Other VMs behavior remain unchanged and only use the first RPC
ac6a52c
to
d7751f2
Compare
- Change `GithubRegistry` to use `PartialRegistry` - Change `Token` and `Chain` logo link to hard-coded link path - Modify RPC URL overrides logic to: if `EVM` chain, add override at the end, otherwise in the front - Upgrade registry
d7751f2
to
1460a1d
Compare
chore: bump registry to latest version
Increase refetch interval of the RPC health check
1460a1d
to
9e2fc90
Compare
chore: Bump registry to 13.7.1
9e2fc90
to
5d4e482
Compare
chore: Up Registry to 13.9.0
5d4e482
to
8d6b99b
Compare
…x-usdt-approval-issues feat: updated sdk package version to fix approval issues
8d6b99b
to
f93a2d1
Compare
f93a2d1
to
b0f6abc
Compare
Set `originChainName` during the effect phase instead of render phase
b0f6abc
to
d7bbc17
Compare
) This PR updates the registry to 13.13.0 and the sdk, utils and widgets packages to 12.4.0 --------- Co-authored-by: Le <[email protected]> Co-authored-by: Xaroz <[email protected]>
Add connector for Binance Wallet to rainbowkit. PD: there is a weird bug going on where you have to be a bit far way for the QR code to register, related [issue](rainbow-me/rainbowkit#1979 (comment)) fixes #485
d7bbc17
to
cff946e
Compare
chore: update .gitignore to exclude all .env files except .env.example
- Increase refetch interval for fetching balances to 30 seconds - Updated workflow to be run in merge queue
cff946e
to
787a20b
Compare
This PR adds the ability for users to search tokens that have no routes from the current origin and destination, closes #search tokens by route closes hyperlane-xyz/hyperlane-monorepo#5708 - Now shows a list of tokens with a slighty grayed out color, this will also be searchable - When clicking one of the unsupported tokens, a list of available chains will show up - When clicking on one of the chain, it will set the current token and the origin/destination in the form - Create a map of symbols and chain map of tokens to accomplish this - Use [jsdelivr](https://www.jsdelivr.com/) to serve imgs from the github registry - Minor refactor and drive by changes
- Update registry version to v14.2.0 - Upgrade sdk, utils, widgets to v12.5.0
before:  after: 
This PR bumps up registry to 15.4.0
Bump up to 15.5
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.
This PR was automatically created to merge changes from
main
intoezeth
.