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
Iterating over the entire tree of keys and values is necessary for generating range proofs (and state sync). We could expose an entire iterator API, or simply implement support for Iter under the range proof code.
The text was updated successfully, but these errors were encountered:
Iterating over the entire tree of keys and values is necessary for generating range proofs (and state sync). We could expose an entire iterator API, or simply implement support for
Iter
under the range proof code.The text was updated successfully, but these errors were encountered: