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.40.0 #2356

Merged
merged 65 commits into from
Oct 14, 2024
Merged

Release v0.40.0 #2356

merged 65 commits into from
Oct 14, 2024

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented Oct 14, 2024

Version v0.40.0

Added

  • 2347: Add GraphQL complexity histogram to metrics.
  • 2350: Added a new CLI flag graphql-number-of-threads to limit the number of threads used by the GraphQL service. The default value is 2, 0 enables the old behavior.
  • 2335: Added CLI arguments for configuring GraphQL query costs.

Fixed

  • 2345: In PoA increase priority of block creation timer trigger compare to txpool event management

Changed

  • 2334: Prepare the GraphQL service for the switching to async methods.
  • 2310: New metrics: "The gas prices used in a block" (importer_gas_price_for_block), "The total gas used in a block" (importer_gas_per_block), "The total fee (gwei) paid by transactions in a block" (importer_fee_per_block_gwei), "The total number of transactions in a block" (importer_transactions_per_block), P2P metrics for swarm and protocol.
  • 2340: Avoid long heavy tasks in the GraphQL service by splitting work into batches.
  • 2341: Updated all pagination queries to work with the async stream instead of the sync iterator.
  • 2350: Limited the number of threads used by the GraphQL service.

Breaking

  • 2310: The metrics command-line parameter has been replaced with disable-metrics. Metrics are now enabled by default, with the option to disable them entirely or on a per-module basis.
  • 2341: The maximum number of processed coins from the coins_to_spend query is limited to max_inputs.

What's Changed

Full Changelog: v0.39.0...v0.40.0

@xgreenx xgreenx self-assigned this Oct 14, 2024
@xgreenx xgreenx requested a review from a team October 14, 2024 22:29
@xgreenx xgreenx changed the title Release/v0.40.0 Release v0.40.0 Oct 14, 2024
Copy link
Contributor

@rafal-ch rafal-ch left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@xgreenx xgreenx merged commit eea8c60 into master Oct 14, 2024
39 checks passed
@xgreenx xgreenx deleted the release/v0.40.0 branch October 14, 2024 23:28
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