Running more than 20 production blockchains, SKALED is Ethereum-compatible, high performance C++ Proof-of-Stake client, tools and libraries. Uses SKALE consensus as a blockchain consensus core. Includes dynamic Oracle. Implements file storage and retrieval as an EVM extension.
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