You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if we want to estimate a fee in Nakamoto, we need to require a block, and Nakamoto keeps track of the fee with an estimation logic. In this PR (#139), I added a naive fee estimation, but some work needs to be done, such as:
Not storing all the estimated fees for all blocks in memory: after a certain limit, we should cut the hash map.
While I was talking about estimation fees in nakamoto Inoted that Neutrino used the BIP133 to get the minimal fee, so we should explore this solution too
Currently, if we want to estimate a fee in Nakamoto, we need to require a block, and Nakamoto keeps track of the fee with an estimation logic. In this PR (#139), I added a naive fee estimation, but some work needs to be done, such as:
The text was updated successfully, but these errors were encountered: