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
Removed unused PeekTokens method from the quota.Manager interface.
Ensure goroutines never block in the subtree cache (#2272).
Breaking unnecessary dependencies for Trillian clients:
Moved verifiers from merkle into merkle/{log,map}verifiersub-pacakges,
reducing the amount of extra baggage inadvertently pulled in by clients.
Concrete hashers have been moved into subpackages, separating them from their
registration code, allowing clients to directly pull just the hasher they're
interested in and avoid the Trillian/hasher registry+protobuf deps.
Moved some packages intended for internal-only use into internal packages:
InMemoryMerkleTree (indended to only be used by Trillian tests)
Moved --quota_system and --storage_system flags to main.go so that they
are initialised properly. It might break depending builds relying on these
flags. Suggested fix: add the flags to main.go.
Made signer tolerate mastership election failures [#1150].
testdb no longer accepts the --test_mysql_uri flag, and instead honours the TEST_MYSQL_URI ENV var. This makes it easier to blanket configure tests to use a
specific test DB instance.