Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tutorials on how to send transaction with gas limit more than half of space gas limit #749

Open
1 task done
darwintree opened this issue Oct 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@darwintree
Copy link
Collaborator

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

  • I'd be willing to contribute this feature myself within 2 months. 我将在两个月内自己实现这个feature
@darwintree darwintree added the enhancement New feature or request label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant