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.51.0 #744

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Release v0.51.0 #744

merged 1 commit into from
Jun 3, 2024

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented Jun 3, 2024

Version v0.51.0

Added

  • #732: Adds reset method to VM memory.

Breaking

  • #732: Makes the VM generic over the memory type, allowing reuse of relatively expensive-to-allocate VM memories through VmMemoryPool. Functions and traits which require VM initalization such as estimate_predicates now take either the memory or VmMemoryPool as an argument. The Interpterter::eq method now only compares accessible memory regions. Memory was renamed into MemoryInstance and Memory is a trait now.

Changed

Breaking

  • #743: Zeroes $flag on CALL, so that contracts can assume clean $flag state.
  • #737: Panic on instructions with non-zero reserved part.

What's Changed

Full Changelog: v0.50.0...v0.51.0

@xgreenx xgreenx requested a review from a team June 3, 2024 11:19
@xgreenx xgreenx self-assigned this Jun 3, 2024
@xgreenx xgreenx enabled auto-merge June 3, 2024 11:20
@xgreenx xgreenx requested a review from Dentosal June 3, 2024 11:57
@xgreenx xgreenx added this pull request to the merge queue Jun 3, 2024
Merged via the queue into master with commit 0a6d959 Jun 3, 2024
38 checks passed
@xgreenx xgreenx deleted the release/v0.51.0 branch June 3, 2024 15:53
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