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 CLI relies on static fee configuration to calc TX cost. This functionality is currently deprecated and removed from master avalanchego
It should switch to dynamic fee calculator
Assumptions and Scope
currently we see
network.GenesisParams().TxFeeConfig.StaticFeeConfig undefined (type "github.com/ava-labs/avalanchego/genesis".TxFeeConfig has no field or method StaticFeeConfig)
Goal
Currently CLI relies on static fee configuration to calc TX cost. This functionality is currently deprecated and removed from master avalanchego
It should switch to dynamic fee calculator
Assumptions and Scope
currently we see
for the latest avalanchego
current usage through the code
I've temporary added static fees in models for now, but it should be addressed soon as CLI current fee calculation is not correct
Example Usage
Requirements:
Current Limitations
Nice to Have, but Not Required
Open Questions
The text was updated successfully, but these errors were encountered: