Why
The in-memory cache does not survive a restart, and the CLI starts a fresh process on every command, so nothing is saved across invocations.
What
Add a FileCertificateVerifierCache implementation of CertificateVerifierCache in mithril-client for non-WASM targets.
How
Why
The in-memory cache does not survive a restart, and the CLI starts a fresh process on every command, so nothing is saved across invocations.
What
Add a
FileCertificateVerifierCacheimplementation ofCertificateVerifierCacheinmithril-clientfor non-WASM targets.How