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 SEND flow RPC call to accept nonce, gas limit, gas amount and tip parameters #21551

Open
4 tasks
shivekkhurana opened this issue Nov 4, 2024 · 1 comment
Assignees
Labels
feature feature requests

Comments

@shivekkhurana
Copy link
Contributor

shivekkhurana commented Nov 4, 2024

Feature Issue

User Story

As a user,
I want to edit the send txn parameters,
So I can control the speed and order of txns

Description

Currently, the SEND flow UI computes the gas limit, gas amount, tip and nonce parameters automatically. The UI cannot change it.

We want to update the RPC call on the frontend, so it accepts these 4 parameters.

Acceptance Criteria

The final send event handler should accept:

  • Gas amount parameter
  • Gas tip parameter
  • Gas limit parameter and
  • Nonce parameter

Notes

This ticket is only to update the RPC call, and make go changes if needed (none afaik). The actual UI for the feature will be creaed in #21016.

@friofry
Copy link
Contributor

friofry commented Nov 19, 2024

added status-go task: status-im/status-go#6109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature requests
Projects
Status: No status
Development

No branches or pull requests

3 participants