Tags: rsc/tmp
Tags
mpt: remove KeyValue alias It turns out I never correctly tagged a release with KeyValue, so no need to include a forwarding definition. I did tag v0.0.3 with KeyValue last night, but that version number was a mistake, since the latest tag before that was v0.1.0. So no one would have picked it up anyway.
mpt: add Predict Predict will be useful for the commit phase in the vindex [1]. The server can predict a hash for a batch of edits, go out and get witness signatures, and then only once it has witness signatures commit the hashes to the served tree. That way reads from the tree do not observe any thing that doesn't have a witness already available. [1] https://github.com/transparency-dev/incubator/blob/afb72e0356/vindex/docs/v1/IMPLEMENTATION.md#61-atomicity-of-the-commit-phase
PreviousNext