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
Currently, we have MaxTransactionsPerBlock and MaxBlockSize limitation for each block size, but we don't have any limitation for the block execution. If the execution time of one block takes too long, it can cause a lot of negative problems.
Solution
Add MaxBlockSystemFee limitation in Policy native contract.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, we have
MaxTransactionsPerBlock
andMaxBlockSize
limitation for each block size, but we don't have any limitation for the block execution. If the execution time of one block takes too long, it can cause a lot of negative problems.Solution
Add
MaxBlockSystemFee
limitation inPolicy
native contract.The text was updated successfully, but these errors were encountered: