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
refactor(cost-model): remove unused size parameters from Value generators
Remove unused size parameters from generatePolicyId and generateTokenName
functions in the benchmarking framework. Both functions ignored their size
parameters and used fixed or random sizes instead.
Changes:
- generatePolicyId now takes only the generator parameter (always 28 bytes)
- generateTokenName now takes only the generator parameter (random 0-32 bytes)
- Updated all call sites to remove the unused size arguments
- Added TupleSections language extension for cleaner tuple construction
- Simplified lookupCoinArgs tuple construction using applicative style
0 commit comments