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

Version 0.32.1 #2069

Merged
merged 1 commit into from
Aug 10, 2024
Merged

Version 0.32.1 #2069

merged 1 commit into from
Aug 10, 2024

Conversation

MitchTurner
Copy link
Member

@MitchTurner MitchTurner commented Aug 9, 2024

Added

  • 2061: Allow querying filled transaction body from the status.

Changed

  • 2067: Return error from TxPool level if the BlobId is known.
  • 2064: Allow gas price metadata values to be overridden with config

Fixes

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

What's Changed

Full Changelog: v0.32.0...v0.32.1

@MitchTurner MitchTurner self-assigned this Aug 9, 2024
@@ -137,7 +137,8 @@ impl<S, R> Executor<S, R> {
("0-29-0", 3),
("0-30-0", 4),
("0-31-0", 5),
("0-32-0", LATEST_STATE_TRANSITION_VERSION),
("0-32-0", 6),
("0-32-1", LATEST_STATE_TRANSITION_VERSION),
Copy link
Member

Choose a reason for hiding this comment

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

did any changes happen to onchain logic? maybe a new wasm isn't required?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think anything has changed, but does it hurt? I guess pushing the wasm up will be work.

Copy link
Member Author

Choose a reason for hiding this comment

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

I feel like it's better to be safe than sorry and just always cut one but 🤷

Copy link
Collaborator

Choose a reason for hiding this comment

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

We agreed in the past to do new WASM for each release to avoid any errors. So everything is correct and we need to bump it=)

Plus we upgraded dependencies, so WASM bytecode is different=)

@MitchTurner MitchTurner marked this pull request as ready for review August 10, 2024 01:11
@xgreenx xgreenx merged commit a9e5e89 into master Aug 10, 2024
35 checks passed
@xgreenx xgreenx deleted the release/0.32.1 branch August 10, 2024 06:53
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.

3 participants