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

Allow gas price metadata values to be overridden with config #2064

Merged
merged 5 commits into from
Aug 9, 2024

Conversation

MitchTurner
Copy link
Member

@MitchTurner MitchTurner commented Aug 8, 2024

Closes #2065

Checklist

  • Breaking changes are clearly marked as such in the PR description and changelog
  • New behavior is reflected in tests
  • The specification matches the implemented behavior (link update PR if changes are needed)

Before requesting review

  • I have reviewed the code myself
  • I have created follow-up issues caused by this PR and linked them here

After merging, notify other teams

[Add or remove entries as needed]

@MitchTurner MitchTurner self-assigned this Aug 8, 2024
xgreenx
xgreenx previously approved these changes Aug 8, 2024
UpdaterMetadata::V0(inner)
}
};
let inner = new_metadata.into();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to use a constructor here instead of into

@MitchTurner MitchTurner requested a review from xgreenx August 8, 2024 21:50
@MitchTurner MitchTurner marked this pull request as ready for review August 8, 2024 21:50
@xgreenx xgreenx merged commit 6758990 into master Aug 9, 2024
34 checks passed
@xgreenx xgreenx deleted the feature/allow-config-to-override-gas-price-metadata branch August 9, 2024 10:49
@MitchTurner MitchTurner mentioned this pull request Aug 9, 2024
xgreenx pushed a commit that referenced this pull request Aug 10, 2024
### Added
- [2061](#2061): Allow
querying filled transaction body from the status.

### Changed
- [2067](#2067): Return error
from TxPool level if the `BlobId` is known.
- [2064](#2064): Allow gas
price metadata values to be overridden with config

### Fixes
- [2060](#2060): Use
`min-gas-price` as a starting point if `start-gas-price` is zero.
- [2059](#2059): Remove unwrap
that is breaking backwards compatibility
- [2063](#2063): Don't use
historical view during dry run.

## What's Changed
* Bugfix: Remove unwrap in Consensus Param conversion by @MitchTurner in
#2059
* Don't use historical view during dry run by @xgreenx in
#2063
* Weekly `cargo update` by @github-actions in
#2050
* Allow gas price metadata values to be overridden with config by
@MitchTurner in #2064
* Use `min-gas-price` as a starting point if `start-gas-price` is zero
by @xgreenx in #2060
* Allow querying transaction from the status by @xgreenx in
#2061
* Return error from TxPool level if the `BlobId` is known by @xgreenx in
#2067


**Full Changelog**:
v0.32.0...v0.32.1
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.

Allow gas price updater configuration be be overridden
2 participants