You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
Concordium-client estimates the cost of deploying a smart contract module upfront, but this estimate is slightly off compared to the actual cost on the node.
I am not sure whether this affects all modules, but it occurs for the Fibonacci example when compiled on my mac.
Steps to Reproduce
Begin deploying a smart contract module with concordium-client and note the estimated cost to be X.
e.g.: Using default energy amount of 18262 NRG.
Submit the transaction.
Expected Result
Actual cost was also X.
Actual Result
Actual cost is X + ε
e.g.: Transaction is finalized into block cef7813c2bac16c5d59951afaa478e7e15f61e92b4e40f61f0819fbde47b02eb with status "success" and cost 52.785161 CCD (18261 NRG).
Bug Description
Concordium-client estimates the cost of deploying a smart contract module upfront, but this estimate is slightly off compared to the actual cost on the node.
I am not sure whether this affects all modules, but it occurs for the Fibonacci example when compiled on my mac.
Steps to Reproduce
X
.Using default energy amount of 18262 NRG.
Expected Result
Actual cost was also
X
.Actual Result
Actual cost is
X + ε
e.g.:
Transaction is finalized into block cef7813c2bac16c5d59951afaa478e7e15f61e92b4e40f61f0819fbde47b02eb with status "success" and cost 52.785161 CCD (18261 NRG).
Versions
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: