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

Flexibility on the calculated gas price is added #42

Merged
merged 1 commit into from
Jul 1, 2019

Conversation

kivanov82
Copy link

This change fixes the issue with sending tx on POA network: due to the very low gas price required in there (1 Gwei), web3 might (and does) return 0 as median price. From that moment this given account is screwed, as txs will stuck for a long time.

I actually want to add more flexibility on the gas price, to be able to specify it per tx/contract/method, smth like Metamask has - Fast/Slow. This is pretty crucial for Ethereum Mainnet and can save lots of $$$ for tx fees.

Perhaps, smth to consider when implementing #36 ?

@adridadou adridadou merged commit 8b45c70 into adridadou:develop Jul 1, 2019
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

Successfully merging this pull request may close these issues.

2 participants