zeta-chain / node

ZetaChain’s blockchain node and an observer validator client
https://zetachain.com
MIT License
165 stars 105 forks source link

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

Closed ws4charlie closed 2 months ago

ws4charlie commented 3 months ago

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 commented 3 months ago

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 commented 2 months ago

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

adi44 commented 2 months ago

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