transparency-dev / trillian-tessera

Go library for building tile-based transparency logs (tlogs)
Apache License 2.0
11 stars 11 forks source link

Provide wrapper to allow personalities to block on `Add` until leaf is integrated #285

Closed mhutchinson closed 3 weeks ago

mhutchinson commented 4 weeks ago

We currently have an API that allows leaves to be added and blocked on until the leaf is sequenced. We need some kind of wrapper that extends this to allow personalities to block until the leaf is also integrated.

mhutchinson commented 3 weeks ago

Duplicate of #193.