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
fix(ledger-api): update ParamName for new valueContains parameters
Update V1, V2, and V3 ParamName enums to match new valueContains cost model structure. Changes from 2 CPU parameters (intercept, slope) to 4 parameters (constant, model.intercept, model.slope1, model.slope2) to align with const_above_diagonal structure.
Fixes extractCostModelParamsLedgerOrder failures in plugin tests.
0 commit comments