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
Currently the SDK does not auto-calculate the minimum fee to execute a program. This should be automatically calculated upon execution of a transaction for optimal UI.
Implementation
The fee parameters in program deployment and execution methods aleo-wasm should be all changed to priority_fee and include the calculation of the base fee within the function body:
Motivation
Currently the SDK does not auto-calculate the minimum fee to execute a program. This should be automatically calculated upon execution of a transaction for optimal UI.
Implementation
The fee parameters in program deployment and execution methods
aleo-wasm
should be all changed topriority_fee
and include the calculation of the base fee within the function body:sdk/wasm/src/programs/manager/execute.rs
Line 154 in 7e48e57
The text was updated successfully, but these errors were encountered: