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
Describe the bug
Skale uses maxFeePerGas as a gasPrice for type0,1 transactions.
maxPriorityFeePerGas doesn't use anywhere within the skaled functionality
But, eip 1559 provides the formula maxFeePerGas = baseFeePerGas + maxPriorityFeePerGas
Where maxFeePerGas cannot be lower than maxPriorityFeePerGas.
Describe the bug
Skale uses maxFeePerGas as a gasPrice for type0,1 transactions.
maxPriorityFeePerGas doesn't use anywhere within the skaled functionality
But, eip 1559 provides the formula
maxFeePerGas = baseFeePerGas + maxPriorityFeePerGas
Where maxFeePerGas cannot be lower than maxPriorityFeePerGas.
Versions
skalenetwork/schain:3.19.2-beta.0
Preconditions
Active schain medium type
To Reproduce
Expected behavior
Skaled should return the error
Actual state
Skaled sends the transaction and receives the transaction by hash without any errors.
Log
The text was updated successfully, but these errors were encountered: