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

Making gas price configurable through parameter #1

Open
edisinovcic opened this issue Jun 3, 2020 · 2 comments
Open

Making gas price configurable through parameter #1

edisinovcic opened this issue Jun 3, 2020 · 2 comments

Comments

@edisinovcic
Copy link

edisinovcic commented Jun 3, 2020

This should be configurable and gas price should increase by 1 gwei every time transaction is not successfully mined. After it was successfully mined reset price to 1 gwei.

@ligi
Copy link
Member

ligi commented Jun 3, 2020

I think it should not increase every time the script runs but once per day as mentioned here:
ethereum/sourcify#180

For this the date in the manifest would be very helpful: ethereum/sourcify#159

Then I can use the last_update from there to calculate the days. Otherwise the question would come up - where to keep the state (would also be needed by "every time the script runs"

@edisinovcic
Copy link
Author

Where to keep a state is the biggest problem here, that's true...

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