paritytech / extended-parachain-template

Node template to build parachains with all the required pallets. Slightly opinionated based on what majority of parachain teams are using.
The Unlicense
27 stars 19 forks source link

Use FeePolynomial instead of WeightCoefficientCalc #37

Closed weezy20 closed 11 months ago

weezy20 commented 1 year ago

Since EPT is now using polkadot-v0.9.42 we can get rid of WeightCoefficientCalc and use FeePolynomial in our WeightToFee implementation instead.