avalanchego
avalanchego copied to clipboard
P-Chain: Block-level fee Calculator
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