Alberto Benegiamo
Alberto Benegiamo
## Why this should be merged Counterpart of https://github.com/ava-labs/avalanchego/pull/1989 ## How this works ## How this was tested
## Why this should be merged Counterpart of State sync - Blocks backfilling option ## How this works Missing stuff: - [X] UTs - [X] Add ETA to complete backfilling...
## Why this should be merged Counterpar of https://github.com/ava-labs/avalanchego/pull/2343, just extending state syncable vm interface. Actual implementation deferred to https://github.com/ava-labs/coreth/pull/353 to ease up code review across repos ## How this...
ACP to introduce dynamic fees for P-chain and X-chain [Rendered](https://github.com/abi87/ACPs/tree/ACP-78/ACPs/83-dynamic-multidimensional-fees).
## 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...
## Why this should be merged `platformvm/txs/fee` package will be extended to include a dynamic fee calculator. This PR restructure the fee calculator package and APIs to prepare for the...
## Why this should be merged ## How this works ## How this was tested