Skip to content

Tags: rsc/tmp

Tags

mulx/v0.0.2

Toggle mulx/v0.0.2's commit message
mulx: drop to go 1.25.0

mulx/v0.0.1

Toggle mulx/v0.0.1's commit message
mulx: add MULX test program

mpt/v0.2.0

Toggle mpt/v0.2.0's commit message
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/v0.0.3

Toggle mpt/v0.0.3's commit message
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

lcheck/v0.0.1

Toggle lcheck/v0.0.1's commit message
lcheck: simple license check command

unzstd/v0.0.6

Toggle unzstd/v0.0.6's commit message
mpt: quiet i/o prints in pmem

unzstd/v0.0.5

Toggle unzstd/v0.0.5's commit message
mpt: quiet i/o prints in pmem

unzstd/v0.0.4

Toggle unzstd/v0.0.4's commit message
mpt: quiet i/o prints in pmem

unzstd/v0.0.3

Toggle unzstd/v0.0.3's commit message
mpt: quiet i/o prints in pmem

unzstd/v0.0.2

Toggle unzstd/v0.0.2's commit message
mpt: quiet i/o prints in pmem