MyGit

v0.56.0

FuelLabs/fuels-rs

版本发布时间: 2024-03-15 22:54:40

FuelLabs/fuels-rs最新发布版本:v0.61.0(2024-05-10 12:13:19)

What's Changed

Full Changelog: https://github.com/FuelLabs/fuels-rs/compare/v0.55.0...v0.56.0

Removed unused response method

We've removed response method from ScriptCallHandler, ContractCallHandler and MultiContractCallHandler.

Fix encoding capacity overflow bug

New decode_as_debug_str for the `ABIDecoder

You can now decode straight into a debug string:

let debug_output =  ABIDecoder::default().decode_as_debug_str(&param_type, &[0, 0, 0, 0, 0, 0, 0, 123])?;

This was done so users could use ParamTypes at runtime to debug logs or return receipts. In addition, users are able to go directly from ProgramABI and some data to decoded debug.

BREAKING CHANGE: EnumVariants are now imported through param_types::EnumVariants

Support for fuel-core 0.23.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-03-15发行的版本