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

fix: lower Bitcoin testnet3 fee rate by modifying the gas estimator #2386

Closed
ws4charlie opened this issue Jun 26, 2024 · 3 comments · Fixed by #2452
Closed

fix: lower Bitcoin testnet3 fee rate by modifying the gas estimator #2386

ws4charlie opened this issue Jun 26, 2024 · 3 comments · Fixed by #2452
Assignees

Comments

@ws4charlie
Copy link
Contributor

Describe the Issue
devs are blocked from using Bitcoin testnet3 by high fees. To unblock the devs, we could consider lowering the gas rate by modifying the gas estimator (use more actual fee rate for test purpose).

Expected Outcome
A description of what outcome you are seeking.

@ronaldoguedess
Copy link

What needs to be done is to change the depositor fee and use the same fee rate as the transaction, instead of using the average fee rate of the block. Additionally, add support for Testnet4.

This would solve all Bitcoin issues.

@ws4charlie
Copy link
Contributor Author

@ronaldoguedess I hope this PR can lower the Testnet3 withdraw fee rate and unblock the devs.

@adi44
Copy link

adi44 commented Jul 9, 2024

This is causing some trouble for us testing on testnet. It would be great if it can be done at priority
Thanks

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 a pull request may close this issue.

3 participants