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
A circular buffer was initialy part of MerkleTree (#3617). This was removed, leaving the developper free to use any history-tracking structure they want.
We should implement a CircularBuffer, which could be used in conjunction with MerkleTree, of for any other usecase.
The text was updated successfully, but these errors were encountered:
A circular buffer was initialy part of MerkleTree (#3617). This was removed, leaving the developper free to use any history-tracking structure they want.
We should implement a CircularBuffer, which could be used in conjunction with MerkleTree, of for any other usecase.
The text was updated successfully, but these errors were encountered: