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 0.38.0 #590

Merged
merged 2 commits into from
Sep 27, 2023
Merged

Release 0.38.0 #590

merged 2 commits into from
Sep 27, 2023

Conversation

Dentosal
Copy link
Member

@Dentosal Dentosal commented Sep 27, 2023

Version 0.38.0

The release adds no_std compatible canonical serialization/deserialization. Along with it, all crates were updated to be no_std compatible. The whole repository is now WASM and RiscV compatible.

Added

  • #586: Added default_asset method to the ContractIdExt trait implementation, to mirror the default method on AssetId in the Sway std lib.

Changed

Breaking

  • #578: Support no_std environments for fuel-crypto, falling back to a pure-Rust crypto implementation.
  • #582: Make fuel-vm and fuel-tx crates compatible with no_std + alloc. This includes reworking all error handling that used std::io::Error, replacing some std::collection::{HashMap, HashSet} with hashbrown::{HashMap, HashSet} and many changes to feature-gating of APIs.
  • #587: Replace thiserror dependency with derive_more, so that core::fmt::Display is implemented without the std feature. Removes std::io::Error trait impls from the affected types.
  • #588: Re-worked the size calculation of the canonical serialization/deserialization.

Removed

  • #588: Removed SerializedSize and SerializedFixedSize traits. Removed support for SIZE_NO_DYNAMIC and SIZE_STATIC. Removed enum attributes from derive macro for Serialize and Deserialize traits.

What's Changed

New Contributors

Full Changelog: v0.37.0...v0.38.0

CHANGELOG.md Outdated Show resolved Hide resolved
@xgreenx xgreenx added this pull request to the merge queue Sep 27, 2023
Merged via the queue into master with commit 84274c3 Sep 27, 2023
37 checks passed
@xgreenx xgreenx deleted the dento/release-0.38.0 branch September 27, 2023 09:25
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