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

[NONEVM-714] [core] - Add configs to support Solana MultipleBlocksEstimator #15029

Merged
merged 13 commits into from
Nov 6, 2024

Conversation

Farber98
Copy link
Contributor

Description

This PR Introduces the config changes to support Solana MultipleBlocksEstimator feature.

How It Works:

  • BlockHistorySize is the number of blocks to take into consideration when using FeeEstimatorMode = 'blockhistory' to determine compute unit price.
  • If set to 1, LatestBlockEstimator will be used. The compute unit price will be determined by the median of the last block's compute unit prices.
  • If set N > 1, MultipleBlocksEstimator will be used. The compute unit price will be determined by the average of the medians of the last N blocks' compute unit prices.

Merge together with:

@Farber98 Farber98 changed the title [NONEVM-714] [core] - Add multiple blocks aggregation functionality to Block History Estimator [NONEVM-714] [core] - Add configs to support Solana MultipleBlocksEstimator Oct 30, 2024
@cl-sonarqube-production
Copy link

@Farber98 Farber98 marked this pull request as ready for review October 30, 2024 17:47
@Farber98 Farber98 requested review from a team as code owners October 30, 2024 17:47
silaslenihan
silaslenihan previously approved these changes Nov 1, 2024
Copy link
Contributor

github-actions bot commented Nov 1, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

silaslenihan
silaslenihan previously approved these changes Nov 4, 2024
amit-momin
amit-momin previously approved these changes Nov 4, 2024
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.

5 participants