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.35.0 #2136

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Release v0.35.0 #2136

merged 1 commit into from
Aug 28, 2024

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented Aug 28, 2024

Version v0.35.0

Added

  • 2122: Changed the relayer URI address to be a vector and use a quorum provider. The relayer argument now supports multiple URLs to fetch information from different sources.
  • 2119: GraphQL query fields for retrieving information about upgrades.

Changed

  • 2113: Modify the way the gas price service and shared algo is initialized to have some default value based on best guess instead of None, and initialize service before graphql.
  • 2112: Alter the way the sealed blocks are fetched with a given height.
  • 2120: Added submitAndAwaitStatus subscription endpoint which returns the SubmittedStatus after the transaction is submitted as well as the TransactionStatus subscription.
  • 2115: Add test for SignMode is_available method.
  • 2124: Generalize the way p2p req/res protocol handles requests.

Breaking

  • 2040: Added full no_std support state transition related crates. The crates now require the "alloc" feature to be enabled. Following crates are affected:
    • fuel-core-types
    • fuel-core-storage
    • fuel-core-executor
  • 2116: Replace H160 in config and cli options of relayer by Bytes20 of fuel-types

Fixed

  • 2134: Perform RecoveryID normalization for AWS KMS -generated signatures.

What's Changed

New Contributors

Full Changelog: v0.34.0...v0.35.0

@xgreenx xgreenx requested a review from a team August 28, 2024 13:02
@xgreenx xgreenx self-assigned this Aug 28, 2024
@xgreenx xgreenx merged commit 9f96573 into master Aug 28, 2024
36 checks passed
@xgreenx xgreenx deleted the release/v0.35.0 branch August 28, 2024 14:06
@xgreenx xgreenx restored the release/v0.35.0 branch August 28, 2024 17:34
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