avalanchego icon indicating copy to clipboard operation
avalanchego copied to clipboard

P-Chain: Block-level fee Calculator

Open abi87 opened this issue 9 months ago • 0 comments

Why this should be merged

Instantiate fee.Calculator only once per block, instead of doing it once per each block transaction.

How this works

fee.Calculator is instantianted once in each block. UTs need to be modified to instantiate the calculator.

How this was tested

CI

abi87 avatar May 20 '24 18:05 abi87