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.
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: