v0.65.0
版本发布时间: 2024-07-10 05:56:15
FuelLabs/fuels-rs最新发布版本:v0.66.4(2024-09-06 22:25:31)
What's Changed
- chore: use
fuel-core
0.30.0
by @xgreenx in https://github.com/FuelLabs/fuels-rs/pull/1436 - feat: use fallback predicate estimation in
set_max_fee_policy
by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1435 - refactor!: unify call handlers to
CallHandler
by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1402 - chore: add editorconfig for TOML by @Br1ght0ne in https://github.com/FuelLabs/fuels-rs/pull/1421
- feat!: support static gas price setting in
NodeConfig
by @MujkicA in https://github.com/FuelLabs/fuels-rs/pull/1396 - chore: use fuel publish action by @MujkicA in https://github.com/FuelLabs/fuels-rs/pull/1450
- chore: update code owners by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1451
- docs: fix testnet and faucet link by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1452
- feat: finalize support for
raw_slice
andstring_slice
by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1448 - chore: use
forc
0.61.2
by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1453 - chore: use
fuel-core
0.31.0
by @hal3e in https://github.com/FuelLabs/fuels-rs/pull/1454 - chore: bump versions to 0.65.0 by @digorithm in https://github.com/FuelLabs/fuels-rs/pull/1456
Breaking changes
-
FuelCallResponse
renamed toCallResponse
-
ContractCallHandler
removed in favour ofCallHandler
-
ScriptCallHandler
removed in favour ofCallHandler
-
method_hash
removed in favour ofCallHandler::new_contract_call
- We've added the field
static_gas_price
toNodeConfig
Full Changelog: https://github.com/FuelLabs/fuels-rs/compare/v0.64.0...v0.65.0