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

feat: SVM priority fee oracles and transaction submitters, more consistent tx submission #4959

Merged
merged 42 commits into from
Dec 23, 2024

Conversation

tkporter
Copy link
Collaborator

@tkporter tkporter commented Dec 6, 2024

Description

The fruition of https://www.notion.so/hyperlanexyz/Landing-Solana-Transactions-15a6d35200d680cbaf5eea5f9dbec1b1

Major highlights:

Drive-by changes

Related issues

Backward compatibility

Testing

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.53%. Comparing base (c914123) to head (e8d89c4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4959   +/-   ##
=======================================
  Coverage   77.53%   77.53%           
=======================================
  Files         103      103           
  Lines        2110     2110           
  Branches      190      190           
=======================================
  Hits         1636     1636           
  Misses        453      453           
  Partials       21       21           
Components Coverage Δ
core 87.80% <ø> (ø)
hooks 79.39% <ø> (ø)
isms 83.68% <ø> (ø)
token 91.27% <ø> (ø)
middlewares 79.80% <ø> (ø)

Copy link

changeset-bot bot commented Dec 6, 2024

🦋 Changeset detected

Latest commit: effae4f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages
Name Type
@hyperlane-xyz/cli Minor
@hyperlane-xyz/sdk Minor
@hyperlane-xyz/helloworld Minor
@hyperlane-xyz/infra Minor
@hyperlane-xyz/widgets Minor
@hyperlane-xyz/ccip-server Minor
@hyperlane-xyz/github-proxy Minor
@hyperlane-xyz/utils Minor
@hyperlane-xyz/core Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@tkporter tkporter marked this pull request as ready for review December 13, 2024 05:23
tkporter and others added 5 commits December 23, 2024 13:01
### Description

<!--
What's included in this PR?
-->

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
…-network/abacus-monorepo into trevor/helius-priority-fee-oracle
@tkporter tkporter enabled auto-merge December 23, 2024 20:18
@tkporter tkporter added this pull request to the merge queue Dec 23, 2024
Merged via the queue into main with commit e9911bb Dec 23, 2024
43 checks passed
@tkporter tkporter deleted the trevor/helius-priority-fee-oracle branch December 23, 2024 21:14
github-merge-queue bot pushed a commit that referenced this pull request Dec 26, 2024
…on in relayer (#5063)

### Description

- deploys #4959
- Sets a small priority fee for Eclipse following some recent spikes
there,
https://discord.com/channels/935678348330434570/1320851852157255701 for
context
- Makes the relayer request 20GB of memory, forcing relayers to have
their own node in our bigger node pool (capacity 29 GB)
- Driveby to use G (Gigabytes) instead of Gi (Gibibytes) to match what
GCP uses in their UI, also a bit more intuitive
- Added a `--concurrency <num>` flag that can be used when deploying
agents. Especially useful when releasing to all validators, which we
have tons of now.
- Concurrently refetching remote repositories on helm poses issues, so I
made this not happen by default anymore. It's not configurable at the
CLI level to enable it, but we have the ability to easily add it later.
Because our agent deploy doesn't actually require any remote helm repos,
it's not necessary
- already rolled out

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants