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

Update sign_raw_transaction rpc method docs #292

Open
harsenyan3 opened this issue Jul 18, 2024 · 1 comment
Open

Update sign_raw_transaction rpc method docs #292

harsenyan3 opened this issue Jul 18, 2024 · 1 comment
Assignees
Labels
awaiting review P1 Important task which needs to be completed soon v2.1.0-beta-changelog

Comments

@harsenyan3
Copy link
Collaborator

harsenyan3 commented Jul 18, 2024

There is a new param in sign_raw_transaction rpc to support eip-1559.
The parameter is "pay_for_gas", it is optional. Sample below:
"tx": { "to": "0x7Bc1bBDD6A0a722fC9bffC49c921B685ECB84b94".to_string(), "value": "1.234", "gas_limit": "21000", "pay_for_gas": { "tx_type": "Eip1559", "max_fee_per_gas": "1234.567", "max_priority_fee_per_gas": "1.2", }
for more info refer to KomodoPlatform/komodo-defi-framework#2051 (comment)

@smk762
Copy link
Contributor

smk762 commented Sep 13, 2024

@ShantanuSharma9873 please report on progress towards this task at your earliest convenience.

@smk762 smk762 added the P1 Important task which needs to be completed soon label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review P1 Important task which needs to be completed soon v2.1.0-beta-changelog
Projects
None yet
Development

No branches or pull requests

3 participants