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.22.0 #1541

Merged
merged 4 commits into from
Dec 12, 2023
Merged

Release v0.22.0 #1541

merged 4 commits into from
Dec 12, 2023

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented Dec 12, 2023

Version v0.22.0

Added

  • #1515: Added support of --version command for fuel-core-keygen binary.
  • #1504: A Success or Failure variant of TransactionStatus returned by a query now contains the associated receipts generated by transaction execution.

Breaking

  • #1531: Make fuel-core-executor no_std compatible. It affects the fuel-core crate because it uses the fuel-core-executor crate. The change is breaking because of moved types.
  • #1524: Adds information about connected peers to the GQL API.

Changed

  • #1517: Changed default gossip heartbeat interval to 500ms.
  • #1520: Extract executor into fuel-core-executor crate.

Fixed

Breaking

  • #1536: The change fixes the contracts tables to not touch SMT nodes of foreign contracts. Before, it was possible to invalidate the SMT from another contract. It is a breaking change and requires re-calculating the whole state from the beginning with new SMT roots.

What's Changed

New Contributors

Full Changelog: v0.21.0...v0.22.0

@xgreenx xgreenx requested review from Voxelot and a team December 12, 2023 00:26
@xgreenx xgreenx self-assigned this Dec 12, 2023
Voxelot
Voxelot previously approved these changes Dec 12, 2023
@xgreenx xgreenx merged commit fb6111f into master Dec 12, 2023
29 checks passed
@xgreenx xgreenx deleted the release/v0.22.0 branch December 12, 2023 01:15
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.

None yet

2 participants