-
Notifications
You must be signed in to change notification settings - Fork 398
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
+1,190
−293
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
|
… trevor/helius-priority-fee-oracle
🦋 Changeset detectedLatest commit: effae4f The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
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 |
… trevor/helius-priority-fee-oracle
… trevor/helius-priority-fee-oracle
… trevor/helius-priority-fee-oracle
tkporter
requested review from
paulbalaji,
Mo-Hussain,
yorhodes,
jmrossy,
ltyu and
daniel-savu
as code owners
December 13, 2024 05:23
paulbalaji
reviewed
Dec 13, 2024
paulbalaji
reviewed
Dec 13, 2024
ameten
reviewed
Dec 13, 2024
ameten
reviewed
Dec 13, 2024
ameten
reviewed
Dec 13, 2024
ameten
approved these changes
Dec 13, 2024
jmrossy
reviewed
Dec 13, 2024
daniel-savu
approved these changes
Dec 20, 2024
rust/main/hyperlane-base/src/settings/parser/connection_parser.rs
Outdated
Show resolved
Hide resolved
… trevor/helius-priority-fee-oracle
…acle params to agent config types
### 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
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
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.
Description
The fruition of https://www.notion.so/hyperlanexyz/Landing-Solana-Transactions-15a6d35200d680cbaf5eea5f9dbec1b1
Major highlights:
process_estimate_costs
to test that messages are processable. Does not yet actually enforce gas limits, because this will take some rollout effort. This is part of https://www.notion.so/hyperlanexyz/Alerting-on-critical-processing-issues-for-any-and-all-messages-15b6d35200d680a79d40fabc2e4e49daDrive-by changes
Related issues
Backward compatibility
Testing