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.36.0 #2213

Merged
merged 5 commits into from
Sep 18, 2024
Merged

Release v0.36.0 #2213

merged 5 commits into from
Sep 18, 2024

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented Sep 17, 2024

Version v0.36.0

Added

  • 2135: Added metrics logging for number of blocks served over the p2p req/res protocol.
  • 2151: Added limitations on gas used during dry_run in API.
  • 2188: Added the new variant V2 for the ConsensusParameters which contains the new block_transaction_size_limit parameter.
  • 2163: Added runnable task for fetching block committer data.
  • 2204: Added dnsaddr resolution for TLD without suffixes.

Changed

Breaking

  • 2199: Applying several breaking changes to the WASM interface from backlog:
    • Get the module to execute WASM byte code from the storage first, an fallback to the built-in version in the case of the FUEL_ALWAYS_USE_WASM.
    • Added host_v1 with a new peek_next_txs_size method, that accepts tx_number_limit and size_limit.
    • Added new variant of the return type to pass the validation result. It removes block serialization and deserialization and should improve performance.
    • Added a V1 execution result type that uses JSONError instead of postcard serialized error. It adds flexibility of how variants of the error can be managed. More information about it in Add tests to ensure that all error types are backward compatible fuel-vm#797. The change also moves TooManyOutputs error to the top. It shows that JSONError works as expected.
  • 2145: feat: Introduce time port in PoA service.
  • 2155: Added trait declaration for block committer data
  • 2142: Added benchmarks for varied forms of db lookups to assist in optimizations.
  • 2158: Log the public address of the signing key, if it is specified
  • 2188: Upgraded the fuel-vm to 0.57.0. More information in the release.

What's Changed

New Contributors

Full Changelog: v0.35.0...v0.36.0

@xgreenx xgreenx requested review from Voxelot and a team September 17, 2024 21:06
@xgreenx xgreenx self-assigned this Sep 17, 2024
MitchTurner
MitchTurner previously approved these changes Sep 17, 2024
@xgreenx xgreenx enabled auto-merge (squash) September 18, 2024 07:10
@xgreenx xgreenx merged commit b00bd0d into master Sep 18, 2024
36 checks passed
@xgreenx xgreenx deleted the release/v0.36.0 branch September 18, 2024 07:10
@xgreenx xgreenx restored the release/v0.36.0 branch September 19, 2024 07:05
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.

4 participants