-
Notifications
You must be signed in to change notification settings - Fork 169
chore: merge main into ousdt #583
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
github-actions
wants to merge
7
commits into
ousdt
Choose a base branch
from
main-to-ousdt
base: ousdt
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
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
Add SVM chains rent estimate amount on top of the IGP payment quoting, **from the UI, this is purely presentational and does not add on top of the actual transactions**. This is mean purely as a way to represent the actual fee paid for SVM bridging as close as possible You can check the transactions and look at the rent paid to see how the estimates are taken: [Solana](https://solscan.io/tx/53mvkbN21SM7PCv7CY98CDCXqxEhCXMPjtdsVZT6YNuRg98DEji7tkzXPsqjXpMGW3rAsdzZmwERv8CLrBX1BnsC#solBalanceChange): 0.00187224 + 0.00224112 = 0.00411336 [Eclipse](https://eclipsescan.xyz/tx/4xza8yohGKqBNd5QytFWRKLCgycJpYqohnhpKUB4Aen8Yx83jA28pPSE9naT7SHuvcUT2ytximkWF4G3559kvSj#balanceChange): 0.000018292 + 0.000021896 = 0.00004019 [Soon](https://explorer.soo.network/tx/3LwvSmxkca9tFz9CF8YAmLjE1ZL9f1EiV9zCBaSZacr82kACb1zrG3eA49pCKtDFHpszoWGJy3qkJMSPEmiJYNvH): 0.000001932 + 0.000001614 = 0.00000355 [SonicSVM](https://explorer.sonic.game/tx/3fRkH2h2To6ZPnk2PdpkmUs27S79EAVueCcuisV6EcZEi5tbvgyLkaWnDpsLSvhnUaw6rJyqEhcAXE46hiQvg47y?cluster=custom&customUrl=https%3A%2F%2Fapi.mainnet-alpha.sonic.game): 0.00224112 + 0.00187224 = 0.00411336 as you can see below, the IGP shown would be inaccurate because it does not take into account the rent:  when you sign, you would notice this:  and this is the estimation after adding the rent: 
b51c3d3
to
2c96817
Compare
Set `fail-fast` to `false` for strategy, this will allow all branches to independently run instead of the matrix canceling in progress branches/pr creation if one of them fails. Ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
2c96817
to
d952e6d
Compare
This pr bumps registry to 15.7.1
d952e6d
to
5d6caaa
Compare
5d6caaa
to
19c458a
Compare
This pull request updates the version of the `@hyperlane-xyz/registry` dependency in `package.json` from `15.8.1` to `15.9.0`.
19c458a
to
2bec868
Compare
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
intoousdt
.