v0.65.0
What's Changed
- chore: use
fuel-core
0.30.0
by @xgreenx in #1436 - feat: use fallback predicate estimation in
set_max_fee_policy
by @hal3e in #1435 - refactor!: unify call handlers to
CallHandler
by @hal3e in #1402 - chore: add editorconfig for TOML by @Br1ght0ne in #1421
- feat!: support static gas price setting in
NodeConfig
by @MujkicA in #1396 - chore: use fuel publish action by @MujkicA in #1450
- chore: update code owners by @hal3e in #1451
- docs: fix testnet and faucet link by @hal3e in #1452
- feat: finalize support for
raw_slice
andstring_slice
by @hal3e in #1448 - chore: use
forc
0.61.2
by @hal3e in #1453 - chore: use
fuel-core
0.31.0
by @hal3e in #1454 - chore: bump versions to 0.65.0 by @digorithm in #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
- The
static_gas_price
for test providers is set to1
which means that the user will have to have enough base asset to pay for transactions. The user can set thestatic_gas_price
to0
manually and start a provider with the specificNodeConfig
Full Changelog: v0.64.0...v0.65.0