-
hello admin, I've been trying to solve a problem for a long time, but I haven't been able to solve it. In the hiro wallet chorme plugin, I want to fix the fee coustem from the fee settings to open my …
-
### Motivation
In [functional tests](https://github.com/bitcoin/bitcoin/tree/master/test/functional), there are numerous instances of conversion code with patterns such as `/ COIN` and `* COIN` tha…
rkrux updated
7 hours ago
-
We are experimenting with a new initiative by tweaking pages to help rank them better on Google. The following suggestions are recommended to be added to FE for Gas Tracker Page in order to get a high…
-
We should have a utility module for fee estimation via various public interfaces. This will be useful for the Maker daemon as it needs to estimate current fees without human intervention.
This shou…
-
In #109 we added an option to allow the user to set their fee, but we could make this param optional and fetch current accepted mempool fee rate via bitcoin core estimatesmartfee, or others.
-
Simulate Transaction: Before finalizing any transaction, the user should have the ability to simulate the transaction and see its effects on their wallet in terms of balance and other factors
Gas F…
-
@fbwoolf's added this functionality to the extension wallet already.
We should use the same endpoint in the desktop wallet as well.
-
### Problem
I attempted to deploy a contract and received the following message:
```
Error estimating transaction fee. Response 400: Bad Request. Attempted to fetch http://localhost:3999/v2/fees/…
-
Original issue: https://github.com/bitpay/bitcore/issues/1309
Related PR: https://github.com/bitpay/bitcore/pull/1313
-
Hi, I was trying to calculate fee estimation for a contract call, but [the instructions](https://polkadot.js.org/docs/api-contract/start/contract.tx/#cost-estimation) from the documentation might not …