Skip to content

v0.65.0

Compare
Choose a tag to compare
@digorithm digorithm released this 09 Jul 21:56
· 80 commits to master since this release
0a64296

What's Changed

Breaking changes

  • FuelCallResponse renamed to CallResponse
  • ContractCallHandler removed in favour of CallHandler
  • ScriptCallHandler removed in favour of CallHandler
  • method_hash removed in favour of CallHandler::new_contract_call
  • We've added the field static_gas_price to NodeConfig
  • The static_gas_price for test providers is set to 1 which means that the user will have to have enough base asset to pay for transactions. The user can set the static_gas_price to 0 manually and start a provider with the specific NodeConfig

Full Changelog: v0.64.0...v0.65.0