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.50.0 #739

Merged
merged 1 commit into from
May 29, 2024
Merged

Release v0.50.0 #739

merged 1 commit into from
May 29, 2024

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented May 29, 2024

Version v0.50.0

Changed

  • #725: Adds more clippy lints to catch possible integer overflow and casting bugs on compile time.
  • #729: Adds more clippy lints to fuel-merkle to catch possible integer overflow and casting bugs on compile time. It also does some internal refactoring.

Added

Breaking

  • #725: UtxoId::from_str now rejects inputs with multiple 0x prefixes. Many ::from_str implementations also reject extra data in the end of the input, instead of silently ignoring it. UtxoId::from_str allows a single : between the fields. Unused GasUnit struct removed.
  • #726: Removed code related to Binary Merkle Sum Trees (BMSTs). The BMST is deprecated and not used in production environments.
  • #729: Removed default implementation of Node::key_size_bits, implementors must now define it themselves. Also some helper traits have been merged together, or their types changed.

Fixed

Breaking

  • #736: LDC instruction now works in internal contexts as well. Call frames use code size padded to word alignment.

What's Changed

Full Changelog: v0.49.0...v0.50.0

@xgreenx xgreenx requested review from Voxelot, Dentosal and a team May 29, 2024 11:50
@xgreenx xgreenx self-assigned this May 29, 2024
@xgreenx xgreenx enabled auto-merge May 29, 2024 11:51
@xgreenx xgreenx added this pull request to the merge queue May 29, 2024
Merged via the queue into master with commit a72f84b May 29, 2024
38 checks passed
@xgreenx xgreenx deleted the release/v0.50.0 branch May 29, 2024 12:17
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.

2 participants