forked from across-protocol/relayer
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge across repo #13
Merged
Merged
Conversation
This file contains 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
…ol#1663) This single test file takes ~10 minutes to execute in CI and is by far the longest running test. CI can be sped up by splitting part of this test out into a separate file, such that they can be executed in parallel. This reduces the runtime for this set of tests by approximately 50%, and shaves ~3 minutes of the entire test run. While here, apply a couple of minor type corrections.
across-protocol#1677) Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.2 to 4.3.4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@v4.3.2...v4.3.4) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
There can be multiple tokens that map to the same L1 token (i.e. USDC, USDC.e, USDbC). Deduplicate this array on instantiation to avoid issuing duplicate requests.
…protocol#1561) These defaults are quite old and were initially set conservatively. I've tested locally w/ quorum 3 on the major providers and they all work fine.
…col#1546) DEFAULT_MIN_DEPOSIT_CONFIRMATIONS isn't actually used anymore, so drop it, but migrate the chain finality defaults into MIN_DEPOSIT_CONFIRMATIONS. Also, split out testnet chain IDs to be dynamically generated based on predefined chains, but only when the relayer is not running on mainnet. This should make it a bit simpler to update and maintain in future.
…1683) Lite chains will have a tendency to creep over target and require manual rebalancing. Additionally, taking voluntary repayment on a lite chain is actually a net cost to the dataworker because it requires tokens to be bridged to the lite chain, so it causes higher gas consumption for the deposit transactions on mainnet. Try to limit this by clamping the default overage buffer on lite chains to 1x, instead of the existing default 1.5x.
…col#1679) The relayer doesn't need to respect HubPool limits on these deposits.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(blast): add blast finalizer Signed-off-by: bennett <[email protected]> --------- Signed-off-by: bennett <[email protected]> Co-authored-by: Paul <[email protected]>
…nto merge-across-repo
shuse2
approved these changes
Jul 17, 2024
ishantiw
added a commit
that referenced
this pull request
Aug 7, 2024
Merge from latest across repo --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: bennett <[email protected]> Co-authored-by: Paul <[email protected]> Co-authored-by: finaltrip <[email protected]> Co-authored-by: omahs <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bmzig <[email protected]>
ishantiw
added a commit
that referenced
this pull request
Aug 7, 2024
Merge from latest across repo --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: bennett <[email protected]> Co-authored-by: Paul <[email protected]> Co-authored-by: finaltrip <[email protected]> Co-authored-by: omahs <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bmzig <[email protected]>
sameersubudhi
pushed a commit
that referenced
this pull request
Sep 6, 2024
### What was the problem? Merge from latest across repo --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: bennett <[email protected]> Co-authored-by: Paul <[email protected]> Co-authored-by: finaltrip <[email protected]> Co-authored-by: omahs <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bmzig <[email protected]>
sameersubudhi
pushed a commit
that referenced
this pull request
Sep 10, 2024
### What was the problem? Merge from latest across repo --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: bennett <[email protected]> Co-authored-by: Paul <[email protected]> Co-authored-by: finaltrip <[email protected]> Co-authored-by: omahs <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bmzig <[email protected]>
sameersubudhi
pushed a commit
that referenced
this pull request
Sep 10, 2024
### What was the problem? Merge from latest across repo --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: bennett <[email protected]> Co-authored-by: Paul <[email protected]> Co-authored-by: finaltrip <[email protected]> Co-authored-by: omahs <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bmzig <[email protected]>
sameersubudhi
pushed a commit
that referenced
this pull request
Sep 10, 2024
### What was the problem? Merge from latest across repo --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: bennett <[email protected]> Co-authored-by: Paul <[email protected]> Co-authored-by: finaltrip <[email protected]> Co-authored-by: omahs <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bmzig <[email protected]>
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.
What was the problem?
Merge from latest across repo