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
Conflux's consensus doesn't set restriction for transaction gas limit but the node implementation sets a limit for the xxx_estimate interface.
This is because the Conflux's adaption of 1559 implementation, which means that a transaction more than half of block gas limit will definitely increase the base fee for the current block so such transaction might be never packed if its base fee is set to the minimum basefee.
However, a transaction with such gas limit can be sent via xxx_sendRawTransaction with correct basefee/gas price setting.
Optional: Affected page(s) or section(s) 受影响的页面
No response
Optional: Why is this feature or improvement important? 为什么需要这个新特性或改进?
No response
Optional: Implementation ideas 如何实现
No response
Optional: Additional context 其他上下文信息
No response
Contribution Confirmation
I'd be willing to contribute this feature myself within 2 months. 我将在两个月内自己实现这个feature
The text was updated successfully, but these errors were encountered:
Describe the feature or improvement 描述新特性或改进
Conflux's consensus doesn't set restriction for transaction gas limit but the node implementation sets a limit for the
xxx_estimate
interface.This is because the Conflux's adaption of 1559 implementation, which means that a transaction more than half of block gas limit will definitely increase the base fee for the current block so such transaction might be never packed if its base fee is set to the minimum basefee.
However, a transaction with such gas limit can be sent via
xxx_sendRawTransaction
with correct basefee/gas price setting.Optional: Affected page(s) or section(s) 受影响的页面
No response
Optional: Why is this feature or improvement important? 为什么需要这个新特性或改进?
No response
Optional: Implementation ideas 如何实现
No response
Optional: Additional context 其他上下文信息
No response
Contribution Confirmation
The text was updated successfully, but these errors were encountered: