transparency-dev / trillian-tessera

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

MySQL: Optimize how we get the tree size without parsing and verifying the checkpoints every time in sequencing #191

Closed roger2hk closed 1 week ago

mhutchinson commented 1 week ago

Discussed in the team meeting. We'd like to get rid of the Verifier that Tessera currently takes. AFAICT fixing this issue removes the only real blocker to removing the verifier. I'll take a look at what can be done.