[tendermint-light-client-verifier]
Restores the commit verification interfaces ofPredicateVerifier<P, C, V>
from<= 0.35.0
.verify_commit(&self. untrusted: &UntrustedBlockState<'_>)
is restored, as in <= 0.35.0.verify_commit(&self, untrusted: &UntrustedBlockState<'_>, trusted: &TrustedBlockState<'_>,)
introduced in 0.36.0 is renamed toverify_commit_against_trusted
. The performance improvements made in the0.36.0
release are still intact. (#1423)