FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.
https://docs.fuel.network/docs/sway/
Apache License 2.0
62.58k stars 5.37k forks source link

SDK Harness flaky test: auth::input_message_msg_sender_from_contract #6509

Open kayagokalp opened 2 months ago

kayagokalp commented 2 months ago

every not so often the core suggests your message to be used to pay the fee to deploy the contract since the message doesn't have any data it can be used to cover fees you then burn the message on the deployment and consequently have no more messages later to query (since for optimization reasons the query doesn't return spent resources)