solana icon indicating copy to clipboard operation
solana copied to clipboard

remove fee_calculator from nonce data

Open tao-stones opened this issue 1 year ago • 1 comments

Problem

Nonce has FeeCalculator that is not used anymore.

Summary of Changes

  • remove fee_calculator from Nonce account
  • update call sites

Requires #34943

Fixes #34864

tao-stones avatar Jan 25 '24 20:01 tao-stones

I'd be in favor of a change that stores the fee_structure.lamports_per_signature in the blockhash queue and nonce data. It would require a feature gate but it would allow us to remove the FeeRateGovernor completely

jstarry avatar Jan 29 '24 10:01 jstarry