crustio / crust

Official Rust implementation of the Crust protocol
https://crust.network
Apache License 2.0
509 stars 40 forks source link

Adjust the file fee update mechanism #946

Closed wuhaixian1984 closed 2 months ago

wuhaixian1984 commented 2 months ago
  1. Adjust the file base fee update algorithm
  2. Parameterize and expose all parameters to update file byte fee, file keys count fee, file base fee, so that we can fully control the file fee update from coucil
  3. Add FileFeeAdjustInterval to control the file fee update frequency.