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

Release v0.39.0 #2333

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Release v0.39.0 #2333

merged 2 commits into from
Oct 11, 2024

Conversation

rafal-ch
Copy link
Contributor

Version v0.39.0

Added

  • 2324: Added metrics for sync, async processor and for all GraphQL queries.
  • 2320: Added new CLI flag graphql-max-resolver-recursive-depth to limit recursion within resolver. The default value it "1".

Fixed

  • 2320: Prevent /health and /v1/health from being throttled by the concurrency limiter.
  • 2322: Set the salt of genesis contracts to zero on execution.
  • 2324: Ignore peer if we already are syncing transactions from it.

Breaking

  • 2320: Reject queries that are recursive during the resolution of the query.

Changed

Breaking

  • 2311: Changed the text of the error returned by the executor if gas overflows.

What's Changed

Full Changelog: v0.38.0...v0.39.0

@rafal-ch rafal-ch requested review from xgreenx and a team October 11, 2024 16:15
@@ -153,7 +153,8 @@ impl<S, R> Executor<S, R> {
("0-36-0", 11),
("0-37-0", 12),
("0-37-1", 13),
("0-38-0", LATEST_STATE_TRANSITION_VERSION),
("0-38-0", 14),
("0-39-0", LATEST_STATE_TRANSITION_VERSION),
Copy link
Contributor

Choose a reason for hiding this comment

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

Question mostly for me to understand: do we update the genesis state transition version at every release? Or would there be cases when this does not need to be done (e.g. if we don't change the executor at all between two releases)?

Copy link
Collaborator

Choose a reason for hiding this comment

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

We do this for each release, but yeah, it is a problem in the case when we need to update only off-chain logic.

It would be nice if all off-chain logic lived in another place, in this case we don't need to release fuel-core often itself

@rafal-ch rafal-ch enabled auto-merge (squash) October 11, 2024 16:25
@rafal-ch rafal-ch merged commit 5e272eb into master Oct 11, 2024
30 of 31 checks passed
@rafal-ch rafal-ch deleted the release/v0.39.0 branch October 11, 2024 16:44
@xgreenx xgreenx restored the release/v0.39.0 branch October 14, 2024 06:37
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.

4 participants