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

Support gas price estimation #1659

Closed
christianbrb opened this issue Jun 10, 2020 · 4 comments
Closed

Support gas price estimation #1659

christianbrb opened this issue Jun 10, 2020 · 4 comments

Comments

@christianbrb
Copy link
Contributor

Description

Gas prices are fluctuating a lot at the moment. This leads to situations where opening a channel takes 2 hours. We should support the user in setting a good gas price.

CC @agatsoh

Acceptance criteria

Tasks

  • [ ]
@andrevmatos
Copy link
Contributor

most onchain txs are done through the main (aka Metamask) account, and on its prompt, you can set your desired gas price, and the SDK will respect and use it. It would only need to be implemented on the SDK for onchain txs sent by the subkey, e.g. token and udc withdrawals.

@christianbrb
Copy link
Contributor Author

We should at least inform the user about the option in MetaMask: https://metamask.zendesk.com/hc/en-us/articles/360015488771-How-to-Adjust-Gas-Price-and-Gas-Limit-

... and in the long term think about setting the gas price strategy (https://docs.metamask.io/guide/sending-transactions.html#transaction-parameters), which would make eg. opening the channel even more expensive.

@christianbrb christianbrb added this to the Product Backlog milestone Jun 11, 2020
@christianbrb
Copy link
Contributor Author

Discussion about the gas price strategy within the wizard (maybe helpful): raiden-network/raiden-wizard#195

@christianbrb christianbrb removed this from the Product Backlog milestone Jun 24, 2020
@christianbrb
Copy link
Contributor Author

Let's skip this for now. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants