Skip to content
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 13 commits into from
Jul 17, 2024
Merged

Merge across repo #13

merged 13 commits into from
Jul 17, 2024

Conversation

ishantiw
Copy link
Member

What was the problem?

Merge from latest across repo

pxrl and others added 13 commits July 15, 2024 16:53
…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]>
@ishantiw ishantiw requested a review from shuse2 July 17, 2024 14:23
@ishantiw ishantiw self-assigned this Jul 17, 2024
@ishantiw ishantiw merged commit 3fa21ee into master Jul 17, 2024
1 check passed
@ishantiw ishantiw deleted the merge-across-repo branch July 17, 2024 14:46
ishantiw added a commit that referenced this pull request 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants