-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Release v0.39.0 #2333
Conversation
@@ -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), |
There was a problem hiding this comment.
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)?
There was a problem hiding this comment.
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
Version v0.39.0
Added
graphql-max-resolver-recursive-depth
to limit recursion within resolver. The default value it "1".Fixed
/health
and/v1/health
from being throttled by the concurrency limiter.Breaking
Changed
Breaking
What's Changed
normalize_rewards_and_costs()
function by @rafal-ch in Remove thenormalize_rewards_and_costs()
function #2293Full Changelog: v0.38.0...v0.39.0