Test the following flow
- Enable the features
COLLECT_AND_DISTRIBUTE_GAS_FEES within the Aptos e2e test suite.
- Execute transfers
- Check that Fees are indeed being distributed to validators in the correct way
Open question:
Do we want Governed Gas Pool to still acrue the remaining Gas after fees have been distributed to validators ?
On the latest Move2 framework any changes to transcation_validation.move are null, they do no exist.
Test the following flow
COLLECT_AND_DISTRIBUTE_GAS_FEESwithin the Aptos e2e test suite.Open question:
Do we want Governed Gas Pool to still acrue the remaining Gas after fees have been distributed to validators ?
On the latest Move2 framework any changes to
transcation_validation.moveare null, they do no exist.