You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly sort CIP-66 transactions in the legacypool.
The sorting has to consider the different gas-price denominations for different transaction types.
For this the LazyTransaction likely needs an additional field IsCeloDenominated in order to discriminate CIP-66 from CIP-64 gas prices.
The text was updated successfully, but these errors were encountered:
Correctly sort CIP-66 transactions in the legacypool.
The sorting has to consider the different gas-price denominations for different transaction types.
For this the
LazyTransaction
likely needs an additional fieldIsCeloDenominated
in order to discriminate CIP-66 from CIP-64 gas prices.The text was updated successfully, but these errors were encountered: