[bisq-network/bisq] Bisq does not check mempoolminfee when creating new transactions (#5229)

wiz notifications at github.com
Wed Feb 24 09:23:37 CET 2021


Following up from discussions on Keybase, Bisq needs to enforce `mempoolminfee` value, since it currently uses a hard-coded value and the network value is variable:

1) Pricenode needs to save the `minimumFee` value from https://mempool.space/api/v1/fees/recommended
2) Pricenode needs to serve the `minimumFee` value from (1) on https://price.bisq.wiz.biz/getFees
3) Bisq needs to save the `minimumFee` value it gets when updating from (2) once per minute
4) Bisq needs to return the `minimumFee` value it gets from (3) in `bisq.common.config.BaseCurrencyNetwork::getDefaultMinFeePerVbyte()`

cc @jmacxx 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/5229
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210224/9f8898f5/attachment-0001.htm>


More information about the bisq-github mailing list