I have been suggestion, that to use the median fee rate which is fetched through the CKB RPC method get_fee_rate_statistics as the dynamic CKB fee rate to send CKB transactions.
But after few days test, I found some issues of this implementation.
If someone sent a large-fee transaction, even all blocks are nearly empty, 1000 is enough, the dynamic fee rate API will still return a large number.
References
A suboptimal implementation.
I have been suggestion, that to use the
median
fee rate which is fetched through the CKB RPC methodget_fee_rate_statistics
as the dynamic CKB fee rate to send CKB transactions.But after few days test, I found some issues of this implementation.
If someone sent a large-fee transaction, even all blocks are nearly empty, 1000 is enough, the dynamic fee rate API will still return a large number.
A better solution is required.